body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff url(../images/bg_body.png) repeat-x;
	background-position: 0px 20px;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	margin: 20px auto;
	width: 876px;
	background: #fff url(../images/bg_container.png) repeat-y;
	background-position: 195px 160px;
}

#header {
	position:relative;
	height: 50px;
	background: #fff url(../images/bg_header.png) repeat-x;
	padding: 5px 0 0 27px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: 355px;
	z-index:1;
}

/*


#nav a, #nav a:active, #nav a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 15px;
}

#nav a:hover, #nav a.selected {
	color: #eb8400;
	text-decoration: none;
}
*/
#nav {
	background: #0A266F url(../images/bg_nav.png) repeat-y;
	height: 21px;

	padding: 0 0 0 20px;

font-size: 12px;
	margin: 0 0 10px 0;
		width: 856px;
	
}


#nav ul {
	float: left;

	list-style: none;
	/*
	line-height: 1;
*/
}

#nav a {
	display: block;
	/*width: 8em;*/
	/*w\idth: 6em;*/
	color: white;
	text-decoration: none;
	/*padding: 0.25em 0.25em 0.60em 0.75em;*/
	padding:0.25em 0.75em 0.25em 0.75em;
	

}

#nav a:hover{

color: #eb8400;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	/*width: 8em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
/*
	width: 9.4em;
	w\idth: 13.9em;.
*/
width:152px;
	font-weight: normal;
	border-width: 0.25em;

		background: #1f43ad;
	
		opacity: .9; filter: alpha(opacity=90); -moz-opacity: .9;
	z-index:1;

}

#nav li li {
	/*padding-right: 1em;
	width: 9em*/
}

#nav li ul a {
/*
	width: 9em;
	w\idth: 12.9em;
*/
	width:130px;
	display:block;
	border-left:3px solid #1f43ad;
	border-right:3px solid #1f43ad;	
}

#nav li ul a:hover {
	border-left:3px solid #011e72;
	border-right:3px solid #011e72;	
}

#nav li ul ul {
/*
	margin: -1.75em 0 0 10em;
	*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#nav li:hover, #nav li.sfhover {
	/* background: #eda; */
	
}



.menukop{
	width:162px;
	height:19px;
	background-image:url("../images/headers/menukop.png"); 
	background-repeat: no-repeat; 
	padding:1px 0 0 28px;
	margin-bottom:2px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica;
}

#language {
	position:absolute;
	margin:	5px 50px 0 688px;
}

input.text {
	border: 1px solid #0A266F;
	margin: 0 0 2px;
	height: 14px;
}

#login input.text {
	width: 120px;
}

#left {
	position:relative;
	width: 190px;
	padding-right: 14px;
	float: left;
	clear: both;	
}

table.list th {
	padding-top: 2px;
}

#content {
	position:relative;
	width: 468px;
	float: left;
	padding-bottom:8px;	
}

#shopcontent {
	position:relative;
	width: 658px;
	height: auto !important; /* voor Firefox */
	min-height: 650px;
	height: 700px;
	float: left;
	padding-bottom:8px;	
}

#right {
	position:relative;
	width: 190px;
	padding-left: 14px;
	float: right;
}

.block {
	position:relative;
	font-size: 11px;
	margin-bottom: 10px;
}

#midden{
	position:relative;
	height: auto !important; /* voor Firefox */
	height: 700px; /* voor IE */
	min-height:700px;
	clear: left;
}

#footer {
	position:relative;
	background: #fff url(../images/bg_footer.png) repeat-x;
	padding: 7px 0 20px;
	font-size: 12px;	
	clear: both;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display:block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* End hide from IE-mac */  