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

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#271e11;
	background-image:url(afbeeldingen/bg.png);
	background-repeat:repeat-x;
	background-color:#04347d; 
	margin: 0;
	text-align: center;
	scrollbar-arrow-color: #0b5d97; 
    scrollbar-track-color:#ffffff; 
    scrollbar-face-color:#fffff; 
    scrollbar-highlight-color:#ffffff; 
    scrollbar-3dlight-color:#ffffff; 
    scrollbar-darkshadow-color:#ffffff; 
    scrollbar-shadow-color:#ffffff; 
}



#main_container{
margin:0 auto;
width: 1200px;
text-align:left;
}



#wrapper{
	float: left;
	width:1200px;
	height:800px;
	background-image:url(afbeeldingen/template.png);
	background-repeat:no-repeat;
	margin-bottom:30px;
}

#flash{
	float:left;
	width:514px;
	height:199px;
	padding-bottom: 1px;
	}
	
#top{
	float:left;
	width:580px;
	height:20px;
	color:#CCCCCC;
	text-align: right;
	padding-right: 70px;
	padding-top: 10px;
	font-size: 90%;
	}
	
#top a:link {
	color:#cccccc;
	text-decoration:none;
}

#top a:visited {
	color:#cccccc;
	text-decoration: none;
}

#top a:hover {
	color: #fac011;
	text-decoration:none;
}

#top a:active {
	color:#cccccc;
	text-decoration: none;
}

	
	
	
#flash-kop{
	float:left;
	width:500px;
	height:80px;
	padding-left: 150px;
	padding-top: 23px;
	padding-bottom: 70px;
	}
	
#kolom-links{
	float:left;
	width:251px;
	height:550px;
}	
	
	
#menu-links{
	float:left;
	width:175px;
	padding-left: 75px;
	margin-bottom: 5px;
	padding-top: 30px;
	height: 320px;
}


#log-in{
	float:left;
	width:170px;
	padding-left: 80px;
}			
	
	
	
#content{
	float:left;
	width:640px;
	overflow:auto;
	height: 485px;
	margin-left: 30px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	padding-right: 10px;
	position: relative;
	}
	
#rechterkolom{
	float:left;
	width:135px;
	height:475px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	}	
	
#nieuws{
	float:left;
	width:135px;
	height: 180px;
	margin-bottom: 55px;
	}
	
#aanbod{
	float:left;
	width:135px;
	height: 230px;
	}			
	

#footer{
	float:left;
	width:700px;
	height:20px;
	padding-top: 10px;
	font-size: 90%;
	color:#000000;
	text-align: center;
	}
	
	
#footer a:link {
	color:#000000;
	text-decoration:none;
}

#footer a:visited {
	color:#000000;
	text-decoration: none;
}

#footer a:hover {
	color: #0b5d97;
	text-decoration:none;
}

#footer a:active {
	color:#000000;
	text-decoration: none;
}	


h1{
font-size:115%;
font-weight:bold;
color:#271e11;
}

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

a:visited {
	color:#271e11;
	text-decoration: none;
}

a:hover {
	color: #e95d0f;
	text-decoration:none;
}

a:active {
	color:#271e11;
	text-decoration: none;
}





/*menu-links*/

#Navigation {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 165px;
	padding-top: 30px;
}
#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}


#Navigation ul li a  {
	color: #333333;
	display: block;
	text-decoration: none;
	font-size: 12px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 10px;
	background-image:url(afbeeldingen/pijltjes-blauw.png);
	background-repeat: no-repeat;
	background-position: left;
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #cccccc;
	background-image:url(afbeeldingen/pijltjes-geel.png);
	background-repeat: no-repeat;
	color:#0b5d97;
}



/*tabel*/

.login_screen h2
{
	display: none;	
}

.logout_screen h2
{
	font-size: 11px;
}

.logout_screen
{
	text-align: center;
	padding-right: 10px;
}

#page
{
	position: relative;
}
#page .block
{
	position: absolute;
	float: left;
}

.login
{
	margin-left: 10px;
}

.login_screen input[type=text],
.login_screen input[type=password]
{
	width: 130px;
}

.login_screen input[type=submit]
{
	width: auto;
}

.login h2
{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

.login .login_email,
.login .login_password
{
	width: 140px;
}
