/* -- TAGS -- */

body {
	border: 0px dashed red;
	padding: 0px;
	margin: 0px;
	background-color: #1d3b55;
	background-image: url('images/design/bg.gif');
}

body, td, div {
	color: #444;
	font: 12px Verdana;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

h1 {
	padding: 0px;
	margin: 10px 0px;
	font-size: 1.8em;
	color: #007e23;
}

h2 {
	padding: 0px;
	font-size: 1.2em;
	color: #006b1e;
	margin: 0 0px 5px;
}

/* -- IDs -- */

#bg {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	

/*background-color: #59aacd;*/
	background-repeat: repeat;
	background-position: 0 top;
}

#main_container {
	margin: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
}

#inner_container {
	margin: 0 auto 0px;
	width: 900px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content_container {
	background: url('images/design/inner_bg.gif') repeat-y center;
	padding: 10px 30px 0;
}

#logo_container {
	background-color: #1d3b55;
	background: url('images/design/inner_bg.gif') repeat-y;
	background-repeat: repeat-y;
	padding-top: 15px;
}

#headerbild {
	height: 160px;
	position: relative;
	display: block;
	width: 840px;
	background: url(images/design/head_bg.jpg);
}

#menu_container {
	font-size: 1.3em;
	

/*letter-spacing: 0.15em;*/
	text-align: left;
	color: #444;
	border-bottom: 1px solid gray;
	width: 820px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu_container a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

#menu_container a:hover {
	color: #006b1e;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #006b1e;
}

#menu_container a.current {
	color: #007e23;
	text-decoration: none;
}

#menu_container ul {
	list-style: none;
	height: 12px;
	padding-left: 60px;
}

#menu_container li {
	float: left;
	padding-top: 0px;
	padding-right: 70px;
}

#menu_container ul ul {
	display: none;
}

#logo_bar {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

#left_column {
	width: 600px;
	float: left;
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 10px;
}

#left_column a {
	font-weight: normal;
	text-decoration: none;
	color: #006b1e;
}

#left_column a:hover {
	color: #fff;
	background-color: #006b1e;
	text-decoration: none;
	border-bottom-color: #006b1e;
}

#sidebar {
	margin-top: 15px;
	padding-top: 10px;
}

#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #006b1e;
}

#sidebar a:hover {
	color: #fff;
	background-color: #006b1e;
	text-decoration: none;
	border-bottom-color: #006b1e;
}


#video_container {
	padding-left: 45px;
}



#media_logos {
	margin: 0px auto;
	margin-top: 15px;
	overflow: hidden;
}

#imprint_container {
	font-size: 9px;
	color: #385b7a;
	width: 400px;
	margin: 10px auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#imprint_container a {
	color: #385b7a;
	text-decoration: underline;
}

#imprint_container a:hover {
	color: white;
}

/* -- KLASSEN -- */

.roundup_up {
	height: 15px;
	overflow: hidden;
	background: url('images/design/inner_bg_oben.gif') no-repeat center top;
}

.roundup_bottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	overflow: hidden;
	background: url('images/design/inner_bg_unten.gif') no-repeat center bottom;
}

.clearer {
	clear: both;
}
