/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(../images/bg_verlauf.jpg);
	background-repeat:repeat-x;
	font-family: verdana;
	font-size:12px;
}

#outer_container {
	width:994px;
	margin: 0 auto;
	background-image:url(../images/shadow.png);
	background-repeat:repeat-y;
}

*html #outer_container {
	background-image:none;
}


#container {
	width: 980px;
	margin-top:30px;
	background-color:white;
	margin-left:7px;
}

#header {
	width:980px;
	height:248px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
}

#top_menu {
	height:27px;
	position:relative;
	top:151px;
	
}

#top_menu a {
	color:white;
	text-decoration:none;
	font-size:11px;
	display:block;
	float:left;
	padding-top:6px;
	height:21px;
	padding-left:4px;
	padding-right:4px;
}

#top_menu a:hover {
	background-image:url(../images/bg_top_menu_hover.jpg);
	background-repeat:repeat-x;
	background-position: -2px;
}

#top_menu img {
	float:left;
	margin-top:4px;
}

#headline_box {
	width:980px;
	height:36px;
	background-image:url(../images/bg_top_headline.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#headline_box h1 {
	margin:0px;
	display:block;
	margin-left:20px;
	padding-top:10px;
	color:#006145;
	font-size:16px;
	font-weight:normal;
}

#side_menu {
	position:absolute;
	right:10px;
	top:6px;
}

#side_menu a {
	color:white;
	text-decoration:none;
}

#main_content {
	width:980px;
	min-height:200px;
	background-color:white;
	background-image:url(../images/bg_main_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
	position:relative;
}

#punktlinie {
	width:980px;
	height:2px;
	background-image:url(../images/punktlinie.jpg);
	background-repeat:no-repeat;
	margin-top:12px;
}

#login_box {
	position:absolute;
	top:0px;
	right:0px;
	width:350px;
	height:29px;
	border-right:1px solid white;
	border-left:1px solid white;
	background-color:#107153;
	display:none;
	z-index:10;
}

#main_column {
	float:left;
	padding-left:20px;
	padding-top:20px;
	width:730px;
}

#main_column a {
	color:#107153;
}

#main_column h4 {
	color:#00543a;
	font-size:12px;
}

#main_column .image_box {
	width:167px;
	height:134px;
	padding-left:1px;
	padding-top:1px;
	padding-right:2px;
	background-image:url(../images/mainpage_image_box.jpg);
	background-color:white;
	background-repeat:no-repeat;
	background-position:3px 0px;
}

#main_column .image_column {
	width:170px;
	text-align:center;
	float:left;
	margin-right:10px;
	color:#236b55;
}

#right_column {
	float:right;
	padding-right:10px;
}

.side_box {
	width:209px;
	color:#107153;
}

.side_box h3 {
	display:block;
	font-size:12px;
	color:white;
	font-weight:bold;
	padding:7px;
	height:16px;
	background-image:url(../images/newsbox_top.jpg);
	width:195px;
	margin:0px;
	margin-top:10px;
}

.side_box .content {
	width:190px;
	padding:7px;
	padding-right:12px;
	background-image:url(../images/bg_newsbox.jpg);
	background-repeat:repeat-y;
}

.side_box .bottom {
	width:209px;
	height:7px;
	background-image:url(../images/newsbox_bottom.jpg);
	background-repeat:no-repeat;
}

.side_box a {
	color:#107153;
	font-weight:bold;
}

#footer {
	width:950px;
	height:45px;
	padding:15px;
	text-align:right;
	color:white;
	font-size:11px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
}

#footer a {
	color:white;
	text-decoration:none;
}

input,textarea,select{
	border:1px #006246 solid;
}