body {
  color:#000000;
  background-color:#FF6226; 
  background-color: #FFBF00;
  background-color: #F8C051;
  background-image:url(hintergrund.png);
  background-repeat:repeat;
  font-size:12pt; 
  font-family: 'Arial',sans-serif;
  text-align:center;
}

p {
  width: 80%;
  margin-left:auto; 
  margin-right:auto; 
  padding: 0px;
}

em {
  font-weight:bold;
}
  
h1 {
  font-family:'Arial',sans-serif; 
  text-align:center;
}

table {
  text-align:left;
  margin-left:auto; 
  margin-right:auto;
 }

/*.bild {
  text-align:center;
}*/


#Inhalt img {
  border-style: solid;
  border-width: 0.8em;
  border-color: #F8C051;
  padding: 0px;
  margin: 1em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -khtml-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
}

img#Karte {
	border-style: none;
}

#Kopfzeile {
  padding-top: 2em;
/*   border-style: dotted; */
  margin-right: 3em;
  margin-left: 18em;
}

#Kopfzeile img {
	max-width: 90%;
	margin: 1em;
}

.Untertitel {
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em;
/*     border-style: dashed; */
}


#Menu { 
  width: 17em;
  float: left;
}

#Menu ul {
  list-style-type: none;
  padding: 0;
  margin:0;
  margin-top: 9em;
}

#Menu ul li{
font-weight: bold;
background-color: #FFFFB7;
border-style: solid;
border-color: #FF3B00;
border-width: 0.5em;
border-radius: 1.5em;
-moz-border-radius: 1.5em;
-khtml-border-radius: 1.5em;
-webkit-border-radius: 1.5em;
width: auto;
padding: 1em;
margin-bottom: 3em;
display:inline-block;
/* position:relative; */
/* width: auto; */
}

#menu_li_1{
/* 	background-color: #777777; */
	margin-left: 4.5em;
}
#menu_li_4{
	margin-left: 1em;
}

#Menu a{
	text-decoration: none;
}
#Menu a:focus{
	text-decoration: underline;
}
#Menu li:hover {
	background-color: #FFFFDD;
}

#Menu li:hover a {
/* 	color: white; */
}

a:link{ 
	color: #4F3838; 
}
a:visited{
	color: #734E2E;
}

#Inhalt {
  min-height: 400px;
  margin-right: 3em;
  margin-left: 18em;
  padding: 1.5em;
  background-color: #FFFFB7;
  border-style: solid;
  border-color: #FF3B00;
  border-width: 0.5em;
  border-radius: 3em;
  -moz-border-radius: 3em;
 -khtml-border-radius: 3em;
  -webkit-border-radius: 3em;
}

#Inhalt > table {
	min-width: 25em;
}
#Inhalt > table table {
	margin: 0;
	padding: 0;
}

iframe {
	width: 100%;
/* 	min-height: 100%; */
	height: 505px;
	border: 0;
}
 