@CHARSET "UTF-81"; 
@import "menu.css";

#maincontainer{
	margin-left:20px;
	margin-top:30px;
	
	width: 980px; /*Width of main container*/
	/*overflow: scroll;*/
	overflow-x: auto; /*CSS3*/ 
}

#top {
	height: 156px;
}
#logo {
	/*background-color: #ff00FF;*/
	width: 236px;
	float:left;
	height: 100%;	
}
#banner {
	/*background-color: #00ff00;*/
	float:right;
   	width: 743px;
   	height: 100%;
	text-align:right;
}


#mainmenu{
	width: 236px;
	float:left;
	background-color:#dfdfe0;
}

#shortlinks{
	background-color:#afb0b1;
	width: 743px; /*Width of main container*/
	height: 37px;
	text-align:right;
	
}
#inhalt{
	float:right;
   	width: 743px;
}




#fliestext{
	margin-left:30px;
	margin-right:10px;
	line-height:21px;
} 

#krefeld{
	position:absolute;
	left:350px;
	top:550px;
 	z-index:2;
 	display:none;

}

#karte{
	position:absolute;
	max-width: 733px;
	min-hight:600px;
	
}




.lead{
	
	/*font-stretch: condensed;*/
	/*font-style:italic;*/
	 font-weight: bold;
	 line-height:23px  
	/*color:grey;*/
}

table {
	/*border: 0;*/
	font-family: arial;
	text-align:left;
	vertical-align:top;
}
th {
	text-align:left;
  	background-color:grey;
  	color: #000000;
}
td {
	vertical-align:top;
} 

h1{
	text-transform:uppercase;
	font-size: 26px;
	margin-bottom:30px;
	margin-top:30px;
	color:#656567;
	font-weight:500;
}


.netzwerk{
	text-transform:uppercase;
	color:#ff8000;
	font-size: 26px;
}

h2{
	text-transform:uppercase;
	font-size: 125%;
	color:#ff8000;
}


a:link {
	color: #656567;
	text-decoration: none;
	font-weight: bold;
	
}

a:visited {
	text-decoration: none;
	color: #656567;
	font-weight: bold;
	
}
a:hover {
	text-decoration: underline;
	color: #656567;
	font-weight: bold;
	
}
a:active {
	text-decoration: none;
	color: #656567;
	font-weight: bold;
	
}



body {background-color:white;}


* {
	font-family: Arial;
	font-size: 14px;
	color:#656567;
}


.rahmenform { 
  border: thin #656567; 
  border-style: solid; 
  border-top-width: 1; 
  border-right-width: 1; 
  border-bottom-width: 1; 
  border-left-width: 1;
 
}


.erklaer a:link {
	color: #FF6633;
	text-decoration: none;
	font-weight: bold;
	
}

.erklaer a:visited {
	text-decoration: none;
	color: #FF6633;
	font-weight: bold;
	
}
.erklaer a:hover {
	text-decoration: underline;
	color: #FF6633;
	font-weight: bold;
	
}
.erklaer a:active {
	text-decoration: none;
	color: #FF6633;
	font-weight: bold;
	
}


