#overall{
	margin:3px auto;
	width:947px;
}

#header{
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
	width:947px;
	height:95px;
}

#logo{
	position:absolute;
	z-index:200;
	margin-left:44px;
	margin-top:14px;
	width:200px;
	height:120px;
}

#outercontent{
}

#navi{
	background-color:#000;
	width:246px;
	position:relative;
	float:left;
	z-index:50;
	padding:0px 2px;
	padding-top:50px;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#middle{
	background-image:url("../images/bogen_links.gif");
	background-repeat:no-repeat;
	width:53px;
	height:241px;
	position:relative;
	z-index:50;
	float:left;
}

#innercontent{
	width:639px;
	background-color:#e0e4e5;
	position:relative;
	padding-left:303px;
	background-image:url("../images/back.jpg");
	background-repeat:repeat-y;
	padding-bottom:15px;
	color:#16151b;
	top:-650px;
	font-family: "Tahoma","Verdana", "Arial", sans-serif;
	font-size:9pt;
	min-height:640px;
	height:auto !important;
	height:640px;
}

#border{
	background-image:url("../images/mitte.gif");
	background-repeat:no-repeat;
	width:634px;
	height:43px;
	position:relative;
	z-index:100;
	text-align:right;
	font-size:24px;
	font-weight:bold;
	color:#e0e4e5;
	padding-right:10px;
	padding-top:15px;
}

#footer{
	clear:both;
	background-color:#6d6c71;
	height:20px;
	position:relative;
	top:-16px;
	padding:3px 0px;
	padding-left:258px;
	color:#e0e4e5;
	top:-650px;
}

#footerleft{
	background-color:#000;
	width:253px;
	height:28px;
	margin-right:5px;
	position:absolute;
	top:-2px;
	left:0px;
}

*{
	font-family: "Verdana", "Arial", sans-serif;
}

/* ######  NAVIGATIONS-LINKS  ######*/
#navi a{
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#6d6c71;
	font-weight:bold;
	margin-bottom:4px;
	border-left:3px solid #000;
	padding-left:2px;
}

#navi a:hover, #navi a:focus{
	border-left:3px solid #6d6c71; 
}

#navi a:active{
	border-left:3px solid #fcca2b;
	color:#fcca2b;
}

#navi .subsite{
	margin-left:10px;
	font-size:14px;
	border-left:2px solid #000;
}

#navi .subsite:hover, #navi .subsite:focus{
	border-left:2px solid #6d6c71; 
}

#navi .subsite:active{
	border-left:2px solid #fcca2b;
	color:#fcca2b;
}

#innercontent a{
	color:#6d6c71;
}

#footer a{
	color:#e0e4e5;
}

#innercontent a:hover, #innercontent a:focus, #footer a:hover, #footer a:focus{
	color:#fcca2b;
}

#innercontent a:visited{
	color:#919096;
}
/*
#footer a:visited{
	color:#e0e4e5;
}*/

#innercontent h1,#innercontent h2,#innercontent h3{
	border-left:5px solid #e0e4e5;
	position:relative;
	left:-5px; 
}
#innercontent h1:hover,#innercontent h2:hover,#innercontent h3:hover{
	border-left:5px solid #6d6c71; 
}

a img{
	border:0;
}

/* Für die Bilder der Unterseiten (die oben) */
.bigimg{
	width:694px;
	height:277px;
	position:relative;
	left:-50px;
	top:-32px;
}

/*CSS-HACKS (Browserweichen)*/


/* Alle Browser und IE ab v6 */
*>#innercontent{
	top:0px;	
}

*>#footer{
	top:0px;	
}


/* Nur IE7 */
*:first-child+html #innercontent
{ 
	top:-650px;
}

*:first-child+html #footer
{ 
	top:-650px;
}
/* Nur IE7 Ende */

table{
	border-spacing:2px;
	border:1px solid #6d6c71;
}

td{
	padding:2px;
}
