/*****************************/
/* benutzerdefinierte styles */
.streifen{
	position:relative;
	z-index:2;
	filter: Alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	background-color: #EA6732;
	width:746px;
	height:33px;
	margin-left: 23px;
	top:-33px;
}

.seitenbild{
	margin-left: 23px;
	height:158px;
}
.seitenbild_con{
	position:absolute;
}


/* Navigation */
.vertikal{
	position:absolute;
	margin-top:2px;
	padding:0;

}
.vertikal_innen{
	position:relative;
	padding:0;
	margin:0;
	_left:-5px;
}
.logo{
	position:relative;

}
.HGfarbe {
	background-color: #073887;
}
td.textblock {
	/* background-image:url("../images/strudel.gif");
	background-position: right bottom;
	background-repeat: no-repeat;*/
	padding-top: 80px;
}



.clear {
	clear: both;
}

/* navigation */
.navi {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
	margin: 80px 0px 0px 23px;
	width: 135px;
}
.navi li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
.navi a, .navi a:hover, .navi a.selected, .navi a.selected:hover {
	margin: 0;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 1px;
	padding-left: 9px;	
}
.navi a {
	color: #073887;
}
.navi a:hover, .navi a.selected, .navi a.selected:hover, .navi li.selected a {
	color: #fff;
	background-color: #EA6732;
	text-decoration: none;
}

/* unternavigation */
.unternavi_aussen{
	position: absolute;
	width: 746px;
	height: 18px;
	margin-left: 23px;
	background-color: #EA6732;
}
.unternavi {
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: #fff 2px solid;
	padding-left: 170px;
}
.unternavi li {
	float: left;
	display: inline;
	border-left: #fff 2px solid;
	height: 18px;
	width: 130px;
}
.unternavi a, .unternavi a:hover, .unternavi a.selected, .unternavi a.selected:hover {
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
	line-height: 18px;
}
.unternavi a:hover, .unternavi a.selected, .unternavi a.selected:hover {
	font-weight: bold;
}
/* unter-unternavi */
.unternavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #EA6732;
}
.unternavi ul li {
	float: none;
	display: block;
	border-left: none;
	height: 18px;
	width: 130px;
}





/* standard-styles */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #073887;
}
.kleiner {
	font-size: 0.8em;
}
a {
	color: #393565;
}
a:hover {
	color: #BAB8DA;
}
a.buttons {
	color: #BAB8DA;
	background-color: #393565;
	text-decoration: none;
}
input.button {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 10pt;
	cursor: pointer;
} 
input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 10pt;
	cursor: pointer;
} 
h1 {
	font-weight: bold;
	font-size: 120%;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: 115%;
}
h3 {
	font-weight: bold;
	font-size: 110%;
}
h4 {
	font-weight: bold;
	font-size: 105%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: bold;
	font-size: 95%;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}

.HGweiss {
	background-color: #FFFFFF;
}