/** Basic **/
html, body {
	font-family: verdana;
	font-size: 13px;
	background: #5a3f4b;
	color: #645059;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
/** design container **/
#header {
	/* background: #fff url('../images/logo.jpg') no-repeat left top; */
	height: 120px;
}

	#header img {
		margin: 0px;
		height: 120px;
		width: 990px;
		float: right;
	}

#container {
	background: url("../images/wrapper.png") repeat-y center;
	width:990px;
	padding: 0px 5px 0px 5px;
	margin: 0px auto 0px auto;
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#footer {
	position:absolute;
	width: 100%;
	bottom:0; /* stick to bottom */
}

.white{
	color: #fff;	
}

/** navigation **/
#nav {
	background: #956d7f;
	height: 36px;
	color: #fff;
	font-size: 12px;
}

	#nav h1 {
		margin: 0px;
		font-size: 12px;
		float: left;
		padding: 14px 5px 5px 5px;
		font-weight: normal;
	}

	#nav ul {
		margin: 0;
		list-style: none;
	}

		#nav ul li {
			margin: 14px 0px 0px 0px;
			height: 16px;
			border-right: 1px solid #fff;
			float: right;
		}

		#nav ul li.last {
			border: none;
			margin: 14px 0px 0px 0px;
			height: 16px;
			float: right;
		}

			#nav ul li a {
				cursor: hand;
				text-decoration: none;
				color: #fff;
				padding: 10px;
			}

			#nav ul li a:hover {
				text-decoration: underline;
			}

/** Tables **/
table thead {
	background: #b1909f;
	color: #fff;
}

.light {
	background: #f7ebf7;	
}

.legend{
	font-size: 10px;
}

/* Photobar aan linkerkant **/
#photobar {
	width: 250px;
	float: left;
}

	#photobar p, #photobar h2, #photobar a{
		color: #fff;
		margin: 5px;
	}

	#photobar img {
		margin: 0px;
		width: 250px;
		border-top: 0px solid #fff;
		border-bottom: 0px solid #fff;
	}
	
/* Diensten opsomming */
#diensten {
	float: left;
	width: 180px;
	padding: 10px;
}

	#diensten ul {
		list-style:square outside url("../images/bullet.gif");
		line-height: 20px;
		margin: 10px 0px 0px 15px;
		padding: 0;
	}

		#diensten ul li {
			margin: 0px 0px 0px 0px;
			padding: 0px;

		}
		
		#diensten ul li.overzicht{
			margin: 0px 0px 5px 0px;
			font-style: italic;
		}

	#diensten a {
		cursor: hand;


	}

/** Content indeling **/
#content-right {
	padding: 10px;
	width: 520px;
	float: right;
}

#content-right2col {
	width: 700px;
	float: left;
	padding: 10px;
}
	
.left{
	float: left;
	width: 340px;	
}

.right{
	float: right;
	width: 340px;
}
.clear {
	clear: both;
}
/** Content markup **/
	p {
		line-height: 20px;
		margin: 2px 0px 13px 0px;	
		padding: 0;
		color: #645059;
	}

	h1 {
		margin: 0px 0px 10px 0px;
		padding: 0;
		color: #645059;
		font-size: 26px;
		font-weight: normal;
	}

	h2 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 20px;
	}

	img {
		margin: 10px;
		padding: 0;
	}

/** Links **/
a:link, a:active, a:visited{
	color: #5a3c4a;
	text-decoration: underline;
}

a:hover{
	color: #b5929c;
}
