html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, lucida, helvetica, sans-serif;
	background-color: #0C132B;
	color: #fff;
	}
	
a:link {
    font-weight: bold;
	text-decoration: none;
	color: #7D99D3;
	background: transparent;
	}
	   
a:visited {
    font-weight: bold;
	text-decoration: none;
	color: #7D99D3;
	background: transparent;
	}
	   
a:hover {
    font-weight: bold;
	text-decoration: underline;
	color: #ddd;
	background: transparent;
	}
	   
a:active {
    font-weight: bold;
	text-decoration: none;
	color: #f90;
	background: transparent;
	}

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


#title {
  margin-top: 0;
  margin-left: 100px;
}

p   {
    margin-top: 5px;
	margin-bottom: 1em;
	padding: 5px;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5;
	}
	
h1 {
 	font-size: 1.1em;
	font-weight: bold;
	color: #999;
	letter-spacing: 2px;
	margin: 5px;
	text-align: left;
	padding: 5px;
	}
	
h2 {
   padding: 5px;
   text-align: left;
   letter-spacing: 2px;
   border-bottom: 1px solid #ccc;
   color: #fff;
   font-size: 0.9em;
   clear: both;
   }
   
h3 {
    font-family: verdana, arial, helvetica;
	font-size: 7pt;
	font-weight:bold;
	color: #dddddd;
	letter-spacing: 2px;
	margin: 0 5px 0 0;
	text-align: right;
	}

strong {
    font-weight: bold;
	letter-spacing: 3px;

}
	
#menu {
    position: absolute;
	top: 20px;
	left: 500px;
	padding: 0 10px 0 10px;
	font-size: 0.6em;
	line-height: 2;
	background: #0C132B;
	width: 310px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 300px;
	}
html>body #menu {
  	width: 300px;
	} 
	
	
#menu img {
	border: 0;
	margin: 0;
	}
	

	
#content {
    position: absolute;
    background: #000;
    top: 20px;
	font-size: 0.8em;
	left: 100px;
	width: 400px;
	padding: 3px;
	border: 1px dotted #7C7A94;
	}
	
#content ul {
    list-style: disc url(../i/link.gif);
	}
#content li {
   line-height: 30px;
   margin: 3px 0 0 0;
   padding: 0;
   font: 11px/15px Verdana, Lucida, Arial, sans-serif;
   }

	
#oben {
    position: absolute;
    top: 1px;
	font-size: 0.7em;
	left: 100px;
	width: 400px;
	padding: 0;
}
	
span {
	padding: 10px;
    letter-spacing: 2px;

}

	
