@import url(slider.css);

* {
	margin: 0;
	padding: 0;
}
body, html {
	background: #000;
	height: 100%;
	font: 100% Arial, serif;
}

img {
	border: 0;
}

#wrapper {
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}

#header {
	height: 150px;
	width: 1000px;
	margin: 0 auto;
    position: relative;
}

#header a {
	color: #fff;
	text-decoration: none;
	font-size: 0.81em;
	letter-spacing: 1px;
	padding: 0 5px 0 0;
}

#header a:hover {
	text-decoration: underline;
}

#header img {
	text-align: left;
	float: left;
	padding: 120px 10px 0 10px;
	position: relative;
	z-index: 2;
}

#header ul {
	padding: 124px 0 0 0;
	z-index: 1;
	display: none;
}

#header li {
	display: inline;
}

#header span {
	cursor: pointer;
}

#borderTop, #borderBot {
	background: #fff;
	height: 8px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

#borderTop {
	top: 150px;
}

#borderBot {
	top: 575px;
}

#footer {
	height: 15px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		border-bottom: 1px dotted #fff;
	}
	
	#footer p {
		color: #fff;
		font-size: 11px;
		line-height: 15px;
	}

#slider {
    width: 1000px;
	height: 425px;
}
p.redaktion {
	color: #fff;
	font-size: 13px;
	padding: 15px 0 0 14px;
	float: left;
}

	p.redaktion img {
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	p.redaktion a {
		color: #fff;
		text-decoration: none;
	}
	
		p.redaktion a:hover {
			text-decoration: underline;
		}
