@charset "utf-8";
/* CSS Document */

body
		{
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			margin:0px;
        	padding:0pt;
			background-image:url(../images/background.gif);
			background-repeat:repeat-x;
			background-attachment:fixed;
			overflow:hidden;
        }
		
a img 	{ 
			border: 0; 
		}
		
a:link, a:visited 
		{
			color:#F00;
			text-decoration: none;
			font-weight: normal;
			border:none;
			font-size:14px;
		}
a:hover 
		{
			color:#09F;
			font-weight: normal;
			border:none;	
			font-size:14px;
		}
#site
		{
			width:900px;
			background-image:url(../images/bg_content.png);
			max-height:1000px;
			min-height:100%;
			position:absolute;
			left: 50%;
			margin-bottom:0px;
			margin-left: -450px;
			top:0; 
			bottom:0;
			border-left:outset;
			border-left-color:#000;
			border-right:outset;
			border-right-color:#000;
		}
		
#logo
		{
			width:900px;
			height:150px;
			background-image:url(../images/kop.gif);
		}

	 	
#topmenu
		{
			width:900px;
			height:25px;
			font-size:16px;
			text-align:right;
			border-bottom:#000;
			border-bottom:outset;
			font:bold;
			text-align:center;
		}
.topmenuknop
		{
			height:25px;
			width:175px;
			font-size:14px;
			text-align:center;
			background-image:url(../images/topmenuknop.png);
			background-repeat:repeat;
			color:#FFF;
			float:left;
			margin-left:5px;	
			cursor:pointer;
			font:bold;
			font-size:16px;
		}		
		
.topmenuknop:hover
		{
			background-image:url(../images/topmenuknop1.png);
			color:#000;
			font-size:16px;
		}			
#content
		{
			-background-image:url(../images/bg_content.png);
			width:820px;
			left: 50%;;
			margin-bottom:25px;
			margin-left: -410px;
			top:0; 
			bottom:0;
			position:absolute;
			top:200px;
			overflow:auto;
			scrollbar-arrow-color:#999; 
			scrollbar-track-color:#CCC; 
			scrollbar-face-color:#666; 
			scrollbar-highlight-color:#999; 
			scrollbar-3dlight-color:#999; 
			scrollbar-darkshadow-color:#000; 
			scrollbar-shadow-color:#333;
		}
#onderbalk
		{
			background-image:url(../images/bg_under.png);
			width:900px;
			height:20px;
			left: 50%;
			margin-bottom:0px;
			margin-left: -450px;
			bottom:0;
			position:absolute;
			overflow:hidden;
			text-align:right;
		}

.contentheading
		{
			font-size:28px;
			color:#FFF;
			font-weight:500;			
			text-shadow:#F00;
			text-align:center;
		}

.input
		{
			background:none;
			border:1px solid #000;
			width:90%;
		}
		
.input:focus
		{
			background-image:url(../images/topmenuknop1.png);
			border:1px solid #000;			
		}	
		
.input:hover
		{
			background-image:url(../images/topmenuknop1.png);
			border:1px solid #000;			
		}
		
.checkboxandradio
		{
			background-color:#999;
			border:1px solid #000;
		}
		
.checkboxandradio:focus
		{
			background-color:#CCC;
			border:1px solid #000;			
		}	
		
.checkboxandradio:hover
		{
			background-color:#CCC;
			border:1px solid #000;			
		}



.buttons
		{
			background-color:#666;
			border:2px solid #000;
			width:90%;
			font-size:16px;
		}	
.buttons:hover
		{
			background-color:#CCC;
			border:2px solid #000;		
		}
.artikeloverzicht
		{
			float:left;
			font-size:16px;
			width:90px;
			min-height:90px;
			text-align:center;
			vertical-align:middle;
			border:#000000;
			margin:10px;
			cursor:pointer;
		}
#blikvanger
		{
			background-image:url(../images/blikvanger.png);
			background-repeat:no-repeat;
			width:188px;
			font-size:18px;
			padding-top:20px;
			cursor:pointer;
			
		}

