
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#inner {
	overflow: auto;
	padding-bottom: 50px;
	padding-top: 20px;
}

body {
	font-family: arial;
	font-size: 11px;
	line-height: 1.2em;
	background: #fff;
}

li {
	list-style-type: none;
}

.section-title {
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, .active a {
	color: #999;
}

.clear {
	clear: both;
	visibility: hidden;
}

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 200px;
	text-transform: uppercase;
}

#header h1 {
	font-size: 11px;
}


#brand {
	float: left;
	width: 250px;
	padding-top: 10px;
	border-top: 1px solid #000;
}

#menu {
	float: left;
	width: 550px;
	height: 200px;
	margin-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
}

#menu ul {
	float: left;
	width: 150px;
}

#main {
	margin-top: 20px;
}

#main p {
	margin-bottom: 10px;
}

.container {
	overflow: auto;
}

#d-col1 {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.bilder {
	float: left;
}

#d-col2 {
	width: 550px;
	height: 280px;
}

#d-col2 div {
	height: 280px;
}

#col_links {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#col_rechts {
	float: left;
	width: 550px;
}

.nav {
	margin-top: 10px;
	text-transform: uppercase;
	z-index: 1000;
}
/*
#prev {
	width: 7px;
	height: 11px;
	background: url(prev.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#next {
	width: 7px;
	height: 11px;
	background: url(next.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
*/
.text_single {
	padding-left: 270px;
}

#left {
	float: left;
	width: 250px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 200px;
	padding-top: 10px;
}

#right {
	float: left;
	width: 550px;
	margin-left: 20px;
	border-top: 1px solid #000;
	padding-top: 10px;
}

#footer {
	position: relative;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	clear: both;
	font-size: 9px;
	text-transform: uppercase;
}

#footer_innen {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#footer_left, #footer_right {
	float: left;
	border-top: 1px solid #000;
}

#footer_left {
	width: 250px;
	margin-right: 20px;
	padding-top: 10px;
}

#footer_right {
	width: 550px;
	padding-top: 10px;
}