/* Presentation Stylesheet */

a { color: #ffcc00; background: transparent; font-weight: normal; text-decoration: underline;}
a:hover { color: #fff; background: transparent; font-weight: normal; text-decoration: underline;}
a.highlight { color: #ffcc00; background: transparent; font-weight: normal; text-decoration: underline;}





h1 {
	font-size: 180%;
	color: #f2d533;
	background: transparent;
	line-height: 140%;
	font-weight: normal;

	padding: 0;
	margin: 0 0 15px 0;

}

h2 {
	color: #4d4d4d;
	background: transparent;
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0 0 3px 0;


}

h3 {
	padding: 0;
	margin: 2px 0px 4px 0px;
	font-size: 120%;
	line-height: 120%;
	color: #396cac;
	background: transparent;
}

p{
	margin: 0 0 1em; }


strong {
	font-weight: bold;
	color: #fff;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #0585dd;
	background-color: #0585dd;
	height: 1px;
	clear: both;
	margin: 8px 0 8px 0;
}



img.padding-left{
	margin: 5px 5px 15px 20px;
}

img.border{
	border: 1px solid #fff;
}

img.img_content{
	margin: 0px 5px 15px 20px;
	border: 1px solid #000;
}


div.hr{
	font-size: 1px;
	line-height: 1px;
	
	height: 1px;
	
	background: transparent url(../img/hrbg.gif);
	background-repeat: repeat-x;
	
	
	margin: 5px 0 5px 0;
}










/* mainnav */

#mainnav ul {
	list-style-type: disc;
	padding: 0;
	margin: 0px 0 0 0;
	
	
	font-size: 14px;
	font-weight: normal;
	
	
}

#mainnav ul li{
	
	
	display: block;
	float: left;
	
	margin: 12px 0 0 0;
	padding: 0px 0px 0 0px;
	text-align: center;
	background-image: none;
	
	
	background-color: transparent;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #35520a;

	background: transparent url(../img/mainnav-itembg.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	
}




#mainnav ul li a {

	padding: 0 0 5px 0;

	margin: 0 15px 0 15px;
	
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
	
	color: #fff;
	letter-spacing: 1px;
	display: block;
	
}


#mainnav ul li.first a {
	background-image: none;
	
}


#mainnav ul li.highlight a{
	color: #fff;
	text-decoration: none;
	
	background: transparent url(../img/mainnav-highlightbg.gif);
	background-repeat: repeat-x;
	background-position: left 19px;
	
	padding: 0 0 5px 0;
	display: block;
}

#mainnav ul li a:hover{

	color: #fff;
	text-decoration: none;
	
	background: transparent url(../img/mainnav-highlightbg.gif);
	background-repeat: repeat-x;
	background-position: left 19px;
	
	padding: 0 0 5px 0;
	
	display: block;
}


	





/* Subnav */

#rightcol ul#subnav{
	list-style-type: none;
	margin: 5px 10px 0 0px;
	padding: 0;

}

#rightcol ul#subnav li{
	color: #fff;
	
	width: 273px;

	
	padding: 0;
	margin: 0 0px 0 0px;
	
	border: 1px solid #bf5e16;
	border-width: 0 0 1px 0;
	
}

#rightcol ul#subnav li.first{
	border-top: 1px solid #bf5e16;
}

#rightcol ul.subnav li.first{
	background: transparent;
}

#rightcol ul#subnav li a{
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	padding: 3px 0 3px 15px;

	text-decoration: none;
	
	display: block;
	width: 258px;
	
	
}

#rightcol ul#subnav li a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	
	background: #964206;
}



#rightcol ul#subnav li.highlight a{
	font-weight: bold;
	
	
}








#topheader div.content{
	display: block;
	width: 353px;
	height: 213px;
	
	padding: 20px;
	
	font-size: 15px;
	line-height: 19px;
	float: left;	

	overflow: hidden;
}	

#topheader div.content h1{
	font-size: 23px;
	color: #fff;
	border: 0;
	
}

#topheader div.content p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	border: 0;
	
}

#topheader a.brillen{
	display: block;
	width: 90px;
	height: 18px;
	font-size: 13px;
	line-height: 16px;
	
	
	float: left;
	margin: 228px 0 0 155px;
	color: #ffcc00;

	
	text-decoration: underline;
}

#topheader a.brillen:hover{
	color: #fff;
	text-decoration: underline;
}

	
	
	
	
/* Content */	
	
div.error {
  border: 1px solid #7b7b9d;
  background-color : #313164;
  width: auto;
  margin: 5px 0px 5px 0px;
  padding: 10px; 
  color: #fff; 
}


#content ul {
	padding-left: 20px;
	margin: 15px 0 15px 0px;
	font-size: 100%;
	list-style: url(../img/icons/bullet.gif);
}



#content li {
	margin: 0;
	padding:  3px 0 3px 5px;
}

#content ul.sitemap{

	margin: 0 0 5px 25px;
	padding:  0;
	list-style: url(../img/icons/bullet.gif);
}



#content div.content-highlight{
	background: #f3f3f3;
	padding: 16px;
	clear: both;
	margin: 0 0 10px 0;
}


#content div.content-highlight ul{
	margin-top: 0;
	margin-bottom: 0px;
}




#content table td{
	color: #fff;
	font-size: 100%;
}






/* Breadcrums */

ul#breadcrums{
	
	font-size: 11px;
	color: #aaa;
	letter-spacing: 1px;
	text-align:justify;
	
	list-style-type: disc;
	margin: 0px 0 8px 0;
	padding: 0px 0 0 0;
}

ul#breadcrums li{

	display: inline;
	
	background: transparent url(../img/icons/breadcrum-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	
	padding: 0 3px 0 15px;
}

ul#breadcrums li a{
	color: #aaa;
}

ul#breadcrums li a:hover{
	color: #fff;
}

ul#breadcrums li.first{
	background: transparent;
	padding: 0 3px 0 0;
}







/* Form elements */

form{
	margin: 0;
	padding: 0;
}

form.contactform{
	background: #313164; 
	border: 1px solid #7b7b9d; 
	padding: 10px;
}

form input.checkbox{
   float: left;
   margin-right: 8px;
}


form input.text{
	color: #565555;
	border: 1px solid #2f2f62;
	padding: 2px 2px 2px 2px;
	margin: 2px 0 5px 0px;
	background: #fff;
	font-weight: normal;
	font-size: 13px;
}

form select{
	padding: 0;
	margin: 2px;
	
	border: 1px solid #396cac;
}

form input.submit{
  	border: 1px solid #2f2f62;
	padding: 4px 12px 4px 18px;
	margin: 5px 0 0 0;
	
	color: #000;
	font-size: 11px;
	font-weight: bold;
	
	background: #e2e2e2 url(../img/terugbelform-submit.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}

form textarea{
	border: 1px solid #2f2f62;
	padding: 0 3px 0 3px;
	margin: 2px 0 2px 0;
}





/* HOME */

#home{
	background: #04044f;
}


#home div.highlight-box{
	width: 274px;
	height: 165px;
	float: left;
	overflow: hidden;
	background: #bf5e16 url('../img/home-highlightbg.jpg');
	background-repeat: repeat-x;
	
	margin: 0 0 15px 10px;
	padding: 12px 12px 12px 12px;
	
	text-align: left;
	
	border: 1px solid #d8d7d7;
	border-width: 0  0 0 0px;
	
	
}


#home div.first{
	margin-left: 0;
	border: 0;
}

#home div.hover{
	background-color: #bf5e16);
	background-image: none;
	background-repeat: repeat-x;
	cursor: pointer;
}

div.highlight-box h2, div.highlight-box h2 a{
	margin: 0px 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

 div.highlight-box p{
	display: block;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
}

 div.highlight-box img{
	border: 1px solid #fff;
	margin: 6px 0 5px 10px;
}

 div.highlight-box a.readmore{
	display: block;
	margin-top: 0px;
	padding: 0 0 0 0px;
	float: right;
	
	background: transparent url(../img/icons/home-read-more.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: underline;
	color: #ffcc00;
}

 div.highlight-box a.readmore:hover{
	text-decoration: underline ;
	color: #fff;
}





/* image slider op home */

#kwick {
	
	
}

#kwick ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}


#kwick .kwicks {
	display: block;
	height: 230px;

}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 230px;
	width: 92px;
	padding: 10px;
	background: #fff;
	border-left: 5px solid #000033;
}

#kwick .kwick span {
	display: none;
}

#kwick .juwelier {
	background: transparent url(../img/tmp/moo01.jpg);
	width: 260px;
}

#kwick .opticien {
	background: transparent url(../img/tmp/moo02.jpg);
}

#kwick .overons {
	background: transparent url(../img/tmp/moo03.jpg);
	border-right: 0;
}







/* google maps */

#map{
	color: #000;
	width: 580px;
	height: 300px;
	border: 1px solid #fff;
}



#map strong{
	color: #202053;
}

#map a{
	color: #964206;
	text-decoration: underline;
}

#map a:hover{
	color: #000;
	text-decoration: underline;
}

#map input{
	border: 1px solid #303063;
	padding: 2px 2px 2px 2px;
}


#map input.submit{
	border: 1px solid #000;
	background: #484881;
	color: #fff;
	padding: 1px;
}





/* rightcol */


#rightcol div{
	width: 274px;
	
	float: right;
	overflow: hidden;
	background: #bf5e16 url('../img/home-highlightbg.jpg');
	background-repeat: repeat-x;
	
	margin: 0 0 15px 10px;
	padding: 12px 12px 12px 12px;
	
	text-align: left;
	
	border: 1px solid #d8d7d7;
	border-width: 0  0 0 0px;

	
}

#rightcol h2{
	margin-bottom: 10px;
}


#rightcol table td{
	color: #fff;
	font-size: 12px;
}

#rightcol p{
	font-size: 13px;
	line-height: 18px;
	margin: 5px 0 12px 0;
}




#rightcol div.hover{
	background-color: #bf5e16);
	background-image: none;
	background-repeat: repeat-x;
	cursor: pointer;
}



/* Footer */

#footer ul.footernav{
	list-style-type: none;
	margin: 5px 0 0 0px;
	padding: 0;

	width: 300px;
}

#footer  p{
	padding: 0;
	margin: 15px 0 2px 0;
	color: #454568;
	font-size: 11px;
	
	text-align: center;
}

#footer p a{
	font-weight: normal;
	font-size: 11px;
	line-height: 10px;
	color: #454568;
	padding: 0 0 0 0px;
	text-decoration: none;
}

#footer a:hover{
	color: #5d5d8d;
	text-decoration: underline;
}

#footer ul.footernav
{
	padding-top: 5px;
	margin: 0;
}

#footer ul.footernav li{
	display: inline;
	list-style-type: none;
	
	padding: 0px 0px 0 0px;
	margin: 0 5px 0 0px;
}

#footer ul.footernav li.first{
	border: 0;
	
}

#footer ul.footernav li.first{
	background: transparent;
}

#footer ul.footernav li a{
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	padding: 0 0 0 8px;
	text-decoration: none;
	text-transform: lowercase;
	
	background: transparent url(../img/footer-itembg.gif);
	background-repeat: no-repeat;
	background-position: left;
	
}

#footer ul.footernav li.first a{
	padding: 0;
	text-decoration: none;
}

#footer ul.footernav li a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer ul.footernav li a.highlight{
	color: #fff;
	text-decoration: underline;
}

