﻿#MenuPunkt a{
	padding: 3% 3% 3% 6%;
	color: #000000;
	background-color: #C0C0C0;
	font-weight: bold;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}

/* Mouse Move */
#MenuPunkt a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #808080;
	background-color: #808080;
}



.Kopfzeile {
	background-image: url('Bilder allgemein/Kopfleiste.jpg');
	background-repeat: repeat-x;
	background-position: left;
	height: 80px;
	margin-left: 150px;
}
.Fusszeile {
	background-color: #cdf;
	height: 30px;
	font-size: x-small;
}
.Zwischending {
	background-color: #C0C0C0;
}
.AnzeigeFrame {
	padding: 10px;
	margin-left: 150px;
	background-color: #FFFFFF;
	height: auto;
}
.LinkeLeiste {
	width: 150px;
	height: auto;
	float: left;
}
