﻿body 
{
	margin:0px;
	font-family:Arial;
	background-color:Black;
}
a 
{
	color:#A37736;
}
a:hover
{
	color:#eee;
}


.Header
{
	width:940px;
	height:299px;
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
}

.RahmenHintergrund
{
	width:940px;
	min-height: 700px;
	background-image: url('images/hintergrund.jpg');
	background-repeat:repeat-y;
}

.Navi
{
	margin-top:5px;
	width:680px;
}
.Navimenue
{
	float:left;
	width: 110px;
	margin-right: 3px;
	background-color: #4B4E53;
	color: #A37736;
	font-size:x-large;
	text-decoration:none;
}
.Navimenue:hover
{
	background-color: gray;
	color: #eee;
}
.Navimenue a
{
	color: #A37736;
	text-decoration:none;
}
.Navimenue a:hover
{
	background-color: gray;
	color: #eee;
}

.Content
{
	width:680px;
	margin-top:10px;
	margin-left: 10px;
	color:Red;
}

.clear
{
	clear:left;
}