/*	###############	*/
/*		ALGEMEEN			*/
/*	###############	*/
* {
padding: 0;
margin: 0;
} 

/* algemene layout */
body {
font: .8em "arial";
background-image: url(image/achtergrond.gif);
background-repeat: repeat;
color: #ac2e46;
}

/* layout van de links */
a {
text-decoration: none;
color: #ac2e46;
}

/* links met muis erop */
a:hover { 
color: #ac2e46; 
}

table {font-size : 11px;}

/* de site zelf */
#wrap 
{
background-image: url(image/achtergrond.gif);
margin: 0px auto;
width: 500px;
padding: 10px;
background-color: #fff;
}

/*	###############	*/
/*		HEADER			*/
/*	###############	*/
/* header layout */
#header {
width: 500px;
height : 90px;
background-color : #ac2e46;
text-align:center;
border: 1px solid #000; 
}

/* header titel */
#header h1 { 
padding-left: 10px; 
padding-top: 12px; 
font-size: 25px; 
color: #fff; 
}

/* link in de header titel */
#header h1 a { 
font-size: 25px; 
color: #fff; 
text-decoration: none;
}

/*	###############	*/
/*		MENU			*/
/*	###############	*/
/* menu tabelletje */
#menu td {
background-image: url(image/achtergrond.gif);
margin-top: 10px;
font-size : 11px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
background: #ac2e46;
}

/* menu link */
#menu a {
color : #fff;
text-decoration : none;
padding: 0px;
}

/* menu link met muis erop */
#menu a:hover {
color : #fff;
}

/*	###############	*/
/*		TEKST			*/
/*	###############	*/
/* inhoud van de pagina */
#content { 
text-align: left;
margin-top: 5px;
padding: 10px;
font-size: 11px;
}

/* titels in de inhoud */
#content h2 { 
font-size: 15px; color : #444; 
padding: 0 0 5px 0;
}

/* inhoud met 2 kolommen, 1 afbeeldingen en 1 tekst */
#content2col { 
background-image: url(image/achtergrond.gif);
text-align: left;
float:right;
width:70%;
margin-top: 5px;
padding: 10px;
font-size: 11px;
width: 375px;
}

/* titels in de 2 kolommen layout */
#content2col h2 { 
font-size: 15px; 
color : #444; 
padding: 0 0 5px 0;
}

/* voor de tabel op de accomodatie pagina */
#content2col td {
margin-top: 10px;
font-size : 11px;
font-family:Arial, Helvetica, sans-serif;
}

/*	###############	*/
/*		FOOTER			*/
/*	###############	*/
/* footer layout */
#footer { 
margin-top: 25px; 
width: 500px;
clear: both;
text-align: center; 
color: #fff;
font-size:10px; 
background-color:#ac2e46;
padding:2px;
border: 1px solid #000; 
}

/* footer link */
#footer a {
color : #fff;
text-decoration : none;
padding: 10px;
}

/* footer link met muis erop */
#footer a:hover {
color : #fff;
}

/*	###############	*/
/*		MISC				*/
/*	###############	*/
/* het footer blokje */
#bottom {
	font-size:11px;
	padding: 10px 0 0 0;
}

/*de linker kolom met plaatjes  */
#picsleft {
background-image: url(image/achtergrond.gif);
width:30%;
float:top;
vertical-align: top;
padding-bottom:10px;
padding-left:5px;
}
