body {
  font: 85% Verdana, Arial, Helvetica, sans-serif;
  background-color: #656565;
  background: url(../bilder/hintergrund.png) repeat-y center;
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 800px;
  margin: 0 auto;
}

#kopfbereich {
  /* padding: 20px; */
  /* background-color:lightblue; */
  border-bottom:1px solid black;
  margin-bottom:1.5em;
  background: url(../bilder/staedte-der-welt.jpg) no-repeat 100% 0%;
  height: 200px;
}

#logobereich {
    /* background-color: green; */
    height: 170px;

}

#kopfbereich p {
  color:white;
  /* background-color: red; */
  text-align: center;
  /* padding-right:2em; */
  font-weight: bold;
}

.kopf1 {
  font-size:2.2em;
  padding-top:1.3em;
}

.kopf2 {
  font-size:1.6em;
  padding-top:.3em;
}



#menueoben {
    height: 30px;
    line-height: 30px;    
}

#menueoben ul {
    height: 30px;

	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}

#menueoben li {
    background-color: lime;
    display: inline;            
    list-style-type: none;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	/* display: block; */
	width: 150px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
}
a.main_link:hover{
	background-color:#666666;
	color: #FFFFFF;
}





#inhalt {
  float: right;
  /* background-color: lightgreen; */
  /* margin-right: 210px; */
  width: 530px;
  padding: 0px;
  margin-right: 40px;
}

#steuerung {
  width: 200px;
  padding: 0px;
  background-color: #EEEEEE;
  border: 1px solid black;
}

#fussbereich {
  clear: both;
  color:white;
  background-color:#32332E;
  margin-top:1.5em;
  border-top:1px solid black;
  padding:0.3em;
  text-align:center;
}

#fussbereich a {
    color:white;
    /* text-decoration:none; */
}

#inhalt h1, h2, h3, h4, h5, h6 {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    line-height: 1.6em;
}

#inhalt h1 {
    font-size: 150%;
    color: #4B4B4B;
}

#inhalt h2 {
    font-size: 130%;
    color: #717171;
}


#inhalt p {
    padding-bottom: 1.4em;
    line-height: 1.6em;
}

#inhalt ul {
    padding-left: 2em;
    line-height: 1.6em;
    list-style:square;
}

.dsteuhigh {
  background-color:#333333;
}

#steuerung li a:hover {
  color:red;
}

#steuerung li a:visited {
  /* padding-right:0.4em; */
  /* background: url(../bilder/besucht.gif) no-repeat 100% 0%; */
}

.dsteunorm {

}


#steuerung .dsteuhigh a {
  text-decoration:none;
}

#steuerung a {
  /* text-decoration:underline; */
  text-decoration:none;
}

#steuerung ul {
  list-style:none;
  padding-left:1.3em;
  padding-right:1em;
  padding-top:1em;
  padding-bottom:1em;
  margin-right:0;
    line-height: 1.2em;
}

#steuerung li {
  padding-right:0;
  margin-right:0;
  font-size:0.9em;
  /* font-weight: bold; */
  padding-bottom:.5em;
}

#steuerung li li {
   list-style:square;
   font-size:0.7em;
  font-weight: normal;
}






dt {
 font-weight: bold;
}

dd {
  padding-left: 4em;
  /* width:80%; */
  padding-bottom:1em;
}




/* für die Bildergalerie */
.vorschaubilder {
    float:left;
    text-align: center;
    width: 160px;
    height: 140px;
    border:0px solid black;
    font: 85% Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

.vorschaubilder img {
    border:0px;
} 