/*
                   _          _ _         _        
                  | |        | | |       | |       
 ___  __ _ _   _  | |__   ___| | | ___   | |_ ___  
/ __|/ _` | | | | | '_ \ / _ \ | |/ _ \  | __/ _ \ 
\__ \ (_| | |_| | | | | |  __/ | | (_) | | || (_) |
|___/\__,_|\__, | |_| |_|\___|_|_|\___/   \__\___/ 
            __/ |                                  
           |___/                                   
     _         _           _               _   
    | |       | |         | |             | |  
 ___| |_ _   _| | ___  ___| |__   ___  ___| |_ 
/ __| __| | | | |/ _ \/ __| '_ \ / _ \/ _ \ __|
\__ \ |_| |_| | |  __/\__ \ | | |  __/  __/ |_ 
|___/\__|\__, |_|\___||___/_| |_|\___|\___|\__|
          __/ |                                
         |___/                                 

*/



/* body */

body  {
	      margin: 0;
	      padding: 0;
	      background: #B5CCC3;
	      color: #333;
	      vertical-align: 5px;
		  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
          letter-spacing : 1px;
          line-height: 1.5em;
}

/*fonts*/



a , a:link , a:visited {
          color : #698883;
          text-decoration : none;
}
      
a:hover {
          color : #000;
          text-decoration : underline;
}



ul {
	
}

li {
          color : #333;
          letter-spacing : 1px;
}
      
   
/* header */

#header {
          text-align : center;
          position : absolute;
          left : 10%;
          width : 80%;
          height: 120px;
	      border-bottom: 1px solid #999;
}

/* menu */

#menu {
          text-align : left;
          position : absolute;
          top : 140px;
		  _top : 146px;	/* IE Hack */
          left : 10%;
          width : 80%;
	      padding-top: 5px;
}

#menu ul {
          padding : 0;
          margin : 0;
}

#menu li {
		  display : inline;
          margin : 0;
          padding-right : 20px;color : #333;
          letter-spacing : 1px;
}

#menu li a
{
		  color: #000;
		  text-decoration: none;
}

#menu li a:hover
{
	      color: #7EA29B;
}
      
/* content */

#content {
          text-align : left;
          position : absolute;
          top : 200px;
          left : 10%;
          width : 80%;
	      margin-top: 20px;
}

#text {
	      width:  740px;
	      text-align: justify;
}

#bilder {
}

#bilder ul {
          padding : 0;
          margin : 0;
}

#bilder li {
		  display : inline;
          margin : 0;
}
