body {
	background-image: url('../images/bg_01.png');
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin: 0px;
}

#main {
	margin-left: -480px;
	margin-top: 21px;
	left: 50%;
	width: 960px;
	position: absolute;
	line-height: 15px;
	font-size: 12px;
	paddong-bottom: 30px;
	font-family: arial, Helvetica, Verdana, Arial, sans-serif;
}

#logo {
	height: 40px;
	width: 200px;
	float: left;
}

#navigation {
	float: right;
	margin-top: 30px;
	height: 30px;
}

.navilink {
	padding-left: 15px;
	font-size: 13px;
}

.clear {
	clear: both;
}

#teaser {
	height: 320px;
	width: 960px;
}

#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	margin: 0px;
	height: 25px;
	background-color: #353535;
	z-index: 1;
}

img {
	border: 0px;
}



a {
	color: #333;	
}

.footerinhalt {
	margin-left: -480px;
	margin-top: 4px;
	left: 50%;
	width: 960px;
	position: absolute;
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "trebuchet ms", Helvetica, Verdana, Arial, sans-serif;
	padding:2px 0px 2px 0px;
}

.footerinhalt a {
	color: #ffffff;
	text-decoration: none;
	size: 10px;
}

.footerinhalt a:hover {
	color: #c3c3c3;
	text-decoration: none;
	size: 10px;
}

.teaser {
	color: #797979;
}

.teaser a:hover{
	color: #898989;
}

.left {
    float: left;
}

.right {
    float: right;
}

.trenner {
	margin-top: 0px;
	height: 5px;
	width: 960px;
	background-image: url('images/trenner.gif')
}

.contentbox {
	float: left;
	line-height: 16px;
	width: 720px;
	margin-bottom: 30px;
}

.padding {
	padding: 15px 15px 15px 0px;
}

.related {
	float: right;
	width: 240px;
	line-height: 18px;
	background-color: #f7f7f7;
}

.tabelle {
		width: 720;
		float: left;
}

.zellehead {
		font-size: 16px;
		width: 100%;
		padding-bottom: 8px;
		border-bottom: 1px solid gray;	
}

.zelle {
		margin-top: 8px;
}

.zellelinks {
	float: left;	
}

.zellerechts {
	float: right;	
}