li {
list-style-type: none;

}

#container {
	width: 800px;
	background-color:#eeeeee;
	position:absolute;
	left: 0;
	top:0;
}


#prvbt a, #nxtbt a {
cursor: pointer;

}

#prvbt {
position:absolute;
z-index:1;
left:0px;
top: 12px;
width: 30px;

}

#nxtbt {
position:absolute;
z-index:1;
left:930px;
top: 12px;
width: 30px;

}


#gallery {

background-color:#000000;
position:absolute;
z-index:1;
left:30px;
top: 12px;
width: 900px;

}

#gallery ul {
list-style-type: none;
height: 105px;
z-index:1;
margin:0;
padding:0;
}

#gallery li {
float:left;
width: 80px;
z-index:9;
font-size: 11px;

}

#topstage {
height: 456px!important;
}
#topstage_winners {
height:530px!important;
}
#stagetext2,#stagetext2_winners {
background-image:url("../bilder/bgstagetext2.jpg");
background-position:left top;
background-repeat:no-repeat;
height:436px;
left:637px;
margin:0;
padding:15px 22px;
position:absolute;
top:0;
width:239px;
z-index:60;
}
#stagetext2_winners {
height:345px;
background-image:url("../bilder/bg_winners.jpg");
background-position:left top;
background-repeat:no-repeat;
padding-top:170px;
}
#img_line3 {
position:relative;
height:120px;
margin:0;
padding:0;
width:960px;
background-color:#000000;

}

#podest {

position:relative;
width: 557px;
height: 436px;
margin: 0;
left:40px;
top:20px;
z-index:0;
background-image: url(../bilder/bg_podest.jpg)
}

#first {
position:absolute;
left: 206px;
width: 138px;
top:54px;
height: 138px;

text-align: center;

}

#second {
position:absolute;
left: 36px;
width: 138px;
top:155px;
height: 138px;

text-align: center;
}

#third {
position:absolute;
left: 383px;
width: 138px;
top:155px;
height: 138px;

text-align: center;

}

#form {
position:absolute;
z-index:60;
left:208px;
/* @nxs reset button fällt weg, also neue pos: */
left: 238px;
top:356px;

}

#submitthis, #resetthis {
widh: 102px;
color:#ffffff;
border:medium none;
padding: 5px;
}
#submitthis {

background-color:#0095d1;
;
}

#resetthis {
background-color:#c5261a;

}



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
body .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 900px;
	height:110px;
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items li {
	float:left;
	margin:0 5px;
}

/*ÜBERSCHREIBE STAGEIMAGE*/
#stageimage{

height:456px;
}

#stageimage .user-radlstar-pi6 {
padding-left:40px;
padding-top: 100px;


}

