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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#063;
	text-align:justify;
	overflow: visible;
	background: url(../images/bg.png) no-repeat #fff;
}
a {
	color:#F60;
	text-decoration : none;
	margin:0 2px;
	font-weight:bold;
}
a:hover {
	color:#F30;
	text-decoration:underline;
}
h1 {
	text-align:left;
	font-size:16px;
	margin-left:22px 0;
	padding:15px 20px 35px 45px;
	width:auto;
	color:#063;
	font-family:Verdana, Geneva, sans-serif;
}
p {
	margin:60px 0 0 0;
}
.menutop {
	width:250px;
	height:180px;
	float:right;
	margin-right:60px;
}
.menutop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.menutop ul li {
	padding-bottom: 1px;
}
.menutop ul li a {
	font-weight:normal;
	background: #E7EFA4;
	display: block;
	padding: 2px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}
.menutop ul li a:visited {
	color:#F30;
}
.menutop ul li a:hover {
	color:#fff;
	background-color:#939F0C;
}
#main {
	width:800px;
	min-height:600px;
	margin:0 0 50px 275px;
}
#contentmain {
	clear:both;
	height:auto;
	width:780px;
	padding:10px;
}
#info-impres{
	width:317px;
	height:419px;
	background:url(../images/impressum-site.JPG) no-repeat;
	float:right;
	}
#header{
	text-align:right;
	font-size:14px;}
#header a{
	color:#F93;}
