@charset "utf-8";
html
{

}

body
{

  margin: 0;
  padding: 0;
  background-color:#4091e3;
  color: #4091e3;
  background: #4091e3 url('../images/maincontentBG.png') repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #47828f;
	size:11px;

}
h1{
	
	font-weight: bold;
	font-size:14px;
	
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #47828f;
	cursor:pointer;

}
.suche{

	padding: 10px 20px;
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	color:#f2f2f2;
	background: url('../images/inputBG.png') no-repeat;
	width: 560px;
	height:30px;
	border: 0px;


	}

.inputeintragen{

		font-weight: bold;
		text-align: left;
		font-size: 12px;

		color: #47828f;
		border: 1px solid #47828f;
	}

#main{
	width: 900px;
	height:auto;
	margin: auto;
	background-color: transparent;

}
#wifire{
	float: left;
	width:420px;
	height:145px;
	border:0px;
	clear: left;
	display: inline;
}
.logo{
	float: left;
	width:420px;
	height:145px;
	border:0px;
	clear: left;
	display: inline;
}
#head{
	width: 904px;
	height:222px;
	background: url(../images/logo.png) no-repeat;
}
#cloud{
	width: 387px;
	height:180px;
	margin: 0;
	float:right;
	background: url(../images/wolke.png) no-repeat;
	padding-left:20px;

	padding-top:5px;
	text-align:center;
	word-wrap: break-word;

}
#footer{
	width:auto;
	height: 50px;
	background-color: #000000;
	clear: both;
	float: none;
}
#contentTOP{
	background: url(../images/contentTOP.png) no-repeat;
	width:904px;
	height:28px;
}
#contentBOT{
	background: url(../images/contentBOT.png) no-repeat;
	width:904px;
	height:69px;
	float: none;
	clear: both;
}
#mainContent{
	margin: auto;
	width:904px;
	height:auto;
	padding: 0;
	background-color: #fff;
	float: left;
}
#mapper{

	border: 5px solid #f2f2f2;
	padding: 0;
	background-image: none;
	float: left;
	width:600px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
#menu{
	padding: 20px;
}
*.spalte {


	text-align:center;
	width:22px;
	float:left;
	border: 1px solid #e7e7e7;
	font-size:12px;
}

*.spalte:hover {

	background-color:#e7e7e7;
	text-align:center;
	width:22px;
	float:left;
	border: 1px solid #e7e7e7;
	font-size:12px;
}
*.spalte_active {

	background-color:#e7e7e7;
	text-align:center;
	width:22px;
	float:left;
	border: 1px solid #e7e7e7;
	font-size:12px;
	color: red;
}

.autocomplete{
	border: 1px solid #000;
	background-color: #FFF;
	z-index:144;
}


.autocomplete li:hover{
  background: #555;
  color: #DDD;
}
#sideBar{
	padding:2px;
	margin: 0px 25px 0px 0px;
	size:10px;
	padding: 0;

	float: right;

}
.maplist{
  background-color: #f2f2f2;
  text-align: left;
  width: 300px;
  font-size: 10px;
  margin-right: 5px;

  border: 1px solid #e7e7e7;
	
}
ul
{
  background-color: #f2f2f2;
  text-align: left;
  width: 200px;
  font-size:12px;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}
a{
	padding:5px;
}
ol
{

  width: 100px;
}

h3, p
{
  display: inline;
}

li
{
  display: block;
  padding:10px;
}

img
{
  border: 0px;
}


li:hover
{
  background-color: #cba;
}


li:target
{
  background-color: #c0a7a5;
}

li, p
{
  color: #666;
}

