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

img {
	border: none;
}

body {
	background: url(../images/blikinjepensioen_bg.jpg);
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 100%;
	height: 100%;
}
a {
	text-decoration:none;
}
/* CONTAINER - verschillende achtergronden per page //////////////////////////////////////////////////*/
.container_1 {
	width:800px;
	margin: 0px auto;
	padding: 0px;
}

.header {
	/*background-color:#FF0000;*/
	width: 800px;
	height: 125px;/*border: 1px solid red;*/
    background: url(../images/gamepage_header2.png) no-repeat;
}
.topmenu {
	float: left;
	width: 436px;
	height: 81px;
	padding: 69px 0 0 264px;
}
.topmenu ul, .topmenu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.topmenu ul li {
	display: inline-block;
	float: left;
	height: 51px;
}
/* MENU ITEMS */

.topmenu ul li a, .topmenu ul li a:link .topmenu ul li a:visited {
	float: left;
	height: 51px;
}


.topmenu ul li.home a, .topmenu ul li.home a:link, .topmenu ul li.home a:visited {
	width: 61px;
	background-image: url(../images/game_topmenu_home.jpg);
}
.topmenu ul li.home a:hover, .topmenu ul li.home {
width: 61px;
	background-image: url(../images/game_topmenu_home_over.jpg);
}

.topmenu ul li.faq a, .topmenu ul li.faw a:link, .topmenu ul li.faq a:visited {
	width: 67px;
	background-image: url(../images/game_topmenu_faq.jpg);
}
.topmenu ul li.faq a:hover, .topmenu ul li.faq {
width: 67px;
	background-image: url(../images/game_topmenu_faq_over.jpg);
}

.topmenu ul li.contact a, .topmenu ul li.contact a:link, .topmenu ul li.contact a:visited {
	width: 80px;
	background-image: url(../images/game_topmenu_contact.jpg);
}
.topmenu ul li.contact a:hover, .topmenu ul li.contact {
	width: 80px;
	background-image: url(../images/game_topmenu_contact_over.jpg);
}

.topmenu ul li.disclaimer a, .topmenu ul li.disclaimer a:link, .topmenu ul li.disclaimer a:visited {
	width: 116px;
	background-image: url(../images/game_topmenu_disclaimer.jpg);
}
.topmenu ul li.disclaimer a:hover, .topmenu ul li.disclaimer {
width: 116px;
	background-image: url(../images/game_topmenu_disclaimer_over.jpg);
}


/*game container*/

.game_container {

width: 800px;
height: 600px;
text-align:center;
/*background: #333;*/
margin: 0;
padding: 0;
}
