body{
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #d7e4bd;
	margin: 0px auto;
	font-family: calibri;
	color: #4f6228;
	font-size: 18px;	
}

.clear{
	clear:both;
}

h1{
	font-size: 28px;
	line-height: 32px;
	margin: 0px 0px 24px 0px;
}

h2{
	font-size: 22px;
	line-height: 22px;
	margin: 0px;
	font-weight: normal;
}

h3{
	font-size: 18px;
	margin: 0px;
}


a{
	font-family: calibri;
	color: #4f6228;
	text-decoration: underline;
}

a:hover{
	font-family: calibri;
	color: #4f6228;
	text-decoration: none;
}


/*----------------------------LAYOUT----------------------------*/

#container{
	width: auto;
	min-height: 500px;
	padding: 0px;
	margin-bottom: 24px;
}

#cont_layout{
	width: 960px;
	margin: 0px auto;
}

#main{
	background: url(../img/main_bg.png) top left no-repeat #e9efdc;	
	min-height: 600px;
	padding: 42px 60px;
	border-left: 1px solid #c8d4b2;
	border-right: 1px solid #c8d4b2;
}

.cont_main{
	float: left;
	width: 720px;
	display:block;
}

.cont_side{
	float: right;
	width: 100px;
	display:block;
}

.cont_side img{
	margin-bottom: 8px;
}


/*----------------------------NAVI-----------------------------*/

#navi{
	height: 48px;
}

#navi ul{
	background: url(../img/nav_bg.png) top left repeat-x;
	margin: 0px;
	padding: 0px;
	height: 48px;
}

#navi li {
    list-style-type: none;	
	display: inline;
	height: 40px;
}

#navi li a{
    background: url(../img/nav_dev.png) top right no-repeat;
	height: 38px;
	display:block; 
	float: left;
	text-decoration:none;
	padding: 10px 16px 0px 16px;
	font-family: calibri;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: -1px;
	
}

#navi li a:hover, #navi li a.aktiv, #navi li a.aktiv:hover{
    background: url(../img/nav_bg.png) bottom right repeat-x;
	text-decoration:none;
	color: #ffffff;
}

#navi_sub a{
    background: url(../img/subnav_pf.png) 0px -18px  no-repeat;
	font-family: calibri;
	font-weight: bold;
	color: #4f6228;
	font-size: 18px;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
}

#navi_sub a:hover, #navi_sub a.aktiv, #navi_sub a.aktiv:hover{
    background: url(../img/subnav_pf.png) 0px 6px no-repeat;
	font-family: calibri;
	font-weight: bold;
	color: #d7e4bd;
	font-size: 18px;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
}

/*----------------------------FOOTER----------------------------*/

#footer{
	background: url(../img/footer_bg.png) top left no-repeat;	
	height: 42px;
	padding: 12px 20px 0px 0px;
	text-align: right;
}

#footer a{
	font-family: calibri;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	
}

#footer a:hover{
	color: #e9efdc;
	text-decoration: none;	
}


/*----------------------------ELEMENTE----------------------------*/

ul{
	margin:0px;
	padding:0px;
	list-style-image: url(../img/li.png);
}

li{
	margin: 0px 0px 10px 0px;
}


li ul{
	margin:0px;
	padding:0px 0px 0px 16px;
	list-style-image:none;
	list-style-type:square;
}

li li{
	margin: 0px 0px 10px 0px;
	
}


ul.satzung{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}

li{
	margin: 0px 0px 0px 14px;
}


.cont_bg{
	background-color: #d7e4bd;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Safari, Chrome */
	-khtml-border-radius:8px; /* Konqueror */
	border-radius:8px; /* CSS3 */
	margin: 24px 0px 0px 0px;
	padding: 10px;
}