/*
* CSS file for Displaying content of the webpage of PLAY.
* @author Nadilas
* Date of Creation: 19/08/2009
*
* Main Stuff
*/
#body{
	font-family: sans-serif;
	background: url(../pic/) repeat center top;
	overflow-x: hidden;
}

#behind{
	position:fixed;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:-250px;

	z-index:0;
}
/*
* html <iframe> for displaying content of each subMenu
*/

#contentframe{
	position:relative;
	top:155px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	z-index: 15;
	overflow: visible;
	width:1200px;
	display:none;
}

#commercial{
	position:fixed;
	bottom:100px;
	left:25px;
	z-index:111;
	/*
	-webkit-transform:rotate(10deg)
	*/
}

#commercial2{
	position:fixed;
	bottom:120px;
	left:1055px;
	z-index:111;
}

#header_menu{
	position: absolute;
	z-index: 99;

}
#play_logo{
	position:absolute;
	top:15px;
	width:200;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 101;
}

/*
* Header Elements
*/

#header{
		left:0px;
		top:0px;
		height: 32px;
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		color: #cdcdcd;
		background: #151515;
		opacity:0.85;
		position:fixed;
		white-space: nowrap;
		z-index: 105;
}

#youtubeLink{
	position:relative;
	left:750px;
	top:95px;
	width:120px;
	z-index:-103;
	display:block;
}

#mp3Player {
	position:relative;
	left:870px;
	top:-60px;
	width: 200px;
	z-index:104;
}

#header_menu_name{
	position: fixed;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width: 200px;
	text-align: center;
}
#contain_menuName{
	position: fixed;
	left:-310px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	z-index: 1;
}
#main_menu{
	position:absolute;
	left:0px;
	top:-10px;
	width: 400px;
	text-align: center;
	z-index: 2;
	
}

#header_concert{
	position:fixed;
	left:15px;
	top:7px;
	color:#cdcdcd;
	font-size: 13px;
	z-index: 105;
}
#header_concert a{
	text-decoration: none;
	font-size: 14px;
	color:#ff33ff;
}


/*
* Everything else
*/


/*
* Footer Elements
*/
#footer{
	left:0px;
	bottom:0px;
	height: 15px;
	width: 100%;
	margin: 0 auto;
	font-size: 11px;
	color: #cdcdcd;
	background: #151515;
	opacity:0.65;
	position:fixed;
	white-space: nowrap;
	z-index: 110;
}
#footer a{
	text-decoration: none;
	color:#aaaaaa;
}
#top_menus{
	position: absolute;
    margin-left: auto;
    margin-right: auto;
	top:0px;
    left: 0;
    right: 0;
    width: 950px;
    height: 200px;
    background-color: transparent;
    border: 0px solid black; 
}

#foot_facebook{
	left:35px;
	width:125px;
	bottom:0px;
	z-index:111;
	position:fixed;
}

#foot_myspace{
	left:20px;
	width:155px;
	bottom:50px;
	z-index:111;
	position:fixed;
}

#foot_hotdog{
	left:1075px;
	width:120px;
	bottom:0px;
	z-index:111;
	position:fixed;
}

#foot_emergenza{
	left:1065px;
	width:155px;
	bottom:50px;
	z-index:111;
	position:fixed;
}
}

/*
* Bottom Main Menu elements
* each microphone represents a single menu:button
* onmouseOver: changePicture from folder: /pic/menu_buttons/
*/
#hirek{
	position:absolute;
	top:-5px;
	left: 210px;
}
#dates{
	position: absolute;
	top:-5px;
	left:215px;
}
#band{
	position: absolute;
	top:-5px;
	left:350px;
}

#gallery{
	position: absolute;
	top:-5px;
	left:530px;
} 
#contact{
	position: absolute;
	top:-5px;
	left:600px;
}
#forum{
	position: absolute;
	top:-5px;
	left:830px;
}