* {
  color:#000000;
}

body {
  background:#ffffff url(background-clear.jpg) no-repeat fixed 50% 0pt;
  margin:0pt auto;
}

/* ZH_BEGIN_ZENTRIEREN */
/* Die Einstellungen f?r das Zentrieren (beide notwendig), Breite */
/* ZH: Wenn man das folgende NICHT macht, ist die Seite im IE nicht zentriert */
body {
  text-align: center;
}
div#container{
  width:900px; 
  margin:0 auto;
}
/* Problem nun sind die Texte alle Zentriertr -> das wieder korregieren */
div#container{
  text-align: left; 
}
/* ZH: Nutzte alles nix darum auch noch um template-red.html das center tag drumherum gemacht */
/* ZH_ENDE_ZENTRIEREN */

/* Nun unsere Container-Breite */
/* div#container{width:900px} */


#navigation
{
    background: transparent url(75p_honey.png) repeat scroll 0%;   
}
div#header{position:relative; height:100px;}
div#header{
  background: url(styraburg_logo.gif) no-repeat;
  }


div#wrapper{float:left; width:100%;padding:0px;margin: 0px;}

/* div#content{margin: 0px 160px 0px 230px} */
/*
#wrapper
{
    background: transparent url(75p_white.png) repeat scroll 0%; 
}
*/
div#content{
    float:left;
    width:650; 
    background: transparent url(75p_white.png) repeat scroll 0%; 
    margin: 0px 0px; 
/*    padding: 0px 20px; */
    padding-top:2px; /* Das ist der Abstand von oben = Menuehoehe */
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
}


/* div#navigation{float:left;width:210px;margin-left:-900px;} */
div#navigation{float:left;width:210px;}

div#extra{float:left;width:150px;height:0;margin-left:-150px}
div#footer{clear:left;width:100%}

#Navinav ul{ 
list-style:none;
padding:0px;
border:none;
/* cursor:help; */
/* background-color:#FFFFFF; */
border-bottom-color:#A640FF;
}

#Navinav ul li a{ 
  text-decoration:none;
  font-size: 1.1em;
}
.mlevel1  
{
  margin-top:10px;
  margin-left:40px;
}
.mlevel2 
{
  margin-top:5px;
  margin-left:50px;
}
.mlevel3 
{
  margin-top:5px;
  margin-left:60px;
}

.mlevel1 a:hover, .mlevel2 a:hover, .mlevel3 a:hover {
  background-color: #FEE475; /* #FFC548; */
  /* color: #000000; */
}


/* Die Fonts und Headers */
body {
  font-family:Verdana,Helvetica,trebuchet ms,Arial,sans-serif;
  font-size:13px;
  text-align:left;
}
/* Farben: Logo-Orange: #FFC548, Rot: #E2001A */ 
h1, h2, h3 {
  color: #E2001A ;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.1em;
  text-align:left;
}
/* ZH: Damit nie was ganz leer ist */
div#content{ 
  min-height: 500px;
  font-size: 1.1em;
}

