
/* Grundstruktur */

  body {
    color: #eeeeee; 
	background-color: black;
    font-size: 100.01%;
    font-family: "trebuchet ms",verdana,freesans;
    margin:0; 

    background-image:url(bilder/nachtmahr_cry3.jpg);
    background-repeat: no-repeat;
    background-position:0 0;

  }
  div#header {
    margin: 0px 0px 100px 0px;
    font-size: 1.5em;}

	ul#navi {  font-size: 20px; 
    margin-left: 150px;
    margin-top: 117px;
		}


 div#body {
	position: absolute;
	top: 250px;
	left: 300px;
	/*margin: 30px 100px 30px 300px;*/
	width: 600px;
	text-align: justify;
	z-index:-1
	    }

p#Fusszeile {
	margin-top: 40px;
	clear: both;
    font-size: 0.9em;
    padding: 0.3em;
    text-align: center;

	}
		
img#stylisch {position:fixed; bottom: 50px; left: 0;}
*img#stylisch{position:absolute; top: 270px; left: 0;}



a#vprojekt {position:relative; right:30%;}
a#nprojekt	{position:relative; left:30%;}
	
 h1, h2, h3, h4, h5 {
   color: white;} 
   
   
/* navi drop down */
  ul {
  padding: 0;
  margin: 0;
  list-style: none;
    }
 li {
	float: left;
	position: relative;
	width: 5.1em;
	text-align: left;
	
  }
  li ul {
  display:none;
  position: absolute;
  top: 1em;
  left: 0;
  
	width: 9em;
	background-color: #222;
    border: 1.5px solid #555;
	border-top-width: 0;
	font-size: 0.8em;
	padding: 5px 10px;
	
	z-index: 10;

  }
  
   li ul li{ border-style: none;
	text-align: left;
	font-size: 0.9em;
	margin: 3px 0px;
	width: 9em;
	}
li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }


/*Ende navi drop down*/
     	    
.zitat, .in_zitat {
	font-style:italic;}
	
.zitatquelle {
	font-style:normal;
	text-align:right;
	}


img.team{width:150px; height:113px;}

a:link    {  color:#cc6600; text-decoration:none; }
a:visited {  color:#893000; text-decoration:none; }
a:focus   {  color:white; text-decoration:none; }
a:hover   {  color:white; text-decoration:none; }
a:active  {  color:white; text-decoration:none; }

/* Linkfarbe in der Navigation */
ul#navi a:link    {  color:#cc6600; text-decoration:none; }
ul#navi a:visited {  color:#cc6600; text-decoration:none; }
ul#navi a:focus   {  color:white; text-decoration:none; }
ul#navi a:hover   {  color:white; text-decoration:none; }
ul#navi a:active  {  color:white; text-decoration:none; }

ul#navi a#weiss:link    { color:white; text-decoration:none; }
ul#navi a#weiss:visited {  color:white; text-decoration:none; }
ul#navi a#weiss:focus   {  color:white; text-decoration:underline; }
ul#navi a#weiss:hover   {  color:white; text-decoration:none; }
ul#navi a#weiss:active  {  color:white; text-decoration:underline; }
/* Ende Linkfarbe in der Navigation */

img {border:none;}



/*Browserweiche für IE*/
 *html div#Inhalt {
    height: 1em;}
/*Ende Browserweiche für IE*/	
	
/* Ende Grundstruktur*/

/*Tabelle Projekte*/
.projekttabelle {margin-left:10px;} 
table.projekttabelle td.laufzeit { text-align: center; }

/*p#Fusszeile {
   background-color: #555555; 
    border: 1px solid silver;
    */}

