/* Gemeinde Finnentrop, Konzept Idee Layout: ADSM */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0d5213;
	background-image:url(Images/hintergrund.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Headlines */

h1,  {
	color: #357c3c;
}

h2, h3 {
	color: #333;
}

h1, h2 {
	margin-bottom: 12px;
	font-weight: bold;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}


/* Links */


a:link {
	color: #357c3c;
}

a:active {
	color: #357c3c;
}

a:visited {
	color: #357c3c;
}

a:hover {
	text-decoration: none;
	color: #409348;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Navigation */

#navi {
	width: 644px;
	height: 41px;
	background-image:url(Images/sub_navi_bg.png);
	margin: 0 auto;
	margin-top: -2px;
	padding-left:130px;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#navi li {
	display: inline;
	
}

#navi a {
	display: block;
	float: left;
	min-width:80px;
	height: 10px;
	padding: 3px 25px 8px 0;
	text-decoration: none;
	text-align: left;
	color: #3e3d40;
	font-size:: 14pt;
	font-weight:bold;
}

#navi a:hover {
	color: #357c3c;
	
}

#navi .active a {
	color: #357c3c;
}

/* Header */

#header {
	width: 774px;
	height: 271px;
	margin: 0 auto;
	
}

#header h1 {
	float: left;
	width: 224px;
	height: 170px;
	background: url(Images/logo.jpg) no-repeat;
}

#header h2 {
	float: right;
	width: 550px;
	height: 170px;
}


/* Site */

#site {
	width: 770px;
	margin: 0 auto;
	padding: 15px 2px 0 2px;

}

/* Content */

#content {
	float: left;
	width: 525px;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #FFF;
	padding-top: 5px;
}
#content_bottom {
	float: left;
	height: 25px;
	width: 525px;
	background-image:url(Images/content_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.innen {
	margin-bottom: 20px;
	padding: 0 20px;
}


/* Box */

#box {
	float: right;
	width: 225px;
	background-image:url(Images/box_right_top.png);
	background-position:top;
	background-repeat:no-repeat;
	padding: 5px 0px 5px 5px;
	background-color: #FFF;
}

#box_bottom {
	float: right;
	width: 225px;
	background-image:url(Images/box_right_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#box h2 {
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
}

#box h3 {
	font-size: 100%;
	color: #FFFFFF;
}

#box ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	text-align: justify;
	color: #333;
}

#box li {
	color: #333;
	text-align: left;
}

#box a {
	color: #0d5213;
	font-weight:bold;
}



.innenbox {
	width:220px;
	background-color: #fff;
	text-align: left;
	color:#333;
}

.innenbox h2 {
	background-color: #fff;
}

/* Footer */

#footer {
	height: 70px;
	margin-top: 10px;
	padding-top: 10px;
	background-image:url(Images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #FFF;
}

#footer p {
	margin: 0;
	text-align: center;
	padding-left: 700px;
	font-size: 100%;
}

#footer a {
	color: #0d5213;
	font-weight:bold;
}



#site #content .innen.hr h1 {
	font-size: 24px;
}
#site #box #updates ul h3 strong br {
	text-align: left;
}
