//.{------------------------------------------------TEXTVARIANTEN}


.text_picture {
	font-family: Arial;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	color: #555555;
}


.text_headline {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #71BF44;
}


.text_main {
	font-family: Arial;
	font-size: 12px;
	font-weight: 100;
	line-height: 15px;
	color: #555555;
}
a.link_text_main:link {
	text-decoration: none;
	color:#999999;
}
a.link_text_main:visited {
	text-decoration: none;
	color:#999999;
}
a.link_text_main:active {
	text-decoration: none;
	color:#999999;
}
a.link_text_main:hover {
	text-decoration: none;
	color:#555555;
}


.text_footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	line-height: 15px;
	color: #555555;
}
a.link_footer:link {
	text-decoration: none;
	color:#999999;
}
a.link_footer:visited {
	text-decoration: none;
	color:#999999;
}
a.link_footer:active {
	text-decoration: none;
	color:#999999;
}
a.link_footer:hover {
	text-decoration: none;
	color:#555555;
}


.text_haftung {
	font-family: Arial;
	font-size: 10px;
	font-weight: 100;
	line-height: 15px;
	color: #555555;
}


//.{------------------------------------------------NAVIGATION}


.text_navi_headline {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #71BF44;
}


.text_navi_main {
	font-family: Arial;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	color: #555555;
}
a.link_navi_main:link {
	text-decoration: none;
	color:#999999;
}
a.link_navi_main:visited {
	text-decoration: none;
	color:#999999;
}
a.link_navi_main:active {
	text-decoration: none;
	color:#999999;
}
a.link_navi_main:hover {
	text-decoration: none;
	color:#555555;
}


.text_navi_sub {
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	color: #555555;
}
a.link_navi_sub:link {
	text-decoration: none;
	color:#999999;
}
a.link_navi_sub:visited {
	text-decoration: none;
	color:#999999;
}
a.link_navi_sub:active {
	text-decoration: none;
	color:#999999;
}
a.link_navi_sub:hover {
	text-decoration: none;
	color:#555555;
}


//.{------------------------------------------------BODY}


body {
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #D8DADC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #71BF44;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #71BF44;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #71BF44;
	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:#71BF44;
}


//.{------------------------------------------------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:#71BF44;
}


.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:#71BF44;
}


.kontakt_button_reset {
	font-family: Arial;
	font-weight: 100;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	width: 100px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #555555;
	border-color:#71BF44;
}


.kontakt_button_send {
	font-family: Arial;
	font-weight: 100;
	background-color: #71BF44;
	font-size: 12px;
	font-weight: 100;
	width: 100px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	border-color: #71BF44;
}


//.{------------------------------------------------RAHMEN}


.imgBorder {
	border: 1px solid #71BF44;
}