@charset "UTF-8";
/* CSS Document */

body{
	background-color:#F6F6F6;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	cursor:default;
	margin:0 auto;
}

#container{
	width:984px;
	height:728px;
	margin:0 auto;
	margin-top:18px;
}

#nix{
	width:984px;
	height:20px;
	float:left;
}

#menu{
	position:relative;
	z-index:200;
	width:984px;
	height:40px;
	float:left;
	background-image:url(../skins/menu_verloop.jpg);
	background-position:left;
	background-repeat:repeat-x;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
}


#submenu{
	width:984px;
	height:50px;
	float:left;
}

#content{
	width:984px;
	height:538px;
	float:left;
	background-color:#FFF;
	border:#CCC 1px solid;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

#scroll{
	width:984px;
	height:100px;
	float:left;
	margin-top:-1px;
	background-color:#FFF;
	border:#CCC 1px solid;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

#search{
	position:relative;
	background-image:url(../skins/search.png);
	background-position:center;
	background-repeat:no-repeat;
}

#zoeken{
	border:none;
	background-color:transparent;
}

.sublink{
	color:#999;
	text-decoration:none;
	margin-left:10px;
	line-height:20px;
}

.sublink:hover{
	color:#F60;
}

#tekst{
	width:260px;
	height:245px;
	padding-top:35px;
	padding-left:35px;
	padding-right:35px;
	float:left;
	font-size:12px;
	overflow-Y:auto;
	overflow-X:hidden;
}

.bottomtext{
	width:850px;
	height:70px;
	text-align:center;
	font-size:10px;
	vertical-align:middle;
	line-height:15px;
}

.oranje{
	color:#F60;
}

.oranje2{
	font-size:18px;
	font-weight:bold;
	color:#F60;
}

.oranje_titel{
	font-size:22px;
	font-weight:bold;
	color:#F60;
}

#searchbox{
	position:absolute;
	top:40px;
	right:0px;
	background-color:#FFF;
	width:160px;
	height:auto;
	z-index:800;
	border-right:#F60 1px solid;
	border-left:#F60 1px solid;
	border-bottom:#F60 1px solid;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	display:none;
	overflow:hidden;
}

#dicht{
cursor:pointer;
color:#000000;
}

#dicht:hover{
color:#FF0000;
}

#titel{
background-color:#F60;
color:#FFFFFF;
font-weight:bold;
padding-top:10px;
}

.optie{
cursor:pointer;
padding-right:5px;
padding-top:10px;
}

.optie:hover{
background-color:#CCCCCC;
}

input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}

#innersubmenu{
	text-align:right;
	vertical-align:bottom;
	font-size:11px;
	color:#666;
	padding-right:10px;
	height:25px;
	width:690px;
	float:left;
	padding-top:25px;
}

#pagename{
	font-size:16px;
	vertical-align:bottom;
	color:#CCC;
	padding-left:10px;
	letter-spacing:-1px;
	height:25px;
	width:274px;
	float:left;
	padding-top:25px;
}

#sub_aan{
	color:#F60;
}

#teruglink{
	color:#CCC;
	text-decoration:none;
	cursor:pointer;
}

#teruglink:hover{
	color:#F60;
	text-decoration:none;
}

#offerte{
	color:#F60;
}

#offerte:hover{
	color:#666;
}

.dropdownmenu{
	cursor:pointer;
	background-color:#CCC;
	text-align:center;
	border-bottom:#fff 1px solid;
	border-top:#fff 1px solid;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.dropdownmenu:hover{
	background-color:#AAA;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}