h1,h2,h3,h4,h5,p, {
font-family:arial, helvetica;
}

body{ background:#000000;

}
  p
{
font-family:arial, helvetica;
color:#E2E2E4;
font-size:14px;
font-style:normal;

}                
 /*box definitionen*/
#seite {
  width: 900px;
  margin: 0 auto;
}

#kopfbereich {
  background: url("/newsletter/pic/siff-blog.JPG");
 width: 695px;
 height: 164px;


}

#inhalt {
  background-color:#000000;
  margin-left: 172px;
  padding: 0px;
}






#steuerung {
  float: left;
  width:170px;
  padding: 0px;
  background-color: #000000;
  border: 0px ;
}
    #steuerung ul {
        list-style:none;            /* keine Aufz&Atilde;&curren;hlungspunkte */
        }
        #steuerung li  {
        font-size:14px; 
        font-weight:bold;
        font-family:arial, helvetica;
        float:left;
        width:80px;                     /* Breite des Links  */
        background-color:#000000;        /* Hintergrundfarbe  */
        border-top:1px #000000 solid;     /* Rahmenfarbe Auflistungpunkt oben */
        border-left:10px #1DC21D solid;  /* Rahmenfarbe Auflistungpunkt oben */
         border-left-background: url ("/newsletter/pic/green.JPG")
        border-bottom:1px #1DC21D solid;    /* Rahmenfarbe unten  */
        border-right:2px #000000 solid;    /* Rahmenfarbe unten  */
        
        }
#steuerung a:link    { color:#1DC21D;   text-decoration:none; }
#steuerung a:visited { color:#808080;}
#steuerung a:focus   { color:#007200;  background-color:#1DC21D; }
#steuerung a:hover   { color:#000000;   background-color:#1DC21D; }
#steuerung a:active  { color:orange; text-decoration:underline; }      



        
#fussbereich {
   height:10px
  clear: both;
  padding: 0px;
  background:url("/blog/pic/muell.jpg"); }

a:link {color:#1DC21D;       font-family:arial, helvetica;           }
a:visited {	color:#1DC21D;     font-family:arial, helvetica;       }
a:active {color:#DEC3A9;      font-family:arial, helvetica;           }
a:hover{color: #808080;       font-family:arial, helvetica;        }


h2 { 
   color:#1DC21D;       /* Farbe */
font-size:16pt;      /*groese*/
font-style:normal;   /*italic=kursiv olique=schreag normal*/
font-weight:bolder; /*normal-bold-bolder-lighter*/
word-spacing:0,6em; /*abstand woertern*/
text-align:left; /*left center right  justify */
vertical-align:super; /*top middel bottom baseline sub-tiefer super-hoer text-top-bottom oben unten */


 }

 
h1
{
color:#1DC21D;       /* Farbe */                  
font-size:22pt;      /*groese*/
font-style:normal;   /*italic=kursiv olique=schreag normal*/
font-weight:bolder; /*normal-bold-bolder-lighter*/
word-spacing:0,6em; /*abstand woertern*/
text-align:left; /*left center right  justify */
vertical-align:super; /*top middel bottom baseline sub-tiefer super-hoer text-top-bottom oben unten */
       }





/*sonderschriften*/

.zitat
{
color:#1DC21D;  
font-size:14px;
font-style:italic;
border-color: #E2E2E4;
border-width:2px; 
}



}