#containerhome {
	position:absolute;
	width:750px;
	height:563px;
	z-index:11;
	margin-left: -375px;
	left: 50%;
	top: 0;
	border: thin outset #CCCCCC;
}

#textcontainer {
	position:absolute;
	height:37px;
	z-index:12;
	left: 380px;
	margin-left: -375px;
	width: 750px;
	top: 524px;
}
.kleinertext {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFE6E6;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}
#inhalt {
	position:absolute;
	width:748;
	height:379px;
	z-index:13;
	top: 126px;
	left: 50%;
	margin-left: -375px;
	text-align: center;
}

#navi {
	position:absolute;
	width:748px;
	height:50px;
	z-index:14;
	visibility: visible;
	left: 50%;
	margin-left: -375px;
	top: 620px;
	background-color: #1B1B1B;
	border: no;
}
#navi ul {
	list-style-type: none;
}

#navi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	list-style-type: none;
	padding: 3px;
	text-decoration: none;
	clear: none;
	float: none;
	height: 0px;
	width: 0px;
	border: 0px 0 none;
	margin: 25px;
}
#inhalt .text a {
	color: #0099CC;
	border: 0px 0px no;
}

#navi a:hover {
	color: #CCCCCC;
	background-color: #006384;
}



#navi li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	line-height: 10px;
	margin: 20px;
	text-align: justify;
}


body {
	background-color: #1B1B1B;
}

#containerhome #inhalt .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 100px;
}
#containerhome #inhalt {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CCCCCC;
}
