/* WEBSITE OPMAAK */

body {
	background: #FFF url('files/bg.jpg') repeat-x top center;
	margin: 0px 0px 30px 0px;
}

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

#top {
	height: 131px;
}


#bannerContainer {
	float: left;
	width: 150px;
}

#contentContainer {
	float: left;
	width: 650px;
}

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

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

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

#sidebarContainer {
	float: left;
	width: 180px;
}


/* 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 #679966 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: #679966;
	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: #679966;
	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: #679966;
}

div.logo {
	position:absolute;
	padding: 10px 0px 0px 170px;
}
div.gids {
	position:absolute;
	margin: 20px 0px 0px 570px;
//	display: none;
}

div.topbanner {
	position: absolute;
	margin: 30px 0px 0px 520px;
}

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

div.titel {
	text-align:left;
	color:#FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 13px;
	width: 570px;
	padding: 21px 0px 0px 40px;
	position:absolute;
}

div.menu {
	position:absolute;
	margin-left: 280px;
	margin-top: 203px;
}
div.hoofdmenu {
	padding-top: 183px;
	padding-left: 160px;
	width: 640px;
	display: none;
}
div.bestelmenu {
	width: 180px;
	margin: 50px 0px 0px 0px;
}
div.banners {
	margin-top: 20px;
}

div.banners img {
	margin-bottom: 20px;
}

div.content {
	padding: 10px 40px 10px 30px;
	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: 10px;
	color: #999;
	text-align: right;
	padding-top: 15px;
	margin-left: 20px;
	width: 600px;
}
div.bottommenu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #555;
	padding-top: 20px;
	margin-left: 20px;
	width: 600px;
	text-align: right;
}
div.bottommenu a {
	text-decoration: none;
}
div.credit {
	padding-top: 5px;
	margin-left: 20px;
	width: 600px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
}
div.credit a {
	color:#999;
}


/* NAVIGATION */

#navigation {
	margin-top:10px;
	padding-top: 5px;
	border-top: 1px #d4d4d4 solid;
}

#nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav li div {
	padding:5px 15px 0px 15px;
	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:26px;
	color:#535353;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
	border-bottom: 1px #d4d4d4 solid;
}

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

/* Submenu overrides */
#nav ul {
	display: none;
	margin-top: 13px;
	margin-left: -1px;
}
#nav ul li, #nav ul li a {
	clear:left;
	display:block;
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	letter-spacing: 1px !important;
	line-height:normal;
	width:100%;
	height: 23px;
}

#nav ul li a {
	color: #2C4211 !important;
	padding: 7px 10px 0px 10px;
	text-decoration:none;
	width:150px;
}

#nav ul li a:hover {
	color:#FFF !important;
	background: #679966 !important;
}


#nav li.selected a {
	color:#333;
}
#nav li.selected a:hover, #nav li.selected a:active {
	color:#000;
}
#nav li:hover a, #nav a.active {
	color:#679966;
}
#nav li.selected:hover a {
	color:#000;
}

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

#nav li.selected {
	border-bottom: 1px #717171 solid;
}

#nav li ul {
	background:#FFF none repeat scroll 0%;
	border-bottom: 1px #2C4211 solid;
	border-left: 1px #2C4211 solid;
	border-right: 1px #2C4211 solid;
	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:355px;
    float:right;
    width:1px;
}

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

.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;
}

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: #679966;
	font-weight: normal;
}
h1 {	font-size: 20px; }
h2 {	font-size: 18px; }
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:25px;
	background: #679966 url('files/bg_button.jpg');
	cursor:pointer;
	font-family: Tahoma;
	font-size: 8pt;
	color:#333;
}
input.titel {
	border: #679966 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, div.button {
	border: #DDDDDD 1px solid;
	padding: 1px 5px;
	color:  #2C4211;
	width: 200px;
	height:20px;
	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;
}
input[name="logo"] {
	width: 200px;
}

#logoContainer {
	border:1px #DDD solid; 
	background:#FFF; 
	margin-top:4px;	
	float: left;
}
#logoContainer img {
	margin: 1px;
}

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

textarea {
	border: #DDDDDD 1px solid; 
	padding: 3px;
	color:  #2C4211;
	background:#FFF;
	font-size: 9pt;
	font-family: Tahoma; 
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #D6D7C4;
	scrollbar-3dlight-color: #679966;
	scrollbar-darkshadow-color: #679966;
	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 #679966 solid;
	width:500px;
	background:#F7F7F7;
}

table.add-form {
	border:1px #679966 solid;
	margin-left:20px;
	background:#F7F7F7;
}
table.fotogallery_afb {
	border:1px #679966 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;
}

div.tools {
	background: #FFF;
	border-top:1px #DDDDDD solid; 
	border-left:1px #DDDDDD solid; 
	border-right:1px #DDDDDD solid;
	margin:-8px 0px 0px 220px;
	padding: 5px 4px 0px 4px;
	position: absolute;
}

/* LINK OPMAAK */

a.titel:link {
	color:#FFF;
	text-decoration: none;
}
a.titel:visited {
	color:#FFF;
	text-decoration: none;
}
a.titel:hover {
	color:#FFF;
	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:#679966;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

div.searchBox a {
	color: #000;
	text-decoration: none;
}

/* OVERIGE OPMAAK */


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


#spacer {	width: 100%; float: left; height: 30px; }


#searchContainer {						}
#searchContainer .searchBoxes {			margin: 0px 0px 20px 15px; background: #FFF; width: 548px; border-left: 1px #717171 solid; border-right: 1px #717171 solid; border-bottom: 1px #717171 solid; }
#searchContainer .searchBox {			width: 170px; float: left; margin: 5px 5px; }
#searchContainer .searchBox .title {	height: 28px; }
#searchContainer .searchBox .content {	border-right: 1px #717171 solid; height: 100px; padding: 5px; margin-bottom: 30px; }


.title h3 {			font-family: "Trebuchet MS", sans-serif; font-size: 12px; font-weight:normal; color: #679966; padding: 5px 10px 0px 10px; }

#searchContainer .content p {				font-family: "Trebuchet MS", sans-serif; font-size: 12px; color: #595959; margin: 5px 5px 10px 5px; }
#searchContainer .content p.small {			font-size: 11px; margin: 5px 5px 10px 5px; }
#searchContainer .content p.legend {		margin: 5px 5px -2px 5px; }
#searchContainer .content p a:link {		color: #676767; text-decoration: none; }
#searchContainer .content p a:hover {		color: #000; text-decoration: underline; }

#searchContainer .content div.input {			width: 150px; height: 25px; border: 1px #679966 solid; background: #FFF; margin:1px 0px 0px 3px; cursor: text; }
#searchContainer .content div.select {			width: 150px; height: 25px; border: 1px #679966 solid; background: #FFF url('files/bt_arrowDown.jpg') no-repeat top right; margin:1px 0px 0px 3px; cursor: pointer; }
#searchContainer .content div.input input {		width: 130px; height: 20px; margin: 2px 0px 0px 5px; outline: none; border: none; cursor: text; background: #FFF; color: #000; }
#searchContainer .content div.select input {	width: 120px; height: 20px; margin: 2px 0px 0px 5px; outline: none; border: none; cursor: pointer; background: #FFF; color: #000; }

#searchContainer .content div.selector {			width: 150px; max-height: 374px; border: 1px #679966 solid; background: #FFF; white-space: nowrap; position: absolute; z-index: 1000; margin:-1px 0px 0px 3px; display: none; overflow:hidden; }
#searchContainer .content div.selector#rubricSelector {	max-height: 1000px; }

#searchContainer .content div.selector ul {			list-style-type: none; margin: 0px; padding: 0px; }
#searchContainer .content div.selector li {			font-family: "Trebuchet MS", sans-serif; font-size: 11px; border-top:1px #DDD solid; height: 17px; padding: 4px 5px 0px 5px; cursor: pointer; margin: 0px; }
#searchContainer .content div.selector li:hover {	background-color: #EEE; }
#searchContainer .content div.selector li#sub1 {	padding-left:5px; }
#searchContainer .content div.selector li#sub2 {	padding-left:15px; }
#searchContainer .content div.selector li#sub3 {	padding-left:25px; }

#searchContainer .content div.input div.scrollBox {		margin-left:5px; width: 140px; height:1em; overflow: hidden; position: relative; display: none; }
#searchContainer .content div.input div.scrollText {	position: absolute; white-space: nowrap; }
#searchContainer .content div.input div.scrollText p {	color: #999; margin:0px; }

#searchContainer .content input.searchButton {		width: 80px; height: 25px; background:#679966; color:#FFF; border: 1px #FFF solid; cursor: pointer; position: absolute; margin: 105px 0px 0px 75px; font-size: 12px; }
#searchContainer .content input.largerButton {		width: 120px; margin-left: 35px; }

#postcode {		text-transform: uppercase; font-size: 13px; }



#zoekheader {				border-bottom: 1px #BBB solid; height: 20px; color: #999; padding: 0px 10px; }
#zoekheader .tab {			float: left; }

.product {					border: 1px #F3F2EF solid; border-bottom: 1px #BBB solid; }

.zoekresultaat {			border: 1px #F3F2EF solid; border-bottom: 1px #BBB solid; }
.zoekresultaat .topBar {	padding: 10px 10px 5px 10px; }
.zoekresultaat .infoBar {	padding: 5px 10px; border-top: 1px #F1F1F1 solid; }
.zoekresultaat img {		border: 1px #BBB solid; width: 80px; }
.activeBox {				border: 1px #BBB solid; border-top: 1px #F3F2EF solid; background: #F9F8F7; }
.activeBar {				border-top: 1px #DDD solid; }


.zoekresultaat a {			text-decoration: none; }
.zoekresultaat h3 {			font-size: 15px; margin: 0px 0px 5px 0px; padding: 0px; }
.zoekresultaat h3 a {		color: #679966; }
.zoekresultaat .tab {		float: left; }
.zoekresultaat .tab h3 {	margin-right: 10px; }
.zoekresultaat .omschr {	clear: left; line-height: 18px; }
.zoekresultaat p.text {		margin-bottom: 10px; font-size: 11px; }
.zoekresultaat p.info {		float:right; font-size: 13px; }
.zoekresultaat p.contact {	margin-bottom: 0px; }
.zoekresultaat p.contact b {	font-size: 13px; }

.w400 {	width: 400px; }
.w380 {	width: 380px; }
.w350 {	width: 350px; }
.w340 {	width: 340px; }
.w320 {	width: 320px; }
.w300 {	width: 300px; }
.w250 {	width: 250px; }
.w230 {	width: 230px; }
.w200 {	width: 200px; }
.w150 {	width: 150px; }
.w120 {	width: 120px; }
.w100 {	width: 100px; }
.w80 {	width: 80px; }
.w40 {	width: 40px; }

#pagina-nummering {					text-align: center; margin-top:30px; height: 30px; }
#pagina-nummering a {				text-decoration: none; }
#pagina-nummering div {				display:inline; text-align: center; padding: 2px 4px; position: relative; font-size: 11px; }
#pagina-nummering div.inactive {	border: 1px #999 solid; background: #EEE; }
#pagina-nummering div.active {		border: 1px #333 solid; background: #FFF; }
#pagina-nummering div.inactive:hover {	border: 1px #679966 solid; }

#profielpagina {				}
#profielpagina #fieldset {		background: #FFF; padding: 10px 10px 0px 10px; border:1px #679966 solid; }
#profielpagina h2 {				margin-left: 10px; }
#profielpagina h4 {				margin:20px 0px 0px 10px; }
#profielpagina .merken li {		width: 132px; height: 20px; float: left; }
#profielpagina .keurmerken li {	width: 260px; height: 20px; float: left; }
#profielpagina .google-maps {	width: 280px; float: right; margin-bottom: 10px; text-align: right; }


/* OVERIGE OPMAAK */

div.zoekform {
	display:none;
	background:url('files/bg_zoekform.jpg') no-repeat;
	margin-left:20px;
	width:167px;
	height:30px;
}
input.zoek {
	border:none;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#999;
	background:#FFF;
	width:130px;
	padding-left:4px;
	height:16px;
	margin-left:7px;
	margin-top:4px;
}
input.zoekbutton {
	border:none;
	background:url('files/bt_zoeken.jpg') no-repeat;
	width:25px;
	height:27px;
	margin-top:1px;
}

div.winkelwagentje {
	border:2px #679966 solid;
	background: #F8FAFA;
	margin-top:30px;
	margin-left:50px;
	width:163px;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	color:#333;
	display:none;
}
div.winkelwagentje a:link, div.winkelwagentje a:hover, div.winkelwagentje a:visited, div.winkelwagentje a:active {
	color:#333;
}

div.productcategorien {
	background: #6E787A url('files/bg_sidebardiv.jpg') no-repeat center top;
	border:1px #BCBDBF solid;
	margin-top:10px;
	margin-left:20px;
	width:165px;
	font-size:12px;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	color:#679966;
}
div.winkelwagentje h2, div.productcategorien h2 {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	*font-weight:bold;
	margin: 6px 0px 0px 0px;
	color:#333;
}

div.bestellen {
	width:570px;
	text-align:right;
	cursor:pointer;
	position:absolute;
}
img.productimg {
	border:1px #777 solid;
	margin-left:10px;
	position:relative;
}

#winkelwagenContainer h2 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	_font-weight: bold;
	letter-spacing:1px;
	margin:0px 0px 0px 0px;
	color: #679966;
	padding: 0px 0px 0px 0px;
}
#winkelwagenContainer h2 a {
	color: #679966;
	text-decoration:none;
}	
#winkelwagenContainer td {
	padding-left:3px;
	padding-right:3px;
	font-size:12px;
}
input.verwijder {
	background: url('files/drop.png') no-repeat center;
	border: #DDD 0px solid;
	padding-bottom:2px;
	padding-left: 3px;
	padding-right: 2px;
	width:26px;
	height:20px;
	cursor:pointer;
}

td.header {
	border:1px #FFF solid;
	background: #679966;
	padding:3px;
	font-size:13px;
	font-family: Verdana, sans-serif;
	color:#FFF;
}

div.validation {
	position:absolute;
	background: url('files/validation_neutral_icon.png') no-repeat;
	padding-left:15px;
	font-style:italic;
	height:15px;
	margin-top:5px;
	color:#999;
	font-size:10px;
	font-family:Verdana, sans-serif;
	width: 215px;
}

div.legend {
	color: #666;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	padding-left: 10px;
}
div.fieldset {
	border-top:1px #DDD solid;
	border-bottom:1px #DDD solid;
	background:#F3F3F3;
	padding:5px 10px 5px 10px;
	font-size:11px;
	font-family:Helvetica;
}
div.fieldset b {
	font-size:13px;
}

fieldset { 
	border:1px #679966 solid; 
}

legend {
	padding: 0.2em 0.5em;
	font-size: 12px;
	text-align: left;
}

/* ADMINISTRATIESYSTEEM OPMAAK */

body.admin {
	margin:0px;
	font-family:Helvetica;
	font-size:12px;
	background:#FDFDFD;
}
body.adminLogin {
	margin:0px;
}
#loginWrapper {
	background: url('files/adminsysteem/background.jpg') repeat-x scroll 50% 50% transparent;
	height: 100%;
	min-height: 592px;
	position: absolute;
	width: 100%;
}
#loginContainer {
	background: url('files/adminsysteem/account_login.jpg') no-repeat scroll 50% 50% transparent;
	display: block;
	height: 100%;
	margin: 0px;
	min-height: 592px;
	min-width: 914px;
	padding: 0px;
	position: absolute;
	width: 100%;
}
#adminLogin {
	display: block;
	font-family: Helvetica;
	height: 190px;
	left: 50%;
	margin-left: -209px;
	margin-top: -112px;
	position: absolute;
	top: 50%;
	width: 419px;
}

#adminContainer {

}

#adminSidebarBox {
	width:20%;
	height:100%;
	min-width:180px;
	min-height:500px;
	border-right:1px #BCC2C7 solid;
	background:#DFE1E3;
	position:absolute;
}
#adminLogo {
	background:url('files/adminsysteem/logo.jpg') no-repeat center;
	width:200px;
	height:130px;
	margin:0px auto;
	cursor:pointer;
}
#adminFooter {
	font-size:11px;
	color:#95989B;
	bottom: 20px; 
	left: 20px; 
	position: absolute;
}
#adminContentBox {
	margin:0% 0% 0% 20%;
	height:100%;
	width:80%;
	min-width:750px;
	min-height:500px;
	position:absolute;
	overflow:auto;
}
#adminContent {
	margin:10px 100px 20px 20px;
	padding:10px 0px 20px 0px;
	border-top:1px #D9D9D9 solid;
}
#adminTitle {
	padding:20px 20px 0px 20px;
	font-size:17px;
	font-weight:bold;
	font-family:Helvetica;
	color:#2C4865;
}
#adminSearch {
	margin:10px 100px 0px 0px;
	margin-left:70%;
	position:absolute;
	height:24px;
}
#adminSearchBox {
	position: absolute;
	font-family: Helvetica;
	height: 24px;
	width: 141px;
	top: 9px;
}
#adminSearchLeft {
	background: url('files/adminsysteem/controls.png') no-repeat 0% -3624px;
	height: 24px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 19px;
}
#adminSearchInput {
	background: url('files/adminsysteem/controls.png') repeat-x 100% -3648px;
	border: none;
	color: rgb(50, 50, 50);
	font-size: 13px;
	height: 20px;
	left: 19px;
	line-height: 16px;
	margin: 0px;
	outline: none;
	padding: 2px;
	position: absolute;
	right: 20px;
	text-shadow: rgb(240, 240, 240) 0px 1px 1px;
	top: 0px;
	width: 108px;
	cursor:text;
}
#adminSearchRight {
	background: url('files/adminsysteem/controls.png') no-repeat 100% -3672px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;	
}

#adminSidebarBox ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-top:1px #C7CCD1 solid;
	border-bottom:1px #E9EAEB solid;
}
#adminSidebarBox ul li {
	height:33px;
	width:100%;
	background:#DFE1E3;
	border-top:1px #E9EAEB solid;
	border-bottom:1px #C7CCD1 solid;
	padding:0px;
	margin:0px;
	font-weight:bold;
	text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 0px;
	letter-spacing:1px;
	color:#40474D;
	cursor:pointer;
}
#adminSidebarBox ul li.over {
	height:33px;
	width:100%;
	background:url('files/adminsysteem/bg_menu_over.jpg') repeat-x top;
	border-top:1px #87929C solid;
	border-right:1px #87929C solid;
	border-bottom:1px #677482 solid;
	padding:0px;
	font-weight:bold;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 0px;
	letter-spacing:1px;
	color:#FFF;
	cursor:pointer;
}
#adminSidebarBox ul li a {
	color:#40474D;
	text-decoration:none;
}
#adminSidebarBox ul li div.menu {
	position:absolute;
	margin:10px 0px 0px 40px
}
#adminContent fieldset {
	border:1px #D9D9D9 solid;
}
div.sprite_home {
	background: url('files/adminsysteem/files_assets.png') no-repeat 0px -1887px transparent;
	margin-top:9px;
	margin-left:13px;
	height: 16px;
	width: 16px;
	float:left;
}
div.sprite_klanten {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -256px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_abonnementen {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 12px -648px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_bestellingen {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -64px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_mailing {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -160px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_statistieken {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -128px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_instellingen {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -32px transparent;
	height: 32px;
	width: 32px;
	float:left;
}
div.sprite_afmelden {
	background: url('files/adminsysteem/acct_sprite.png') no-repeat 5px -96px transparent;
	height: 32px;
	width: 32px;
	float:left;
}

input.adminInput {
	border: #DDD 1px solid;
	padding-top:2px;
	padding-left: 3px;
	padding-right: 2px;
	color:  #333366;
	width: 200px;
	height: 20px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	cursor:text;
}
textarea.adminTextarea {
	border: #CCC 1px solid; 
	padding: 3px;
	color:  #333366;
	background:#FFF;
	font-size: 9pt;
	font-family: Tahoma; 
	scrollbar-face-color: #F2F2F2;
	scrollbar-highlight-color: #D6D7C4;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #000033;
	scrollbar-track-color: #FFF;	
}



/* EINDE CSS */
