/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body, #bg, #bg table, #bg td {
	height:100%;
	width:100%;
	
	background-color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.clearer{
	clear:both;
	height:1px;
	
	}

h1 {
	font-size:16px;
}
a {
	color:#ccc;
 text-decoration:
}
a:hover {
	color:#ccc;
}
img {
	border:0;
}
#bg {
	position: fixed;
}
p {
	margin:15px 0 15px 0;
}
#navigatie_cont {
	position:absolute;
	width:100%;
	height:40px;
	background-color: #000;
	top:0px;
	left:0px;
	z-index:90;
	overflow:hidden;
	color:#fff;
}
#navigatie {
	margin:0 auto;
	width:968px;
	height:35px;
	overflow:hidden;
	padding:5px 5px 5px 5px;
	padding-bottom:0;
	color:#999;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigatie ul {
	list-style:none;
}
#navigatie ul li {
	display:inline;
	float:left;
	margin:0 0px 0 0px;
}
#navigatie ul li a {
	color:#fff;
	text-decoration:none;
}
#navigatie ul li a:hover {
	color:#999;
	text-decoration:none;
}
#container {
	margin:0 auto;
	width:968px;
	margin-top:50px;
	
}
#content {
	margin:0 auto;
	width:866px;
	
}
#left {
	float:left;
	width:410px;
	
	margin:0 30px 0 0px;
}
.logo {
	margin-bottom:25px;
}
#content_txt_bg {
	width:371px;
	height:485px;
	line-height:24px;
	background-color:#333;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	padding:15px;
	color:#fff;
	overflow:hidden;
}
#right {
	float:left;
	width:420px;
	
	
}

#right img{
	border:1px solid #fff;
	
	
	}
	
#imagerotator{
	width:420px;
	margin:0;
	padding:0;
	border:1px solid red;
	
	
	border:1px solid #fff;
	}

.box_footer {
	margin: 0 auto;
	float:left;
	padding: 5px;
	background: #000;
	padding-bottom:0;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	
	margin:0 auto;
	width:866px;
	height:30px;
	padding:5px 5px 5px 20px;
	color:#fff;
	
	}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}
input.txt {
	width:200px;
}
input {
	border:1px solid #999;
	background-color:#fff;
}
textarea {
	border:1px solid #999;
	background-color:#fff;
	width:340px;
}
.sendbutton {
	background-color:#000;
	color:#ffffff;
	padding:4px;
	border:1px solid #fff;
	color:#fff;
	font-size:12px;
}

