@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#mutter{
	width: 960px;
	position: absolute;
	left: 50%;
	z-index:0;
	margin-left: -480px;
}
#left{
	float: left;
	width: 250px;
}
#logo{
	height: 180px;
	margin-bottom: 10px;
}
#text1{
	height: 150px;
	margin-bottom: 10px;
	overflow: auto;
}
#menu1{
	margin-bottom: 10px;
}
#suche{
	margin-bottom: 10px;
}
#supmenu{
	margin: 0px;
	padding: 0px;
}
#adr{
	margin-top: 10px;
	margin-bottom: 10px;
}
#right{
	float:right;
	width: 700px;
}
#header{
	height: 320px;
}
#menu{
	height: 20px;
	background-color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}
#content{
	line-height: 140%;
	margin-bottom: 10px;
	min-height: 150px;
}
#footer{
	border-top: solid 1px #CCCCCC;
	padding-top: 5px;
}
#meta{
	float: left;
	width: 473px;
	text-align: center;
}
#druck{
	float: right;
}
.clear{
	clear: both;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #000000;
}
h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
}
h3{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
}
fieldset{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p{
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


