/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	margin: 0px;
	padding: 0px;
	background: #edf0f6;
	font-size: 0.8em;
}

img {
	border: 0;
}


#container {
	width: 990px;
	margin: 0 auto;
	background: url(../images/bg.png) repeat-y;
}

#header {
	margin: 0 20px;
	background: url(../images/header.jpg) no-repeat;
	height: 175px;
}

#header #logo {
	padding: 15px 0 0 41px;
	height: 115px;
}

#header ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 37px;
}

#header ul#nav li {
	float: left;
	margin: 0;
	margin: 0 0 0 9px;
}

#header ul li a {
	display: block;
	float: left;
	padding: 9px 10px 6px 6px;
	height: 23px;
	color: white;
	font-size: 1.5em;
	letter-spacing: 0.07em;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

#header #nav a:hover {
	color: black;
}

/* Basic menu code */
#nav {
	position: relative; 
}

#nav ul {
	position: absolute;
	top: 39px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 175px;
	*margin-left: -175px;
}

#nav ul li { 
	float: none;
}

#nav ul li a {
	width: 150px;
	background: #b32009;
	padding: 3px 6px;
	height: 20px;
	border-bottom: 1px solid white; 
	font-size: 1.3em;
}

#nav ul ul { 
	top: 0;
}

#content {
	margin: 24px 20px;
}

#content #sidebar {
	background: #edf0f6;
	border: 1px solid #d5e1f3;
	border-left: 0;
	float: left;
	width: 150px;
	padding: 15px;
}

#content #sidebar ul {
	padding: 0 15px;
	margin: 5px 0;
}

#content #tekst {
	float: left;
	width: 715px;
	padding: 0 20px;
	font-size: 1.3em;
}

#footer {
	clear: both;
	background: url(../images/footer.png) no-repeat;
	height: 29px;
	color: white;
	padding: 14px 35px;
}

#footer a {
	color: white;
}
