/*  IMPORTANT - this cascading style sheet (css) controls most design & format decisions for this template.
    Only those familiar with CSS should edit this document.
	 Mark-up helper text is offered to define sections. */
	
/* -------------------------------------------------------------
   STANDARD CLASSES - this section defines standard html classes	
   ------------------------------------------------------------ */

html {
	height: 100%;
	margin-bottom: 10px;
	text-align: left;
}
	
body {
	background: #ededed url(images/background.jpg) repeat-x;
	color: #333; /*defines the general text color for the entire site */
	font-family: Arial, Verdana sans-serif; /*defines the general font family & size for the entire site */
	margin: 10px 0;
	padding: 0;	
	text-align: center; }

a:link, a:visited {
	color: #336699;
	text-decoration: underline; }

a:hover {
	color: #000;
	text-decoration: none;
	text-align: left;
}

h1 { color: #000000; font: bold 110% Arial, Verdana, sans-serif; }
h2 { color: #336699;	font: bold 105% Arial, Verdana, sans-serif; }
h3 { color: #006666;	font: bold 105% Arial, Verdana, sans-serif; }	
h4 { color: #336699; font: bold 100% Arial, Verdana, sans-serif; }
h5 { color: #333; font: bold 100% Arial, sans-serif; letter-spacing: .75em; }
h6 { color: #5F9EA0; font: bold 100% Arial, sans-serif; }	
hr { color: #ccc; background-color: #ccc; border: none; height: 1px;	width: 100%;}
img {
	border: none;
	text-align: right;
}
li { font-size: 12px; }
p {
	font-size: 12px;
	text-align: center;
}
ol { list-style-type: decimal; }
ul { list-style: url(images/bullet.gif); }
table, tr, td { border-collapse: collapse; } /* collapses any borders from any html tables - required for javascript calendar */

/* --------------------- 
   END Standard Classes 
/* --------------------- */


/* -------------------- 
   LAYOUT Information
   -------------------- */
#wrapper { 
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #ededed url('images/body.png') repeat-y; }

#header {
	width: 900px;
	height: 290px;
	background: url(images/header.png) no-repeat top;
	position: relative; }
	
#header h1 {
	float:left;
	color:#343434;
	font: bold 30px Helvetica, sans-serif;
	padding: 5px 0 0 20px;
	line-height: 80px;
	margin: 0; }

#header h1 a:link, #header h1 a:visited, #header h1 a:hover { text-decoration: none; color:#343434; }	

#icons {
	float:right;
	padding: 20px 10px 0 0;
}

#flashcontent { margin: 0px; }
	
#body1 { /* main content right aligned */
	float: right;
	width: 600px; /* width designed for ie 6 */
	line-height: 1.25em;
	padding: 10px; 
	margin: 30px 10px 20px 10px; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #f8f8f8 url(images/shadow-btm.png) repeat-x bottom; }

html>body #body1 { width: 550px; margin: 30px 20px 20px 10px;  } /* width designed for ie 7 and firefox */
	
#body1b { /* main content left aligned */
	float: left;
	width: 600px; /* width designed for ie 6 */
	line-height: 1.25em;
	padding: 10px; 
	margin: 30px 10px 20px 10px; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #f4f4f4; 
	border-left: 1px solid #efefef; 	
	background: #f8f8f8 url(images/shadow-btm.png) repeat-x bottom; }

html>body #body1b { width: 550px; margin: 30px 10px 20px 20px;  } /* width designed for ie 7 and firefox */
	
#body2 { /* sidebar content left aligned */
	float: left;
	width: 200px;
	padding: 10px 20px; 
	margin-top: 20px;
	font-family:Arial, Verdana sans-serif;
	font-size: 11px;
	}

html>body #body2 { margin-top: 12px; width: 250px; }
	
#body2b { /* sidebar content right aligned */
	float: right;
	width: 200px;
	padding: 10px 20px; 
	margin-top: 30px; 
	}	

html>body #body2b { margin-top: 12px; width: 250px; }	
	
#body3 {
	width: 850px;
	line-height: 1.5em;
	padding: 10px 20px; 
	margin-top: 30px; }
	
#footer {
	color: #333;
	font-size: 85%;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0px 20px;
	clear: both;
	border-top: 1px solid #b0b0b0; }

#footer p {
	color: #333;
	font-size: 80%; 
	margin: 10px 10px 0 10px; }
	
#footer a:link, #footer a:hover, #footer a:visited { text-decoration: none; }

#footer2 {
	background: transparent url(images/footer.png) no-repeat;
	height: 20px;
	width: 900px;
	clear:both;
}

#navigation {
	color: #333;
	font-size: 100%;
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #999; }

#navigation a:link, #navigation a:visited { text-decoration: none; font-weight: bold; }
#navigation a:hover{ text-decoration: underline; font-weight: bold; }

/* -------------------- 
   END Layout Information
   -------------------- */	


	

/* ------------------------ 
   GENERAL CLASSES & ID'S
   ------------------------ */	
.border { padding: 4px;	border: 1px solid #ccc; } /* simple border */
.border2 {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	text-align: left;
} /* simple border w/background color */
	
.borderfloatL { /* poloroid style border w/float left */ 
	float: left;
	padding: .5em .5em 2em .5em;
	margin: 0 10px 10px 0; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR { /* poloroid style border w/float right */ 
	float: right;
	padding: .5em .5em 2em .5em;
	margin: 0 0 10px 10px; 
	border-top: 1px solid #ebebeb; 
	border-right: 1px solid #efefef; 
	border-left: 1px solid #f4f4f4; 	
	background: #ffffff url(images/shadow-btm.png) repeat-x bottom; }

.borderfloatR p, .borderfloatL p { /* poloroid style text */ 
	margin: 0 0 -6px 0px ; 
	font: 7pt Arial, sans-serif; 
	color: #333; 
	text-align: center;
}
	
.cred {
	color: #CC0000;
	font-weight: bolder;
} /* color red */
.cblue {
	color: #3366CC;
	font-weight: bolder;
} /* color blue */
.cgreen {
	color: #006633;
	font-weight: bolder;
} /* color green */
.land {
	font: bolder 14px Arial, Verdana sans-serif;
	color: #990000;
}/* color red 14pc */
.center { text-align: center; }	
.clear { clear: both; }
.floatL { float: left; margin: 0 10px 0 0; } /* basic float left */ 
.floatR { float: right; margin: 0 0 0 10px; } /* basic float right */ 
.right { text-align: right; }
.xsmall {
	font-size: x-small;
	text-align: right;
}
.xxsmall { font-size: xx-small; }

/* --------------------------- 
   END General Classes & ID's
   --------------------------- */		

	
/* -------------------------------------------
	MAIN MENU SECTION - Standaard verticaal
	------------------------------------------- */
#menu ul { list-style: none; margin: 0; padding: 0; }
#menu li { list-style: none; display: inline; }
#menu { width: 200px; border: 1px solid #999; margin: 10px 10px 10px 0; }
#menu li a { height: 32px; voice-family: "\"}\"";  voice-family: inherit; height: 24px; text-decoration: none; }
#menu li a:link, #menu li a:visited { color: #333; font: bold 12px Verdana; display: block; background: url(images/menu.gif); padding: 8px 0 0 20px; }
#menu li a:hover, #menu li #current, #menu li a:active { color: #000; font: bold 12px Verdana; background: url(images/menu.gif) 0 -32px; padding: 8px 0 0 20px; text-indent: 4px; }

/* -------------------------------------------
	MAIN MENU SECTION -  Vakantieparken
	------------------------------------------- */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-size: 15px;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

/*subunderline menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.subunderlinemenu{
font-weight: bold;
width: 100%;
}

.subunderlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.subunderlinemenu ul li{
display: inline;
}

.subunderlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.subunderlinemenu ul li a:hover, .sub_ underlinemenu ul li a.selected{
border-bottom-color: black;
}
/* ---------------------
   END Main Menu Section
	--------------------- */


/* ---------------------- 
   CALENDAR Style section 
	---------------------- */

.main { 
	width: 230px;
	border: 1px solid #fff; }

.month {
	font: bold 14px Arial, "Verdana sans-serif";
	color: #666666;
	padding-bottom: 4px; }

.daysofweek {
	background-color: #ebebeb;
	font: 10px verdana;
	color: #333; }

.days {
	font-size: 12px;
	font-family:verdana;
	color: #333;
	padding: 2px; }

.days #today {
	font-weight: bold;
	color: #fff;
	background-color: #999;
	display:block;
}
.tabellijn {
	border: thin groove #CCCCCC;
}
.Linkskop {
	font: bold 14px Arial, "Verdana sans-serif";
	color: #666666;
	padding-bottom: 4px;
}
.links {
	font: bolder 14px Arial, "Verdana sans-serif";
	color: #3366CC;
	background-color: #FFFFFF;
}
.tabellijnlichtgrijs {
	border: thin groove #E2EBF4;
}
#centreer {
	text-align: center;
}
center {
	text-align: left;
}
p {
	text-align: left;
}
