* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #FFFFFF url(images/img01.gif) top repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	color: green;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 20px;
}

blockquote, ul, ol {
	margin-left: 1em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

.container {
position: absolute;
top: 20px;
left: 20px;
}


hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
}



/* Logo */
#toplogo {
	width: 900px;
	height: 95px;
	margin: 0 auto;
	background: #000000 url(images/logo_zwart.gif) top left no-repeat;
}

#logo {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: #000000;
	border-left: 2px solid #CC3399;
	border-right: 2px solid #CC3399;
	border-top: 2px solid #CC3399;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 2px solid #CC3399;
	border-right: 2px solid #CC3399;
	border-bottom: 2px solid #CC3399;
	position: relative;
}
#page2 {
	width: 900px;
	height: 950px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 2px solid #CC3399;
	border-right: 2px solid #CC3399;
	border-bottom: 2px solid #CC3399;
	position: relative;
}
#page3 {
	width: 900px;
	height: 1050px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 2px solid #CC3399;
	border-right: 2px solid #CC3399;
	border-bottom: 2px solid #CC3399;
	position: relative;
}
#page4 {
	width: 900px;
	height: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 2px solid #CC3399;
	border-right: 2px solid #CC3399;
	border-bottom: 2px solid #CC3399;
	position: relative;
}
#page #axibon {
	top: 139px;
	left: 497px;
	width: 109px;
	height: 250px;
	z-index: 3;
	position: absolute;
}
#page #axibon2 {
	top: 234px;
	left: 388px;
	width: 226px;
	height: 354px;
	z-index: 3;
	position: absolute;
}
#fotoshow {
	width: 850px;
	z-index: 3;
	top: 239px;
	left: 18px;
	position: absolute;
}
#fotoshow2 {
	width: 850px;
	z-index: 4;
	top: 330px;
	left: 18px;
	position: absolute;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 20px;
}

#welcome {
	padding-bottom: 20px;
}

#olist {
	clear: left;
	float: left;
	width: 290px;
}

#ulist {
	float: left;
	width: 290px;
	padding-left: 20px;
	list-style:outside;
}
#navigatie {
	width: 1200px;
	position: relative;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	text-align: center;
}

#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;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #006633;
	color: #FFFFFF;
}

/* Footer */

#footer {
	margin: 0 auto;
	background: #000000;
	padding: 20px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #CC3399;
}

#footer a {
	color: #000000;
}

