@charset "UTF-8";
/* CSS Document */

img {
	border: 0;
}
html, body {
	margin:0px;
	text-align:center;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
h1 {
	margin:0;
	padding:0;
}
#container {
	width:854px;
	border-collapse:collapse;
	text-align:left;
	margin:20px auto;
}
#top {
	background:#fff url("bilder/top.jpg") no-repeat;
	width:854px;
	height:134px;
	border-collapse:collapse;
	text-align:left;
	margin:25px auto;
}
#toptext {
	background:none;
	width:auto;
	text-align:left;
	padding-left:300px;
	padding-top:40px;
}
#menubar {
	background:#ffffff url("bilder/menubar.gif") no-repeat;
	width:854;
	height:25px;
}
#menuitems {
	width:650px;
	margin-left:204px;
	border-collapse:collapse;
	padding-top:7px;
	}
#content {
	width:854;
	height:100%;
	min-height:300px;
	vertical-align:middle;
	background: #fff url("bilder/white.gif") repeat-y 50% 0;	
	float:left;
}
#left {
	background:#FFF;
	display:table-cell;
	float:left;
	width:200px;
	min-height:100%;
	margin:0 auto;
	vertical-align:middle;
	padding-top:15px;
	padding-left:5px
}
#main {
	width:600px;
	height:auto;
	margin-left:204px;
	text-align:left;
	padding-top: 25px;
	padding-left: 18px;
	padding-bottom:20px;
	text-align:left;
	border-collapse:collapse;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}
#main ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#main ul li {
	background:url("bilder/liste.gif") no-repeat 0px 5px;
	font-size:13px;
	line-height:16px;
	color:#000000;
	margin:0px;
	padding:0px 0px 7px 15px;
}
#main a {
	color:#666666;	
	text-decoration:underline;
}
#main a:hover {
	color:#9d2e2e;
	text-decoration:none;
}
#unterschrift {
	text-align:center;
	margin-left:50px;
	}
#footer {
	background:url("bilder/footer.gif") no-repeat;
	width:854px;
	height:auto;
	text-align:center;
	clear:both;
}
#copyright {
	width:650px;
	height:15px;
	margin-left:204px;
	padding-top: 4px;
	text-align:left;
	border-collapse:collapse;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}
#copyright a {
	color:#666666;	
	text-decoration:none;
}
#copyright a:hover {
	color:#9d2e2e;
	text-decoration:none;
}
