body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	top: 500px;
}

ul {
    list-style-image: url(images/listenpunkt.gif);
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0;
}

#header {
	width: 100%;
	height: 60px;
	background-image: url(images/topleiste.gif);
	background-repeat: repeat-x;
}

#zeile02 {
	width: 100%;
	padding-bottom: 20px;
}

#zeile02logo {
	background-repeat: repeat-x;
	margin-left: 110px;
	margin-top: 20px;
}
	
#zeile03 {
	width: 100%;
}

#zeile03menue {
	width: auto;
	height: 20px;
	margin-left: 110px;
}

hr.cc {
 width: 95%;
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #ccc;
 border-bottom: solid 1px #ccc; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 clear: both;
}

#zeile04 {
    position:relative;
	width: 800px;
	height: 100%;
	margin-left: 90px;
}

#zeile04L {
    float:left;
	width: 180px;
	height: 180px;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	overflow: auto;
}

#zeile04R {
	float:left;
	width: 480px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-right: 20px;
	margin-top: 40px;
	overflow: auto;
}

#footer {
	clear: both;
	width: 94%;
	height: 20px;
	margin-left: 3%;
	margin-right: 3%;
	background-color:#FF6600
}

#footerbox {
    float: left;
	height: 20px;
	width: 195px;
	background-color:#CCC;
	padding-left: 80px;
}

#footerboxR {
    float: left;
	height: 20px;
	background-color:#FF6600;
	padding-left: 10px;
}

#zusatzbox {
	width: 100%;
	margin-top: 20px;
}

#zusatzboxL {
    float: left;
	height: auto;
	width: 115px;
	padding-left: 190px;
}

#zusatzboxR {
    float: left;
	height: auto;
	padding-left: 10px;
}




a:link {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

a:visited {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
}