@charset "UTF-8";

body, div, td, input, textarea, select {
	margin:					0px;
	font-family:			arial;
	font-size:				11px;
	color:					#333333;
	line-height:			15px;
	text-align:				left;
}

body {
	background-color:		#001D35;
}



a {
	color:					#429D29;
	text-decoration:		none;
}

a:hover {
	color:					#7BBB6A;
	text-decoration:		none;
}

strong {
	color:					#429D29;
}

strong a {
	color:					#429D29;
	border-bottom:			none;
}

strong a:hover {
	color:					#7BBB6A;
	border-bottom:			2px solid #429D29;
}

#Banner {
	margin:					0px auto 0px auto;
	width:					800px;
	height:					80px;
	border-right:			1px solid #429D29;
	border-left:			1px solid #429D29;
	background-color:		#429D29;
}

#Navigation {
	margin:					0px auto 0px auto;
	width:					800px;
	height:					20px;
	border-right:			1px solid #429D29;
	border-bottom:			1px solid #429D29;
	border-left:			1px solid #429D29;
	color:					#429D29;
	background-color:		#001D35;
}

.NavigationButton {
	float:					left;
	height:					20px;
	font-size:				12px;
	font-weight:			bold;
	line-height:			20px;
}

.NavigationButton a {
	display:				block;
	padding-left:			14px;
	padding-right:			14px;
	color:					#429D29;
	border-bottom:			none;
	text-decoration:		none;
	background-color:		#001D35;
}

.NavigationButton a:hover {
	display:				block;
	padding-left:			14px;
	padding-right:			14px;
	color:					#ffffff;
	border-bottom:			none;
	text-decoration:		none;
	background-color:		#405774;
}

.Aktiv {
	color:					#ffffff;
	background-color:		#405774;
}

.Aktiv a {
	color:					#ffffff;
	background-color:		#405774;
}

#Inhalt {
	margin:					0px auto 0px auto;
	width:					800px;
	border-right:			1px solid #429D29;
	border-left:			1px solid #429D29;
	background-color:		#ffffff;
}

#Legal {
	margin:					0px auto 10px auto;
	width:					800px;
	height:					20px;
	line-height:					20px;
	border-right:			1px solid #429D29;
	border-left:			1px solid #429D29;
	background-color:		#429D29;
	text-align:				center;
	color:					#ffffff;
	font-weight:			bold;
}

#Legal a {
	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
	border-bottom:			none;
}

#Legal a:hover {
	color:					#ffffff;
	font-weight:			bold;
	text-decoration:		none;
	border-bottom:			none;
}

.head {
	color:					#429D29;
	font-weight:			bold;
	font-size:				14px;
	line-height:			18px;
}

.head.bigger {
	font-size:				17px;
}

input, textarea, select {
	width:					247px;
	border:					1px solid #429D29;
}

.Button {
	width:					150px;
	text-align:				center;
}

.TerminHead {

}

.KleineTabelle {
	height:					8px;
	overflow:				hidden;
}

.vt_Kopf {
	height:					24px;
	line-height:			24px;
	color:					#429D29;
	font-weight:			bold;
	font-size:				14px;
	border-bottom:			1px solid #F2F8F1;
}

.vt_Kopf.Farbe {
	background:				#F2F8F1 url(../Gfx/vt_pfote.gif) right top no-repeat;
	border-bottom:			1px solid #FFFFFF;
}

.vt_Tabelle.Farbe {
	background:				#F2F8F1;
}

.Padding {
	padding-left:			5px;
	padding-top:			5px;
}

.vt_Kopf.Padding {
	padding-top:			0px;
}