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

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

#container{
	top: 0px;
	width:900px;
	margin: 0px auto;
	height: 100%;
	text-align:left;
	/*background-image:  url(../bilder/bgStartAngebot.jpg);*/
	background-image:  url(../bilder/bgStart.jpg);
	background-repeat: no-repeat;
}

#startNavi {
	position: absolute;
	top: 270px;
	width: 750px;
	height: 30px;
}

.startMenue {
	height: 30px;
	float: left;
}

#startAdresse {
	position: relative;
	top: 485px;
	width: 900px;
	font-size: 10px;
	text-align: center;
}

#startEmpfehlung {
	position: relative;
	top: 510px;
	width: 900px;
	font-size: 10px;
	color: #333333;
	text-align: center;
}

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

h1 {
	font-size: 12px;
}

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

a:link, a:visited {
	color: #C02001;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

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

.textAdresseFett {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
