	html,body {
		background-color:#534741;
		padding:0px;
		margin:0px;
		font-family: Arial, Helvetica;
		font-size:14px;
		height:100%;
		background-image: url('/v1/img/back.gif');
		background-repeat: repeat-y;
		background-position: top center;
	}
	
	.container {
		background-color:#bdaf88;
		width:800px;
		
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/

		min-height:100%; /* real browsers */
		
		background-image: url('/v1/img/fade3.jpg');
		background-repeat: no-repeat;
		background-position: bottom left;

	}
	
		.header {
			background-color:#e5d7b2;
			height:90px;
			background-image: url('/v1/img/insideoutbeautyinstitute.jpg');
			background-repeat: no-repeat;
			background-position: 20px 15px;
		}
		
		.header h1 {
			text-align:right;
			padding:0px;
			margin:0px;
			font-size:12px;
			color:#e5d7b2;
		}
	
		.content {
			border-top:5px solid #968b6c;
			padding:10px 15px;
			background-image: url('/v1/img/fade4.jpg');
			background-repeat: no-repeat;
			background-position: top right;
		}
		
			.menu {
				height:30px;
			}
				

				.menu a {
					margin: 0 0 0 10px;
					padding:4px;
					display: block;
					float:right;
					text-align: center;
					text-decoration: none;
					color: #000000;
					text-transform:uppercase;
					font-weight:normal;
				}
					 
				.menu a:hover, .menu a.huidig {
					background: #c8bc9b;
					text-decoration:none;
				}

				.menu a:active {
					background: #d4c7a4;
					text-decoration: none;
				}

			
			.inhoud {
				padding:20px 0px 55px 0px;
				color:#534741;
			}
			
		.footer {
			position:absolute;
			width:100%;
			bottom:0; /* stick to bottom */
			text-align:center;
			color: #e5d7b2;
		}
			
			.footer div {
				border-top: 2px solid #e5d7b2;
				padding-top:2px;
				margin:15px;
			}
			
	a {
		color:#000000;
		text-decoration:underline;
	}
	
	a:hover {
		color:#534741;
		text-decoration:underline;
	}

	h2 {
		border-bottom: 1px solid #534741;
		font-size:14px;
		font-weight:bold;
		padding: 0 0 2px 0;
		margin:3px 0 6px;
		color:#534741;
	}	
			
			
			
			
			
			
	form {
		display:inline;
	}
	
	.invoer {
		margin: 3px 0px;
		padding: 1px 3px;
		width:140px;
		font-size:14px;
		border-width:0px;
	}
			
			
	.stijl {
		border:1px solid #dddddd;
		background-color:#eeeeee;
		text-decoration:none;
		padding:0 3px;
	}
	
	.formopmaak input {
		margin-bottom: 6px;
		padding:0px 4px;
		font-family: Arial, Helvetica;
		font-size:14px;
		
	}

	.formopmaak textarea {
		margin-bottom: 6px;
		padding:4px;
		font-family: Arial, Helvetica;
		font-size:14px;
	}
	
	.verzorgingen {
		margin:12px 0px;
		padding: 10px;
		background-color:#c8bc9b;
	}
	
	.verzorgingen i {
		display:block;
		font-size:11px;
		padding-left:10px;
		padding-bottom:5px;
		font-style:italic;
	}
	
	.verzorgingen b {
		float:right;
		font-weight:normal;
	}
	
	.verzorgingen span {
		display:block;
		padding-bottom:5px;
	}
