/* CSS Document */
body {
    color: black; background-color: white;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	/*max-width: 76.3em;*/
}
/*#map{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}*/
ul#Navigation {
    font-size: 0.83em;
    float: left; width: 24em;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: black; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: white; background-color: #999;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }
  li#Logo a:link {
   color: white; background-color: white;
  }
  li#Logo a:visited {
   color: white; background-color: white;
  }
  li#Logo a:hover {
   color: white; background-color: white;
  }
  li#Logo a:active {
   color: white; background-color: white;
  }
  div#Info_aktuell {
    font-size: 1em;
    float: right; width: 9.6em;
    margin: 0 0 1.1em; padding: 0 0.5em;
    background-color: #eee; border: 1px solid silver;
  }
  div#Info {
    font-size: 1em;
    float: right; width: 9.6em;
    margin: 0 0 1.1em; padding: 0 0.5em;
    background-color: #eee; border: 1px solid silver;
  }

#Inhalt {
    margin: 0 11em 1em 21.9em;
    padding: 0 0.3em;
  }
#Inhalt_ueber_uns {
    margin: 0 11em 1em 21.9em;
    padding: 0 0em;
  }
   *html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
#logo {
    margin: 0 0 0.7em; padding: 0em;
    text-align: left;
    background-color: #eee;
}
#news {
	float: left; width: 18em;
    margin: 0 0 1.2em; padding: 0;
    border: 1px dashed silver;
}
p#Fusszeile {
    clear: both;
    font-size: 1em; color: #000000;
    margin: 0; padding: 0.1em;
    text-align: left;
    background-color: #eeeeee; border: 1px solid silver;
  }
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
#wetter {
	position:absolute;
	display:block;
	left:521px;
	top:205px;
	width:452px;
	height:265px;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFF;
	z-index:4;
}
#sponsor {
	position:absolute;
	display:block;
	left:109px;
	top:216px;
	width:80px;
	height:80px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#ccccff;
	z-index:5;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl#menu {
	display: block;
	text-align: left;
}
li#nav_fotos {
	position:absolute;
	left:731px;
	top:89px;
	width:119px;
	padding:0px;
	z-index:99;
}
li#nav_aktuell {
	position:absolute; 
	left:251px; 
	top:89px;
	width:119px;
	padding:0px;
	z-index:100; 
}
li#nav_flugspots {
	position:absolute; 
	left:371px; 
	top:89px;
	width:119px;
	padding:0px;
	z-index:101; 
}
li#nav_tagebuch {
	position:absolute; 
	left:491px; 
	top:89px;
	width:119px;
	padding:0px;
	z-index:102; 
}
li#nav_ueber_uns {
	position:absolute; 
	left:611px; 
	top:89px;
	width:119px;
	padding:0px;
	z-index:103; 
}
dl#menu li {
	color: #000;
	background: #eeeeee;
}
dl#menu li a {
	color: #000;
	padding: 4px;
	text-decoration: none;
	display: block;
	height: 100%;
}
dl#menu li a:hover {
	background: #999999;
	color: #fff;
}
dd#menu {
	color: #000;
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #fff;
	background: #cc0000;
	height: 100%;
	cursor:default;
	z-index:105;
}
dd#menu_inaktiv {
	color: #000;
	padding: 4px;
	text-decoration: none;
	display: block;
	color: #999;
	background: #9999ff;
	height: 100%;
	cursor:default;
	z-index:105;
}

