@charset "utf-8";
/* CSS Document */

/* body */
body {
	font-size: 100.1%;
	margin: 0px ;
	padding: 0px ;
	background-color: #191919 ;
}

/* navi-main */
a:link {
	text-decoration: none ;
	color: #33a3dc ;
	text-decoration: underline ;
}
a:visited {
	text-decoration: none ;
	color: #33a3dc ;
	text-decoration: underline ;
}
a:hover {
	text-decoration:none ;
	color: #33a3dc ;
	text-decoration: underline ;
}
a:active {
	text-decoration: none ;
	color: #33a3dc ;
	text-decoration: underline ;
}

/* image no border */
img {
	border: 0 none ;
}

/* divs */
#main {
	width: 894px ;
	margin: auto ;
	padding-top: 35px ;
	padding-bottom: 5px ;
	text-align: left ;
	border: none ;
	float: center ;
}

#head {
	width: 894px ;
	height: 87px ;
	text-align: left ;
	float: left ;
}

#navi {
	width: 894px ;
	height: 28px ;
	text-align: left ;
	border-top-color: #FFF ;
	border-top-width: thin ;
	border-top-style: solid ;
	float: left ;
}

#inhalt {
	border-top-color: #FFF ;
	border-top-width: thin ;
	border-top-style: solid ;
	width: 894px ;
	padding-top: 10px ;
	text-align: left ;
	float: left ;
}

#footer {
	border-top-color: #FFF ;
	border-top-width: thin ;
	border-top-style: solid ;
	width: 894px ;
	padding-top: 10px ;
	text-align: left ;
	float: left ;
}

/* typo */
.lauftext-blau {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #33a3dc ;
	line-height: 18px ;
}
.lauftext-weiss {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #FFFFFF ;
	line-height: 18px ;
}
.lauftext-grau {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #d1d3d4 ;
	line-height: 18px ;
}