/* WEBSITE OPMAAK */

body {
	background: #FFFFFF;
	margin: 20px 0px;
}

#container {
	width:900px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position:relative;
}

#header {
	background:url('files/bg_top.jpg') no-repeat top left;
	height:200px;
}

#main {
	background: url('files/bg_main.jpg') repeat-y left;
}
#mainBottom {
	background: url('files/bg_mainbottom.jpg') no-repeat right bottom;
}

#sidebarContainer {
	width: 260px;
	height: 400px;
	background: url('files/bg_sidebar.jpg') no-repeat top left;
	float:left;
}

#contentContainer {
	margin-left: 280px;
	margin-right: 60px;
}

#footer {
	background:#FFF url('files/bg_bottom.jpg') no-repeat top left;
	height: 70px;
	text-align:left;	
}

/* ALGEMENE OPMAAK */

#loading {
	cursor: wait;
	visibility:hidden;
	z-index:1;
	position:fixed;
	background:url('files/loading.gif') 55% center no-repeat #FFF;
	top:0px; right:0px; left:0px;
	bottom:0px;
	opacity:.4;
	filter:alpha(opacity=40);
}
#loading_test {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100% !important;
	height: 100%;
	padding-top: 120px;
	background:url('files/loading.gif') 55% center no-repeat #FFF;
	opacity:.3;
	filter:alpha(opacity=30);
}
#melding {
	background-color:#FEFEFE;
	color:#c00042;
	padding:5px;
	border:1px #333 solid;
	overflow:hidden;
}
#categorie, #vacature, #nieuwsbericht {
	margin: 5px;
	padding: 5px;
	border-top:1px #717171 solid;
	border-bottom:1px #5D230A solid;
	text-align:justify;
}
#categorie h1, #vacature h1, #nieuwsbericht h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing:0px;
	margin:6px 0px 0px 0px;
	color: #717171;
	padding: 0px 0px 6px 0px;
}
#categorie h2, #vacature h2, #nieuwsbericht h2 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:0px;
	margin:0px 0px 0px 0px;
	color: #717171;
	padding: 0px 0px 6px 0px;
}
#categorie small, #vacature small, #nieuwsbericht small {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	float:right;
	color: #886F59;
	padding: 0px 0px 6px 0px;
}

#categorie h2 a, #vacature h2 a, #nieuwsbericht h2 a, #categorie h1 a, #vacature h1 a, #nieuwsbericht h1 a {
	text-decoration: none;
	color: #717171;
}

div.logo {
	position:absolute;
	padding: 64px 0px 0px 81px;
}

div.topheader {
	position:absolute;
	margin: 42px 0px 0px 355px;
}

div.titel {
	text-align:left;
	color:#717171;
	font-family: Futura, Arial, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: normal;
	width: 560px;
	text-transform: uppercase;
	padding:10px 0px 0px 0px;
}

div.menu {
	position:absolute;
	margin-left: 280px;
	margin-top: 203px;
}
div.hoofdmenu {
	padding-top: 50px;
	padding-left: 60px;
}
div.content {
	padding-top:10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
div.talen {
	position: absolute;
	margin-top:10px;
	margin-left:900px;
}
div.talen img {
	cursor:pointer;
}

div.sidebar {
	margin-left: 65px;
}

div.copyright {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999;
	float: left;
	width: 250px;
	margin: 40px 0px 0px 60px;
	text-align: left;
}
div.bottommenu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999;
	margin: 40px 0px 0px 20px;
	text-align: right;
	float: left;
	width: 480px;
}
div.bottommenu a {
	text-decoration: none;
	color: #999;
}
div.credit {
	clear: both;
	padding-left:60px;
	padding-top: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #AAA;
}
div.credit a {
	color:#AAA;
}

#sidebarContainer ul {
	position:absolute;
	z-index:1000;
	margin:0px;
}

/* NAVIGATION */

#nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav li div {
	padding:11px 20px 0px 10px;
	text-align: left;
}

/* Submenu container */
#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/* Hoofd en submenu item, en de link van beide */ 
#nav li {
	height: 36px;
	width: 182px;
	background: #717171 url('files/bg_menu.jpg') no-repeat top right;
	color:#FFF;
	display:block;
	font-family: Futura, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	margin-left:10px;
	margin-bottom:10px;
}

#nav li a:link {
	color: #FFF;
	text-decoration: none;
}
#nav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav li a:active {
	text-decoration: none;
}

/* Submenu overrides */
#nav ul {
	display: none;
	margin-top:-20px;
	margin-left:130px;
}
#nav ul li, #nav ul li a {
	clear:left;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:small-caps;
	text-transform: lowercase;
	letter-spacing: 1px !important;
	line-height:normal;
	width:100%;
}

#nav ul li a {
	background:#404041;
	color:#FFF !important;
	padding:5px 10px;
	text-decoration:none;
	width:150px;
}

#nav ul li a:hover {
	color:#717171 !important;
}


#nav li.selected a {
	color:#FFF;
}
#nav li.selected a:hover, #nav li.selected a:active {
	color:#FFF;
}
#nav li:hover a, #nav a.active {
	color:#DDD;
}
#nav li.selected:hover a {
	color:#FFF;
}

#nav a.selected {
	color:#FFF;
}
#nav a.selected:hover {
	color:#FFFFFF !important;
}

#nav li.selected {
	background: #717171 url('files/bg_menu_over.jpg') no-repeat top right;
}

#nav li ul {
	background:#404041 none repeat scroll 0%;
	left:-999em;
	position:absolute;
	text-align:left;
	z-index:+10 !important;
}
#nav li:hover ul, #nav li.active ul {
	left:auto;
}

/* sub2menu container */
#nav ul li ul {
	display:none;
	border-top:1px #7E7A77 solid;
	margin-top:-23px;
	margin-left:135px;
}
/* sub2menu override */
#nav ul li ul li {
}
#nav ul li ul li a {
	width:200px;
}


/* STANDAARD OPMAAK */

.prop {
	height:400px;
    float:right;
    width:1px;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}

td {
	color:#000;
	font-size: 13px;
	font-family: "Trebuchet MS", sans-serif;
}
hr {
	border-top:1px #000 dashed;
	border-left: none;
	border-right:none;
	border-bottom:none;
	background:#ECE6D6;
}
label {
	cursor:pointer;
}
p {
	margin-top:0px;
	margin-bottom:10px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 18px;
}


li {
	margin-bottom: 5px;
}

form {
	margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	color: #717171;
	font-weight: normal;
}
h1 {	font-size: 18px; }
h2 {	font-size: 16px; }
h3 {	font-size: 14px; }
h4 {	font-size: 13px; }
h5 {	font-size: 12px; }
h6 {	font-size: 12px; }

font.titel {
	color: #004080;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
font.menu {
	color: #91A5C5;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size: 10px;
}
font.hoofdmenu {
	color: #004080;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
font.small {
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}


/* TINY MCE STYLES */

body.mceContentBody {
	background: #FFFFFF;
	margin:2px;
}
.mceContentBody a {
	color: blue !important;
}
.mceAdvancedEditor {
	width:465px !important;
}

table.mceLayout {
	background:#FFFFFF !important;
}
td.mceIframeContainer {
	border:1px #BBBBBB solid !important;
}
.o2k7SkinSilver .mceMenuItemTitle a {
	background:#EEE !important;
}
#tekst_Nederlands_formatselect_text, #tekst_Nederlands_fontselect_text, #tekst_Nederlands_fontsizeselect_text {
	background:#F8F8F8 !important;
	border-top:1px #ADADAD solid !important;
	border-bottom:1px #ADADAD solid !important;
	border-left:1px #ADADAD solid !important;
}

div.mceMenu {
	border-color: #BBB !important;
}
body.filebrowser {
	background: #FFF9ED;
}


/* INPUTS & SELECTS */

input {
	border: #949599 1px solid;
	width:100px;
	height:20px;
	background: #717171;
	cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
	color:#FFF;
}
input.titel {
	border: #717171 1px solid;
	margin-left:4px;
	margin-bottom:6px;
	padding-left: 3px;
	color:#694627;
	background:#FFF;
	cursor:text;
	font-size: 12px; 
	font-family: Verdana; 
	font-weight: bold;
	width:150px;
	height:17px;
}

input.search {
	height:17px;
	width:115px;
	border: 2px #FFF solid;
	background:#EEE;
	cursor:text;
	font-family:tahoma;
	font-size:8pt;
	color:#000;
	position: relative;
}

input.input {
	border: #717171 1px solid;
	padding-top:2px;
	padding-left: 3px;
	padding-right: 2px;
	color:  #333;
	width: 150px;
	height: 15px;
	background: #FFF;
	font-size: 11px;
	font-family: Tahoma;
	cursor:text;
	background-Position: left top;
	background-repeat:no-repeat;
}
input.dashed {
	border:none;
	height:15px;
	border-bottom: 1px #333 dashed;
	background: none;
	text-align:center;
}
input.radio {
	border: 0px #ccc solid;
	background:none;
	width:15px;
	height:15px;
}
input.image {
	width:60px;
	height:109px;
	border:none;
}

select {
	border: #717171 1px solid; 
	font-size: 11px; 
	background: #FFF; 
	color: #000; 
	font-family: Tahoma;
}

textarea {
	border: #717171 1px solid; 
	padding: 3px;
	color:  #694627;
	background:#FFF;
	font-size: 9pt;
	font-family: Tahoma; 
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #D6D7C4;
	scrollbar-3dlight-color: #717171;
	scrollbar-darkshadow-color: #717171;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000033;
	scrollbar-track-color: #FFF;
}

/* CONTROL PANEL */

div.cp {
	margin-left:20px;
	visibility:hidden;
	font-style:italic;
	position:absolute;
}
div.controlpanel {
	border:1px #717171 solid;
	width:500px;
	background:#F7F7F7;
}

table.add-form {
	border:1px #717171 solid;
	margin-left:20px;
	background:#F7F7F7;
}
table.fotogallery_afb {
	border:1px #717171 solid;
	background:#F7F7F7;
}

img.tool {
	border:1px #ccc solid;
	cursor:pointer;
}
.link {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	cursor:pointer;
	padding:3px;
	font-size:10px;
}
.filled {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
	font-size:9px;
}
.fill {
	border:1px #E9E9E9 solid;
	background:#F1F1F1;
	padding:3px;
}

ul#boxes {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.media-item {
	border:1px #E0DFE3 solid; 
	background:#F7F7F7; 
	-moz-border-radius: 6px; 
	float:left; 
	margin:2px;
}
li.media-item:hover {
	border: 1px #555 solid;
}

li.media-item div.caption {
	visibility: hidden;
	position: absolute;
	font-size: 10px;
	color: #333;
	background: #FFF;
	opacity:0.8;
}
li.media-item div.info {
	visibility: hidden;
	position: absolute;
	background: #FFF;
	border: 1px #999 solid;
	padding: 2px 4px;
	margin: 14px 0px 0px 57px;
	width: 200px;
	font-size: 10px;
	color: #333;
	z-index: +100;
}

.ellipsis {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}

/* LINK OPMAAK */

a.titel:link {
	color:#717171;
	text-decoration: none;
}
a.titel:visited {
	color:#717171;
	text-decoration: none;
}
a.titel:hover {
	color:#717171;
	text-decoration: none;
}

a.menu:link {
	color:#004080;
	text-decoration: none;
}
a.menu:hover {
	color:#000;
	text-decoration: underline;
}
a.menu:visited {
	color:#004080;
	text-decoration: none;
}


a:link {
	color:#000;
	text-decoration: underline;
}
a:visited {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#717171;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* OVERIGE OPMAAK */

#zoekform {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #717171 solid;
	text-align: right;
}

#product {
	border-bottom: 1px #717171 solid;
	margin-top: 20px;
}
#product_img {
	float: left;
	width: 140px;
	border: 1px #717171 solid;
	margin-right: 20px;
}
#product h2 {
	margin:0px;
	padding: 0px;
}
#product h4 {
	margin:10px 0px 10px 0px;
	padding: 0px;
}

#product h2 a {
	color: #717171;
	text-decoration: none;
}

#product_omscr {
	margin: 5px 0px 0px 160px;
	min-height: 80px;
	height:auto !important;
	height: 80px;
}

#product_big {
	
	
}

#productimgContainer {
	width: 305px;
	margin-left: 20px;
	float: right;
}
#productimgContainer .productimg {
	border: 1px #717171 solid;
	width: 300px;
	margin-bottom: 5px;
}
#productimgContainer .productthumb {
	border: 1px #717171 solid;
	width: 55px;
	cursor: pointer;
}

#product_big #product_prijs {
	float: right;
	font-size: 30px;
	margin-top:13px;
	color: #717171;
}
#product_big h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px #717171 solid;
}
#product_big #omschr {
	border-top: 1px #717171 solid;
	border-bottom: 1px #717171 solid;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
} 
#product_big h4 {
	border-top: 1px #717171 solid;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

div.thumbnail {
	
	background: #FFF;
	width: 140px;
	height: 140px;
	border: 1px #B2A18F solid;
	float: left;
	margin: 5px;
}


/* EINDE CSS */