@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.0%;
	margin:0; x-overflow:hidden; background-color:#000000;
}

body,td,th {
	font-size: 11px; color:#FFFFFF;
}


/*** LAYOUT ***/

#wrapper {
	margin: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 600px;
	margin-top: -330px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -490px;
	z-index: 1;
	background-position: 0 0; 
}


#start {
	width: 960px; padding:10px;
	height: 630px; 
	background:#000 url(../start/images/bg_content.jpg) no-repeat;
	background-position: top center;
	background-attachment: scroll;
}


*html #start {
	width: 980px;
}


#left {
	margin:00px 0 0 0px;
	padding:30px 0 0 0;
	position: absolute;
	height:560px;
	width:540px;
	float:left;

}

#right {
	margin:120px 0 0 560px;
	position: absolute;
	height:560px;
	width:400px;
}

#right ul li { display:inline-block; margin:0px 0 0 0;}

#standard {margin:0px 0 0 0}
#premium {margin:0px 0px 0 0; float:left;}
#deluxe {margin:0px 0 0 0; float:left;}

.produkt { height:220px; width:180px;}

.button {

	height:auto; width:auto; margin:0 10px 0 0; float:left;
}




a.button :hover, .button img:hover  {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #222222;
	border:0px;
	margin:0;
	padding:0;

}


*html a.button :hover, *html .button img:hover {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}




.cover {margin: 0 0 0px 0;
border:0px;
	margin:0;
	padding:0;}

img.cover :hover   {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #222222;


}


*html .cover a:hover, *html .cover img:hover  {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

}



.bt_enter {
	width: 100%;
	text-align: center;
	bottom:0px;
	z-index: 5000;
	position:fixed;
	height: 40px;
	padding-bottom: 1px;
}

*html .bt_enter { 	position: absolute; width:auto; margin-left:520px; text-align: center; overflow:hidden; }

.bt_enter a {
	color:#FFF;
	font-size:16px;
	border:0px;
	margin:0;
	padding:0;
}






.bt_enter a:hover img  {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #transparent;
	border:0px;
	margin:0;
	padding:0;

}


*html .bt_enter a:hover img {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

}


/*** STANDARDS ***/

img {
	border:0px;
	margin:0;
	padding:0;

}


div, p, span {
	margin:0; padding:0px;

}

/**************************************/

a {
	font-size: 9px;
	color: #FFFFFF;
}
a:hover {
	color: #666666;

}
a:active {
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-size: 14px;
}



ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

