/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	padding: 3px;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
}
.style {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 15px;

}
#Titel {
	position:absolute;
	left:33px;
	top:5px;
	width:980px;
	height:145px;
	z-index:1;
	background-color: #FFFFFF;
}
#Navigation {
	position:absolute;
	left:30px;
	top:171px;
	width:180px;
	height:300px;
	z-index:2;
}
#Inhalt {
	position:absolute;
	left:211px;
	top:171px;
	width:800px;
	z-index:3;
	height: 660px;
	background-color: #FFFFFF;
}

#Navigation2 {
	position:absolute;
	left:30px;
	top:503px;
	width:180px;
	height:358px;
	z-index:4;
}

#Inhalt2 {
	position:absolute;
	left:213px;
	top:171px;
	width:390px;
	height:660px;
	z-index:5;
}

#Inhalt3 {
	position:absolute;
	left:620px;
	top:169px;
	width:390px;
	height:662px;
	z-index:6;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

