html, body, div, p, table, td, h1, h2, h3, ul, ol, li, a {
	font-family: Arial;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

body {
	background-image: url(bodybg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
} 

#container {
	width: 870px;
}

#header {
	width: 866px;
	height: 119px;
	background-image: url(head.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#main {
	width: 870px;
}

#menue {
	width: 142px;
	float: left;
}

#content {
	width: 724px;
	min-height: 250px;
	margin-left: -6px;
	padding-top: 10px;
	float: left;
}

#werbung {
	width: 724px;
	height: 109px;
	margin: 1px 0 20px 4px;
}

a.men {
	width: 114px;
	height: 15px;
	display: block;
	padding: 11px 0 0 28px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.first {
	background: url(btn_first.gif) no-repeat;
}

a.other {
	background: url(btn_leer.gif) no-repeat;
}

.btnzwischenraum {
	width: 142px;
	height: 2px;
	background: url(btn_zwischenraum.gif) no-repeat;
	font-size: 1px;
}

.menfoot {
	width: 142px;
	height: 19px;
	background: url(menfoot.gif) no-repeat;
}

.werbung {
	width: 284px;
	height: 109px;
	margin: 0 1px 0 0;
	float: left;
	position: relative;
}

.content {
	width: 548px;
	margin: 0 0 10px 20px;
}

.content h1 {
	width: 543px;
	height: 19px;
	padding: 5px 5px 2px 0;
	margin: 0 0 5px 0;
	background: url(contenthead.gif) no-repeat;
	color: white;
	font-weight: bold;
	text-align: right;
}

.content p {
	padding: 5px;
	color: #000000;
	text-align: justify;
}

.clear {
	clear: both;
}
