body 
{
background-color:#EEEEE0;
background-attachment: fixed;
margin: 0px; 
padding: 0px; 
height: 100%; 
border-top: 1px transparent solid; 
margin-top: -1px; z-index:0; position:relative; 
overflow: hidden;
}

img#background { height: 100%; width: 100%; z-index: -1; position:absolute; }

html { height: 100%; overflow:hidden;}

* { margin: 0; padding: 0; }	

a:link { text-decoration: underline; color: #000099; }
a:visited { text-decoration: none; color: #800000; }
a:hover { text-decoration: none; color: #3300FF; }
a:active { text-decoration: underline; color: #C0C0C0; }

.head
{
font-size: 18px;
color: #000000;
line-height: 20px;
font-family: Verdana,Arial,Helvetica;
margin-left: 160px; padding: 0;
  }

ul#top
{
font-size: 120%;
line-height: 1%;
color: #000000;
font-family: Verdana,Arial,Helvetica;
margin-left: 15%; padding: 0;
margin-top: 2%;
  }


ul#sub
{
font-size: 100%;
line-height: 10%;
color: #000000;
font-family: Verdana,Arial,Helvetica;
margin-left: 20%; padding: 0;
margin-top: 1%;
  }

  
 div#Inhalt {
  display: block;
  list-style: none;
  list-style-type: circle;
  line-height: 1.7em;
  font-size: 0.9em;
#  text-indent:1em;
  white-space:normal;
  padding: 0;
  margin-top: 3%;
  margin-bottom: 0%;
  width: 55%;
  height: 80%;
  overflow:auto;
}

div#Inhalt p {
  margin: 0em;
  margin-bottom: 1%; 
  padding: 0;
}

div#Inhalt h1 {
  font-size: 0.91em;
  margin-left: 14em; padding: 0;
}
div#Inhalt h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}

div#samplemap {
  float:left; 
#  border: 1px solid #bbbbbb; 
  margin-left: 1%;
  margin-top: 3%;
  margin-bottom: 2%;
  width: 65%;
  height: 70%;
}

div#samplemap h1{
	float:left; 
	font-size: 10%;
	height: 2%;
	margin-bottom: 1%;
}

div#samplemap h2{
	font-size: 5%;
	height: 3%;
	width: 20%;
	margin-left: 80%;
	margin-bottom: 2%;
}

div#bigmap {
  float:left; 
#  border: 1px solid #bbbbbb; 
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 95%;
  height: 86%;
}

div#bigmap h1{
	font-size: 5%;
	height: 2%;
	margin-bottom: 1%;
}

.olControlAttribution {
font-size: smaller;
right: 3px;
top: 1000px;
color: #000000;
}

#permalink {
  z-index:10000;
  position:absolute;
  bottom:15px;
  right:15px;
  font-size:smaller;
}

p { margin-bottom: 1%; 
	margin-left: 1%
	
}
 
/*aus map.css*/
a {
  color: #0000FF;
  text-decoration: none;
}
 
a:hover {
  color: #000011;
  text-decoration: underline;
}

#map {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #000;
}
.olFramedCloudPopupContent {
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
}
#descriptionToggle {
	position: absolute;
  	font-size: 1em;
	z-index: 10000;
	left: 5%;
	height: 2%;
	border-left: 1px solid #000040;
	border-bottom: 1px solid #000040;
	border-right: 1px solid #000040;
	padding: 0.1% 0.5%;
	margin-right: 1.5%;
	background-color: #EEE;
	font-size: 1.1em;
	cursor: default;
	opacity: 0.7;
} 
#descriptionToggle:hover {
	background-color: #FFF;
	opacity: 1;
}
#description {
	position: absolute;
	z-index: 9999;
	left: 5%;
	margin-top: 1.1%;
	margin-right: 1.5%;
	border: 1px solid #000040;
	padding: 0.5%;
	background-color: #FFF;
	font-size: 1.2em;
	opacity: 0.92;
}
 
#attribution {
	bottom: 0;
	left: 0;
	padding: 5px 8px 1px 8px;
	position: absolute;
	font-size: 11px;
	font-style: italic;
	z-index: 1000;
}

#layer {
	position: absolute;
	top: 60px;
	right: 10px;	
	z-index: 10002;
}

#layer > div {
	border: 1px solid #000;
	background-color: #FFF;
	padding: 4px 5px;
	font-size: 0.7em;
	cursor: default;
	margin-bottom: 4px;

}
#layer div:hover {
}
#layer .active {
	background-color: #EEF;
}

.hide { display: none; }
