@charset "utf-8";
/* CSS Document */
body{
	background-color:#333;
}
#wrapper a:link, a:visited, a:focus, a:active, a:hover{
	text-decoration:none;
	border-style:none;
	outline:none;
}
#wrapper{
	background-color:#000000;
	color:#F0E905;
	width:800px;
	height:509px;
	margin: 50px auto;
}
.overlay a,.overlay a:link,.overlay a:visited,.overlay a:focus,.overlay a:active,.overlay a:hover{
	text-decoration:none;
	border-style:none;
	outline:none;
	color:#231F20;
	border-bottom:1px #666666 dotted!important;
}
.overlay{
	color:#231F20;
	
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	font-size:13px;
	width:800px;
	height:509px;
	max-height:519px;
	top:50px!important;
	/*margin-left: -260px;
	margin-top: -36px;*/
	background-color:#F5E500;
	padding: 4px;
	/*overflow:hidden;*/
}
.overlay table{
	font-size:11px;	
	margin-top:10px;
}
#idee{
	
}
#rechts{
	position:relative;
	left: 550px;
	bottom: -25px;
	width: 200px;
}
#navi{
	padding: 30px;
}
.head{
	position:relative;
	width:200px;
	background:transparent;
	
}
.text{
	overflow:auto;
	margin-top: -10px;
	padding-left: 35px;
}
.close{
	background:url(bilder/close.png) no-repeat;
	    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
	/*width:36px;
	height:36px;
	position:absolute;
	top: 12px;
	right: 12px;
	z-index:1001;*/
}
