#wrapper {
    	min-width:700px;
    	max-width:1000px;
}

#header {
	height:114px;
	background-color:#ffffff;
}

#banner {
	position:relative;
	left:27%;
	top:20px;
	float:left;
}


#banner IMG {
	border:none;
}
#banner A {
	border:none;
}

#info {
	float:right;
	width: 204px;
	text-align:left;
	padding-left: 30px;
	padding-top: 15px;
}

#infoTable {
	font-size:12px;
}

#infoTable a {
	text-decoration:none;
	color:#737373;
}

/* the bodge for IE6 browsers */
* html #wrapper {
	position: relative;
	float: left;
	z-index: 3;
}

#right {
	width: 234px;
    	padding : 0px;
	float : right;
    	position:relative;
}

#main {
	background-color: #fff; /* Hintergrund linke Spalte */
	background-image:url(/docroot/zlv/img/layout/nav_left.gif);
	background-repeat:repeat-y;
	margin-right: 256px;
	position: relative;
	min-height: 800px;
}

#left {
	float: left;
	padding-top:18px;
	width: 150px;
	position: relative;
	height: auto;
}

#contentHeader {
	position:relative;
	background-image:url(/docroot/zlv/img/layout/nav_middle.gif);
	background-repeat:repeat-y;
	height:146px;
	margin-left:156px;
}

#content hr{
	padding-top: 10px;	
	clear:left;
	color:#000000;
}
#footer {
    margin-top: 10px;
    border-top: 1px solid #999;
    padding-top: 3px;
}

#footer img {
    float: right;
    border: none;
    margin-top: 5px;
}

#content {
	background-color: #fff; /* Hintergrund mittlere Spalte */
	padding-left: 50px;
	padding-top:30px;
	padding-bottom:30px;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	position: relative; /* fix IE */
	margin-left: 150px;
	margin-top:6px;
}

.clear {
	clear : both;
    width : 278px; /* fix IE6 min-width 700px (Abstaende, Border, Padding abziehen)*/ 
}

/* Abstaende Blockelemente neu setzen */
#left ul li, #right ul li {
    margin-left : 40px;
}

#left h2, #right h2, #content h2{
    margin-top : 15px;
    margin-bottom : 15px;
}
#content p{
	margin-top : 10px;
    margin-bottom : 10px;
}
#content ul, #content ol{
	padding-left: 20px;
}
/* fix IE < 7 */
h1 span {
    display : block;
    width : 700px;
    margin-left : auto;
    margin-right : auto;
}
#content h1{
	padding-bottom: 10px;
}
#rightBottom {
	background-image:url(/docroot/zlv/img/layout/nav_right.gif);
    background-repeat:repeat-x;
   	height:456px;
	margin-top:2px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#situativePicture {
	max-width:234px;
}
/**
 * Portraitbild
 */
#portraitPicture IMG{
	width:150px;
}

#portraitText {
	font-size:11px;
	line-height:17px;
	color:#000;
	padding-top:15px;
}
#portraitText a {
	color:#000;
}
.subtitle {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
ul.dms{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.contentImage_left {
float:left;
position:relative;
    padding-right: 20px;
    padding-bottom: 10px;
}
.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}
#contentDivMainColumnTotalWidth {
    position: absolute;
    left: 217px;
    top: 88px;
    width: 710px;
}
#contentDivMainColumn {
    position: absolute;
    left: 217px;
    top: 88px;
    width: 450px;
}
#contentDivRightColumn {
    position: absolute;
    left: 702px;
    top: 75px;
    width: 225px;
}
.rightColumnTitle {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 25px;
}
.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}
.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}
.spacer1 {
    margin-bottom: 1em;
}
.spacer2 {
    margin-bottom: 2em;
}
.intecoLink{
	clear:both;
	display:block;
}
.intecoLink a{
	color: #EEEEEE;
	border-bottom: 1px dotted #EEEEEE;
}
.intecoLink a:hover{
	color: #000000;
	border-bottom: 1px solid #000000;
	clear: both;
}

.newsListBig td{
	padding-bottom: 10px;
}

