body {
	background-color: #8CC7FF;
	color: Yellow;
	background-image: url("../background.png");	
	font-family: Arial, Helvetica, sans-serif;
}

#kopf {
	text-align: center;
}

h1 {
	border-color: Black;
	border-style: solid;
	border-width: 0px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	padding-left: 4px;
}

h2 {
	border-color: yellow;
	border-style: solid;
	border-width: 0px;
	border-left-width: 6px;
	border-bottom-width: 3px;
	padding-left: 4px;
}

table h2 {
	border-style: none;
}


#navi {
	background: #6495ED;
	width: 130px;
	height: 600px;
	position: fixed;
	top: 65px;
	left: 0px;
	padding-top: 5px;
}

#main{
	margin-left: 5px;
	position: absolute;
	top: 65px;
	left: 130px;
}

#fuss {
	width: 98%;
	text-align: right;
	position: absolute;
	bottom: 2%;
	left: 0px;
}

#kopf h1 {
	color: yellow;	
}

#main h1 {
	width: 400px;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: White;
	margin: 4px;
}

A:hover {
	text-decoration: none;
	color: Black;
	background: Yellow;
}
.Verkauf{color: Red;
	font-family: Arial, Helvetica, sans-serif;
}
