/* CSS Document */
body {
	background-color: #E0DFE3;
	background-image: url(../images/hintergrund_bilder/hg_grau.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #B50000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #b50000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #F4F4F4;
	}
a:active {
	text-decoration: none;
	color: #B50000;
}
.menu_link {
	color: #B50000;
	text-decoration: none;
	font-size: x-small;
}
.menu_visited {
	text-decoration: none;
	color: #B50000;
	font-size: x-small;
}
.menu_hover {
	text-decoration: none;
	color: #000000;
	font-size: x-small;
}
.menu_active {
	text-decoration: none;
	color: #B50000;
	font-size: x-small;
}
.ueberschriftklein {
	font-size: x-small;
	font-weight: bold;
}
.ueberschriftklein2 {
	font-size: small;
	font-weight: bold;
}
.ueberschrift2 {	        
    font-size: medium;
	font-weight: bold;
}
.ueberschrift4 {           
    font-size: medium;
    font-weight: bold;
	color: #990000;
}
.kleinertext {
    font-size: x-small;
}
.farbigertext {
    font-size: x-small; 
	color: #9966CC;
}
.normalertext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.grussworttext {
	font-size: x-small;
	font-weight: bold; 
	color: #b50000;
}
/* Ebenen Design */
#startleiste {
	position:absolute;
	left:30px;
	top:14px;
	width:108px;
	height:25px;
	z-index:1;
	visibility: visible;
}
#inhalt2 {
	position:absolute;
	left:2px;
	top:65px;
	width:98%;
	height:400px;
	z-index:2;
	visibility: visible;
}

