@charset "utf-8";
/* CSS Document */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/* Redefined tags */

body {
	background: url(../img/design/body-bg.jpg) repeat-x top #020202;
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	width: 331px;
	height: 40px;
	margin: 28px 0 20px 0;
	text-indent:-9999px;
	background: url(../img/design/logo.gif) no-repeat 20px;
}

h2 {
	color: #1183a8;
}

h1{font-size:36px;line-height:41px;}
h2{font-size:28px;line-height:33px;}
h3{font-size:24px;line-height:29px;}
h4{font-size:20px;line-height:25px;}
h5{font-size:18px;line-height:23px;}
h6{font-size:15px;line-height:20px;}


p {font-family:Arial, Helvetica, sans-serif; font-size:14px; margin-top:10px;}


a, a:hover, a:visited{
	color: #1183a8;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* Wrapper styles */

#wrapper {
	width:960px;
	margin: 0 auto;
}

/* Navigation styles */
#nav{
	height:60px;
	margin-bottom:6px;
}

#nav ul {
	display:block;
	float:right;
	width:960px;
	height:60px;
	background:url(../img/design/menu.gif) no-repeat 0 0;
	list-style:none;
}
#nav ul li {
	display:block;
	float:left;
	height:60px;
	text-indent:-10000px;
}
#nav ul li a {
	display:block;
	width:100%;
	height:100%;
}
#home, #prijslijst, #gallery, #over, #contact {
	width:114px;
}

#home a:hover, #home a.active  {
	background:url(../img/design/menu.gif) no-repeat 0 -60px;
}
#prijslijst a:hover, #prijslijst.active {
	background:url(../img/design/menu.gif) no-repeat -114px -60px;
}
#gallery a:hover, #gallery a.active {
	background:url(../img/design/menu.gif) no-repeat -228px -60px;
}
#over a:hover, #over a.active {
	background:url(../img/design/menu.gif) no-repeat -342px -60px;
}
#contact a:hover, #contact a.active {
	background:url(../img/design/menu.gif) no-repeat -456px -60px;
}

/* Featured styles */

#featured {
	display:block;
	width:  958px;
	height: 218px;
	background-color: #0f0f0f;
	border: 1px solid #191919;
}

#featured img {
	padding:5px;
}

/* Content Styles */

#content {
	width:  884px;
	min-height: 350px;
	margin:6px 0 6px 0;
	background-color: #0f0f0f;
	border: 1px solid #191919;
	color: #d6d6d6;
	padding:37px;
}

.hr {
	height:3px;
	width:884px;
	margin: 22px 0 22px 0;
	background-color:#d6d6d6;	
}


/* Featured styles */

#footer {
	display:block;
	width:  958px;
	height: 25px;
	margin-bottom:6px;
	background-color: #0f0f0f;
	border: 1px solid #191919;
}

#footer p {
	margin-top:6px;
	color: #767676;
	font-size:12px;
	text-align:center;
}

/* Gallery */

.gal_folder {
	width:150px; 
	height:150px; 
	background-color:#1f1f1f; 
	padding:5px; 
	border: 1px solid #666; 
	margin-right:20px; 
	margin-bottom:20px; 
	
	float:left;
}

.gal_folder a, .gal_folder a:hover {
	text-decoration:none;
}
