@charset "UTF-8";

body, html {
	margin:0;
	padding: 0;
}

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

#main {
	position: absolute;
	left: 0;
	right: 0;
	width: 1000px;
}

#head {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
}

#headbg {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 1000px;
	background-color: #FFFFFF;
}

#headbanner {
	position: absolute;
	left: 0;
	top: 0;
	height: 154px;
	width: 690px;
}

#titlenavi {
	position: absolute;
	top: 20px;
	right: 0;
}

#mvlogo {
	position: absolute;
	left: 675px;
	top: 75px;
	height: 82px;
	width: 244px;
	background-image: url(../img/logo.png);
}

#pfadnavi {
	position: absolute;
	top: 160px;
	left: 51px;
	width: 800px;
}

#mainnavi {
	position: absolute;
	top: 201px;
	left: 51px;
	height: 20px;
	width: 945px;
	z-index: 1000;
}

#balken {
	position: absolute;
	top: 202px;
	left: 773px;
	height: 20px;
	width: 224px;
	background-color: #808080;
	z-index: 10;
}

#content {
	position: absolute;
	left: 0px;
	top: 199px;
	width: 1000px;
}

.contenttable {
	margin-top: 10px;
}

.contenttable tr{
	line-height: 12px;
	margin: 0 0 7px 0;
	padding: 0;
}

.contenttable td{
	
	margin: 0;
	padding-left: 20px;
	line-height: 12px;
}

.printLink {
	margin: 31px 0 0 0;
}

#bg {
}

#bgcorner {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 54px;
	width: 48px;
	background-image: url(../img/bgcorner.png)
}

#trennstrich {
	position: absolute;
	top: 16px;
	left: -8px;
	height: 100%;
	width: 2px;
	z-index: 1000;
	background-color: #FFFFFF;
}

/* CONTENT: */

#maincontent {
	position:absolute;
	top: 54px;
	left: 94px;
	width: 425px;
	padding: 0 0 100px 0;
}

#maincontent2 {
	position:absolute;
	top: 54px;
	left: 94px;
	width: 645px;
	padding: 0 0 100px 0;
}

#content1 {
	position: absolute;
	top: 54px;
	left: 773px;
	width: 200px;
		padding: 0 0 100px 0;
}

#content2 {
	position: absolute;
	top: 54px;
	left: 570px;
	width: 170px;
	padding: 0 0 100px 0;
}

/* NEWS 

.news-latest-item {
	position: relative;
	width: 100%;
	clear: both;
}

.news-latest-item_left {
	float: left;
	overflow: hidden;
}

.news-latest-item_right {

	
}
*/
