/* body */

body  {
          background-color : #600001;

      }

/*fonts*/



a , a:link , a:visited {
          color : #bb5757;
          font-size : 12px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : lighter;
          text-decoration : underline;
      }
      
a:hover {
          color : #bb5757;
          text-decoration : none;
      }

p {
          color : #bb5757;
          font-size : 12px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : lighter;
          letter-spacing : 1px;
      }
      
li {
          color : #bb5757;
          font-size : 12px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : lighter;
          letter-spacing : 1px;
      }   
         
h2 {
          color : #bb5757;
          font-size : 16px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : bold;
          letter-spacing : 1px;
      }
      
h3 {
          color : #bb5757;
          font-size : 12px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : bold;
          letter-spacing : 1px;
      }      
      
a.h2 {
          color : #bb5757;
          font-size : 16px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : bold;
          text-decoration: none;
          letter-spacing : 1px;
      }      
   
/* startseite und beschreibung*/

#header_startseite {
          text-align : right;
          position : fixed;
		  background-color: #600001;
		  background-image: url(img/header-bg.jpg);
 		  z-index: 1;
	      width: 1000px;
	      height: 110px;
	      top: 0;
	      left: 0;
	      padding-top: 60px;
	  }

#user_startseite {
          text-align : left;
          position : absolute;
          top : 160px;
          left : 440px;
      }

div#user_startseite ul {
          padding : 0;
          margin : 0;
      }

div#user_startseite li {

          display : inline;
          margin : 0;
          padding-left : 1.5em;
      }
      
#nav_startseite {
          text-align : left;
          position : fixed;
          top : 175px;
          left : 30px;
      }
      
#text {
          text-align : left;
          position : absolute;
          top : 170px;
          left : 460px;
	      width: 460px;
}

#archiv {
          text-align : left;
          position : absolute;
          top : 170px;
          left : 460px;
	      width: 600px;
}

#archiv_nav {
          text-align : left;
          position : absolute;
          top : 170px;
          left : 440px;
      }

div#archiv_nav ul {
          padding : 5px 0 0;
          margin : 0;
}

div#archiv_nav li {

          display : inline;
          margin : 0;
          padding-right: 5px;
      }


