/* CSS Document */

	
body {
	margin: 0;
	padding:0;
	color: #FFFFFF;
	background-color:#232323;
	font-family: Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

/********* text *********/

a {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	color: #F6E10C;
	text-decoration: none;
	}

/********* text ende ****/


img {
	border:0px;
	} 
	
#sub {
	position:absolute;
	text-align:center;
	width:300px;
	height:400px;
    z-index:1;
	}

#sub a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#sub a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#sub a:hover {
	color: #F6E10C;
	text-decoration: none;
	}




















