body {
  margin: 0px ;
  padding: 0px;
  color: black;
  background-color: #ffcc99;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
  min-width: 41em;
 }

#kopf {
  margin: 0px;
  padding: 0px;
  height: 150px;
  width: 740px;
   text-align:center;
}

#menu {
margin: 0px;
padding:0px;
display:block;
width:740px;  /* 745px100% */
background:#9b1811 ; /* #eee #ffcc99*/
float: left; /*left */

}

 #menu p {

    color: #FF8635;  /* #FF8635  */
    background: #9b1811;  /*  #96D12C   */ /*Button*/
    text-align:center;
} 

#menu ul {
margin: 0px;
padding: 0px;
width: 92px;
list-style: none;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #9b1811; /* #ccc #888 #555 #bbb   #ffcc99 */
margin: 0px 0px;
padding: 1px 2px;
}

#menu h2 {
color: #FF8635;
background: #9b1811 ;  /* #96D12C   #ffcc99*/ /*Button*/
text-align:center;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff; /* #fff #FF8635*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0px;
left: 91px; 
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#Info {
  padding: 0px;
  display: block;
  font-size: 12px;
  float: right;
  width: 200px;
  height: 100%;
  background-color: #eeeeee;
}
div#Info h2 {
  margin: 0.2em 0.5em;
  font-size: 12px;
}
div#Info p {
  margin: 0.5em;
  padding: 20px;
  font-size: 12px;
}
div#Inhalt {
  border: 1px dashed silver;
  margin: 0px;
  padding: 20px;
  background-color: #eeeeee;
  width: 700px;
  font-size: 12px;
  text-decoration: none;
}
/html div#Inhalt {
  height: 1em;
}
div#Inhalt h1 {
  margin: 10px 0px;
  padding: 3px;
  font-size: 14px;
}
div#Inhalt h2 {
  margin: 0px;
  padding: 1px;
  font-size: 12px;
}
div#Inhalt p {
	margin:  0px; /*0.5em */
	padding: 1px;
	font-size: 12px;
	text-align: center;
}
div#Inhalt a.nlink:link {
  /*background-color: #ffcc99;*/
  color: #18120C;
	text-decoration: none;
}
div#Inhalt a.nlink:visited {
  /*background-color: #ffcc99;*/
  color: #18120C;
	text-decoration: none;
}
div#Inhalt a.nlink:focus {
  /*background-color: #ffcc99;*/
  /*color: #9b1811;*/
	text-decoration: none;
}
div#Inhalt a.nlink:hover {
  /*background-color: #ffcc99;*/
  color: #9b1811;
	text-decoration: none;
}
div#Inhalt a.nlink:active {
  /*background-color: #ffcc99;*/
  /*color: #9b1811;*/
	text-decoration: none;
}
div#Fusszeile {
  border: 0px solid silver;
  margin: 0px;
  padding: 0px;
  display: block;
  font-size: 10px;
  text-align: center;
  background-color: #ffcc99;
}

div#Fusszeile a.folink:link {
	color: #18120C;
	text-decoration: none;
}
div#Fusszeile a.folink:visited {
	color: #18120C;
	text-decoration: none;
}
div#Fusszeile a.folink:focus {
	/*color: #18120C;*/
	text-decoration: none;
}
div#Fusszeile a.folink:hover {
	color: #9b1811;
	text-decoration: none;
}
div#Fusszeile a.folink:active {
	/*color: #9b1811;*/
	text-decoration: none;
}


.thumb {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
#Inhalt table tr td {
	text-align: left;
}
#Inhalt table {
	text-align: center;
}
#Inhalt table {
	text-align: center;
}

