/* Allgemeine Seiteneigenschaften */


body {
	background-color: #F0F0F0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a {
	font-size: 14px;
	color: #7F7F7F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: none;
	color: #A5044B;
}
a:active {
	text-decoration: none;
	color: #7F7F7F;
}

p{
	margin-top: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 12px;
	
}

#Hintergrund {
	position:absolute;
	width:947px;
	height:589px;
	z-index:2;
	left: 5%;
	top: 5%;
}
#Text {
	position:absolute;
	left:358px;
	top:161px;
	width:386px;
	height:374px;
	z-index:6;
}

#Scrolltext {
	position:absolute;
	left:358px;
	top:161px;
	width:386px;
	height:374px;
	z-index:6;
	overflow: auto;	
}

#Navigation {
	position:absolute;
	width:455px;
	height:25px;
	z-index:3;
	left: 346px;
	top: 110px;
}

.headmenue {
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
}

.minilink {font-size: 12px}

