/* fix some things for the footer to work */
html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#container {
	padding-bottom: 9em;
}

/* this is for the start page where we want the big images to appear*/
#startnavi {
	padding: 0px;
	padding-left: 10px;	
	text-align: center;
}

#startnavi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width:100%;
}

#startnavi ul li {
	float:left;
	padding: 0 5px;
}

/* the starttext should be 14px, centered and #777777 */
#starttext {
	font-size: 116.67%;
	color: #777777;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* the logo should be padded a little bit more */
#startlogo {
	text-align: center;
	padding: 25px;
}

#start_audio {
	background-image: url(/images/menu/start_audio.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_audio:hover {
	background-image: url(/images/menu/start_audio_hover.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_bild {
	background-image: url(/images/menu/start_bild.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_bild:hover {
	background-image: url(/images/menu/start_bild_hover.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_musik {
	background-image: url(/images/menu/start_musik.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_musik:hover {
	background-image: url(/images/menu/start_musik_hover.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_poly {
	background-image: url(/images/menu/start_poly.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#start_poly:hover {
	background-image: url(/images/menu/start_poly_hover.jpg);
	background-repeat: no-repeat;
	width: 210px;
	height: 324px;
	display:block;
}

#startfooter {
	position: relative;
	margin-top: -3em;
	text-align: center;
	font-size: 83.3%;
	color: #777777;
}
