* {
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: none;
	font-weight: bold;
}
a:link{
	color: #0c8d50;
}
a:visited{
	color: #0c8d50;
}
a:hover{
	color: #0c8d50;
}

a.nav{
	text-decoration: none;
	
}
a.nav:link{
	color: #000000;
}
a.nav:visited{
	color: #000000;
}

a.nav:hover{
	color: #000000;
}

a.subnav{
	text-decoration: none;
	font-weight: normal;	
}
a.subnav:link{
	color: #000000;
}
a.subnav:visited{
	color: #000000;
}

a.subnav: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;
}

#logofamilienfreundlichekommune{
	position: absolute;
	left: 510px;
	top: 85px;
	width: 102px;
	height: 16px;
}
#logobuendnisse{
	position: absolute;
	left: 660px;
	top: 75px;
	width: 80px;
	height: 35px;
}
#logoagnetzwerk{
	position: absolute;
	left: 780px;
	top: 75px;
	width: 123px;
	height: 38px;
}

#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: 80px;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 1052px;
	height: 52px;
	background: #ffeca1 url(/images/bgu.png) no-repeat; 
}

#footerl{
	padding-left: 40px;
	padding-top: 30px;
	color: #737473;
	font-weight: bold;
	float: left;
	position: absolute;
	top: -25px;
}
#footerl a{
	font-size: 10px;
}
#footerr{
	float: right;
	padding-right: 60px;
	padding-top: 6px;
	color: #0c8d50;
	font-size: 10px;
	
}
#footerr a{
	font-size: 10px;
	text-decoration: none;
}
#footerr a:link{
	color: #FFFFFF;
}
#footerr a:color{
	color: #FFFFFF;
}

#footerr 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.nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.nav{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	background-image: url(/images/menu1.jpg);
	background-position: left 50%;
	margin-bottom: 8px;
	font-weight: bold;
}

li.nav: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: #ffec00;
	background-image: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-left: 22px;

}
li.sub a{
	font-size: 10px;
}
ul.toc{
	margin-bottom: 20px;
	list-style-type: none;
}
li.toc{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-image: none;
	margin-bottom: 0px;
	color: #0c8d50;

}


.artikeltrenner a {
	text-decoration: none;
	font-size: 10px;

}

.mehrbilder{
	text-align: left;
	padding-top: 10px;
}
.mehrbilder a {
	text-decoration: none;
	font-size: 10px;

}


.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: 20px;
}
hr{
	color: #0c8d50;
	border: 0px;
	background-color: #0c8d50;
	height: 1px;
}
input.eingabe{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
}
input.eingabefehler{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
}
textarea.eingabe{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
textarea.eingabefehler{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.tbutton{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #f37d07;
	color: #ffffff;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

table.nlform td{
	padding: 2px;
}

table.prunten a{
	font-weight: bold;
	font-size: 10px;
}
