
 #titel                                          /*Div-Conteiner für Titelzeile*/
 {background-color:#FFCC66;
  height:45px;
  padding-top:16px;    /*innerer Abstand nach oben*/
  width:890px;
  /* border: 1px solid red;*/
 }
#navi
{
/*background-color:#FFFF99;*/
 width:145px;
 float:left;
 /*line-height:26px;*/
/*padding:5px;*/
 position:fixed;
 /*border: 1px solid green;*/
 }

.menuconti{
border:1px solid #663300;
background-color:#CC9933;
width:155px;
margin:25px;
/*position:fixed;*/}
 .mtitel{
display:block;
padding:3px;
/* border-top:1px solid #663300; */
background-color:#CC9933;
text-align:center;
text-decoration:none;
font-weight:bold;
/* text-align:center; */
/* margin:2px; */}
a.menu{
display:block;
padding:3px;
border-top:1px solid #663300;
background-color:#CC9933;
text-align:center;
text-decoration:none;
}
#inhalt
{
 width:670px;
 float:right;
 padding:0px 10px;
 border: 1px solid #FFFFFF;
 background-color:#FFFFFF;
}

h1.title
{font-size:20pt;
font-variant:small-caps;
font-style:italic;
color:#663300;}

h1
{font-size:18pt;
color:#663300;}



h2
{font-size:14pt;
color:#663300;}

h3
{font-size:12pt;
font-style:italic;}

hr
{width:350px;
color:#660000;}

body
  {
  font-family:verdana, sans-serif;
  font-size:11pt;
  color:#8B4513;
  line-height:22px;
  }

a:link, a:visited
  {
  color:#8B4513;
  }
  
a:hover, a:active
{color:#996600;}
  
