@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	color: white;
	font: 70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
}

/* CONTENT BOXEN */

#main_container {
	background: url(images/wrapper.png) no-repeat center top;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 1000px;
}

#header {
	background: url(images/header.png) no-repeat center top;
	margin: 0;
	padding: 0;
	height: 174px;
	width: 100%;
}

#area {
	background: url(images/area.png) no-repeat center top;
	margin: 0;
	padding: 0;
	height: 184px;
	width: 100%;
}

#left {
	background: url(images/menu.gif) no-repeat top;
	margin: 0;
	padding: 0;
	width: 242px;
	height: 581px;
	float: left;
}

#content {
	background: black;
	margin: 0;
	padding: 0;
	width: 479px;
	height: auto;
	min-height: 600px;
	float: left;
}

#right {
	background: url(images/right.gif) no-repeat right top;
	width: 79px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: right;
}
	
#footer {
	background: url(images/footer.gif) no-repeat top;	
	width: 100%;
	height: 118px;
	margin: 0;
	padding: 0;
	clear: both;
}

/* MENU STIJL */

#menucase {
	width: 100%;
}

#menucase ul.menu { 
	margin: 0;
	margin-left: 90px;
	padding: 0;
	list-style-type: none;
	display: block;
	font: bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height: 165%;
	width: 160px;
}

#menucase ul.menu li {
	margin: 0;
	padding: 0;
}

#menucase ul.menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: black;
	padding:0 0 0 20px;
	width: 100px;
	border: 0;
}

#menucase ul.menu li a:hover {
	background: black url("images/vert_arrow_hover.gif") no-repeat 0 9px;
	color: #00ccff;
}

#menucase ul.menu li a.current,ul.vert-one li a.current:hover {
	background: url("images/vert_arrow.gif") no-repeat 0 9px;
}

#menucase ul.menu li a.current {
	background: black url("images/vert_arrow_hover.gif") no-repeat 0 9px;
	color: #00ccff;
}

/* Tekst */

blockquote {
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	text-align: left;
}

h6 {
	color: #0099FF;
}

hr {
	width: 95%;
	text-align: center;
}

/* Links */

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

a:hover, a:active {
	color: #0099FF;
	text-decoration: none;
} 