body {
	background-color: #006;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

#wrapper {
	width: 100%;
	min-width: 900px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #3401cc;
	/*
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: top left;
	*/
}

#menue {
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	background-image : url(../images/menue_off.png);
	border-top: 1px solid #666; /* GELB: #EDCE40 */
}

#menue ul {
	margin: 0;
	padding: 0;
}

#menue li {
	/*
	background-image : url(../images/left_link_n.gif);
	background-repeat : no-repeat;
	background-position : top left;
	*/
	display: block;
	height: 26px;
	line-height: 26px;
	/* width: 120px; */
	list-style: none;
	float: left;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #666;
	text-align: center;
}

* html #menue li{  
/* CSS-Hack für IE6 und kleiner */  
width: 0;  
}

#menue a {
display : block;
padding: 0 25px;
background-image : url(../images/menue_off.png);
background-color: #CCC;
color: #000;
height: 26px;
text-decoration: none;
}

#menue a:hover {
	background-image : url(../images/menue_on.png);
	background-color: #EDCE40;
}

#main {
	height: 420px;
	width: 900px;
	padding: 10px;
	float: left;
	padding-top: 20px;
}

#main2 {
	height: 320px;
	width: 900px;
	padding: 10px;
	float: left;
	padding-top: 20px;
}


#footer {
	height: 26px;
	line-height: 26px;
	background-color: #002;
	/* background-image : url(../images/menue_off.png); */
	padding-left: 10px;
	font-size: 0.9em;
	color: #fff;
	clear: both;
}

a {
	color: #EDCE40;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FCD94C;
	text-decoration: underline;
}

.adresse {
	font-size: 1.1em;
	color: #EDCE40;
	line-height: 25px;
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
	margin-right: 20px;
}

.infobox {
	width: 850px;
	border: 1px solid #002;
	padding: 2px 10px;
	font-size: 0.9em;
	background-color: #009;
	color: #ddd;
}

marquee {
	background-color: #FFFF00; /* FCD94C */
	color: #000;
	font-family: "Courier New" Courier monospace;
	padding: 10px;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}
