/*****************************/
/* benutzerdefinierte styles */


/* navigation */
td.td_haupt_navi {
	background-color: #F4F4F4;
	padding-left: 14px;
	padding-bottom: 2px;
}
#div_haupt_navi {
	position: relative;
	top: 0px;
}
.hauptnavi a, .hauptnavi a:hover, .hauptnavi a.selected , .hauptnavi a.selected:hover {
	color: #121A1E;
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 26px;
}
.hauptnavi a.selected , .hauptnavi a.selected:hover {
	font-weight: bold;
}


a.unternavi, a.unternavi:hover, a.unternavi_selected, a.unternavi_selected:hover {
	position: relative;
	display: block;
	color: #121A1E;
	padding-left: 0;
	padding-bottom: 2px;
	text-decoration: none;
}
a.unternavi_selected, a.unternavi_selected:hover {
	font-weight: bold;
}
#unter_navi {
	background-color: #F4F4F4;
	position: absolute;
	left: 23px;
	top: 20px;
	padding: 3px;
}

a.mailadrese {
	color: #000000;
}

td.hg_farbe {
	background-color: #006633;
	height: 1px;
}
td.hg_dunkel {
	background-color: #8b8b8c;
	height: 1px;
}

/* scroller */
#gesamter_textblock {
	position: relative;
	width: 450px;
	height: 325px;
}
#textblock {
	position: absolute;
	top: 10px; 
	width: 420px;
	height: 305px;
	overflow: hidden;
	float: left;
}
#gesamter_textblock .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#scrollbar {
	float: right;
}
#gesamter_textblock .Scrollbar-Up, .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
#gesamter_textblock .Scrollbar-Down, .Scrollbar-Down-Pressed {
	position: absolute;
	top: 315px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}
#gesamter_textblock .Scrollbar-Track, .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 285px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}
#gesamter_textblock .Scrollbar-Track-Pressed {
	background-color: #DDD;
}
#gesamter_textblock .Scrollbar-Handle, .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}
#gesamter_textblock .Scrollbar-Handle-Pressed, .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}
#gesamter_textblock .Scrollbar-Disabled {
	display: none;
}
/* /scroller */




body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.kleiner {
	font-size: 0.8em;
}
a {
	color: #006633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.buttons {
	color: #FFFFFF;
	background-color: #006633;
	text-decoration: none;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
h1, h2, h3, h4, h5, h6 {
	color: #006633;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}
