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

body {
	margin: 0;
	padding: 0;
	color: #764945;
	background-color: #fff;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-size:cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {line-height: 150%;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1, h2 {color: #f00; }
h1 {font-size: 1.4em; font-weight: normal; margin-bottom: 0;margin-top: 10px;}
h2 {font-size: 1.4em; font-weight: normal; margin-bottom: 0;}
h1:first-letter, h2:first-letter {font-size: 2em;}

p {font-size: 1.4em; letter-spacing:0.05em}
p:first-letter {font-size: 1.5em;}
.fotografie {font-size: 1.0em; padding-top: 1em;}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
#content a:link, #content_home a:link, #footer a:link{
	color: #764945;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#content a:visited, #content_home a:visited, #footer a:visited {
	color: #764945;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content a:focus, #content_home a:hover, #content_home a:active, #content_home a:focus, #footer a:hover, #footer a:active, #footer a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #fff;
	background-color:#F00;
}

#content a:hover.gastenboek, #content a:active.gastenboek, #content a:focus.gastenboek{ 
	background-color: transparent;
}

#container {
	width: 900px;
	margin: 150px auto 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(../images/bg_transparant.png);
	background-repeat: repeat;
	
}

#header {
	
	background-attachment: scroll;
	background-image: url(../images/bg_header2.png);
	background-repeat: no-repeat;
	height: 189px;
}

#wrapper {
	/* [disabled]background-image: url(../images/bg_wrapper.png); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: 780px bottom; */
}
/*#home {
	background-image:url(../images/bg_home.png);
	background-repeat: no-repeat;
	
}*/

#home {
	/*background-image:url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 270px 20px;	*/
	
}


.full {margin: 20px 15px; max-width: 500px;}
	
#sidebar1 {
	float: left;
	width: 265px;
	padding-bottom: 10px;

}
.ondertekst {margin-left: 15px; font-size: 12px; font-style:normal;}

#content {
	padding: 30px 0 10px 14px;
	width: 540px;
	float: left;
	
	
}
#content_home {
	padding: 30px 0 10px 14px;
	width: 540px;
	float: left;
}
	
	

img {border: 4px solid #fff;
}

#sidebar1 img {margin: 1em 1em 0 1em;}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol, #content_home ul, #content_home ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	
}

#content ul li {
	font-size: 1.4em;
	letter-spacing:0.05em;
	margin: 3px 0;
}



#sidebar1 {
	width: 240px;
	padding-left: 10px;
	/* [disabled]background-color: green; */
	float: left;
	font-style:italic;
}
#sidebar1 a {
	color: #764945;
}
/* #sidebar1 img {border: 4px solid #fff; margin: 15px 0 0 15px;}
#sidebar1 img.home { margin-top: 20px;}*/
#sidebar1 img.noborder { border: none;}

ul.nav {margin-top: 40px;
	list-style: none; 
	margin-bottom: 10px;  /*this creates the space between the navigation on the content below */
	/*margin: 50px auto 3px 5px; nodig voor IE7 en IE6*/
}
ul.nav li {
	display: block;
	font-size: 1.3em;
	font-weight:bold;
	/* [disabled]letter-spacing:0.1em; */
	line-height: 120%;
	margin: 0.5em 0;
}


ul.nav a, ul.nav a:visited {
	display: block;
	/* [disabled]width: 250px; */
	text-decoration: none;
	padding: 0 1.0em 0 1.5em;	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	text-decoration: none;	
	padding: 0 1.0em 0 1.5em;
	background-image: url(../images/bg_nav_bullet.png); 
	background-repeat: no-repeat;	
	background-position: left center;
}

ul.nav a.selected:visited {

	text-decoration: underline;	
	padding: 0 1.0em 0 1.5em;
	background-image: url(../images/bg_nav_bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.capitals {
	/* [disabled]font-variant:small-caps; */
	color: #f00;
}

.vvv-tekst{
	font-size: 18px;
}
a.vvv {color: #f00!important;}
a:hover.vvv {color: #fff!important;}

/* ~~ The footer ~~ */
#footer {
	
	padding: 10px 0;
	text-align: center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */

}
#footer p {
	font-size: 1em;
	/* [disabled]font-weight:bold; */
	letter-spacing:0.1em;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt-noborder {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: none;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#prijzen table {
width: 500px;
font: 10pt Arial, Helvetica, sans-serif;
border-collapse: collapse;
border: 1px solid #f00;
margin-bottom: 1rem;


}

#prijzen th {
	font-size: 1.1em;
	text-align:left;
	padding: 1em 1em 0.3em 1em;
	background-color:#fff;
	/* [disabled]border: 1px dashed #f00; */
}

#prijzen td {
font-size: 0.9em;
font-weight: bold;
border-right: 1px solid #f00;
border-left: 1px solid #f00;
border-bottom: 1px dashed #f00;
padding: 2px;
text-align: center;

}

#prijzen td.data {
font-size: 0.9em;
font-weight: bold;
border-right: 1px solid #f00;
border-left: 1px solid #f00;
padding-left: 8px;
text-align: left;

}

#prijzen td.kosten {
font-size: 1em;
font-weight: bold;
border-right: 1px solid #f00;
border-left: 1px solid #f00;
padding: 10px 0 10px 10px;
text-align: left;

}
#prijzen td.info {
font-size: 0.9em;
font-weight: bold;
font-style:italic;
border-right: 1px solid #f00;
border-left: 1px solid #f00;
padding-left: 8px;
text-align: left;

}

#prijzen td.kenmerk {
font-weight: bold;
color: #f00;
letter-spacing:0.1em;
border-bottom: 1px solid #f00;
vertical-align: top;
padding: 1em 1em 0.3em 1em;
background-color:#e3d9d9;

}

#prijzen td.prijzen {
	font-weight: bold;
	font-variant:small-caps;
	color: #f00;
	letter-spacing:0.1em;
	border-bottom: 1px solid #f00;
	vertical-align: top;
	padding: 1em ;
	background-color:#e3d9d9;
}

#prijzen td.aanbieding {
font-weight: bold;

letter-spacing:0.01em;
border-bottom: 1px solid #f00;
vertical-align: top;
padding: 1em ;
background-color:#e3d9d9;
text-align:left;

}

.lastminute {
padding: 1em ;
background-color:yellow;	
}


.rood {
	/* [disabled]padding: 0.5em; */
	/* [disabled]background-color:red; */
	color: #f00; 
}
.bolder {font-weight: bolder;}

#korting {width: 200px; margin: 10px auto auto 1em; padding: 8px;  border: 1px solid #FF0000; background:#FFF;}
#korting h1 {color: #f00;  margin: 0; padding: 0 0 0 5px; }

#korting p { font-size: 1.2em;  margin: 0; padding: 0 0 0 5px; }
#korting p:first-letter { font-size: 1.2em;  font-weight: normal; }

