@charset "utf-8";

body {
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  background-repeat:no-repeat;
  background-position: top center;
  margin:0px;
  padding:0px;
  color: #333333;
}

#rahmen {
  margin:auto;
  width:800px;
  padding-top: 100px;
}

#head {
  background-color:#99CC66;
  width:800px;
  height:100px;
}

#topmenu {
  background-color:#99CC99;
  width:800px;
  margin: 0em;
  padding: 0em;
  white-space: nowrap;
}

#mainpage{
  float: left;
  width: 800px;
  height: 400px;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

#left {
  float:left;
  width:500px;
  min-height:320px;
}

#left_300 {
  float:left;
  //width:350px;
  //min-height:400px;
  width:290px;
  min-height:320px;
  background-color: #000000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

#right {
  float:right;
  background-color:#ffffff;
  width:300px;
  min-height:320px;
  height:auto !important;
  height:320px;
}

#right_500 {
  float:right;
  background-color:#ffffff;
  //width:450px;
  //min-height:400px;
  width:510px;
  min-height:320px;
}

#content_oben {
  border: solid 5px #ffffff;
  text-align: center;
  font-size: 0.8em;
}

#content_oben a, #content_rechts a {
  text-decoration: none;
  color: #cc0033;
  border-bottom: 1px dotted #cc0033;
}

#content_oben a:hover, #content_rechts a:hover {
  color: #ffffff;
  background-color: #cc0033;
}

#content_rechts{
  border: solid 5px #ffffff;
  margin: 5px 5px 5px 5px;
  font-size: 0.9em;
}

#content_rechts_bild{
  border-top: solid 5px #ffffff;
  border-ritght: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
}

#content_unten_l {
  float: left;
  width: 150px;
  background: #663300;
  height: 20px;
}

#content_unten_r {
  width: 150px;
  float: left;
  background: #663300;
  height: 20px;
}

#submenu {
  float:right;
  width:300px;
  text-align:center;
  background-color:#663300;
}

#center {
  background-color:#FFFF00;
  width:800px;
}

#footer {
  clear:both;
  background-color:#ffffff;
  border: solid 5px #ffffff;
}

#google_adsense{
  border-right: solid 5px #663300;
  width: 120px;
  float: left;
}

#openx_adsense{
  border-right: solid 5px #663300;
  width: 370px;
  float: left;
  height: 90px;
  padding: 0 4px 0 4px;
}

/* ENDE LAYOUT*/

#topmenu ul {
  list-style-type: none;
  text-align: center;
  padding: 0em;
  margin: 0em;
  white-space: nowrap; 
}
#topmenu ul li {
  display: block;
  float: left;
  text-align: center;
  margin: 0em;
  padding: 0em;
  white-space: nowrap; 
}
#topmenu ul li a {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border-top: 0em solid #FFFFFF;
  border-left: 0em solid #FFFFFF;
  border-bottom: 0em solid #FFFFFF;
  border-right: 0em solid #FFFFFF;
  margin: 0em;
  padding: 0em;
  display: block;
  white-space: nowrap; 
}

#topmenu ul li#link_1 {
  width: 125px;
  white-space: nowrap; 
  background: #cf031f;
}
#topmenu ul li#link_1_aktiv {
  width: 125px;
  white-space: nowrap; 
  background: #ffffff;
}

#topmenu ul li#link_2 {
  width: 125px;
  white-space: nowrap; 
  background: #501100;
}
#topmenu ul li#link_2_aktiv {
  width: 125px;
  white-space: nowrap; 
  background: #ffffff;
}

#topmenu ul li#link_3 {
  width: 125px;
  white-space: nowrap; 
  background: #2785ab;
}
#topmenu ul li#link_3_aktiv {
  width: 125px;
  white-space: nowrap; 
  background: #ffffff;
}

#topmenu ul li#link_4 {
  width: 125px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}
#topmenu ul li#link_4_aktiv {
  width: 125px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}

#topmenu ul li#link_5 {
  width: 273px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}
#topmenu ul li#link_5_aktiv {
  width: 273px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}

#topmenu ul li#link_6 {
  width: 27px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}
#topmenu ul li#link_6_aktiv {
  width: 27px;
  height: 27px;
  white-space: nowrap; 
  background: #ffffff;
}

/*////////NAVIGATIONSSEITE*/
#kopf_nav {
	background-color: #FF9966;
	height: 100px;
	color:#000000;
	padding-left:10px;
}

#navi_nav {
	background-color: #de7000;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 100px;
}

#navi_nav a{
    color:#FFFF00;
	text-decoration:none;
	padding-bottom: 10px;
	padding-top: 10px;
}

#navi_nav a:hover{
    color:#000000;
	text-decoration:none;
	background-color:#FFFF00;
	padding-bottom: 10px;
	padding-top: 10px;
}

#weblink a{
    color:#cc0033;
	text-decoration:none;
	border-bottom: dotted 1px #cc0033;
}

#weblink a:hover{
    color:#ffffff;
	background-color:#cc0033;
	border-bottom: dotted 0px #cc0033;
}

.namenlink{
    color: #6699cc;
    font-size: 0.9em;
    text-decoration: none;
}

#namenlink ul, #namenlink ul li {
    padding: 1px 0px 1px 5px;
	height: 1%;
}


#namenlink ul li a{
	color: #cc0033;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	line-height: 1.8em;
}

#namenlink ul li a:hover{
	background-color: #cc0033;
	color: #ffffff;
}


.breadcrumb{
    color: #6699cc;
    font-size: 0.9em;
    text-decoration: none;
}


#zeile_1{
	padding-top: 0.0em;
}


#name{
    color: #cc0033;
    float: left;
}

.titel {
  font-size: 1.2em;
  font-weight:bold;
}

.style_1 {
  color: #6699cc;
}

.name_dialekt{
    font-weight: normal;
}

#hoehe{
    float: right;
}

#zeile_2{
	clear:both;
	color: #999999;
	padding-top: 0.0em;
}

#gemeinde{
}

#geoeffnet{
    float: right;
    color: #006600;
}


#zeile_3{
    clear:both;
    padding-top: 0.4em;
}


#zeile_4{
    clear:both;
    background-color: #d6e2ec;
    margin-top: 10px;
}


#menu_zeile_4{
    color: #ffffff;
    background-color: #d6e2ec;
}

#zeile_5{
    clear:both;
    padding-top: 0.4em;
}

#zeile_6{
    clear:both;
    padding-top: 0.4em;
}

#zeile_7{
    clear:both;
    padding-top: 0.4em;
}

#l1{
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#l2{
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    
}

#l3{
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#l4{
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#l5{
    float: left;
    text-align: center;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
}

#menu_zeile_4 a{
    text-decoration: none;
    color: #000000;
}

#menu_zeile_4 a:hover{
    text-decoration: none;
}

#inhalt_zeile_4{
	clear:both;
	background-color: #99CCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}


#ausstattung{
    clear:both;
}


.clear {
	margin:0;
	padding:0;
	clear:both;
	height:0;
    display:none;
}

.titel_index_nav{
    font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-left:100px;
	color:#663300;
}

#inhalt_nav {
	background-color: #FF9966;
}

.text_norm_index_nav{
    padding-right: 0px;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 0px;
}

ul, li {
	margin:0px 0px 0px 0px;
	padding:0px;
}

li {
	list-style-type: none;
	list-style-image:none;
}

.left_innen {
    padding-left: 0px;
    padding-right: 0px;
}

.padding_10 {
    padding-left: 10px;
    padding-right: 40px;
}

.padding_10_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.link{
    color: #006600;
    text-decoration: none;
}

#openx_adsense a{
    color: blue;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
}

//Wetter

.wetter_titel{ color:#666666;}.min{ color:#6699CC;}.max{ color:#cc0033;}
