@charset "UTF-8";

body
{
	background-color: #d1d0d0;

/*	background-image: url('../bilder/stadtplan_wuppertal_1890.jpg');*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #343434;
	
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, p, ul, ol
{
	margin-top: 0;
}

h1
{
	font-size: 23px;
	color: #191f75;
}

h2
{
	font-size: 16px;
    color: #191f75;
}

div#site-wrap
{
	width: 975px;
	
	margin: 0 auto;
}

div.grauer-balken
{
	height: 50px;
	width: 100%;
	
	margin-bottom: 20px;
	
}

div.grauer-balken img
{
  float:right;
	margin:20px 0px 0 0;
}

div.header
{
	margin-bottom: 20px;
	 background-color:#fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	
	box-shadow: #ccc 0 0 4px;
}

div.header img
{
	margin-top: 20px;
	margin-left: 23px;
}

div#hauptnav
{
	min-height: 60px;
}

div#hauptnav ul
{
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

div#hauptnav li
{
	height: 60px;
	
	float: left;
}

div#hauptnav a
{
	padding: 9px 18px;
	margin: 14px 3px 0 3px;
	
	text-decoration: none;
	color: #343434;
	
	display: block;
}

div#hauptnav a:hover,
div#hauptnav a.aktuell
{
	border-radius: 3px;
	
	background: -webkit-linear-gradient(#3272bc, #1d4f8a);
	background: -moz-linear-gradient(#3272bc, #1d4f8a);
	background: -ms-linear-gradient(#3272bc, #1d4f8a);
	background: -o-linear-gradient(#3272bc, #1d4f8a);
	background: linear-gradient(#3272bc, #1d4f8a);
	
	text-shadow: #343434 1px 1px 1px;
	color: #fff;
}

div.content
{
	margin-bottom: 20px;
	
	padding: 25px;
	
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	
	box-shadow: #ccc 0 0 4px;
  	background-image: url('../bilder/backgr.jpg')
}

div.content div.linke-spalte
{
	width: 580px;
	
	float: left;
}

div.content div.rechte-spalte
{
	width: 290px;
	
	padding-left: 25px;
	
	float: right;
}

div.content div.rechte-spalte img
{
	margin-bottom: 20px;
}

div.content div.rechte-spalte ul { list-style-type: none;margin-top:50px;}

div.content div.rechte-spalte ul li {border-bottom:1px solid #d9d9d9;margin:0 0 6px 0;padding:0 0 6px 0;}

div#footer
{
	border-top: 1px solid #d9d9d9;
	border-radius: 3px;
	background-color:#fff;
	box-shadow: #ccc 0 0 4px;
	
	width: 100%;
	
	font-weight: bold;
	color: #000;
}

div#footer h2
{
	font-size: 17px;
}

div#footer p
{
	font-size: 12px;
}

div.footer-wrap
{
	width: 925px;
	
	padding: 25px;
	
	margin: 0 auto;
}

div#footer div.linke-spalte
{
	width: 280px;
	
	margin-right: 40px;
	
	float: left;
}

div#footer div.mittlere-spalte
{ 
	width: 320px;
	
	float: left;  
  
}

div#footer div.rechte-spalte a
{
  padding: 9px 20px;
  border-radius: 3px;

	
	background: -webkit-linear-gradient(#3272bc, #1d4f8a);
	background: -moz-linear-gradient(#3272bc, #1d4f8a);
	background: -ms-linear-gradient(#3272bc, #1d4f8a);
	background: -o-linear-gradient(#3272bc, #1d4f8a);
	background: linear-gradient(#3272bc, #1d4f8a);
	
	text-shadow: #343434 1px 1px 1px;
	color: #fff;
  float: left;
  text-decoration:none;
}

div#footer div.rechte-spalte
{
	width: 280px;
	
	float: left;
}

div#footer div.copyright
{
	float: right;
}


a{font-weight:bold; color: #1d4f8a; text-decoration:none;}

.right{float:right; width:400px;}
.leftt:{float:left; width:200px;}