* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica;
font-size: 12px;
color: #000000;
}


div {
text-align: left;
}

html, body {
height: 100%;
}

table{
	border: 0;
}

a{
	text-decoration: underline;
}
a:link{
	color: #ed5a0f;
}
a:visited{
	color: #ed5a0f;
}
a:hover{
	color: #ed5a0f;
}

a.nav{
	text-decoration: none;
}
a.nav:link{
	color: #000000;
}
a.nav:visited{
	color: #000000;
}

a.nav:hover{
	color: #000000;
}

a.aktiv:link{
	color: #FFFFFF;
}
a.aktiv:visited{
	color: #FFFFFF;
}

a.aktiv:hover{
	color: #FFFFFF;
}
a.subaktiv{
	font-weight: bold;
}
a.subaktiv:link{
	color: #ed5a0f;
}

a.subaktiv:visited{
	color: #ed5a0f;
}
a.subaktiv:hover{
	color: #ed5a0f;
}




#wrapper {
position: relative;
margin: 0 auto;
width: 1052px;
height: 100%;
min-height: 100%;
height: auto !important;
background: url(/images/bg.png) repeat-y;
}

#header {
height: 152px;
padding-top: 64px; 
text-align: center;
background: #ffeca1 url(/images/bgo.png) no-repeat;
}

#logostaerke{
	position: absolute;
	left: 365px;
	top: 76px;
	width: 330px;
	height: 82px;
}
#logobw{
	position: absolute;
	left: 730px;
	top: 150px;
	width: 87px;
	height: 35px;
}
#logoortenau{
	position: absolute;
	left: 830px;
	top: 150px;
	width: 49px;
	height: 37px;
}
#logobuendnis{
	position: absolute;
	left: 895px;
	top: 154px;
	width: 110px;
	height: 36px;
}

#leftCol {
	width: 180px;
	padding-left: 25px;
	float: left;
}

#rightCol {
	width: 180px;
	float: right;
	padding-right: 24px;
}

#centerCol {
	margin: 0 212px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 30px;
        line-height: 14px;
	padding-bottom: 60px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 1052px;
	height: 52px;
	background: #ffeca1 url(/images/bguneu.png) no-repeat; 
}

#footerl{
	padding-left: 40px;
	padding-top: 12px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	position: absolute;
	
}
#footerr{
	float: right;
	padding-right: 60px;
	padding-top: 12px;
	color: #ffffff;
	font-size: 10px;
	
}
#footerl a{
	font-size: 10px;
	text-decoration: none;
}
#footerl a:link{
	color: #FFFFFF;
}
#footerl a:color{
	color: #FFFFFF;
}

#footerl a:visited{
	color: #FFFFFF;
}
#footerr img{
	vertical-align: top;
	padding-top: 5px;
}


.blockr{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color: #737473;
	font-size: 10px;
	line-height: 12px;
}
.blockr strong{
	font-size: 10px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	font-weight: bold;
	background-image: url(/images/menu1.jpg);
	background-position: left 50%;
	margin-bottom: 8px;
}
li:hover{
	background-image: url(/images/menu2.jpg);
}
li.active{
	background-image: url(/images/menu2.jpg);
	font-weight: bold;	
}
li.nom{
	margin-bottom: 0px;
}
li.sub{
	background-color: #fecb8b;
	background-image: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-left: 22px;
}
ul.toc{
	margin-bottom: 20px;
}
li.toc{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-image: none;
	margin-bottom: 0px;
	color: #ed5a0f;
}


.drucken{
	text-align: right;
}
.drucken a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


img{
	border: 0;
}
img.galerie{
	float: left;
	margin-right: 10px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin-top: 40px;
}
hr{
	color: #ed5a0f;
	border: 0px;
	background-color: #ed5a0f;
	height: 1px;
}
.eingabe{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #acdff8;
	color: #000000;
}
.eingabefehler{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #f37d0a;
	color: #ffffff;
}

table.nlform td{
	padding: 2px;
}