@charset "utf-8";

body  {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #ffffff;
margin: 0; 
padding: 0;
color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

#container {
	width: 980px;
	margin: auto;
	border: #000000 1px solid;
	color: #000000;
	font-size: 11px;
	background-color: #dddddd;
	text-align: left;
}

#container #header {
	width: 970px;
	height: 100px;
	padding-bottom: 10px;
}

#container #menue {
	background-image: url(menue-bg.jpg);
	width: 980px;
	height: 27px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
}

#container #linkespalte {
	width: 750px;
	float: left;
	background-color: #cdcfd0;
}

#container #rechtespalte {
	width: 210px;
	float: left;
	text-align: left;
}

#container #footer {
	width: 970px;
	height: 50px;
	clear: both;
}
