/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background-color:white;
	font-family:Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size:10pt;
	height:100%;
	width:100%;
	line-height:150%;
	color:#5e6d7b;
	font-weight: bold;
}

h1 {
	color: white; 
	font-size:125%;
	margin-bottom: 0;
	margin-top: 16px;
}

h2 {
	color: white; 
	font-size:110%;
	margin-bottom: 0;
	margin-top: 16px;
}

ul
{
	margin-top:0;
}

a
{
	color: #889bac;
}

a:hover
{
	color: white;
}

p
{
	margin-top:0;
}

div#container {
	width:100%;
	margin: 0 auto -217px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
}

.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
img {border:0;}
/* /Standard waardes */

div#content {
	padding:0 0 0 71px;

}
div#content_inner {
	width:828px;
	background: #14191d;
	padding:24px 50px 0 50px;
}

div#content_inner #appstore {margin: 10px 0 0 0;}

div#content_inner #appstore a {
	display:block;
	background: url(../img/appstore_button.jpg) no-repeat;
	width: 246px;
	height: 87px;
	margin: 0 auto;
}

div#content_inner #appstore a:hover {
	background: url(../img/appstore_button_mouseover.jpg) no-repeat;
}

#intro_image {
	margin-left: -50px;
	/*padding: 35px 0 0 0;*/
}

div.newsitem {
	width:828px;
	padding: 16px 0 16px 0;
	/*border:1px black solid;*/
}

/*
.newsitem_image {
	float:left;
	padding: 0;
	padding-right: 32px;
}
*/

.newsitem_bg {
	float:left;
	padding-right: 32px;
	width:250px;
	height:200px;
	background-repeat:no-repeat;
}

.newsitem_body {
	width:546px;
	float:left;
}
.newsitem_date {
	color:#fff;
	margin-right:16px;
}


div.gameitem {
	width: 828px;
	padding: 16px 0 32px 0;
}
.gameitem_image {
	float:left;
	padding: 0 32px 0 32px;
}
.gameinfo {
	width:580px;
	float: left;
}

.gametext {
	width:550px;
	height:95px;
	padding:5px 0 0 0;
}

.gamescreens {
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}
.gamescreens img {
	border:1px solid #fff;
	width:200px;
	height:150px;
	margin: 10px;
}
.center {
	margin:0 5px;
}
div#header {
	width:1000px;
	height:35px;
	padding:328px 0 0 0;
	background-image: url(../img/header.jpg);
}

div#menu {
	width:560px;
	height:36px;
	padding: 8px 0 0 450px;
}
div#menu a {float:left; margin-right:20px;}
div#menu a.home {
	display:block;
	width:69px;
	height:36px;
	background: url(../img/menu_home.gif) top no-repeat;
}
div#menu a.home:hover {
	background: url(../img/menu_home.gif) bottom no-repeat;
}
div#menu a.games {
	display:block;
	width:81px;
	height:36px;
	background: url(../img/menu_games.gif) top no-repeat;
}
div#menu a.games:hover {
	background: url(../img/menu_games.gif) bottom no-repeat;
}
div#menu a.company {
	display:block;
	width:113px;
	height:36px;
	background: url(../img/menu_company.gif) top no-repeat;
}
div#menu a.company:hover {
	background: url(../img/menu_company.gif) bottom no-repeat;
}
div#menu a.jobs {
	display:block;
	width:60px;
	height:36px;
	background: url(../img/menu_jobs.gif) top no-repeat;
}
div#menu a.jobs:hover {
	background: url(../img/menu_jobs.gif) bottom no-repeat;
}
div#menu a.contact {
	display:block;
	width:106px;
	height:36px;
	background: url(../img/menu_contact.gif) top no-repeat;
}
div#menu a.contact:hover {
	background: url(../img/menu_contact.gif) bottom no-repeat;
}

div#push {
	height:217px;
}
div#footer {
	width:928px;
	height:217px;
	padding:0 0 0 71px;
}

div#footer_inner {
	width:918px;
	height:122px;
	background: url(../img/footer.gif) no-repeat;
	background-color: #14191d;
	text-align:right;
	line-height:normal;
	color:#ffffff;
	font-size:10px;
	padding:95px 10px 0 0;
}

div#footer_inner a {
	color:white;
}

div#footer_inner a:hover {
	text-decoration: none;
}

div#footer_text {
	padding-top:60px;
	width:800px;
	float:right;
}

#contact_form table {
	padding-top:16px;
}

#contact_form table tr td {
	height:25px;
}

#contact_form {
	width: 425px;
	float: left;
}

#contact_details_back {
	background: url(../img/contact_back_500.gif) no-repeat;
	width: 317px;
	height: 500px;
	float: left;
	margin: 0 0 0 40px;
	padding-top:20px;
}

#content_contact {
	padding: 32px 0 0 64px;
	color: #14191d;
	line-height:140%;
}

#content_contact b {
	color: white;
}

.input {
	border:1px #5e6d7b solid;
	width:100%;
	padding:2px;
}

.formerror {
	margin:0;
	padding:0 0 10px 0;
	color:#889bac;	/*#ac300f;*/
	font-size:16px;
}

.submit {
	border:1px #5e6d7b solid;
}


#pagecaption
{
	width:828px;
	height:50px;
	padding-top:8px;
	padding-bottom:8px;
}

#pagenavigator
{
	padding-top:16px;
	text-align: center;
}