@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.jpg) no-repeat;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;}

a:visited {
	color:#000;}

#container {
	width:1000px;
	margin:0 auto;
	height:auto;
	margin-top:20px;}

#header {
	width:970px;
	height:50px;
	margin:0 auto;
	margin-bottom:10px;
	padding-left:20px;
	border:5px solid #FFF;
	text-align:center;
}

menu{
	clear:both;
	width:980px;
	height:30px;
	margin:0 auto;}

#menu ul {
	list-style-type: none;
	padding:0;}
	
#menu ul li {
	padding: 0px;
	text-align:center;
	float:left;}
	
#menu ul li a {
	font-weight:normal;
	display:inline;
	padding: 2px 4px;
	line-height: 26px;
	text-decoration: none;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-shadow: 1px 1px 2px #FFF;
	border-right:1px solid #000;
	width:auto;}
	
#menu ul li a:visited {
	color:#000;}
	
#menu ul li a:hover {
	color:#000;
	text-decoration:underline;
}
	
#main {
	width:315px;
	float:left;
	border:5px solid #FFF;
	background:url(images/haus.jpg) no-repeat;
	height:228px;
}

#content {
	width:645px;
	height:auto;
	border:5px solid #FFF;
	float:right;
	margin-bottom:10px;
	padding:5px 6px 3px 6px;
}

#content h1 {
		text-shadow: 1px 1px 2px #FFF;
		text-align:left;}

#content h2 {
		text-shadow: 1px 1px 2px #FFF;
		font-size:14px}
		
#impressum {
	width:990px;
	height:40px;
	margin:0 auto;
	overflow:auto;
	font-size:14px;
	padding-top:18px;
	border:5px solid #E98C53;
	text-align:center;
}

#impressum a {
	font-size:14px;
	color:#000;
	text-decoration:none;
}
