@charset "utf-8";
html, body {
	height: 100%;
}

* {	margin:0px; padding:0px;}


body {
	background-color:#000;
	color:white;
	background-image: url(../images/buttons/wit.gif);
	background-repeat: repeat-x;
}
#basisLayout {

}
#container	{
	position:relative;
	width: 1000px;
	margin:0px auto;
	min-height:100%;
	border-right: thin solid #F00;
	border-left: thin solid #F00;
}
#top {
	width: 100%;
	text-align: center;
}

#top img {
	margin: 6px;
}

#left {
	width: 180px;
	height: 405px;
	float: left;
	padding: 20px 0px;
	position: relative;
}

#right {
	width: 200px;
	height: 405px;
	float: right;
	padding: 40px 10px;
}
#content {
	width:770px;
	padding: 20px;
	float:left;
}

#basisLayout #submenu, #basisLayout #right, #submenuLayout #right {
	display: block;
}

#footer {
	clear: both;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}


body,td,th { font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1, h2{
	color: #F00;
}
	
h1	{
	font-size: 14px;
	margin-bottom: 8px;
}
h2 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 6px;
}
h3 { margin-top: 20px;
	font-size: 14px;}
	
p { margin-bottom: 10px; 
	line-height: 1.4;
}
blockquote{ margin: 20px 30px; 
	line-height: 1.4;
	font-style: italic;
}
#content td , #content li{
	line-height: 1.4;
}
#content ul {
	margin-left: 30px;
}


a {	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover, a.selected {
	color: #F00;
	font-weight: bold;
}

#content a {color:#F00; font-weight: bold;}
#content a:hover {text-decoration:underline;}
.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content img {
	border-width: 0px;
}
.kolomright {
	padding-left: 330px;
}
.gecentreerd {
	text-align: center;

}
dl {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 10px;
}
dt {
	float: left;
}
dd {
	margin-left: 150px;
}
.miniatuur {
	cursor: pointer;
}
.clear {
	clear: both;
}
