@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0 0 0 0;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000;
}
/* SETUP */ 
#bg {
	background-attachment: scroll;
	background-color: #615a5a;
	background-image: url(../dgn/header.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
	background-position-x: 50%;
	background-position-y: 0%;
}
#container {
	position: absolute;
	margin: 0;
	width: 100%;
	height: auto;
}
#table {
	position:  relative;
	top: 90px;
	}
#table tr {
	vertical-align:top;
	}	
#select {
	position: relative;
	width: 90%;
	margin: 0;
	text-align:right;
	color:#FFF;
}
#select a {
	color:#FFF;
}
#select a:hover {
	color:#000;
}
/* TABLES */ 
#header {
	height: 16px;
	font-size:13px;
	color:#FFF;
	margin: 5px;
	padding-left: 3px;
	padding-top: 1px;
	background-color: #FF0000;
	letter-spacing: 1mm;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header a {
	color:#FFF;
}
#header a:hover {
	color:#000;
}
#text {
	padding-left: 10px;
	padding-bottom: 10px
}
#text2 {
	padding-left: 10px;
	padding-bottom: 10px
}
#text2 a {
	color:#FFF;
}
#text2 a:hover {
	color:#000;
}
.knop {
	display: block;
	float:left;
	border: 1px solid #000;
	width: 35px;
	text-align:center;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
}
.knop:hover {
	display: block;
	float:left;
	color: #000;
	border: 1px solid #FFF;
	width: 35px;
	text-align:center;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
}
.knop2 {
	display: block;
	float:left;
	border: 1px solid #FFF;
	width: 135px;
	text-align:center;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
}
.knop2:hover {
	display: block;
	float:left;
	color: #000;
	border: 1px solid #000;
	width: 135px;
	text-align:center;
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 1px;
}
#space {
	height: 60px;
}
/* IMAGE */
.image {
	max-width: 350px;
	max-height: 350px;
	float:left;
	padding-right: 5px;
}
.image2 {
	height: 120px;
	float:left;
	padding-right: 5px;
}
.image3 {
	width: 23%;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 0;
}

/* MENU */
#menu {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	text-align:center;
	background-color:#000000;
}
#menu li {
	list-style: none;
	float: left;
	font-size: 15px;
	white-space: nowrap;
}
#menu a {
	color:#FFF;
	display: block;
	float: left;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover {
	display: block;
	color: #000;
	background-color: #FFF;
}

/* LINKS */
a {
	text-decoration:none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
li {
	list-style:none;
}
p, ul, {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* CLASSES */
.kolom1 {
	border-left: 1px dashed #FFF;
	border-right: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
}