@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	overflow: hidden;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

body {
	height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;
}

#head {
	position:fixed; margin:0; top:0; display:block; width:100%; z-index:5;
	
}

#headinner {
	width:950px; margin:auto; background:#FFFFFF;
	/*border-left:#7b1018 1px solid;border-right:#7b1018 1px solid;*/
}

div#obenrotelinie { 
	background:url(../image/obenrotelinie.png) no-repeat; height:9px;
}

div#symbolmenue { 
	height:20px; padding:2px;text-align:right;
	/*background:url(../image/graublockoben.png) no-repeat bottom; 
	border-bottom:#CCCCCC 1px solid;*/
}
	
div#banner {
	height:114px;
	background:url(wik_FILES/banner.png) no-repeat;
}
div#adresse {
	color:#FFFFFF;
	padding:0 0 0 170px; background:#7b1018;
	margin:0;
}



#left {
	position:fixed; left:0; top:0; height:100%; max-height:100%; z-index:4;
	left:50%;
    margin-left:-515px;
	padding-top:210px; 
}

#content { 
	display:block; height:100%; max-height:100%; overflow:auto; padding-left:190px; position:relative; z-index:3;
}
#contentinner {
		width:800px; position:relative; margin:auto;
	padding:210px 0 0 0; 
	
}
#contentleft {
	width:580px; float:left; padding:0px 20px 40px 20px; border-right:#7b1018 1px dashed; border-left:#7b1018 1px dashed;
}
#contentright {
	float:left;  margin:0 0 0 18px; padding:0;
}


.news-single-item table { border-collapse:collapse }
.news-single-item table td { border:#ccc 1px solid;padding:2px 0 2px 5px; vertical-align:top;}

#einspaltig {
	width:760px; float:left; padding:0px 20px 40px 20px; 
	border-left:#7b1018 1px dashed;
}

#foot {
	position:fixed; margin:0; bottom:-1px; display:block; width:100%; z-index:4;
}
#footinner {
	color:#7b1018; height:22px; width:950px;
	/*background:url(../image/graublockunten.png) no-repeat top;
	border-left:#CCCCCC 1px solid;*/
	margin:auto; text-align:center;
	border-top:#CCCCCC 1px solid;
	background:#FFFFFF;
}

div#footinner a { color:#7b1018; text-decoration:none;}

* html #head, * html #foot,* html #left {position:absolute;}

