/* body */

body  {
          background-color : #111717;

      }

/*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 : underlined;
      }
      
a:hover {
          color : #bb5757;
          text-decoration : none;
      }

p , td {
          color : #bb5757;
          font-size : 12px;
          font-family :  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
          font-weight : lighter;
          letter-spacing : 1px;
      }

   
/* portfolio */

#ausstellungsraum {
          text-align : left;
          position : absolute;
          top : 55px;
          left : 30px;
          width : 251px;
      }
      
#user {
          text-align : left;
          position : absolute;
          top : 105px;
          left : 33px;
          width : 140px;
      }
      
#navigation {
          position : absolute;
          top : 550px;
          left : 0px;
	      width: 1200px;
}   
       
div#navigation ul {
          display : inline;
	margin-right: 30px;
} 

div#navigation li {

          display : inline;
          margin : 0;
}
      
#bild {

          position : absolute;
          top : 80px;
          left : 395px;
      }  
          
#text {

          position : absolute;
          top : 170px;
          left : 263px;
          width : 600px;
      }               
        

