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

body {
	background-color:rgba(0,0,0,1);
	background-image:url(../media/res/erde.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	color:rgba(255,255,255,1);
	font-family: Calibri;
	font-size: 11px;
	margin: 0;
}

#galerie {
	position:absolute;
	left:0;
	top: 17%;
	width:100%;
	height:77%;
	padding: 10px 0px;
	z-index:1;
}

#galerie .eintrag {
	float:left;
	width: 420px;
	background:rgba(20,20,0,0.4);	
	font-size: 150%;
	text-align:center;
	margin: 5px;
	cursor:pointer;
}

#galerie img {
	width: 420px;
	margin-bottom: 0px;
}

#galerie p {
	margin:3px;
}

#screendiv {
	position:absolute;
	top:17%;
	width:100%;
	height:77%;
	left:0;
	background:rgba(20,20,0,0);	
	z-index:1;
}

#screendiv object {
	width:100%;
	height:100%;
}

.steuerung {
	position:fixed;
	width: 100%;
	bottom:0;
	height: 5%;
	padding: 3px;
	margin: 0px;
	background:rgba(20,20,0,0.4);	
	border: 2px solid rgba(255,255,204,0.2);
	border-right-color:rgba(0,0,0,0);
	border-left-color:rgba(0,0,0,0);	
	display:table;
	z-index:2;
}

.steuerbut {
	position:absolute;
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
	padding: 3px 10px;
}

#nachlinks {
	width:10%;
	text-align:left;
}

#nachrechts {
	right:10px;
	width:10%;
	text-align:right;
}

#zummenu {
	left: 38%;
	width: 10%;
	text-align:center;
}

#aufruf {
	left: 48%;
	width: 10%;
	text-align:center;
}

