@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	font-family: Verdana;
	font-size : 12px;
	text-align: justify;
	color: #CCCCCC;
	
	background: #999999 url(../images/bg_patt.jpg);
}

h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px #EDEDED dotted;
	line-height: 2;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

img {
	border: 0; 
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

#mainDiv {
		width: 975px;
		height: 650px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -475px;
		margin-top: -350px;
		padding: 0;
	}
	
		#header {
			width: 950px;
			height: 75px;
			background: url(../images/header.png) no-repeat bottom;
			margin-left: 25px;
		}
			
			.menu {
				background: url(../images/mnu_bg.png) repeat-x top left;
				position: absolute;
				z-index: 5;
				width: 380px;
				height: 46px;
				margin-left: 60px;
				margin-top: 445px;
				padding: 0;
			}
			
			.menu .item {
				float: left;
				width: auto;
				height: 46px;
			}
			
			.menu .item:hover {
				background: url(../images/mnu_hover.png) repeat-x top left;
			}
			
			.menu .item_active {
				background: url(../images/mnu_hover.png) repeat-x top left;
				float: left;
				width: auto;
				height: 46px;
			}
			
		#content {
			clear: both;
			width: 975px;
			height: 500px;
			padding: 0;
			margin: 0;
			
			position: absolute;
			z-index: 0;
		}
		
			#content_left {
				width: 460px;
				height: 525px;
				float: left;
				background: url(../images/content_left_.png) no-repeat top left;
			}
		
				.pics_left{
					position: absolute;
					z-index: 2;
					margin-left: 20px;
					top: -2px;
					
				}
			
			#content_right {
				width: 515px;
				height: 525px;
				float: right;
				background: url(../images/content_right.png) no-repeat;
			}
			
			#content_right a {
				color: #CCCCCC;
				background: #202020;
				text-decoration: none;
			}
			
			#content_right a:hover {
				color: #202020;
				background: #CCCCCC;
			}
			
			#content_right strong a {
				color: #bf2838;
			}
			
			#content_content {
				width: 460px;
				height: auto;
				float: left;
				outline: none;	
			}
			
			#content_scroll {
				width: 500px;
				height: 480px;
				float: left;
				margin: 10px;
				margin-left: 10px;
				overflow: auto;
				outline: none;	
				position: absolute;
				z-index: 2;
			}
			
			#content_grad_top {
				width: 490px;
				height: 30px;
				background: url(../images/grad_top.png) no-repeat top left;
				position: absolute;
				z-index: 5;
				margin-top: 10px;
			}
			
			#content_grad_bott {
				width: 490px;
				height: 56px;
				background: url(../images/grad_bott.png) no-repeat top left;
				position: absolute;
				z-index: 5;
				margin-top: 435px;
			}
	
#footer {
	width: 480px;
	height: 15px;
	padding-right: 10px;
	margin-top: 500px;
	text-align: right;
	position: absolute;
	margin-bottom: 0;
	z-index: 3;
}

#sponsors {
	width: 950px;
	height: 125px;
	position: absolute;
	margin-top: 490px;
	margin-left: 25px;
	z-index: 2;
}

.terug {
	width: 100px;
	float: right;
	text-align: right;
	margin-top: 25px;
}

.top {
	width: 450px;
	text-align: right;
	margin-top: 10px;
}

/* scroll skin */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 37px;
}
.vscrollerbar {
	background: url(../images/scrollbar.png) no-repeat center;
	width: 37px;
	height: 130px !important;
	background: url(../images/scrollbar.png) no-repeat center;
}

.hscrollerbase {
	height: 22px;
}

.hscrollerbar {
	height: 22px; 
}

.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}

.scrollerjogbox {
	width: 37px;
	height: 22px;
	top: auto; left: 0;
	bottom: 0px; right: 0px;
}


/* AWARDS */

.award {
	background: #3C3C3C;
	padding: 5px;
	margin-left: 5px;
	margin-top: 10px;
	cursor: pointer;
}

/* SPONSORS */

.lst_sponsors {
	list-style: circle;
	margin: 0;
	font-size: 13px;
}

.lst_sponsors li {
	margin-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.lst_sponsors li a {
	background: #202020;
	color: #CCCCCC;
	text-decoration: none;
}

.lst_sponsors li a:hover {
	background: #CCCCCC;
	color: #202020;
}

/* FOTOS */

.foto_item {
	width: 90px;
	height: 64px;
	padding-top: 4px;
	position: relative;
	float: left;
	text-align: center;
	margin-left: 18px;
	margin-bottom: 9px;
}

/* CONTACT */

.lid_naam {
	display: block;
	width: 130px;
	text-align: right;
	float: left;
	margin-right: 10px;
}

.lid_email {
	font-style: italic;
}

.lid_email a {
	text-decoration: none;
	color: #CCCCCC;
}

.lid_email a:hover {
	background: #CCCCCC;
	color: #202020;
}

form {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}

label {
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 15px;
}

input {
	background: transparent;
	border: none;
	border-bottom: 1px #6E6E6E solid;
	outline: none;
	color: #CCCCCC;
	margin-top: 15px;
}

textarea {
	width: 350px;
	background: transparent;
	border: 1px #6E6E6E solid;
	outline: none;
	color: #CCCCCC;
	resize: none;
	margin-top: 15px;
	font-family: sans-serif;
	font-size: 12px;
}

.formsub{
	width: 500px;
	background: #FF0000;
	height: 30px;
}

input:focus, textarea:focus, input:hover, textarea:hover {
	background: #3E3E3E;
}

.formknop {
	background: #3E3E3E;
}

.formknop:hover {
	background: #CCCCCC;
	color: #6E6E6E;
}

.inputText {
	border-left: 5px #570000 solid;
}

/* VARIOUS */

.beeldje {
	position: absolute;
	z-index: -1;
	width: 70px;
	height: 200px;
	left: 390px;
	top: 260px;
}

.foto {
	position: relative;
	float: left;
	margin-right: 10px;
}
