body#Site {
	background-color: #102957;
	margin:  0;
	padding: 0;
}

#Top {
	width:         980px;
	margin-bottom: 20px;
	margin-left:   auto;
	margin-right:  auto;
	overflow:      hidden;
	background-color: #ffffff;
	#border-left:1px solid #222222;
	#border-right:1px solid #222222;
}

#Header {
	padding:  0px 0px;
	width:    980px;
	height:   170px;
	overflow: hidden;
	background-color: #102957;
	background-repeat:no-repeat;
}

#LeftMenu {
	float:   left;
	width:   150px;
	margin:  0px;
	padding: 0px;
	background-color:#ffffff;
}

#Main {
	padding:      25px;
	margin-right: 0px;
	margin-left:  150px;
}

#Zeitung {
	padding:      0px;
	margin-right: 0px;
	margin-left:  150px;
}

#powered {
	clear:        both;
	padding:      10px;
	font-size:    11px;
	color:        #102957;
	text-align:   right;
	vertical-align:   middle;
	height:       20px;
	border-top:   1px dashed #7E8085;
}

#startseite {
	border: 0px solid gray;
	margin:       5px 40px;
	float:        left;
	display:      block;
    width:        300px;
    min-height:   250px;
}

#startseite td, p {
	font-size:     10px;
}

#trennlinie {
	margin-bottom: 20px;
	margin-left:   40px;
    width:         710px;
	border-bottom: 1px dashed #7E8085;
}

.trennlinie {
	margin-bottom: 20px;
	margin-left:   40px;
    width:         710px;
	border-bottom: 1px dashed #7E8085;
}

#contentheader{
	width:         750px;
	margin-bottom: 20px;
	margin-left:   auto;
	margin-right:  auto;
	padding:       5px 0px;
	max-height:    29px;
	font-size:     11px;
	font-weight:   900;
	background:    url(/images/2008_layout/contentheader.gif) repeat-y;
}

#contentheader p{
	padding-left:  32px;
}

div#Main {
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

.topM {
	text-decoration: none;
	float:           left;
	font-size:       11px;
	font-weight:     1000;
	padding-top:     9px;
	color:           white;
	text-align:      center;
	text-transform:  uppercase;
	display:         block;
	width:           139px;
	height:          26px;
	background:      url(/images/2008_layout/back_topMenu.jpg);
	border-right:    1px solid #A1B3D5;
}
.topM:hover {
	color: #f5f5f5;
	background: url(/images/2008_layout/back_topMenu_over.jpg);
}
.topM_active {
	text-decoration: none;
	float:           left;
	font-size:       11px;
	font-weight:     1000;
	padding-top:     9px;
	color:           white;
	text-align:      center;
	text-transform:  uppercase;
	display:         block;
	width:           139px;
	height:          26px;
	background:      url(/images/2008_layout/back_topMenu_over.jpg);
	border-right:    1px solid #A1B3D5;
}
