body {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	text-indent:0px;
	background-color:#DDDDDD; /*Hintergrundfarbe aussen*/
}

p {
	margin-bottom:5px;
}

#alles { /* also "die Buehne", der mittlere Bereich */
	position:absolute;
	left:50%;
	margin-left:-493px;
	width:995px;
	height:1000px;
	z-index:2;
	background-color:#B6B6B6;
	background-image:url(/images/top_streifen.png); /* Streifen oben mit Logo etc., aendern in PSD-Datei*/
	background-repeat:no-repeat;
	background-position:top center;
}
	
#topnavi { /* Impressum */
	position:absolute;
	left:50%;
	margin-left:-485px;
	margin-top:5px;
	width:600px;
	height:600px;
	z-index:5;
}

.topnavi { /* Textformatierung dafuer, Auswahl bei CSS-Style bei den Links!!! ("Kette") im Textfeld */
	font-family:Verdana, Arial, sans-serif; 
	font-size:11px;
	color:#FFFFFF;
}

a.topnavi:link { /* Formatierung der Links für "topnavi" */
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif; 
	font-size:11px;
	color:#FFFFFF;
}

a.topnavi:visited {
	text-decoration:none;
}

a.topnavi:focus   {
	text-decoration:none;
}

a.topnavi:hover   {
	text-decoration:none;
	color:#000000;
}

a.topnavi:active  {
	text-decoration:none;
}


a:link { /* Formatierung der Links im Text */
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif; 
	color:#FFFFFF;
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a:focus   {
	text-decoration:none;
	color:#FFFFFF;
}

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

a:active  {
	text-decoration:none;
}





#maintext {
	position:absolute;
	left:50%;
	margin-left:-183px;
	margin-top:90px;
	width:420px;
	height:520px;
	z-index:5;
}


.maintextwhiteheadline {
	font-family:Tahoma, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
}


#menublock { /* grauer Kasten linke Seite */
	position:absolute;
	left:50%;
	margin-left:-498px;
	width:234px;
	height:100%;
	z-index:3;
	background-image:url(/images/left_streifen.png); /* grau mit abgerundeter Ecke, aendern in PSD-Datei*/
	background-repeat:no-repeat;
	background-position:0px 275px;
}


#bestellhotline { /* grauer Kasten linke Seite */
	position:absolute;
	left:50%;
	top:530px;
	margin-left:-478px;
	width:310px;
	height:80px;
	z-index:9;
	background-image:url(/images/bestellhotline.png); /* Telefonnummer, roter Block etc.*/
	background-repeat:no-repeat;
}


#hotlineklick { /* klickbarer Bereich */
	position:relative;
	top:29px;
	left:29px;
	width:205px;
	height:40px;
	z-index:55;
	/*background-color:#00FF00;*/
	cursor:hand;
}


#mainmenu { 
	position:absolute;
	left:50%;
	top:330px;
	margin-left:-478px;
	width:200px;
	height:200px;
	z-index:30;
}


ul.mainmenulist { /* Listenformatierung, wird fuer Menu verwendet*/
	list-style-type:none;

}


li.mainmenulist { /* Listenformatierung, wird fuer Menu verwendet*/
	margin-bottom:10px;
	text-indent:0px;
}


a.mainmenu:link { /* Formatierung der Links für "topnavi" */
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif; 
	font-size:12px;
	color:#000000;
}


a.mainmenu:visited {
	text-decoration:none;
	color:#000000;
}


a.mainmenu:focus   {
	text-decoration:none;
	color:#FF0000;
}


a.mainmenu:hover   {
	text-decoration:none;
	color:#FF0000;
}


a.mainmenu:active  {
	text-decoration:none;
	color:#FFFFFF;
}

