@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;
	display: inline;
}

#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;
}


/*####################### TAGS ###########################*/

h1 {
	color: #000000;
	font-size: 14px;
}

h2 {
	color: #000000;
	font-size: 12px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #4662d4;
}

li
	{
	list-style-image:  url(../images/listenpunkt.gif);
}

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

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

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

