@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end Floatfix*/
 a {
 	color:#FFF;
}
body {
	font:12px verdana;
	color:#fff;
	background:#484848 url("../img/bg_body.jpg") repeat-x;
}
#wrapper {
	width:960px;
	margin:auto;
}
#header {
	width:960px;
	height:184px;
}
.logo img {
	width:452px;
	height:167px;
	float:left;
	border:none;
}
.banner {
	float:right;
	width:468px;
	height:60px;
	margin:50px 20px 0 0;
}
/* MENU */
#menu {
	width:960px;
	height:50px;
}
ul.arrowunderline{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left; /* enter "left", "right", or "center" to orient the menu accordingly */
	font:16px verdana;
	margin-top:15px;
}

ul.arrowunderline li{
	display:inline;
	margin-right:25px; /* spacing between each menu item */
	
}

ul.arrowunderline li a{
	position:relative;
	color:#fff;
	padding-bottom:8px; /*spacing between each menu item and arrow underline beneath it */
	text-decoration:none;

}

ul.arrowunderline li a:hover{
	border-bottom:3px solid #fff; /* style of arrow underline */
}

ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */
	content:'';
	width:0;
	height:0;
	position:absolute;
	left:50%;
	margin-left:-5px; /* value should match border-width below */
	bottom: 0;
	border-width:5px; /* value should match margin-left above */
	border-style:solid;
	border-color: transparent transparent #fff transparent; /* create up arrow */
}
/* EINDE MENU */

#container {
	width:960px;
	margin:auto;
}
#blok_top {
	width:935px;
	height:298px;
	background:url("../img/bg_top.png") no-repeat;
}

#blok_top h1 {
	width:935px;
	height:20px;
	color:#303030;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	padding:8px 5px 5px 10px;
	margin-bottom:0px;
}
#blok_top .tekst {
	width:340px;
	float:left;
	margin:10px 0 0 0;
	border-right:1px solid #fff;
}
#blok_top .tekst p {
	width:320px;
	color:#fff;
	font-size:12px;
	padding:10px 0 0 10px;
	float:left;
}
.blok3 {
	width:150px;
	margin:10px 0 0 30px;
	float:left;
	background-color:#666;
	padding:5px;
}
.blok3 a {
	color:#00FF00;
	text-decoration:none;
	font-size:16px;
	
}
.blok3 p {
	color:#fff;
	float:left;
	padding:5px;
}
.blok3 .button a {
	width:150px;
	height:23px;
	overflow:hidden;
	float:left;
	margin-left:5px;
	font-size:14px;
	text-decoration:underline;
}


.blok_midden {
	width:933px;
	height:398px;
	border:1px solid #fff;
	margin-top:10px;
	background-color:#660000;
}
.blok_midden h2 {
	width:918px;
	height:20px;
	color:#303030;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	padding:8px 5px 5px 10px;
	margin-bottom:0px;
	background-color:#fff;
}
.blok_midden p {
	width:900px;
	float:left;
	margin:10px 0 0 10px;
}


.blok_onder {
	width:933px;
	height:398px;
	border:1px solid #fff;
	margin-top:10px;
	background-color:#993300;
}
.blok_onder h4 {
	width:918px;
	height:20px;
	color:#303030;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	padding:8px 5px 5px 10px;
	margin-bottom:0px;
	background-color:#fff;
}
.blok_onder p {
	width:900px;
	float:left;
	margin:10px 0 0 10px;
}
.blok_casino {
	width:933px;
	height:245px;
	border:1px solid #fff;
	margin-top:10px;
	background-color:#993333;
}
.blok_casino h3 {
	width:918px;
	height:20px;
	color:#303030;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	padding:8px 5px 5px 10px;
	margin-bottom:0px;
	background-color:#fff;
}
.blok_casino p {
	width:900px;
	float:left;
	margin:10px 0 0 10px;
}
.introtekst {
	width:920px;
	float:left;
	margin-bottom:15px;
	margin-top:15px;

}
.introtekst p {
	margin:5px;
	padding-left:10px;
}
.blok_alle {
	width:933px;
	border:1px solid #fff;
	margin-top:10px;
	background-color:#660000;
	float:left;
}
.blok_alle p {
	width:900px;
	margin:auto;
	padding:10px;
}
.blok_ideal {
	width:933px;
	border:1px solid #fff;
	margin-top:10px;
	background-color:#333;
	float:left;
}
.blok_ideal p {
	width:900px;
	margin:auto;
	padding:10px;
}
.blok6 {
	width:150px;
	height:265px;
	margin:8px 0px 0 20px;
	float:left;
	background-color:#663333;
	padding:5px;
}
.blok6 a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	text-decoration:none;
}
.blok6 p {
	color:#fff;
	float:left;
	padding:5px;
	width:140px;
}
.blok6 .button a {
	width:150px;
	height:30px;
	overflow:hidden;
	float:left;
	margin-top:5px;
	margin-left:8px;
	font-size:14px;
	text-decoration:underline;
}
.blok7 {
	width:168px;
	margin:8px 0px 0 20px;
	float:left;
	background-color:#663333;
	padding:5px;
}
.blok9 {
	width:150px;
	margin:10px 0 0 21px;
	float:left;
	background-color:#FF6633;
	padding:5px;
}
.blok9 a {
	color:#000;
	text-decoration:none;
	font-size:16px;
	
}
.blok9 p {
	color:#fff;
	float:left;
	padding:5px;
}
.blok9 .button a {
	width:150px;
	height:23px;
	overflow:hidden;
	float:left;
	margin-left:5px;
	font-size:14px;
	text-decoration:underline;
}
#footer {
	width:923px;
	height:40px;
	border:1px solid #fff;
	background-color:#333;
	margin-top:10px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
}
#footer p {
}
.blok4 a {
	width:150px;
	height:130px;
	float:left;
	margin:10px;
	border:1px solid #fff;
	padding:5px;
}
.blok4 img {
	float:left;
}
.blok4 p {
	margin-left:0px;
	text-align:center;
	width:140px;
	height:15px;
	background-color:#993300;
	float:left;
	padding:5px;
	margin-top:5px;
}