/* Some Resets */
* { font-size: 100%;}
:focus {outline: 0;}
:active {outline: 0;}
img{ -ms-interpolation-mode:bicubic;} /* improves quality of resized images in IE6/IE7/IE8 */

/* Main CSS*/

body{
background-color: #F0ECED;
background-image: url('images/background.jpg');
background-repeat: repeat-x;
font-family: verdana;
font-size: 11px;
color: #333333;
margin: 0;
padding: 0;
}

#wrapper{
width: 982px;
margin-left: auto;
margin-right: auto;
}
#header{
margin-top: 30px;
height: 110px;
width: 982px;
background-image: url('images/header.png');
background-repeat: no-repeat;
}

#nav {
height: 38px;
width: 982px;
background-image: url('images/nav.png');
background-repeat: no-repeat;
}
	#nav ul{
	list-style: none;
	margin: 0;
	padding-left: 60px;
	}
	#nav li{
	float: left;
	margin: 0 0 0 2px;
	height: 38px;
	font-size: 14px;
	font-weight: bold;
	}
	#nav li a{
	text-decoration: none;
	color: #181818;
	text-shadow: #fff 1px 1px 1px;
	line-height: 38px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	}
	#nav li a:hover{
	background-image: url('images/nav-hover.png');
	color: #fff;
	text-shadow: #181818 1px 1px 1px;
	height: 38px;
	}
	#nav li a:active{
	background-image: url('images/nav-active.png');
	color: #fff;
	text-shadow: #181818 1px 1px 1px;
	height: 38px;
	}
	#nav li.menu-current a{
	background-image: url('images/nav-active.png');
	color: #fff;
	text-shadow: #181818 1px 1px 1px;
	height: 38px;
	}

#content-top{
width: 982px;
height: 40px;
background-image: url('images/content-top.png');
background-repeat: no-repeat;
}
#content{
width: 982px;
background-image: url('images/content.png');
background-repeat: repeat-y;
overflow: hidden;
}
	#content-left{
	float: left;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 15px;
	width: 550px;
	}
	#content-right{
	float: right;
	width: 250px;
	margin-right: 20px;
	}
	#content h2{
	font-size: 16px;
	color: #7d0000;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	text-shadow: #e0e0e0 1px 1px 1px;
	}
	#content h3{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	}
	#content h4{
	font-size: 14px;
	color: #7d0000;
	text-shadow: #efefef 1px 1px 1px;
	}
	#content p{
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
	color: #333333;
	line-height: 18px;
	}
	#nav2{
	width: 480px;
	height: 25px;
	background-image: url('images/nav2.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	#nav2 ul{
	list-style: none;
	margin: 0;
	padding-left: 10px;
	}
	#nav2 li{
	float: left;
	margin: 0 0 0 2px;
	height: 25px;
	}
	#nav2 li a{
	color: #444;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	display: block;
	line-height: 25px;
	text-shadow: #fff 1px 1px 1px;
	}
	#nav2 li a:hover{
	background-image: url('images/nav2-hover.png');
	color: #fff;
	text-shadow: #181818 1px 1px 1px;
	height: 25px;
	}
	#nav2 li.menu-current a{
	background-image: url('images/nav2-hover.png');
	color: #fff;
	text-shadow: #181818 1px 1px 1px;
	height: 25px;
	}
	
#content-footer{
width: 982px;
height: 50px;
background-image: url('images/content-footer.png');
background-repeat: no-repeat;
}

/* Links + Text opmaak */
a{text-decoration: none; color: #7d0000; }
a:hover {text-decoration: underline; color: #7d0000}
a img{border: 0px;}
	
#content-right a{
text-decoration: none;
color: #333333;
font-size: 11px;
}
#content-right a:hover{
text-decoration: underline;
color: #7d0000;
}

#footer-top{
height: 40px;
width: 982px;
background-image: url('images/content-top.png');
background-repeat: no-repeat;
}
#footer-main{
width: 982px;
background-image: url('images/footer-main.png');
background-repeat: repeat-y;
text-align: center;
font-size: 10px;
}
#footer-bottom{
height: 50px;
width: 982px;
background-image: url('images/content-footer.png');
background-repeat: no-repeat;
}

#images{
float: right;
width: 65px;
padding-left: 15px;
}

/* Breadcrumb */
#breadcrumb{
	margin-top: 20px;
	padding-left: 10px;
	font-size: 10px;
	color: #aaa;
	width: 972px;
}
#breadcrumb a{
	font-size: 10px;
	color: #aaa;
}
#breadcrumb a:link {
	color: #aaa;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #7d0000;
	text-decoration: underline;
}
#breadcrumb a:active {
	color: #7d0000;
	text-decoration: none;
}

/* Formulier opmaak */

.textfield, .textarea, .email, .captcha_table input, .search_string, input{
border:0px; 
border:1px solid #aea6a6;
color: #333;
}
.textfield:focus, .email:focus, .captcha_table input:focus, .search_string:focus, textarea:focus, input:focus{
border: 1px solid #7D0000;
}
#field11.textarea{
background-image: url('images/form.jpg');
background-position: bottom right;
background-repeat: no-repeat; 
}

/* Prijs opmaak */
.prijs{
font-size:14px;
font-style: italic;
font-weight:bold;
color: #7D0000;
margin: 0px;
padding-top: 8px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 8px;
text-decoration:none!important;
}
.pakket_naam{
font-size: 14px;
font-weight: bold;
color: #7D0000;
padding-top: 8px;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 8px;
text-decoration:none!important;
text-align: center;
}
.date{
font-style: italic;
font-size: 10px;
color: #888;
padding-right: 5px;
}
.bestellen{
font-size: 14px;
font-weight: bold;
}
.rss{
text-align: right;
}


/* START EASY SLIDER */
#easyslider{
height: 450px;
/*border: 1px solid #7D0000;*/
width: 493px;
margin-left: auto;
margin-right: auto;
background-image: url('images/portfolio.jpg');
background-repeat: none;
}
#slider{
	/*margin-left: auto; */
	/*margin-right: auto; */
	border: 1px solid #555;
	float: left;
	margin-top: 22px;
	margin-left: 20px;
	width:450px;
	height:280px;
}	
#slider ul.slider, #slider li.slider{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li.slider{ 
	width:450px;
	height:280px;
	overflow:hidden; 
}
ul#portfolio li img{
	overflow:hidden;
}
ul#portfolio {
	list-style:none;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}
#portfolio li {
	overflow: hidden;
}	
/* EINDE EASY SLIDER */
