body {
	background-color: white;
	color: #970404;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
	margin: 0px;
	background-image: url('Randschnitzel.png');
	background-repeat: repeat-y
}

.logoDiv {
	margin-left:5%;
	margin-top: 2%;
	margin-right:5%;
	text-align: center;
	width:90%;
}

.menuDiv {
	color: white;
	background-color: #970404;
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	margin-top:0px;
	text-align: left;
}

.contentDiv {
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	margin-top:0px;
	text-align: left;
	color: black;
	background-color: #EAEAEA;
}
	
.bottomDiv{
	margin-left:5%;
	margin-right:5%;
	color: white;
	background-color: #970404;
	width:90%;
	text-align: right;
	margin-bottom: 10px;
}

.menu{
	color: white;
	padding:0.2em 0.6em;
}

.menu:hover{
	color: #970404;
	background-color: #EAEAEA;
	text-decoration: none;
}

.content {
}

.bottom{
	color:white;
}

.ueberschrift{
	font-size: 18px;
	font-weight: bolder;
}

.unterueberschrift{
	font-size: 16px;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #970404;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
