@charset "UTF-8";
/* CSS Document */
@import url("menu.css");
@import url("compmenu.css");
@import url("content.css");

html {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow:hidden
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}


#main {
	margin:0;
	width: 955px;
	position: absolute;
	left: 50%;
	margin-left: -477px;
	height:100%;	
	
	background-image:url(../images/mainbg.jpg);
	background-position:left 524px;
	background-repeat:no-repeat;
}

#mainmenu {
	position: absolute;
	
	width:177px;
	right:28px;
	background:none;
	background-image:none;
}

#actionmenu {
	position: absolute;
	
	top: 284px;
	width:177px;
	height:20px;
	right:28px;
	background:none;
	background-image:none;

}

#actionmenu .inner {
	background-image:url(../images/menu_action_bg.png);
	width:100%;
	height:100%;
}

#actionmenu .inner a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-decoration:none;
	line-height:18px;
	
	font-weight:bold;
	
	padding-left:15px;
	position:relative; 
	
}


#actionmenu .gewinnspiel {
	width:100%;
	height:100%;
	
	text-align:center;
}


#actionmenu .gewinnspiel a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:19px;
	
	font-weight:bold;
	
	display:block;
	
	position:relative;
	
	text-transform:uppercase;
	
	letter-spacing: 1px;
	
	background-color:#ef7521;
	
	border:1px solid #fe8e07;
	
}


#actionmenu a:hover {
	color:#FFFFFF;
}	

#collectionmenu {
	position: absolute;
	top:318px;
}


#compmenu {
	position: absolute;
	top:548px;
	right:28px;
	z-index:5;
}


#intro {
	text-align:center;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-decoration:none;
}


#intro a {
		color:#999999;

}

#intro a:hover {
		color:#ffffff;

}