@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	background: #e4e4e4 url(img/bg.jpg) repeat-x;;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.2em;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
}

#header {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#main {
	clear: both;
	overflow: hidden;
	padding-top: 15px;
}

#content {
	float: right;
	width: 600px;
	margin-right: 10px;
}

#sidebar {
	float: left;
	width: 159px;
	margin-left: 10px;
}

.partner {
	margin: 30px 0 10px 0;
}

.partner img {
	margin: 0 0 0 10px;
}

ul {
	list-style: disc;
	margin-left: 15px;
}

ul li {
	margin-top: 7px;
}

p {
	margin: 0 0 10px 0
	;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom:20px;
	padding-top:5px;
}

#border_top {
	margin:0 auto;
	margin-top:20px;
	height:20px;
	background: url(img/border_top.gif) no-repeat;
	width:800px;
}

#border_bottom {
	margin:0 auto;
	margin-bottom:10px;
	height:20px;
	background: url(img/border_bottom.gif) no-repeat;
	width:800px;
}

a {
	color:  #585858;
}

#video {
	margin: 30px 0 30px 0;
}

#wrapper_medienzentrale {
	margin: 0 auto;
	width: 800px;
	height: 40px;
	clear: left;
	overflow: hidden;
}

#wrapper_medienzentrale img {
	float: right;
}

/* ----------------------------------------------------- Navigation */

#navigation {
	padding-top: 5px;
	padding-left:0px;
	width: 180px;
	line-height: 1.4em;
}

#navigation ul li {
	list-style: none;
	display:block;
	width: 100px;
	margin-top: 0;
}

#navigation ul li a {
	display: block;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #727272;
	background-color: #cdcdcd;
	text-decoration: none;
	padding: 1px 7px 1px 5px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #c7c7c7;
	width: 100px;
	
}

#navigation ul li a:hover {
	background-color: #b5b5b5;
	color: #ffffff;

/* ----------------------------------------------------- Slider */








/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

