body{
	background-color: #2b5056; /*#113d4a;*/
	background-image: url('afbeeldingen/belsanico_bg3.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#container{
	position: relative;
	margin: 0px auto;
	width: 900px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

	#header{
		position: relative;
		margin: 0px;
		top: 0px;
		width: 100%;
		height: 100px;
		background-image: url('afbeeldingen/belsanico_header.jpg');
	}
	
		#header_logo{
			position: relative;
			top: 0px;
			left: 0px;
			height: 75px;
			width: 200px;
			background-image: url('afbeeldingen/belsanico_logo_header.png');
		}
	
	#onder_header{
		position: relative;
		margin: 0px;
		top: 0px;
		width: 100%;
		height: 140px;
	}
	
	#main{
		position: relative;
		width: 100%;
		top: 5px;
		background-color: #113d4a;
		border-left: 2px solid #588a91;
		border-right: 2px solid #588a91;
	}
	
	#menu{
		float: left;
		width: 250px;
		background-color: #113d4a;
	}
		#menu ul{
			width: 100%;
			text-align: center;
			line-height: 30px;
		}
		
		#menu li{
			width: 230px;
			height: 70px;
			margin-top: 10px;
			background-image: url('afbeeldingen/belsanico_knop_sprite.png');
			background-position: 0px 0px;
			list-style: none;
		}
		
			#menu li a{
				display:block;
				width: 230px;
				height: 50px;
				position: relative;
				padding-top: 20px;
				color: #fff;
				font-size: 26px;
				text-decoration: none;
			}
			
				#menu li a.dubbel{
					padding-top: 5px;
				}
	
			#menu li:hover{
				background-position: 0px -80px;
			}
			
			#menu li a:hover{
				color: #f00;
			}
			
			#menu li.selected{
				background-position: 0px -160px;
			}
			
			#menu li.selected a{
				color: #0174df;
			}
		
	#tekst{
		position: relative;
		top: -45px;
		margin: 0px 0px 0px 250px;
		color: #ccc;
		line-height: 26px;
		padding: 0px 20px;
		background-color: #113d4a;
		text-align: left;
		min-height: 670px;
	}
	
	#tekst h1{
		font-size: 26px;
		color: #f00;
		text-decoration: underline;
	}
	
	#tekst a{
		color: #0174df;
	}
	
	#tekst a:hover{
		color: #4174ff;
	}
	
	#tekst a.overzicht{
		color: #fff;
		text-decoration: underline;
		font-size: 24px;
	}
	
	li{
		list-style: decimal;
	}
		#tekst #contact label{
			display: block;  /* block float the labels to left column, set a width */
			float: left; 
			width: 110px; 
			text-align: right;
		}
		
		#tekst #contact input.tekst, #tekst #contact textarea.tekst, #tekst #contact select.tekst{
			margin: 0px 0px 5px 10px;
			left: 110px;
			width: 400px;
		}
		
		#tekst #contact select.tekst{
			width: 405px;
		}
		
		#tekst #contact p,  #tekst #contact input.knop{
			margin-left: 120px;
		}
		
		#tekst p.fout{
			color: #f00;
			margin-bottom: 10px;
		}
		
		#tekst iframe{
			margin-left: 0px;
			border: 1px solid #0174df;
		}
		
		#tekst img{
			margin: 5px;
			border: 2px solid #588a91;
		}
		
	#footer{
		clear:both;
		position: relative;
		text-align: left;
		top: 0px;
		width: 880px;
		height: 25px;
    	background-color: #113d4a;
		margin-bottom: 50px;
		color: #ccc;
		padding: 10px;
		border-top: 1px solid #588a91;
		border-left: 2px solid #588a91;
		border-bottom: 2px solid #588a91;
		border-right: 2px solid #588a91;
   }
   
   	#footer a{
		color: #0174df;
	}
	
	#footer #wezy{
		position: relative;
		margin-left: 820px;
		top: -20px;
	}
	
	ul.tab{
		margin-left: 50px;
	}
	
	li.tab{
		list-style: lower-latin;
	}
	
	li.index{
		list-style: square;
	}
	
form{
	position: relative;
	top: 10px;
	color: #666;
	width: 400px;
	display: inline;
}

#login label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	text-align: right;
}

#login input.tekst{
	margin: 0px 0px 5px 10px;
	left: 150px;
	width: 400px;
}

#login input.knop, #login p, #login p.fout{
	margin-left: 160px;
}

#toevoegen input, #toevoegen .tiny_tekst{
	width: 600px;
}
#toevoegen .tiny_tekst{
	height: 300px;
}
#toevoegen input.knop{
	width: 150px;
}	

