/* basic settings*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:11px;
	color:#000000;
	text-align:center;
	background-color:#cc1e59;
	}

a:link {
	color:#CC0033;
	text-decoration:none;
	}

a:hover {
	color:#bfbab3;
	text-decoration:none;
	}
	
a:visited {
	color:#0099FF;
	text-decoration:none;
	}

/*layout containers*/


#container {
  margin:20px auto;
  width:800px;
  text-align:left;
	}
	
#global {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 400px;
	margin-top: -200px; /* half of the height */
	margin-left: -350px;
     }

#top {
	width:800px;
	height:200px;
	background-color:#fff;
	}

#toplog {
	width:700px;
	height:57px;
	float:left;
	background-repeat: no-repeat;
	}

#topimage {
	width:800px;
	height:200px;
	background-color:#9933CC;
	float:right;
	}

#toplanguage {
	width:150px;
	height:15px;
	float:right;
	margin-top:20px;
	margin-right:20px;
	background-color:#CCCCCC;
	text-align:center;
	}

#nav {
	width:800px;
	height:25px;
	margin:0px;
	text-align:center;
	}

#subnav {
	width:800px;
	height:15px;
	text-align:left;
	background-color:#0066FF;
	clear:both;
	}

#content {
	width:800px;
	background-color: #FFFFFF;
	background-image:url(../images/ruitje_bk.jpg);
	background-repeat:repeat;
	height: 400px;
	}

#content_c {
	width:800px;
	background-color: #FFFFFF;
	background-image:url(../images/ruitje_bk.jpg);
	background-repeat:repeat;
	height: 450px;
	}

#content_left {
	width:480px;
	float:left;
	margin-top: 5px;
	}

/*ie bug hack width kleiner dan 400 zetten*/

#content_right {
	width:300px;
	margin-left:495px;
	height: 400px;
	margin-top: 5px;
	}

#content_1 {
	width:475px;
	margin-left: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	}

#content_2 {
	width:300px;
	height:400px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	}

#content_3 {
	width:790px;
	height:380px;
	margin-left:5px;
	margin-top:5px;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 5px;
	}

#content_4 {
	width:390px;
	height:190px;
	margin-left:5px;
	margin-top:5px;
	background-color:#CCC;
	}

#footer {
	width:800px;
	height:15px;
	clear:both;
	background-color:#036;
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
	}
	
/*navigatie rollovers*/

ul#navlist {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	width:100%;
	color:#fff;
	height:25px;
	}

ul#navlist li { 
	display:inline; 
	}

ul#navlist li a {
	float:left;
	width:138px;
	color:#fff;
	background-color:#036;
	padding:0.2em 1em;
	text-decoration:none;
	height:25px;
	}

ul#navlist li a:hover {
	background-color:#369;
	color:#fff;
	}

/*class voor plaatjes front*/

 .imagefront {
	float: left;
	margin: 5px 5px 5px 5px;
	border: 1px solid #666;
	padding: 2px;
	}
