@charset "utf-8";

html{height:100%}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #919191;
	text-align: center;
	background-color: #e0e4e5;
}

/*############################ DIV ##########################*/

#container{
	width: 850px;
	height: 572px;
	margin:30px auto;
	background-color: #e0e4e5;
	text-align:left;
	background-image:  url(../bilder/bgContainer.gif);
	background-repeat: repeat-y;
}

#inhaltMain {
	position: relative;
	height: 564px;
	width: 850px;
	background-image:  url(../bilder/bgInhaltMain.gif);
	background-repeat: no-repeat;
}

#inhaltRechts {
	position: relative;
	float: right;
	right: 20px;
	width: 592px;
	height: 542px;
	margin-top: 15px;
	background-image:  url(../bilder/bgMeldestelle.jpg);
	background-repeat: no-repeat;
	display: inline;
}

#text {
	position: relative;
	width: 97px;
	top: 65px;
}

#menueContainer {
	position: relative;
	left: 56px;
	top: 110px;
	height: 462px;
	width: 112px;
}

#menue {
	position: relative;
	width: 112px;
}

#impressum {
	position: relative;
	top: 300px;
	width: 112px;
}

#footer {
  	height: 8px;
	width: 850px;
	background-image:  url(../bilder/bgFooter.gif);
	background-repeat: no-repeat;
}

/*####################### TEXT ###########################*/

.textFliessKlein {
	color: #919191;
	font-size: 9px;
}

.textFliessAkzent {
	color: #919191;
	font-size: 14px;
	font-weight: bold;
}

.textFliessFett {
	color: #919191;
	font-size: 12px;
	font-weight: bold;
}

.textDunkel {
	color: #333333;
	font-size: 12px;
}


