//.{------------------------------------------------TEXTVARIANTEN}


.text_headline {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #d22234;
}

.text_subheadline {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
	color: #d22234;
}

.text_main_haftung {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 10px;
	font-weight: 100;
	line-height: 12px;
	color: #7b7b7b;
}


.text_subheadline_haftung {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 10px;
	font-weight: 100;
	line-height: 12px;
	color: #d22234;
}


.text_main {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 12px;
	font-weight: 100;
	line-height: 14px;
	color: #7b7b7b;
}

a.text_main:link {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_main:visited {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_main:active {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_main:hover {
	text-decoration: none;
	color:#d22234;
}


.text_faq {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #d22234;
}

a.text_faq:link {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_faq:visited {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_faq:active {
	text-decoration: none;
	color:#a6a6a6;
}
a.text_faq:hover {
	text-decoration: none;
	color:#d22234;
}


//.{------------------------------------------------NAVIGATION}


.footer_headline {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #d22234;
}

a.footer_headline:link {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_headline:visited {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_headline:active {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_headline:hover {
	text-decoration: none;
	color:#d22234;
}


.footer_menu {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 10px;
	font-weight: 100;
	line-height: 13px;
	color: #d22234;
}
a.footer_menu:link {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_menu:visited {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_menu:active {
	text-decoration: none;
	color:#7b7b7b;
}
a.footer_menu:hover {
	text-decoration: none;
	color:#d22234;
}


.header_menu {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 12px;
	font-weight: 100;
	line-height: 12px;
	color: #d22234;
}
a.header_menu:link {
	text-decoration: none;
	color:#7b7b7b;
}
a.header_menu:visited {
	text-decoration: none;
	color:#7b7b7b;
}
a.header_menu:active {
	text-decoration: none;
	color:#7b7b7b;
}
a.header_menu:hover {
	text-decoration: none;
	color:#d22234;
}


.submenu {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 12px;
	font-weight: 100;
	line-height: 15px;
	color: #d22234;
}
a.submenu:link {
	text-decoration: none;
	color:#7b7b7b;
}
a.submenu:visited {
	text-decoration: none;
	color:#7b7b7b;
}
a.submenu:active {
	text-decoration: none;
	color:#7b7b7b;
}
a.submenu:hover {
	text-decoration: none;
	color:#d22234;
}


//.{------------------------------------------------BODY}


body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #D8DADC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #d22234;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #d22234;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #d22234;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


//.{------------------------------------------------KONTAKTFORMULAR}


.kontakt_eingabe {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 255px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #7b7b7b;
	border-color:#bebebe;
}


.kontakt_anliegen {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 255px;
	height: 150px;
	border-width: 1px;
	border-style: solid;
	color: #7b7b7b;
	border-color:#bebebe;
}


.kontakt_button_reset {
	font-family: Arial;
	font-stretch: extra-condensed;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 100px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #d22234;
	border-color: #d22234;
}


.kontakt_button_send {
	font-family: Arial;
	font-stretch: extra-condensed;
	background-color: #d22234;
	font-size: 12px;
	font-weight: 100;
	width: 100px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	border-color: #d22234;
}


//.{------------------------------------------------RAHMEN}


.imgBorder {
	border: 1px solid #d22234;
}
