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

body {
	font-size: 11px;
	line-height: 1.2;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/background.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
}



#site {
	position:absolute;
	width:920px;
	top:0px;
	height:600px;
	z-index:1;
	background-image:url(images/content.png);
	background-position:bottom;
	background-repeat:no-repeat;
	top: 50%;
    left: 50%;
	margin-top: -300px;
    margin-left: -460px;
	 
}

#content {
	position:absolute;
	width:800px;
	height:450px;
	top:90px;
	left:60px;
	
	
	
}

#punkte {
	position:absolute;
	width:680px;
	height:40px;
	top:540px;
	left:93px;
	
	
	
}

#fadeshow1 {
	position:absolute;
	width:800px;
	height:450px;
	top:90px;
	left:61px;
	
	
}

#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:920px;
	height:90px;
}


img {
border : 0 none;
}

a:focus {outline:none}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 800px; /* Set to gallery width, in px or percentage */
height: 450px; /* Set to gallery height */
top:90px;
left:61px;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */



