body 
{
 font-family:Verdana;
 font-size:12px;
 background-color:#fcebd3;  /*gesammt hintergrundfarbe*/
 text-align:center;
 margin:0px;
}
#gesammt {
border: 1px solid rgb(255, 255, 255);
margin: 0px auto;
width: 780px;
text-align: left;
background-color: rgb(252, 235, 211);
}
h1
{
 font-size:35px;
 color:#000000;
 margin-bottom:0px;
}
h2
{
 font-size:16px;
 color:#000000;
}
h3
{
 font-size:14px;
 color:#000000;
}

/*code
{
 font-size:14px;
 color:#0000ff;
}
pre
{
 font-size:14px;
 color:#0000ff;
 padding:5px;
}*/
a:link, a:visited, a:active, a:hover
{ 
 text-decoration:underline;
 font-weight:normal;
 color:#ff0000;
 font-size:12px;
}
a:active, a:hover
{ 
 color:#009999;
}
a.menu {
 display:block;
 padding:4px;
 border-top:1px solid #000;
 background-color:#fcd49d;
 text-align:center;
 color:#000;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{ 
 color:#000;
 background-color:#fcd49d;
 text-decoration:none;
 font-weight:bold;
}
a.menu:active, a.menu:hover
{ 
 color:#000;
 background-color:#fcebd3;
 font-weight:bold;
}
a.menu_active {
 display:block;
 padding:4px;
 border-top:1px solid #000;
 background-color:#fcebd3;
 text-align:center;
 color:#000;
 text-decoration:none;
 }
 a.menu_active:link, a.menu_active:visited, a.menu_active:active, a.menu_active:hover
{ 
 color:#000;
 background-color:#fcebd3;
 text-decoration:none;
 font-weight:bold;
}
a.submenu {
 display:block;
 padding:4px;
 border-top:1px solid #000;
 background-color:#fcf6ee;
 text-align:center;
 color:#000;
 text-decoration:none;
 }
a.submenu:link, a.submenu:visited
{ 
 color:#000;
 background-color:#fcf6ee;
 text-decoration:none; font-weight:bold;
}
a.submenu:active, a.submenu:hover
{ 
 color:#000; font-weight:bold;
 background-color:#fff;
}
a.submenu_active {
 display:block;
 padding:4px;
 border-top:1px solid #000;
 background-color:#fcebd3;
 text-align:center;
 color:#000;
 text-decoration:none;
 }
a.submenu_active:link, a.submenu_active:visited, a.submenu_active:active, a.submenu_active:hover
{ 
 color:#000;
 background-color:#fcebd3;
 text-decoration:none; font-weight:bold;
}


#title {
display:none;
}
#left {
display:none;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#fccc89;   /*Hintergrundfarbe Menücontainer*/
width:136px;
margin:10px;
}
#content {
background-image: url(../bilder/BG_w_620x500.jpg);
background-repeat:no-repeat;
border:1px solid #fcf6ee;

background-color:#fcf6ee;   /*Hintergrundfabre für den Textteil*/
width:600px;
float:center;
padding:0px 10px;
}
#content2 {
display:none;
}
.fusszeile1
{
 font-size:0.8em;
 text-align:center;
}
.fusszeile2
{
 font-size:0.8em;
 text-align:right;
 color:#999;
}
a.links:link, a.links:visited, a.links:active, a.links:hover
{ 
 font-size:0.9em;
 color:#000;
 text-decoration:none;
}