body{
background-color: #7f7f7f;
color:#333;

}

h1{
	font-family: Times New Roman;
	color: #a32600;
	font-size: 20pt;
}

h2{
	font-family: Times New Roman;
	color: #a32600;
	font-size: 16pt;
}

h3{
	font-family: Times New Roman;
	color: #a32600;
	font-size: 14pt;
}

a{
	color: #a32600;
}

a:hover{
	color:#c44610;
}

#main{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

#header{
	background-image: url(Bilder/header.jpg);
	width:960px;
	height: 192px;
	position: relative;
	top:0px;

}

#middle{
	background-image: url(Bilder/middle.jpg);
	background-repeat: repeat-y;
	width:960px;
	position:relative;
	top:0px;
	padding-top:1px;
}

#footer{
	background-image: url(Bilder/footer.jpg);
	position:absolute;
	height: 90px;
	width: 960px;
}

#menu{
	position:relative;
	width: 600px;
	top:100px;
	left:30px;
	text-align: center;
}

#menu h1 {
	font-family: Times New Roman;
	color: #a32600;
	font-size: 20pt;
	display: inline;
	padding-left:20px;
}

#menu a{
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#content{
	position:relative;
	left:20px;
	width:960px;
	font-family: Arial;

	
}

#content_left{
	border-right: 1px dashed #a32600;
	padding-right:10px;
	width: 630px;
	position:relative;
	top:0px;
	float:left;
	height:100%;
	overflow:hidden;
	z-index:2;
}

#content_right{
	position:relative;
	top:0px;
	float:left;
	width: 270px;
	padding-left:10px;
	padding-right:10px;
	border-left: 1px dashed #a32600;
	z-index:3;
	margin-left:-1px;

}

.clear{
	clear:left;
}

#footer_content{
	width: 960px;
	text-align: center;
	position:relative;
	top:30px;
}