/** 	algemeen.css 
 	Versie 1.1 / 25-2-2007
  	
  	(C) Doorn WebBouw 2007 
  	http://www.doornwebbouw.nl | info@doornwebbouw.nl
-----------------------------------------------------------------------------*/


/* Algemeen (reset.yahoo)
-----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Achtergronden
-----------------------------------------------------------------------------*/

body{
	background: #ccc;
}

#header{
	background: url(../images/header-back.jpg) left top no-repeat;
	
}

#subheader{
}

#main{
	background: url(../images/main-back.gif) left top repeat-y;
	
}

#content{
	background: url(../images/content-back.gif) left top no-repeat;
}

#leftbar{

}

#rightbar{

}

#footer{
	background: url(../images/footer-back.gif) left top no-repeat;	
}



/* Typografie
-----------------------------------------------------------------------------*/

strong.bold{
	font-weight: bold;
}

em{
	font-style: italic;
}

body{
	font: 62.5% Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.6em;
}

a{
	text-decoration: underline;
	color:  #000;
	font-weight: bold;
}

a:hover{
	color:black;
}

#header a{
	font-weight: normal;
}


#extranav, #extranav a{
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}

#extranav a:hover{
	color: black;
}

#subheader, #subheader a{
	font-size: 1.4em;
	color: #756565;
	text-decoration: none;
}
#subheader .taal-eng {
position: absolute;
top: -8px;
left:636px;
list-style:none;
}
#subheader .taal-spa {
position: absolute;
top: -8px;
left:668px;
list-style:none;
}
#subheader .taal-ita {
position: absolute;
top: -8px;
left:700px;
list-style:none;
}
#content{
	font-size: 1.30em;
	line-height: 1.4em;
}

/* Oude h1
#content h1{
	font-family: verdana, helvetica, arial;
	font-size: 1.8em;
	font-weight: normal;
	color: #7B2623;
	line-height: 2em;	
}
*/

/* Nieuwe h1 (=h2) */

#content h1{
	font-family: arial, helvetica, verdana;
	font-size: 1.4em;
	font-weight: bold;
	color: #7B2623;
	line-height: 2em;	
}

#content h2{
	font-family: arial, helvetica, verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #7B2623;
	line-height: 2em;
	margin-bottom: -4px;
}

#content h3{
	font-family: arial, helvetica, verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	line-height: 1.4em;	
}

#content p{
	margin-bottom: 12px;
}

#navigation a{
	color: #000;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

#footer, #footer a{
	text-align: center;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}




/* Overall layout
-----------------------------------------------------------------------------*/

#container{
	position: relative;
	margin: auto;
	width: 770px;
	height: auto;
}

#header{
	position: relative;
	width: 770px;
	height: 287px;

}

#subheader{
	position: absolute;
	left: 24px;
	top: 255px;
	
}

#extranav{
	position: absolute;
	left: 24px;
	top: 214px;
	}

#main{
	position: relative;
	width: 820px;
	overflow: auto;
	ppadding-bottom: 45px;	
}


#content{
	width: 449px;
	
	/* TIJDELIJK */
	min-height: 410px;
	ffloat: left;
	padding: 0px 46px 0px 32px;
	overflow: visible;
	margin-bottom: 30px;
	margin-left: 234px;
	position: relative;
	
}

#leftbar{
	width: 234px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#rightbar{
	/* Zie layout.css */
}


#footer{
	height: 25px;	
	padding-top: 30px;
	padding-left: 430px;
}

hr{
	color: black;
	height: 0px;
	border: 1px dotted black;
	clear: both;
}


	
/* Suckerfish 
	Houd intact ivm begrip van de code
	Let op: IE (5?, 6?, 7?) vraagt een JS toevoeging in geval van meerdere niveau's
	
-----------------------------------------------------------------------------*/
#navigation{
	width: 234px;
}


#navigation ul {
	padding: 0;
	margin: 0;
	list-style-image: none;
}
  
#navigation li {
	float: left;
	position: relative;
	margin: 0;
	width: 194px;
	height: 25px;
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
	background: url(../images/navbutt-back.gif) left top no-repeat;
}

#navigation li.space{
	height: 0px;
	background: none;
	margin-top: -5px;
	display: none;
}
  
#navigation li#breder{
}

#navigation li ul {
	display: none;
	position: absolute; 
	top: 1.5em;
	left: 0px;
}
  
#navigation li ul li{
	background: url(../images/navliback.gif) bottom right no-repeat #078CFD;
	color:	white;
	padding: 3px 6px 3px 6px;
	border-bottom: 1px darkblue solid;
	border-top: 0px;
	width:	150px;
	text-align: left;
 }
  
#navigation a{
/* Zie typografie */
}
 
#navigation a.specialnav{
}

#navigation a.specialnav:hover{
}
 
#navigation ul li ul li a{
}
  
#navigation li a:hover{
	color: white;
}
 
#navigation a.lasttab{
}
    
#navigation li > ul {
	top: auto;
	left: auto;
}
	
#navigation li:hover ul, #navbar li.over ul {
	display: block;
}

/* einde suckerfish */



/* Template specifiek
-----------------------------------------------------------------------------*/
 
/* formpage */

.formpage #form{
	margin-top: 20px;
}


.formpage .verplicht{
	font-size: 14px;
	font-weight: bold;
	color: blue;
}

.formpage hr{
	clear: left;
	margin-top: 10px;
	margin-bottom: 16px;
	width: 90%;
	ffloat: left;
	text-align: left;
}

.formpage #form .omschr{
	width: 186px;
	padding-right: 12px;
	float: left;
	margin-bottom: 10px;
	clear: left;
}

.formpage #form .veld{
	float: left;
	margin-bottom: 10px;
	width: 220px;
}

.formpage #form .veld input{
	width: 200px;
	float: left;
}

.formpage #form .veld input.klein{
	width: 20px;
}





/* Pagina specifiek
-----------------------------------------------------------------------------*/

/* contact.html */


#contact #form .veld #postcode,
#english #form .veld #postcode{
	width: 60px;
}

#contact #form .veld #woonplaats,
#english #form .veld #woonplaats{
	width: 137px;
}


/* onlinereserveren */

#onlinereserveren #form .veld {
}

#onlinereserveren #form .veld #aantalpersonen{
	width: 205px;
}

#onlinereserveren #form .veld #vertrekstraat, #onlinereserveren #form .veld #aankomststraat{
	width: 160px;
}

#onlinereserveren #form .veld #vertrekhuisnummer, #onlinereserveren #form .veld #aankomsthuisnummer{
	width: 35px;
}




/* index.html */

#index h1{
	font-size: 1.3em;
}


#index #content{
	font-size: 1.3em;
}

#index .vak1{
	width: 198px;
	float: left;
	bborder-right: 1px dotted #888;
	font-size: 1.1em;
}

#index .vak1 ul{
	list-style-type: square;
	padding-left: 16px;
	font-size: .85em;
}

#index .vak1 ul li{
	margin-bottom: 6px;
}


#index .vak2{
	width: 244px;
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}

#index .vak2 hr{
	text-align: center;
	width: 236px;
	border: 1px dotted #aaa;
}


/* begeleidvervoer */

#begeleidvervoer #content ul{
	list-style-type: square;
	padding-left: 16px;	
}


/* formtemplate */

#formtemplate h1{
	font-size: 18px;
	font-weight: bold;
}


#formtemplate h1.error{
	color: red;
}

#formtemplate h2{
	ffont-size: 18px;
	fline-height: 18px;
}

#formtemplate #content ul{
	list-style-type: square;
	padding-left: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#formtemplate #content a{
	color: black;
}


/* english */

#english #content ul{
	list-style-type: square;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
}

/* espanol nog aan te passen */

#english #content ul{
	list-style-type: square;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 12px;
}



/* Overig
-----------------------------------------------------------------------------*/

.pp{
	border: 0px solid #5A4647;	
}

.floatright{
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}

.floatleft{
	float: left;
	margin-right: 8px;
}

#telnr{
	margin-top: -1px;
	margin-left: -18px;
	margin-bottom: 0px;
}

#printonly{
	display: none;
}

.bijschrift{
	font-size: .85em;
	font-style: italic;
	display: block;
	margin-right: -16px;
}
