* {
	margin: 0px;
	padding: 0px;
}

html,body{
	width: 100%;
	font-family: Barlow, sans-serif;
	color: #111111;
/*	background: #FFFFCC; */
}

img {
	border: 0px;
}

.clearer {
	clear: both;
	height: 1px;
}

h1, h2, h3 {
	padding-top:5px;
}

h1 {
	height: 27px;
	font-size:25px;
	line-height:27px;
}

h2 {
	height: 25px;
	font-size:23px;
	line-height:25px;
}

h3 {
	height: 23px;
	font-size:21px;
	line-height:23px;
}

a:link, a:visited, a:active, a:hover, a:focus {
	text-decoration: none;
	color: #000000;
	outline: 0;
}

a:hover {
	color: #454545;
}

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

ul {
	margin-left: 25px;
	list-style-type: square;
}

li {
	padding-top: 5px;
	padding-bottom: 3px;
}

#wrapper {
	margin: 0px auto;
	margin-top: 35px;
	width: 820px;
	background: #ffffff;
	border: 1px solid #DFDFDF;
}

#header {
	height: 80px;
	background: transparent;
}

#slogan {
	text-align: center;
	padding: 15px;
	font-size: 30px;
	line-height: 46px;
}

#navigation {
	text-align: center;
	height: 25px;
}

#navigation ul {

}

#navigation ul li {
	display: inline;
	padding: 5px;
	font-size: 21px;
	line-height: 21px;
}

#main {
	padding: 15px;
	padding-top: 25px;
}

#imageshow {
	width: 780px;
}

#content {
	width: 780px;
	text-align: left;
	font-size: 16px;
}

th {
	background:#978e79;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:bold;
	height:33px;
	text-align: left;
	border-left:1px solid #fff;
	padding-left:13px;
	padding-right:13px;
}
.row1 {
	background-color:#d7cab4;
	height:28px;
	border-bottom:1px solid #fff;
}

tr.row1 td {
	padding-left:13px;
	padding-right:13px;
}

.row2 {
	background-color:#eeeeee;
	height:28px;
	border-bottom:1px solid #fff;
}

tr.row2 td {
	padding-left:13px;
	padding-right:13px;
}

#footer {
	width: 800px;
	margin: 0px auto;
	text-align: center;
	height: 25px;
	font-size: 9px;
	line-height: 25px;
	color: #555555;
}

#footer a {
	color: #555555;
}

#bannerschaltung {
	position: absolute;
	z-index: 99999;
	top: 0px;
	right: 0px;
	width: 405px;
	height: 249px;
	background: transparent;
}

.nixhier { display:none; }

form, fieldset {
	border: 0px;
}