/*
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 25px;
	color: #300;
	background-color: #222;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	font-weight: normal;
	letter-spacing: 1px;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 5px;
	font-weight: lighter;
	color: #FFC;
}
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #333;
}

a:hover {
	color: #000;
}

img {
	border: none;
	position: relative;
	top: 120px;
	left: 350px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
	height: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boxed .title {
	margin: 0;
	text-transform: uppercase;
	font-size: small;
	background-position: left center;
	color: #696;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.boxed .content {
	padding: 0px;
	font-style: normal;
	font-size: 11px;
	color: #000;
	height: 100px;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
	font-family: Tahoma, Geneva, sans-serif;
}

/* Logo */

#logo {
	width: 760px;
	height: 200px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/images/hoekomiker_2_01.jpg);
	background-color: #FC6;
}
#apDiv1 {
	left:380px;
	top:140px;
	position: relative;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 7px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6;
	font-weight: lighter;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

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

/* Page */

#page {
	width: 760px;
	height: 537px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #BBB;
}

/* Content */

#content {
	float: left;
	width: 480px;
	height: 500px;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	color: #303;
	padding: 20px;
	background-image: url(images/images/hoekomiker_2_02.jpg);
}

#welcome {
	padding-bottom: 5px;
	color: #300;
	height: 300px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 475px;
	padding-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	overflow: auto;
}

#olist {
	clear: left;
	float: left;
	width: 240px;
	padding-top: 3px;
	height: 120px;
	color: #000;
	margin-top: 20px;
	text-align: left;
	text-indent: 3px;
	white-space: normal;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 12px;
	vertical-align: baseline;
	text-decoration: none;
	padding-left: 15px;
}

#ulist {
	width: 220px;
	padding-left: 0px;
	float: left;
	height: 100px;
	color: #000;
	margin-top: 48px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background-repeat: no-repeat;
	height: 500px;
	background-image: url(images/images/hoekomiker_2_03.jpg);
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

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

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	color: #330;
	background-image: url(images/img08.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-style: normal;
}

#menu a:hover {
	color: #000;
	font-weight: normal;
	background-color: #FF9;
	font-style: italic;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background-image: url(images/img05.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}
