/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin: 0px;
	line-height: 150%;
	background-image: url(movemaster-design/body-strich.jpg);
	background-repeat: repeat-y;
	background-color: #B1B1B1;
	}
	
#content {
	position:absolute;
	width:510px;
	left:208px;
	top:184px;
	z-index: 20;
	}
	
#content a 	{
	color:#3C512A;
	text-decoration: underline;
	background-color: #EFF3EB;
	}
	
#content a:hover{
	text-decoration:none;
	color:#526F39;
	background-color: #FFF;
	}
	
#infofenster {
	position:absolute;
	width:215px;
	left:771px;
	top:275px;
	z-index: 18;
	background-image: url(movemaster-design/infofenster-hintergrund.jpg);
	}

#infofenster a {
	text-decoration:underline;
	color: #526f39;
	}		

#infofenster a:hover {
	text-decoration:none;
	color: #87AD61;
	}		

#hm{
	position:absolute;
	width:146px;
	left:22px;
	top:145px;
	text-align: right;
	z-index: 10;
	}
	
#hm a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#hm a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}

#pfad{
	position:absolute;
	left:215px;
	top:145px;
	z-index: 8;
	color: #FFFFFF;
	}
	
#pfad a {
	text-decoration:none;
	color:#FFFFFF;
	margin-right: 30px;
	font-weight: bold;
	}
	
#pfad a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#banner{
	height:290px;
	width:100%;
	top: 0px;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(movemaster-design/banner.jpg);
	}
	
#map {
	width:510px;
	height:600px;
	border-width: 1pt;
	border-style: outset;
	}
	
#suche {
	width:244px;
	height:25px;
	top: 87px;
	left: 750px;
	position: absolute;
	z-index: 50;
	}
	
.headline {
	font-weight:bold;
	text-decoration: none;
	color: #4A4A4A;
	font-size: 100%;
	margin: 15px 0px 0px 0px;
	}

.contenttext {
	color: #595959;
	margin: 3px 0px 0px 0px;
	}
	
.contentrot {
	color: #526F39;
	margin: 3px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	}

.infofenstertext {
	color: #3E4E73;
	padding: 0px 33px 0px 32px;
	font-size: 95%;
	}

.sitemapinfo {
	color: #3E4E73;
	font-size: 95%;
	margin-top: 1em;
	}

.datenschtext {
	color: #949494;
	font-size: 90%;
	line-height: 125%;
	}

strong {
	font-weight: bold;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }

li {
	position: static;
	width: 20em;
	float: left;
  }
  
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul {
	display: run-in;
}
