@charset "UTF-8";
/* CSS Document */

#text{
	position:absolute;
	top:10%;
	left:25%;
	width:60%;
	height:75%;
	padding:3% 5% 1% 3%;
	border:solid 1px #54FF4A;	
	background-color:rgba(255,255,255,0.8);
	color:#000;
	overflow-y:scroll;
	overflow-x:hidden;
}
#text h4{
	margin-left:10px;
}


#text iframe{
	padding-bottom:45px;
}

#text p{
	
	display:block;
	margin-bottom:50px;
	padding:10px 10px 30px 10px;
	border-bottom:dotted 2px #666;
}

#text div{
	float:left;
	clear:both;
}

.links #text p{
	border:none;
}


#beschreibung{
	position:absolute;
	top:10%;
	left:2.2%;
	width:13%;
	height:75%;
	padding:3% 0 1% 0;
	min-width:150px;
	border:solid 1px #000;
}

#beschreibung span{
	position:absolute;
	top:10px;
	left:50%;
	width:140px;
	height:22px;
	line-height:24px;
	margin-left:-70px;
	background-color:#D0CEA3;
	color:#000;
	font-size:15px;
	text-align:center;
}

.video{
	float:left;
	width:100%;
	height:auto;
}
	
#ny_video{
	margin-left:10%;
	margin-bottom:30px;
	width:80%;
	height:auto;
	
}

#mip{
	margin-left:10%;
	margin-bottom:30px;
	width:80%;
	height:auto;
	
}

#home span{
	position:absolute;
	display:block;
	top:93%;
	left:50%;
	width:140px;
	height:22px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	line-height:22px;
	margin-left:-70px;
	background-color:#B8D4CF;
	color:#000;
	font-size:14px;
	text-align:center;
	padding-bottom:2px;
}

#home span b{
	height:22px;
	width:20px;
	font-size:20px;
	margin-left:-25px;
	margin-right:35px;
	line-height:22px;
}

#home span a{
	display:block;
	width:140px;
	height:22px;
	text-decoration:none;
	color:#000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#home span a:hover{
	text-decoration:none;
	color:#000;
	background-color:#DDBD9E;
}

#text b{

	display:block;
	float:left;
	width:10px;
	height:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#F45954;
	margin-left:25%;
	margin-top:5px;
}

#text h1{
	margin-top:40px;
	margin-left:15%;
}

#links{
	margin-top:10px;
}

#links a{
	text-decoration:none;
	color:#000;	
	margin-left:20px;
}

#links a:visited b{
	background-color:#D0CEA3;	
}

#links a:hover b{
	background-color:#D0CEA3;
}

#credits{
	margin-top:10px;
}
	
#credits a{
	margin-left:3px;
	text-decoration:none;
	color:#000;
}

#credits a:hover{
	border:none;
	text-decoration:none;
	color:#F45954;	
}
#credits b{
	margin-right:20px;
}




