body, textarea,input,td 
	{
	margin: 0px;
	padding: 0px;
	font-family: arial,verdana;
	font-size: 13px;
	}

#wrapper
	{
	width:950px;
	position:relative;
	margin:0 auto;
	height:101%;
	}

#mainlogo
	{
	z-index:40;
	position:absolute;
	float:left;
	right:0;
	top:48px;
	}
	
h1 
	{
	font-size: 13px;
	}
body
	{
	background-color:#fff;
	background-image:url(/files/gae-portraitmontage4.jpg);
	background-repeat:no-repeat;
	background-position:center 40%;
	background-attachment:fixed;
//	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	}

hr
	{
	   background-color: #c9c9c9; 
	   border: none; 
	   color: #c9c9c9; 
	   height: 2px; 
	   margin:0 0 5px 0;

	}

a
	{
	color:#000;
	text-decoration:none;
	}


#navi
	{
	position:absolute;
	border:0px solid #000;
	width:120px;
	background-color:#fff;
	z-index:300;
	padding: 10px;
	top:40px;
	left:84px;
	}
#Navileiste
	{
	position:relative;
	}
.close, .open
	{
	position:absolute;
	right:0;
	top:4px;
	}
.open
	{
	display:none;
	}
#Navileiste .moveit
	{
	position:absolute;
	right:14px;
	top:0;
	}
#NaviX
	{
	}
#Navileiste div
	{
	position:absolute;
	right:0px;
	top:0;
	}
#bedienInhalt .moveit
	{
	position:absolute;
	right:14px;
	top:0;
	}

#inhaltsleiste
	{
	position:relative;
	}

	
#inhaltsleiste div
	{
	position:absolute;
	right:0px;
	top:0;
	}
#inhaltsleiste .moveit
	{
	position:absolute;
	right:14px;
	top:0;
	}


#inhaltsleiste #bedienInhalt
	{
	position:relative;
	background-color:#f00;
	float:right;
	}
#maincontent
	{
	font-family: Verdana;
	position:absolute;
	left:240px;
	z-index:200;
	padding:10px;
	width:460px;
	border: 0px solid #ddd;
	background-color:#fff;	
//	min-height:500px;
	top:40px;
	}

#spalterechts
	{
	width:370px;
	margin-left:80px;
	}


#maincontent hr
	{
	background-color:#c9c9c9;
	}

#playercontainer object
	{
	margin-top:1px;
	}

#playercontainer #bedienung
	{
	background-color:#fff;
	float:right;
	height:17px;
position:absolute;
top:0;
right:0;
	}
#playercontainer #bedienung img
	{
	margin:1px;
	}
#playercontainer
	{
	position:absolute;
	left:900px;
	z-index:250;
	width:208px;
	border: 0;
	height:17px;
	background-color:#ccc;	
	border: 1px solid #ccc;
	top:550px;

	left:740px;
	}
#hintergrund
	{
	position:absolute;
	left:250px;
	z-index:150;
	}

#slideshow {
    position:relative;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    margin-bottom: 10px;
}



#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
//	background: url('../img/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

.filmpfeil
{
position:absolute;
top:8px;
left:165px;
}
.filmvorschau
{
position:relative;
}

.filmvorschau:hover
{
cursor: pointer;
}