body, html
{
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 18px;
}



a
{
	color: #f00;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.cl
{
	clear:both;
}


.navi li
{
	float: left;
}

.container
{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

.header
{
	position: relative;
	margin: 0;
	width:990px;
	height:279px;
	background: url(image/header.jpg);
}

.main
{
	width:990px;
	background:url(image/bg.jpg);
	height: auto !important;
	height: 550px;
	min-height: 550px;
	
}

.post
{
	margin-top: -18px;
	float: left;
	width: 660px; padding: 10px 15px;
}

.side
{
	float: left;
	width: 291px;
}

.side ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.side li
{
	margin: 0 0 10px 0;
	list-style-type: none;
}

.side h3
{
	font-size: 18px;
	padding: 5px;
	color: #fff;
	margin: 0;
	background: url(image/sidebar.png);
}

.side div
{
	background: #fff;
	padding: 5px;
}

.footer
{
	width:990px;
	height: 18px;
	background:url(image/footer.jpg);
	text-align: left;
	padding-top: 28px;
}

.headnavi
{
	margin-left:850px;
	font-size: 10px;
}

.headnavi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.headnavi li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px;
}

.headnavi a
{
	color: #000;
}

.navi
{
	position: absolute;
	left: 5px;
	top: 184px;
}

.navi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navi li ul
{
	position: absolute;
	width: 400px;
	z-index:10;
	border: 1px solid #f00;
	padding: 5px;
	background: #fff;
	display: none;
}

.navi li.hov ul
{
	display: block;
}

.navi li ul li
{
	display: block;
	float: none;
}

.navi li ul li a
{
	background: #fff;
}

.navi li ul li a:hover
{
	background: #fff;
	color: #f00;
}
	
.navi li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.navi li a
{
	background: url(image/navi.png);
	color: #000;
	padding: 4px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

.navi li a:hover
{
	background: url(image/navihi.png);
	color: #fff;
	text-decoration: none;
}

.headline
{
	position: absolute;
	left: 10px;
	top: 241px;
	font-size: 18px;
	color: #fff;
	margin: 0; padding: 0;
}

.tablehead
{
	background: #f00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	
}

.tablebody
{
	border: 1px solid #f00;
	vertical-align: top;
}

h2
{
	font-size: 18px;
}

.post ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: image;
	list-style-image: url(image/pfeil.png);
}

.red
{
	font-size: 24px;
	vertical-align: top;
	color: #f00;
	font-weight: bold;
	padding-top: 4px;
}

.collapser
{
	border-collapse: collapse;
}

.collapser td
{
	padding: 5px;
}

