body {
	margin: 0;
	padding: 0;
	background-color: #F5E0C4;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	color: #F0F0F0;
}


div#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

img#kop {
	display: block;	
	clear: left;
}

a {
	text-decoration: none;
	color: #0099FF;	
}

a:hover {
	text-decoration: none;
	color: #606060;	
}

/*
					navigatie
*/

div#nav {
	height: 41px;
	background-color: #C6C3AA;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

div#nav ul li {
	float: left;
	padding-top: 12px;
}

div#nav ul li a {
	display: block;
	border-right: 2px #F0F0F0 solid;
	padding-right: 8px;
	margin: 0 6px;
	font-size: 12px;
	color: 	#F0F0F0;
	text-decoration: none;
}

div#nav ul li a:hover {
	border-right: 2px #F6DD9B solid;
	color: #F6DD9B;
}







div.content {
	position: relative;
	background-image: url('/editor/userimages/bg.jpg');
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
	min-height: 210px;
}

* html div.content { height: 120px; }


h2 {
	position: relative;
	background-image: url('/editor/userimages/hbg.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: medium;
	color: #666;
	letter-spacing: 3px;
	margin: 0;
	font-size: 14px;
	padding-top: 10px;
	height: 20px;
}

div.content img {
	margin: 0px 10px 10px 0px;
}

div#foot {
	background-image: url('/editor/userimages/voet.jpg');
	background-repeat: no-repeat;
	height: 89px;
	margin: 0;
	text-align: center;
	padding-top: 10px;
}

div#foot address {
	display: inline;	
}

div#foot p.credits {
	font-size: 9px;	
}

div#nieuwsbriefknop img {
	display: block;
	position: absolute;
	right: 0px;	
	margin-top: 7px;
	margin-right: 5px;
	z-index: 200;
	border: 0;
}

/*************************

	brand list

*************************/

ul#brands {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

ul#brands li span {
	display: block;
	float: left;
	width: 140px;
}







/*************************

	voorjaarsmode items
	
*************************/

ul#vjmode {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	

}


ul#vjmode:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html ul#vjmode {height: 1%;}
/* End hide from IE-mac */

ul#vjmode li {
	margin: 3px;	
	width: 120px;
	float: left;
}

ul#vjmode li img {
	position: relative;
	display: block;
	border: 1px orange solid;
}

ul#vjmode li p {
	font-size: 11px;
}

ul#vjmode li:hover p {
	color: #FFF;	
}

ul#vjmode li:hover img {
	border-color: #FFF;	
}


/* default form definitions */
form p label {
	display: block;
	float: left;
}

form p {
	margin: 5px;
}

form input {
	border: 1px #999 solid;	
	padding: 2px 2px;
}

p.submit {
	text-align: right;
	margin-right: 0;
}

form fieldset {
	padding: 10px 2px;
	border-width: 0;
	border-color: #666;
}

form p.submit input {
	border: 0;	
}

form textarea {
	margin-top: 5px;
	padding: 2px;
	border-width: 1px;

}

/* contactform */
form#contactform {
	width: 330px;
}

form#contactform p label {
	width: 100px;	
}

form#contactform fieldset {
	border-width: 1px;
	border-color: #E0E0E0;
	border-style: solid;
	padding: 8px;
	margin: 10px 0px;
}


/* aanmelden nieuwsbrief */
form#nbriefaanmelden {
	width: 280px;
}

form#nbriefaanmelden p label {
	width: 100px;	
}

form#nbriefaanmelden fieldset {
	border-width: 1px;
	border-color: #E0E0E0;
	border-style: solid;
	padding: 8px;
	margin: 10px 0px;
}


