/* CSS Document */

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
	background-color:#c0c0c0;
}
img {
	border:0;
}
a{
color:#e86926;
text-decoration:none;
}

a:hover{
color:#000000;
text-decoration:none;
}

li{
list-style:square;
}

h1, h3, h4, h5, h6 {
	font-weight: bold;
}

h2{
font-size:12px;
font-weight:bold;
color:#e86926;

}

#welcome_mc{
position:absolute;
top:159px;
left:45px;
}

IFRAME{
width:700px;
text-align:center;
border:0;
margin:0;
}


#container {
	position:relative;
	width:955px;
	margin:10px auto;
	border:1px solid #666666;
}
#header_rand {
	width:915px;
	height:18px;
}
#header_logo {
	width:239px;
	height:178px;
	float:left;
	border-right:1px solid #666666;
	overflow:hidden;
}
#header_fotos {
	width:715px;
	height:178px;
	float:left;
	overflow:hidden;
	background-color:#FFFFFF;
	border-bottom:1px solid #fff;
}
#header_fotos img {
	float:left;
}
#content {
	width:955px;
	float:left;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
	padding:0;
	margin:0;
}
#left {
	width:239px;
	
	float:left;
	overflow:hidden;
	padding:0;
	margin:0 1px 0 0;
}

#navigatie ul{
margin:110px 0 0 28px;
padding:0;
list-style:none;
}

#navigatie ul li{
margin:0 0 5px 0;
padding:0;
list-style:none;

}


#kop {
	width:685px;
	height:26px;
	float:left;
	background-image:url(/images/kop_balk.gif);
	background-repeat:no-repeat;
	font-size:22px;
	color:#ffffff;
	padding:40px 0 0 30px;
}
#main {
	width:670px;
	float:left;
	overflow:hidden;
	padding:26px 16px 26px 26px;
	margin:0;

}
#footer {
	width:945px;
	height:33px;
	color:#cccccc;
	padding:5px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	clear:both;
}
#aceview {
	float:left;
	margin:5px 0 00;
	width:190px;
}
#aceview a {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
#aceview a:hover {
	color:#cccccc;
	text-decoration: none;
	font-size:11px;
}
#footer ul {
	float:left;
	margin:5px 0 0 0;
	padding:0 0 0 0;
	width:580px;
	float:right;
	list-style-type:none;
	
}
#footer li {
	display:inline;
	height:25px;
	padding:0;
	margin:0;
}
#footer li a {
	color:#ffffff;
	text-decoration: none;
	font-size:11px;
}
#footer li a:hover {
	color:#eeeeee;
	text-decoration: none;
	font-size:11px;
}
.border_right {
	border-right:1px solid #ffffff;
}


input{
border:1px solid #666666;
}

textarea{
border:1px solid #666666;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.sendbutton{
background-color:#e86926;
font-weight:bold;
color:#ffffff;
border:1px solid #ffffff;
padding:5px;

}