/* globaal opmaak document Tyfoonsailing*/
body{
	text-align:center;
	position: relative;
	margin-top: 5px;
	background: #003B81 url(none) repeat-y;
			
}
#hoofding{	/*banner met hoofding*/
	background-image:url(../fotos/Zeilbootklein.jpg);		/*hoofdafbeelding site*/
	background-color:#003B81;		/*algemeen achtergrondkleur*/
	height:200px;	/*als deze verhoogt, gaat de pagina naar beneden,als deze lager is gaat de pagina naar boven*/
	width:850px;		/*even breed of smaller dan container*/
	background-repeat:no-repeat;	/*geen herhaling van afbeelding*/
	background-position:center;	/*gecentreerd*/
}
 
#container{		/*algemene container waar alles in staat van site*/
	width:850px;
	/*height:650px;*/
	background-color:#003B81;
	position:absolute;	/* volgende lijnen zorgen ervoor dat alles gecentreerd staat tov de pagina*/
	left:50%;
	margin-left:-425px;		/*helft van de breedte*/
	margin-top:0px;
}
#tekstvak {
	color: #003B81;
	background: #CAD0DF;
	/*height: 600px;*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}
#sitemap  {
	text-align: left;
	/*height: 660px;*/
	width: 610px;
	color: #003B81;
	background-color: #CAD0DF;
	padding-left: 25px;
	float: left;
}
#sitemap a {
	color: #003B81;
	text-decoration: none;
	list-style-type: square;
}
#sitemap li {
	list-style-type: disc;
	list-style-image: url(../fotos/anker1.jpg);
}
#navigatie{
    height:440px;
	width:208px;
	background-color:#CAD0DF;
	float:right;		/*zorgt er voor dat navigatie aan rechterkant plakt*/
	color:#003B81;
	position:relative;
	padding-top: 15px;
	padding-left:5px;
}
#navigatie a {                    /*opmaak van de links in de navigatiebalk*/
	padding-right: 10px;
	margin-right: 10px;
	text-decoration:none;
	font-weight:bold;
	color:#003B81;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #003B81 url(titlebar.png) repeat-x left center;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0px 4px 10px; /*header text is indented 10px*/
	cursor:pointer;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #C2E3FE;
}

.arrowlistmenu ul li a{
	color: #a70303;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background:#66CCFF;
}

