/* -- TAGS -- */

body {
	border: 0px dashed red;
	padding: 0px;
	margin: 0px;
	background-color: #1d3b55;

}
	
body, td, div {
	font-family: verdana;
	font-size: 12px;
	color: white;
	}

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

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

h2 {
	padding: 0px;
	margin: 10px 0px;
	font-size: 1.2em;
}


	
/* -- IDs -- */

#bg {
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	background-color: #59aacd;
	background-image: url('images/design/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 top;

	}

#main_container {
	margin: 0px;
	background-image: url('images/design/bg_hands.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 0px solid yellow;
}

#inner_container {
	margin: 0 auto 0px;
	padding: 0px;
	width: 900px;
	border: 0px solid red;
	}

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

#header {
	/*background: url('images/design/header.gif') no-repeat center center;*/
	height: 100px;
	margin-right: 20px;
	margin-left: 20px;
}
	
#logo_bar {
	height: 10px;
	position: relative;
	display: block;
	width: 820px;
}
	

#menu_container {
	font-size: 1.3em;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
}

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

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

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


#menu_container ul {
	list-style: none;
	height: 10px;
}

#menu_container li {
	float: left;
	padding-right: 35px;
	padding-left: 57px;
}

#menu_container ul ul {
	display: none;
}
	
#content_container {
	padding: 0 40px 15px;
	background: url('images/design/inner_bg.gif') repeat-y center;
}

#logo_bar {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}
	
#left_column {
	width: 600px;
	float: left;
	margin-right: 25px;
}
#left_column a {
	font-weight: normal;
	text-decoration: none;
	color: #e99f00;
	}

#left_column a:hover {
	color: black;
	background-color: #e99f00;
	text-decoration: none;
	}


#sidebar {
	margin-top: 25px;
}

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

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

/* -- KLASSEN -- */

.roundup_up {
	margin: 0px;
	padding: 0px;
	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;
	}