.cursor {  cursor: hand}

body {

    color: #bbbbbb; background-color: black;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0px; padding: 0em 0;
	text-align: justify;

	
    text-align: center;  /* Zentrierung im Internet Explorer */
		 
		  scrollbar-3dlight-color: #000000;
		  scrollbar-arrow-color: #d153ac;
		  scrollbar-base-color: #000000;
		  scrollbar-darkshadow-color: #000000;
		  scrollbar-face-color: #201c1e;
		  scrollbar-highlight-color: #ffffff;
		  scrollbar-shadow-color: #000000;
		  scrollbar-track-color: #d153ac;

	
  }

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
  }

  div#center { 
 	
  	background-repeat: no-repeat; 
  	background-position: 0 0px; 
  	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;  
    height: 650px; 
  }
  
  div#logo{
  	margin:-50px 0px 20px -50px;
  }


div#wrapper {
    padding: 0;
    width: 700px;
    float: right;
    margin: 60px 0px 0px 20px;
	display:inline;
  }
  
div#navi{
	background: url(../images/navi_background.png); 
	background-repeat: repeat; 
	width: 120px; 
	float: left; 
	margin: 0px 20px 0px 0px; 
	padding: 0px;
	padding-top: 10px; 
	padding-left: 10px;
	border: dashed 0 silver;
	height: 640px; 
}



div#left {
    margin: -20px 0px 0px -50px;
	float:left;
	width:450px;
	height:400px;
	border:1px solid #313231;
	overflow:auto; 
	margin-bottom:5px;
	text-align: justify;
} 


div#left h1, div#right h1{ font-size:20px; font-weight: 100; padding:20px 0px 0px 0px; margin:0 20px; border-bottom:0px solid #313231; 
font-weight:bold; font-stretch:expanded; font-size:24px; letter-spacing:3px;}

div#left p, div#right p{ font-size:14px; line-height: 18px; padding:10px 20px 0; }
div#left a, div#right a { color: #bbbbbb; font-size: 10px; font-weight: bold; text-decoration: none; padding: 0; }

div#right{
    margin: -20px 30px -20px -50px;
	float:right;
	width:230px;
	height:400px;
	border:1px solid #313231;
}

div#footer{
	width:100%;
	float:left;
	clear:both;
}

div#footer p{
	font-size:11px;
}  

div#footer p a{
	color:#ffffff;
}  
  
ul#Navigation { 
	font-size: 0.91em; 
	float: right; 
	margin: 0; 
	padding: 0;
	padding-top: 0px; 

}

ul#Navigation li {
    list-style: none;
    margin: 0; 
    padding: 0.5em;
  }
ul#Navigation a {
    display: block;
    padding: 8px;
    font-weight: lighter;
    color: #888;
    text-decoration: none;
    font-size: 20px;
	border-bottom:1px dotted #404040;
  }
  
ul#Navigation a:hover {
    color: #bbbbbb;
  }



