﻿* {
	margin: 0;
	padding: 0;
}

body,html {
	background: #394B8A	url(../images/background.gif) top center repeat-x;
	font-family: arial, verdana;
	color: #FFFFFF;
	font-size:12px;
	line-height:20px;
	height:100%;		
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

a{
	outline:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	padding-left:15px;
	
}

strong {
	color: #394B8A;
	font-size: 13px;
	font-weight: bold;	
}


img {
	border: none;
}

.border {
	border: 1px solid #394B8A;
	
}

h1 {
	color: #FD1812;
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 15px 0;
}


h2 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin:5px 0 5px 0;
}

h3 {
	color:#FD1812;
	font-size: 12px;
	font-weight: bold;
}

/**************************************/


/* Algemeen lay-out */
#container {
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width:100%;
	overflow: hidden;
}


#header {
	width: 983px;
	height:142px;
	margin: 0 auto;
}

#logo {
	float:left;	
	padding-top:8px;
	height:132px;
	width:359px;
}


#menu {
	background: url(../images/bg-menu.png) left center no-repeat;
	margin-top:75px;
	float:right;
	width:521px;
	height:62px;
	}
	
#menu-items {
	padding-top:19px;
	padding-left:40px;
}	
#bg-achtercontent {
	background: url(../images/bg-achtercontent.png) top center no-repeat;
	width:1015px;
	margin:0 auto;

}	
	
	
#wrapper {
	background: url(../images/bg-wrapper.gif) top center repeat-y;
	min-height: 525px; 
	overflow: hidden;
	margin: 0 auto;
	width: 983px;
}

/**************************************/

#content-left {
	width:470px;
	margin-left:10px;
	float:left;
}

.bg-content-left {
	background: url(../images/bg-contentfilter.png) top center repeat-y;	
	margin-top:10px;
	min-height:217px;
	overflow:hidden;
}

.text {
	margin:10px;
}


#content-right {
	float: right;
	margin-right:10px;
	margin-top:11px;
}

#items {
	width:470px;
}

.item {
	float:left;
	padding:5px;
	width:140px;
}

#bg-break {
	background: url(../images/bg-break.gif) top center no-repeat;	
	padding-top:10px;
	width:973px;
	height:30px;
	padding-left:10px;
	margin: 0 auto;
	color:#FFFFFF;
	font-weight:bold;
	
}


#extra-item {
	background: url(../images/bg-extraitems.gif) top center repeat-x;	
	width:973px;
	height:184px;
	margin:0 auto;
	padding:2px;
}

.extra-items {
	float:left;
	padding-left:8px;
	padding-right:8px;
}

.extra-itemsL {
	float:left;
	padding-right:9px;
}

.extra-itemsR {
	float:left;
	padding-left:9px;
}




/**************************************/

/* Footer */ 

#footer {
	padding-top:8px;
	background: url(../images/bg-footer.png) bottom center no-repeat;
	height:30px;
	width:983px;
	margin: 0 auto;
	margin-bottom:10px;
}

.footerL {
	float:left;
	padding-top:6px;
	padding-left:20px;
	color: #394B8A;
	font-family:arial, verdana;
	font-size:13px;
	font-weight:normal;
}

.footerR {
	padding-top:6px;
	padding-right:20px;
	float:right;	
	color: #394B8A;
	font-size:11px;
	font-family: verdana, arial;
}

a.footerhover {
	color: #394B8A;
	
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}

a.footerhover:hover {
	color: #394B8A;
	font-weight:normal;
	text-decoration: underline;
}

a {
	color: #FFFFFF;
	font-size:12px;
	line-height:18px;
	text-decoration: underline;	
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.menu {
	color: #FFFFFF;
	font-size:12px;
	line-height:18px;
	padding-left:15px;
	padding-right:15px;
	text-decoration: none;	
}

a.menu:hover, a.menu_active {
	padding-left:15px;
	padding-right:15px;
	color: #FFFFFF;
	text-decoration: underline;
}


/**************************************/

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
position:relative;
z-index:5;
}

#nav li {
float: left;
}

#nav ul {
position: absolute;
width: 120px;
text-align:center;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-decoration: none;
}

ul a{
font-weight: normal;
color: #FFF;
font-weight:normal;
display:block;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #FFF;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
}

ul li{
	padding-right:18px;
}

ul ul li{
	background-color:#e22621;
	padding:3px;
	width:100px;
	margin-left:-5px;
}

ul ul li:hover{
	background-color:#fd6561;
	padding:3px;
	width:100px;
	margin-left:-5px;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 

.slideshow { margin:0; height: 480px; width: 481px; margin: auto;  }
.slideshow img { margin:0; padding: 0px;  }