body { 
		 margin:0;
		 padding:0;
		 background-color: #000000;
		 text-align:center;
  	 vertical-align:middle;
		 font-family:'courier new',courier;
		 overflow:hidden;
     }
div#position {
     position: absolute; top:50%; margin:auto; left:50%; right:50%;
		 width:5px; height:5px;
		 background-color:black;
		 z-index:0;
		 }
div#pic{
		 position: relative; top:-384px; left:-512px;
		 width:1024px; height:768px;
		 overflow:hidden;
		 background-color:black;
		 z-index:1; 	
		 }
div#menu {
		 position: absolute; bottom:0px; left:0px;
		 height: 40px; width:100%;
		 text-align:center;
		 font-size:1em; color:white;
		 z-index:4;
		 background-color:#000000;
 		 -moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75;
		 filter:alpha(opacity=80);
	 }
		 
div#cover{
		 position: absolute; top:-384px; left:-512px;
		 width:1024px; height:768px;
		 overflow:hidden;
		 z-index:2; 	
		 }
div#project{
		 position: absolute; top:20px; left:20px;
		 padding:10px;
		 width:320px;
		 height:60%;
		 text-align:left;
		 overflow:auto;
		 scrollbar-base-color:#990000;
		 scrollbar-face-color:#660000;
		 background-color:#aa0000;
		 border-style:solid;
		 border-color:white;
		 border-width:2px;
		 font-size:0.8em; 
		 color:black;
		 z-index:3;
	   -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;
		 filter:alpha(opacity=80);
		 }

.proj_text {
     font-size:1.4em;
		 font-weight:bold; 
		 color:black;
		 -moz-opacity:1; -khtml-opacity:1; opacity:1;
		 filter:alpha(opacity=100);


		 }
.impressum{
		 font-size:1em; 
		 font-weight:bold;
		 color:black;
		 -moz-opacity:1; -khtml-opacity:1; opacity:1;
		 filter:alpha(opacity=100);
		 }
		 

a.main:link {text-decoration:none; color:white; font-weight:bold; font-size:1em; font-weight:bold; background-color:black; white-space: nowrap;}
a.main:visited{text-decoration:none; color:white; font-weight:bold; font-size:1em; font-weight:bold; background-color:black;white-space: nowrap;}
a.main:hover { text-decoration:none; color:red; font-weight:bold; font-size:1em; font-weight:bold; background-color:black;white-space: nowrap;}

a.main1:link {text-decoration:none; color:grey; font-weight:bold; font-size:1em; font-weight:bold; background-color:black; white-space: nowrap;}
a.main1:visited{text-decoration:none; color:grey; font-weight:bold; font-size:1em; font-weight:bold; background-color:black;white-space: nowrap;}
a.main1:hover {text-decoration:none; color:#404040; font-weight:bold; font-size:1em; font-weight:bold; background-color:black;white-space: nowrap;}


a.projekt:link {text-decoration:none; color:white; font-weight:bold; font-size:1em; font-weight:bold;line-height:1.5em;}
a.projekt:visited{text-decoration:none; color:white; font-weight:bold; font-size:1em; font-weight:bold;-moz-opacity:1; -khtml-opacity:1; opacity:1; filter:alpha(opacity=100);line-height:1.5em;}
a.projekt:hover { text-decoration:none; color:#ff0000; font-weight:bold; font-size:1em; font-weight:bold;-moz-opacity:1; -khtml-opacity:1; opacity:1; filter:alpha(opacity=100);line-height:1.5em;}
