/* @override http://www.siranthonyvandijck.be/css/savd.css */

/* @group RESET */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* @end */

/*----------------------------------------basic elements-----------------------------------------*/
body
{
	background: #F7F7E7 url(../gfx/b_degra.jpg) repeat-x 0px 80px;
	margin: 0;
	padding: 0;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 12px;
	line-height:150%;
	text-align: center;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

a, a:link, a:active
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #6B592F;
}

h1{font-size:1.8em}
h2{font-size:1.6em}
h3{font-size:1.4em}
h4{font-size:1.1em}
h5{font-size:1em}

p {
	font-family: georgia, verdana, arial, sans-serif;
}
.route {margin: 2px;}

ul { }

li { }

h5 {
	border-top:1px solid #EBE0CC;
color:#6B592F;
font-size:11px;
font-weight:normal;
letter-spacing:1px;
margin-bottom:8px;
padding-top:8px;
text-transform: downcase;}


/*----------------------------------------main outside layout elements (divs)-----------------------*/

#header
{
	width: 730px;
	margin: 10px auto 10px auto;
	
	background-image:  url(../gfx/header.jpg);
	background-repeat: no-repeat;
	height: 60px;
/*	border: 1px solid #000;*/
}

#content {
	width: 640px;
	margin: 30px auto 0 auto;
	padding: 0;
 /*border: 1px solid #000;*/
	text-align: left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 638px;
}

#content h1 {
	margin-top: 30px;
	margin-bottom: 30px;

}


#bgDegra
{
	z-index: -2;
	width: 100%;
	background-image:  url(../gfx/bg_navigation_white.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000;
}

#footer
{
	display: block;
	text-align: center;
	font-size: x-small;
	font-variant: normal;
	color: #6B592F;
	padding: 20px;
	clear: both;
	text-transform: capitalize;
}

/*---------------------xtra layout elements--------------------------*/

/*-----------------------------header--------------------------------*/

#header a
{
	float: right;
	vertical-align: top;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: 9px;
}

#header h1 
{ 
	display: none;
}

/*-----------------------navigation----------------------------------*/

#nav
{
	border-top: 1px solid #EBE0CC;
	border-bottom: 1px solid #D6C299;
	background-image:  url(../gfx/bg_navigation.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	padding: 0;
/*	text-align:left;*/
/*	border: 1px solid #000;*/
}

#navigation
{
	text-align: left;
}

#navigation td, #subnavigation td
{
	margin: 0;
	padding: 0;
}

.menu
{
	z-index: 5;
	width: 100px;
	margin: -1px 0px 0px 9px;
	padding: 14px 0px 7px 0;
	background: transparent url(../gfx/bg_dropdown.jpg) bottom;
	background-repeat: repeat-x;
	position: absolute;
/*	border-left: 1px solid #EBE0CC;
	border-right: 1px solid #EBE0CC;*/
	border-bottom: 1px solid #C8AF74;	
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

#nav table tr td
{
	border-right: 1px solid #C8AF74;
	padding-right: 4px;
}

#nav table tr td.last
{
	margin-left: 0;
	border-right: none;
}

.menu a
{
	display: block;
	background-color: #F7F7E7;
	padding-left: 5px;
}


.balknav {
	text-align: left;
	font-family: georgia, verdana, arial, sans-serif; 
	margin: 0 10px;	
	font-size: 11px;
}

/*--------------------------------content--------------------------------------*/



/*--------------------------------specials-------------------------------------*/
img.border {border: 1px solid #6B592F;}

p.vakantie {
	border: 3px solid #d5c39d;
	padding: 1em;
	margin: 1em 0;
	background-color: #fff;
	text-align: center;
}

#contentRight p a img {
	margin: 1em 0 0 0;	
}

#contentRight h3 {
	font-size: 1.4em;
	margin-bottom: .3em;
}

#contentRight p {
	margin-bottom: .3em;
}

#txt {
	float: left;
}

#txt h1 {
	margin: .3em 0;	
}

table {
	border: 0;
	border-collapse: collapse;
}

table#tblInfo img {
	display: inherit;
}

table#tblInfo td {
	border-collapse: collapse;
}

table#tblInfo tr {
}

#HOME_reservaties,
#HOME_vacature,
#HOME_vakantie {
	border: 1px solid #c8af74;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 13px;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
	background: #f8f8f0 ;
}

#HOME_vacature h3 {
	margin-top: .4em;
	margin-bottom: .6em;
	color: #330;
}

#HOME_vacature h3 span {
	display: block;
	font-size: .7em;
	color: #99753f;
	font-weight: normal;
}

#HOME_vacature ul {
	text-align: left;
	list-style-type: square;
	margin-left: 2.23em;
	margin-right: 1em;
}

p.asteriks {
	color: #6b592f;
	margin-top: .6em;
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 3em;
}

p.tip {
	color: #6b592f;
}

/* @group HOME extra's */

#HOME_vakantie {
	border-color: #ff7721;
	color: #65a417;
	background-color: #fff;
}

#HOME_vakantie h3 {
	margin-top: 0;
	font-size: 1.2em;
	color: #65a417;
	font-weight: normal;
}

#HOME_vakantie h3 span {
	display: block;
	font: normal normal .4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#HOME_vakantie li {
	font-style: italic;
}

#HOME_vakantie li.prijs {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
	margin-bottom: 1em;
}

#HOME_vakantie #open {
	background-color: #e4fac7;
	padding: .5em 0;
	margin-bottom: .5em;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
}

#HOME_vakantie #closed {
	background-color: #ffe4d3;
	padding: .5em 0;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
}

#HOME_vakantie #closed,
#HOME_vakantie #closed h3 {
	color: #ff7721;
}




/* @end */




