/* CSS Document */

body{
	background:background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#site{
	margin: 0 auto;
	width:875px;
}

#logo{
	float:left;
	background-image:url(images/logo.jpg);
	height:97px;
	width: 525px;
}

#inlog{
	float:right;
	width: 250px;
	height:85px;
	background-color:#3A3A3A;
	background-image:url(images/bg_inlog.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#menu{
	clear:both;
	height:32px;
	margin-top:3px;
	text-align:center;
}

#flash{
	margin-top:25px;
	background-color:#FFFFFF;
	width:875px;
	height:180px;
}

#balk{
	background-image:url(images/bg_balk.jpg);
	background-repeat:repeat-x;
	height:5px;
	margin-top:20px;
}

#content_left{
	margin-top:10px;
	float:left;
	background-image:url(images/bg_content_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:285px;
}

#content_main{
	margin-top:10px;
	float:right;
	background-image:url(images/bg_content_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:560px;
}
#content{
	margin:15px;
	line-height:15px;
}

#footer{
	clear:both;
	position:relative;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:25px;
	padding-top:5px;
	height:45px;
	width:100%;
}
#content_footer{
	margin: 0 auto;
	margin-top:40px;
	width:875px;
}



/* CLASSES */

h1{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#B1002E;
	}
	
h2{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	margin-bottom:0px;
	}

.dropdown {
	height: 15px;
	font-size: 9px;
	color: #325389;
	background-color: #CACACA;
	border: 1px solid #B2002E;
}


input.login {
	height: 15px;
	font-size: 9px;
	color: #325389;
	background-color: #CACACA;
	border: 1px solid #B2002E;
}

.button {
	background-color: #B2002E;
	border: 1px solid;
	border-color:#CACACA;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
	color: #CACACA;
	height: 18px;
}

.footer{
color:#B1002E;
}

a.menu_sub:link     {color: #464444; text-decoration:none;}
a.menu_sub:visited     {color: #464444; text-decoration:none;}
a.menu_sub:hover     {color: #464444; text-decoration:none;}
a.menu_sub:active     {color: #464444; text-decoration:none;}

a.nieuws:link     {color: #B2002E; text-decoration:none; font-weight:bold;}
a.nieuws:visited     {color: #B2002E; text-decoration:none; font-weight:bold;}
a.nieuws:hover     {color: #B2002E; text-decoration:none; font-weight:bold;}
a.nieuws:active     {color: #B2002E; text-decoration:none; font-weight:bold;}

a.nieuws_home:link     {color: #333; text-decoration:none; font-weight:bold;}
a.nieuws_home:visited     {color: #333; text-decoration:none; font-weight:bold;}
a.nieuws_home:hover     {color: #333; text-decoration:none; font-weight:bold;}
a.nieuws_home:active     {color: #333; text-decoration:none; font-weight:bold;}

.leesmeer{
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	
	color: #666;
}
