/*PEELS SELECTED*/
html {
 	margin: 0;
 	padding: 0;
 	background:url(/editor/images/blokje.gif) repeat;
 	height:auto;
}
body {
 	margin: 0;
 	padding: 0;
 	text-align: center;
 	background:url(/editor/images/achtergrond.gif) repeat-x;
 	height:auto;
}
div#container {
  width: 778px;
  margin: 0 auto;
  height:auto;
  text-align: left;
  overflow:hidden;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  color:#FFF;
  font-size:12px;
  background:url(/editor/images/vul_pag.jpg) repeat;
}

div#imagetop {
  height: 214px;
  width: 778px;
  background:no-repeat;
  background-position: top;
  background:url(/editor/images/top.jpg) no-repeat;
  margin:0;
  display: block;
}

#content {
	background:url(/editor/images/lichaam.jpg) no-repeat;
	margin:0;
  	height:auto;
  	width: 778px;
  	float: left;
  	line-height: 140%;
  	overflow:hidden;
  	padding:0;

}
div#content a {
  color: #FFF;
  text-decoration: underline;
}

div#content a:hover {
  color: #00AEEF;
  text-decoration: underline;
}

div#content_left {
  margin:0px;
  height:auto;
  width: 525px;
  float: left;
  line-height: 140%;
  overflow:hidden;
  padding:30px 0 0 15px;
}

div#text_content {
  margin-top:-24px;
	margin-right:10px;
	padding:0 0 0 20px;
	height:auto;
	background-color:#242424;

}

div#text_content img{
	border:1px red solid;
}

div#content_right {
  margin:7px 0 0 0;
  height:auto;
  width: 220px;
  float: left;
  line-height: 140%;
  overflow:hidden;
  padding:0;
}

div#content_right a {
  color: #FFF;
  text-decoration: underline;
}

div#content_right a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#merken {
	background:url(/editor/images/vul_klein.jpg) repeat-y;
	display:block;
	margin:0 0 0 2px;
	padding:0;
	height:235px;
	width:221px;	
}

div#merken img {
	margin-left:2px;
}

div#aanbieding {
	background:#303030 url(/editor/images/vul_klein.jpg) repeat-y;
	display:block;
	margin:0 0 0 2px;
	padding:0;
	height:auto;
	width:221px;	
}

div#aanbieding img {
  border:1px red solid;
  padding:0;
  margin:0;
}

div#aanbieding a, a:hover{
	margin:0;
	padding:0;
	text-decoration:none;
}

img#onder {
	display:block;
	margin:-1px 0 0 2px;
}

div#spacer {
  padding:0;
	margin:0;
	height:440px;
	float:left;
}

div#footer {
  margin:0;
  display: block;
	background:url(/editor/images/onder_pag.jpg) no-repeat;
	height:18px;
}

div#headtitel{
	float:left;
	width: 134px;
}


/*NAVIGATIE*/
#menu ul {
	position:absolute;
	top:187px;
  	margin:0;
	padding: 0;
  	list-style-type: none;
	color:#000;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	font-weight:bold;
 	font-size:11px;
 	
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	width: 12em;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
  	left: 150px;
	width: 10em;
}

#menu li:hover ul { 
  display: block; 
}

#menu li:hover>ul { 
  visibility:visible; 
  }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
  margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 5px;
	margin-left:10px;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #FFF; 

} 
#menu ul a.active {
color: #FFF; 
}


/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #000;
	background: #CCC; /* IE6 Bug */
	border: 1px solid #242424;
  	padding:2px 2px 2px 4px; 
	width: 13em;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000; 
	background: #f9f9f9; 
} 

/* Icon Styles */
#menu li ul a.submenu {
  background:#CCC url("/editor/images/r_arrow.gif") no-repeat right;
 }
#menu li ul a.submenu:hover {
  background:#f9f9f9 url("/editor/images/r_arrow.gif") no-repeat right;
}


h3#titel {
	margin:0 0 10px 0;
	font-size: 14px;
	color:#FFF;
	padding:0 3px 0 0;
}

/* mailform */
div#mailform {
  margin-top:15px;
  margin-left:10px;
  width: 385px;
  height:auto;
}


div#mailform fieldset {
  padding: 0.7em;
  margin-bottom: 10px;
}

div.formrow {
  float: left;
	text-align:left;
	margin: 2px 0;
	width: 385px;
}

div.formrow label {
  padding-top:2px;
	text-align:right;
	display: block;
	float: left;
	width: 120px;
}


.textarea {
	border: solid 1px gray;
	padding: 2px;
	overflow:hidden;
	width:250px;
}
.textarea focus{
  border: red solid 1px;
}
div.formrow input {
  border: solid 1px gray;
  width: 250px;
  padding: 1px 3px;
  background-color: #F8F8F8;
}

div.formrow input:focus {
  border: red solid 1px;
  background-color: white;
}

div.formsubmit {
	margin-left:121px;
 }
.veld{
  margin:10px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  padding: 1px 3px;
  background-color: #F8F8F8;

 }
 
.chk{
  margin: 0 7px 0 120px;
  font-weight:bold
 }
 

div#mailform legend {
  color:#FFF;
}

