/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D4C792 url(images/bg_rand.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333333;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AA2808;
	font-weight:normal;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper { }

/* Header */

#header {
	width: 950px;
	height: 106px;
	margin: 0 auto;
	background: url(images/bg_boven.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 12px 0 0 5px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: italic 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	padding-right: 0px;
}

#menu ul {
	margin: 0;
	padding: 60px 3px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(images/tab_uit.gif);
	text-align: center;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:none;
}

#menu a:hover, #menu .active a {
	background-image: url(images/tab_over.gif);
	color: #AA2808;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: #D4C792 url(images/bg_midden.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding: 30px 35px 0 0px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
	font-weight:normal;
}
#content h1 {	font-size: 24px;}
#content h2 {	font-size: 20px;}
#content h3 {	font-size: 16px;}


#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images.new/img5.jpg) repeat-x left bottom;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 0 0 18px;
}

/*
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}
*/
#sidebar h2 {
	padding: 5px 20px;
	background: url(images.new/img6.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #D4C792;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

/* Footer */

#footer {
	width: 950px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/bg_onder.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}

