body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #fafafa;
	text-align: center;
	background-color: #969696;
}

/*############################ DIV ##########################*/

#container{
	width: 900px;
	height: 650px;
	margin:0 auto;
	padding: 0;
	text-align: left;
	background-image:url(../bilder/bgStartseite.jpg);
	background-repeat: no-repeat;
}

#starttext {
	position: absolute;
	top: 300px;
	width: 900px;
	height: 50px;
	line-height: 24px;
	font-size: 14px;
}

#mainInhalt {
	position: absolute;
	top: 390px;
	width: 900px;
	height: 150px;
}

#enter {
	position: relative;
	top: 117px;
	width: 175px;
	float: left;
	font-size: 16px;
}

#enter a:link, #enter a:visited {
	color: #052a61;
	font-weight: bold;
	text-decoration: none;
}

#enter a:hover {
	color: #fbfbfb;
	font-weight: bold;
	text-decoration: none;
}

#logo {
	position: relative;
	top: 0px;
	margin-right: 260px;
	width: 380px;
	height: 150px;
	float: right;
}

#adresse {
	position: absolute;
	top: 585px;
	width: 750px;
	font-size: 11px;
}


/*####################### TAGS ###########################*/

h1 {
	color: #fafafa;
	font-size: 14px;
	font-weight: normal;
}

a:link, a:visited {
	color: #fafafa;
	text-decoration: none;
}

a:hover {
	color: #052a61;
	text-decoration: none;
}

/*####################### TEXT ###########################*/

.textFett {
	font-weight: bold;
}

.textKlein {
	font-size: 11px;
}
