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

.buttons{
	display:block;
	width:100%;
	height:100%;
	opacity:1;
}

#menuContainer {
	position:absolute;
	width:80%;
	height:120px;
	top:0;
	left:50%;
	overflow:hidden;
	z-index:1003;
}


footer{
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	height:15px;
	display:block;
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters */
	/* Fallback for web browsers that doesn't support RGBa */
	background:#FFF;
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
	z-index:1003;
}
	

/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display:block; clear:both;}

#menu {
	list-style-type:none;
	text-decoration:none;
	color:#000;
}

.untertitel {
	position:absolute;
	display:block;
	font-family: Geneva, sans-serif;
	font-size:11px;
	color:#000;
	right:5px;
	bottom:2px;
	z-index:50;	
}
