@charset "utf-8";
/* CSS Document */

/************************************ Global (Navigation)  Sytles **********************************************/


body {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../img/bg.gif);
	background-repeat:repeat;
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow:hidden; /*fixes downscrolling in Opera*/

}



.oneColFixCtr #headerOne {
/*	background-image:url(../img/header_01.gif); */
	margin:0;
	padding:0;
	padding-left:0px;
	border-top: 0px solid #000000;
	height:106px;
	overflow:hidden;

}
	
.oneColFixCtr #headerTwo {
	background-image:url(../img/header_02.gif);
	margin:0;
	padding:0;
	height:37px;
/*	border:solid 1px #33FF00; */
	width:100%;
	
	
}

.mainNav {
/*	height:25px;  */
	height:18px;
	margin:0px 0 0 0px;
	padding:0 0px 0 5px; 
	border:none;
/*	border: 1px #FF0000 solid; */
	}
	
#headerTwo #navigatie{
	position:absolute;
	z-index:2000;
}
	
#headerTwo #navigatie ul {
	float:left;	
	display:block;
	margin: 7px 0 0px 0;
	list-style:none;
	padding:0px 0px 0  0px;
	
}
#headerTwo #navigatie li {
	width:90px;
	float:left;
	display:block;
	margin: 0px;
	margin-left:10px;
	list-style:none;
	padding:0px 0px 0  0px;
}

#headerTwo #navigatie li.moveMoreRight {
	padding-left:13px;
}

#headerTwo #navigatie .dropDown li {
	width:90px;
	background-color:#333333;
	border:solid 1px #000000; 
	margin:-3px 0 0 0px;
}

#headerTwo #navigatie .dropDown li a{
	text-decoration:none;
	font-weight:bold;
	font-size:.9em;
	color:#666666;
	padding:0 0px 5px 5px;
}

#headerTwo #navigatie .dropDown li a:active, #headerTwo #navigatie .dropDown li a:hover{
	color:#FFFFFF;
	}


#headerTwo #navigatie ul li ul{
	margin-top:12px;
	visibility:hidden;
}

#headerTwo #navigatie ul li:hover ul{
	visibility:visible;
}

#headerTwo #socialBookmark {
	float:right;
	display:inline;
	margin:0 10px 0 0;
	padding:0;
/*	border:1px solid #FF0000; */
}

#headerTwo #socialBookmark ul {
	margin:  0px;
	padding:8px 0px 0  0px;
	list-style:none;
	float:left;
	color:#FFFFFF;
	}


#headerTwo #socialBookmark ul li {
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 20px;
	display:block;
}

#headerTwo #socialBookmark  li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}


.borderLeft {
margin-top:-10px;
	

}

.borderRight {
margin-top:-10px;
}








#fav0  {
	background-image:url(../social/images/delicious.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#fav1 {
	background-image:url(../social/images/facebook.png);
	background-repeat:no-repeat;
	background-position:0 0;
}


#fav2 {
	background-image:url(../social/images/stumbleupon.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#fav3 {
	background-image:url(../social/images/twitter.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}



#homePage .active,
#gameOne .active, 
#gameTwo .active, 
#gameThree .active, 
#contactPage .active,
{
	color:#FFFFFF;
	
}

#headerTwo #navigatie ul li .active {
	color:#FFFFFF;
}


#contentContainer {

	margin:12px;
	border:0;
	}

h1 {
	display:inline;
	font-size:1.7em;
}

h2 {
	font-size:1.5em;
	display:inline;
}

h3 {
	color:#FFFFFF;
	letter-spacing:1px;
	font-size:1.4em;
}

h3 a {
	color:#999999;
	text-decoration:none;	
}

h3 a:hover {
	color:#FFFFFF;
	text-decoration:none;	
}

h4 {
	color:#000000;
	font-weight:700;
	margin:12px 0;
	font-size:1.2em;
}

.headPink {
	color:#FF0099;
	font-style:italic;
}

h4 .headPink {
	color:#FF0099;
	font-style:normal;
}

.pinkBold {
	font-weight:bold;
	color:#FF0099;
}	

p {
	padding:0;
	margin-top:8px;
	color:#666666;
}

#footer {
	clear:both;
	background:#000000;
	height:25px;
	position:relative;
	color:#FFFFFF;
	font-weight:bold;
	font-size:smaller;
	
}

#footer a, #footer a:hover {
	color:#999999;
	position:absolute;
	bottom:5px;
	text-decoration:none;
}

#footer a.disclaimer {
	left:495px;
}

#footer a.contact {
	left:431px;
}
