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

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
	overflow: visible;
	background: url(../images/bg.png) repeat-x #fff;
	
}
a {
	color:#B2171D;
	text-decoration : none;
	margin:0 2px;
}
a:hover {
	color:#B2171D;
	text-decoration:underline;
}
h1 {
	text-align:center;
	font-size:16px;
	margin-left:22px 0;
	padding:15px 20px 35px 45px;
	width:auto;
	color:#B2171D;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/left.png) top left no-repeat;
}
p {
	margin:60px 0 0 0;
}
.menu {
	width:200px;
	float:left;
	margin-top:103px;

	}
.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; 
}
.menu ul li{
	padding-bottom: 1px;
}
.menu ul li a{
	font-weight:normal;
	background: #f2c3ae;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}
.menu ul li a:visited{
	color:#fff;
}
.menu ul li a:hover{
	color:#fff;
	background-color:#B2171D;
}
#cont1{
	width:882px;
	height:auto;
	border:4px solid #f2c3ae;
	margin:3% auto;
	background:#FFF;
	}
#cont2{
	width:882px;
	height:246px;
	background:url(../images/hed.jpg) no-repeat;
	border-botoom:4px solid #f2c3ae;
	}
#cont3{
	width:882px;
	height:auto;
	position:relative;
	border-top:4px solid #f2c3ae;
	padding-top:2px;
	}
#content{
	float:right;
	width:662px;
	min-height:600px;
	
	padding:10px 10px 40px 10px;
	background:url(../images/bot.jpg) bottom right no-repeat; 
	}
#impres{
	width:317px;
	height:419px;
	background:url(../images/impressum-site.JPG) no-repeat;
	float:right;
	}
#logo{
	text-align:right;
	margin-right:20px;
	font-size:16px;}