body
	{
			font-family : verdana; 
			font-size : 9pt; 
			background-color: #626262;
			background-image: url(../images/basic/bg_page.gif);
			background-position: center center;
			background-repeat: repeat-y;
			margin: 0;
			padding: 0;
	}
	
h1
	{
		font-size: 1.5em;
	}

div#container
		{
			width: 953px;
			height: 600px;
			background-color: #FFFFFF;
			margin-left: auto;
			margin-right: auto;
			background-image: url(../images/basic/bg_container.jpg);
			background-repeat: no-repeat;
		}		

div#topbar
		{
			background-color: #000000;
			width: 100%;
			height: 65px;
		}

div#topbar table
		{
			padding: 0px;
			margin: 0px;
			width: 100%;
			height: 65px;
			color: #FFFFFF;
			border: 0px;
		}
		
div#topbar td
		{
			padding: 0px;
			margin: 0px;
			vertical-align: middle;
		}
		
td#topbarmenu
		{
			width: 90%;
			text-align: center;
		}
		
td#topbarlogo
		{
			width: 10%;
		}
		
div#topbar img
		{
			margin-left: 25px;
			margin-right: 25px;
		}
		
div#body
		{
			width: 100%;
			margin-left: auto;
			margin-right: auto;
		}
		
div#info
		{
			width: 900px;
			height: 30px;
			margin-left: auto;
			margin-right: auto;			
			padding-top: 50px;
			padding-bottom: 50px; 
		}
		
div#info span
		{
			font-family: Arial;
			font-size: 18pt;
			font-weight: bold;
		}

span#naam
		{
			float: left;
		}

span#type
		{
			float: right;
		}
			
div#content
		{
		
			width: 932px;
			border: 0px solid red;
			margin-left: auto;
			margin-right: auto;
			margin-top: -65px;
			padding-bottom: 24px;
		}
		
div#content-top
		{
			background-image: url(../images/basic/center_top.png);
			height: 24px;
			width: 100%;
		}
		
div#content-middle
		{
			overflow: no;
			width: 100%;
			background-image: url(../images/basic/center_middle.png);
		}
		
div#content-bottom
		{
			background-image: url(../images/basic/center_bottom.png);
			height: 24px;
			width: 100%;
		}
		
div#content-body
		{
			border: 0px solid red;
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			padding-top: 70px;
			padding-bottom: 20px
		}
		
div#menu
		{
			position: relative;
			margin-left: 40px;
			z-index: 1;
			width: 500px;
			height: 25px;
		}
div#menu span
		{
			font-family: Times New Roman;
			font-size: 26px;
			font-weight: bold;
			margin-right: 20px;
			float: left;
		}
		
div#menu a 		
		{
			color : #000000;
			text-decoration: none; 
		} 

div#menu a:hover 	
		{
			color : #355b95;
			text-decoration: none;
		} 

div#menu a:active		
		{
			color : #000000;
			text-decoration: none;
		}
		
br#pagestretcher
		{
			clear:both;
		}

textarea
		{
			font-size : 8pt; 
			color: #000000; 
			border: 1px solid #c0c0c0; 
			font-family : verdana; 
		} 
	
option
		{
			font-size : 8pt; 
			color : #000000; 
			font-family : verdana; 
		} 

input
		{
			font-size : 8pt; 
			color : #000000; 
			border : 1px solid #c0c0c0; 
			font-family : verdana; 
		} 

select 
		{
			font-size : 8pt; 
			color : #000000; 
			border : 1px solid #c0c0c0; 
			font-family : verdana; 
		} 
		
img#profiel
		{
			border: 1px solid #c0c0c0;
			padding: 10px;
			margin: 15px;
			background-color: #ffffff;
			float: right;
		}
		

div.images img
		{
			border: 1px solid #c0c0c0;
			margin: 5px;
			padding: 8px
		}
		
div#topbar img
		{
			border: 0px;	
		}
		
div#copyright
		{
			margin: 40px;
			color: #000000;
		}
		
div#copyright #cr
		{
			float: left;
		}
		
div#copyright #right
		{
			float: right;
		}

div#copyright a 		
		{
			color : #000000;
			text-decoration: underline; 
		} 

div#copyright a:hover 	
		{
			color : #000000;
			text-decoration: none;
		} 

div#copyright a:active		
		{
			color : #000000;
			text-decoration: underline;
		} 

div#banner-footer
		{
			width: 768px;
			height: 90px;
			text-align: center;
		}
		
.center
		{
			margin-left: auto;
			margin-right: auto;
		}		
