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


.text_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 27px;
	font-weight: bold;
	color: #c5b075;
}

.text_main_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #573201;
}



.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 24px;
	color: #206ab2;
}

a.link_text_main:link {
	text-decoration: none;
	color:#878786;
}
a.link_text_main:visited {
	text-decoration: none;
	color:#878786;
}
a.link_text_main:active {
	text-decoration: none;
	color:#878786;
}
a.link_text_main:hover {
	text-decoration: none;
	color:#206ab2;
}



.text_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	line-height: 15px;
	color: #ffffff;
}

a.link_footer:link {
	text-decoration: none;
	color:#ffffff;
}
a.link_footer:visited {
	text-decoration: none;
	color:#ffffff;
}
a.link_footer:active {
	text-decoration: none;
	color:#ffffff;
}
a.link_footer:hover {
	text-decoration: none;
	color:#be9f48;
}



.text_footer_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 100;
	line-height: 17px;
	color: #ffffff;
}

.text_footer_phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #be9f48;
}



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


.text_footer_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	line-height: 15px;
	color: #be9f48;


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


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


//.{------------------------------------------------LEISTUNGÜBERSICHT}


.leistungsuebersicht {
	font-family: Arial;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 250px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	border-color:#933389;
}


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


.kontakt_eingabe {
	font-family: Arial;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 226px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	border-color:#933389;
}


.kontakt_anliegen {
	font-family: Arial;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 226px;
	height: 164px;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	border-color:#933389;
}


.kontakt_button_reset {
	font-family: Arial;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 110px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	border-color:#933389;
}


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


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


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