@charset "utf-8";
* {
	margin:0;
	text-decoration: none;
	color:#333;
	/*color:#636466;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
html, body {
	overflow:visible;
}
a:hover {
	text-decoration:underline;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	overflow:hidden;
	background-color:#FFFFFF;
	background-attachment:fixed;
	/*
	background-image: url(../img/bg_gras.jpg);
	background-repeat:repeat;
	*/
	background-image: url(../img/bgDown.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
h1 {
	font-size:22px;
	color:#012f8b;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#pauwLeft{
	position:absolute;
	width:550px;
	height:473px;
	top:50px;
	left:0px;
	background-image:url(../img/pauwBgLeft.png);
}
#pauwRight{
	position:absolute;
	width:352px;
	height:446px;
	top:40px;
	right:0px;
	background-image:url(../img/pauwBgRight.png);
}
#container{
	overflow-x:hidden;
	overflow-y:scroll;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
#baseWrapper {
	position: absolute;
	width: 600px;
	left: -300px;
	margin-left: 50%;
	top:25px;
	padding:0px 0px 0px 0px;
}
#topBanner {
	position: relative;
	background-color: #ffffff;
	/*background-image: url(../img/wittePauw.jpg);*/
	height: 220px;
	width: 600px;
	float:left;
}
#dropShadowLeft {
	position:absolute;
	top:0px;
	left:-10px;
	width:10px;
	height:220px;
	background-image:url(../img/dropShadowLeft.png);
	background-repeat:repeat-y;
}
#dropShadowRight {
	position:absolute;
	top:0px;
	right:-10px;
	width:10px;
	height:220px;
	background-image:url(../img/dropShadowRight.png);
	background-repeat:repeat-y;
}
#titel {
	position:absolute;
	top:20px;
	left:20px;
	background-image:url(../img/deWittePauwTitel.png);
	width:309px;
	height:58px;
}

/*	Menubar	*/
#menuBar {
	position:relative;
	margin-top:-28px;
	width: 600px;
	float:left;
}
#mainMenuItemFrame {
	clear:both;
	width: 600px;
	float:left;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background-image:url(../img/menuBg.png);
	background-repeat: repeat-x;
	background-position:bottom;
}
#mainMenuItemFrame ul {
	list-style-position:outside;
	list-style:none;
	margin: 0px;
	padding:0px;
	float: left;
	}
#mainMenuItemFrame li {
	background-color:#479218;
	float:left;
	margin-right: 5px;
	padding: 5px 0px 5px 0px;
	background-image: url(../img/buttonBg.png);
	background-repeat:repeat-x;
	}
#mainMenuItemFrame li.selected {
	background-color:#012f8b;
}
#mainMenuItemFrame li.selected a {
	color: #ffffff;
}
#mainMenuItemFrame li:hover {
	background-color:#012f8b;
}
#mainMenuItemFrame li a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 15px 6px 15px;
	color: #000000;
	font-weight: bold;
}
#mainMenuItemFrame li a:hover {
	color:#FFFFFF;
}
.mainMenuItem{
	padding: 6px 10px 5px 10px;
	margin: 0px 5px 0px 0px;
	background-color:#0066FF;
	text-decoration:none;
}
/*
.mainMenuItem:hover{
	padding: 6px 10px 5px 10px;
	background-color: #CC6633;
}
*/
#secondaryMenuItemFrame {
	width:600px;
	height:25px;
	clear:both;
	float:left;
	background-color:#012f8b;
}
#secondaryMenuItemFrame ul {
	list-style-position:outside;
	list-style:none;
	margin: 0px;
	padding:0px;
	float: left;
}
#secondaryMenuItemFrame li {
	float:left;
	margin: 4px 20px 0px 20px;
}
#secondaryMenuItemFrame li.selected {
	font-weight:bold;
}
#secondaryMenuItemFrame li a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
#secondaryMenuItemFrame li a:hover {
	text-decoration:underline;
}
#leftBar {
	position:absolute;
	bottom:8px;
	left:-800px;
	width:800px;
	height:25px;
	background-color:#012f8b;
}
#rightBar {
	position:absolute;
	bottom:8px;
	right:-800px;
	width:800px;
	height:25px;
	background-color:#012f8b;
}
#menuRuler{
	width:600px;
	height:8px;
	position:relative;
	float:left;
	background-color:#012f8b;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/*	Content		*/
#contentDiv {
	position: relative;
	float: left;
	margin: 8px 0px 0px 0px;
	background-color:#ffffff;
	border-left: solid 1px #c7c8ca;
	border-right: solid 1px #c7c8ca;
	width: 548px;
	padding: 10px 25px 10px 25px;
}
#contentDiv a, #contentDiv p, #contentDiv li {
	text-decoration: none;
	color:#333;
/*color:#636466;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:justify;
}
#contentDiv a {
	text-decoration:underline;
}
#contentDiv a:hover{
	color:#000;
}
#contentDiv a:hover {
	text-decoration:underline;
}
#bottomBanner {
	position: relative;
	float: left;
	height: 10px;
	width: 600px;
	margin: 8px 0px 0px 0px;
	border-top: none 1px #CCCCCC;
	background-color:#012f8b;
}
#bottomLinks {
	position:relative;
	float:left;
	width: 600px;
	margin: 5px 0px 20px 0px;
	text-align:center;
}
#bottomLinks p, #bottomLinks a {
	font-size:11px;
}

/*	Subpages	*/
#plaatjediv{
	position:relative;
	width: 100px;
	height:485px;
	margin-left: 0px;
	border: 1px solid #000000;
	background-image:url(../img/wittePauw.png);
	float:left;
}
#maildiv{
	position:relative;
	width: 430px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding:0px;
	border: 1px none #666666;
	float:left;
}

/* tables */
#tableTarieven  {
	width:500px;
	height:150px;
	border: none #000 1px;
	text-align:left;
	border-collapse:separate;
	margin-bottom:20px;
	border-spacing:2px;
}
#tableTarieven td {
	border: none #000 1px;
	vertical-align:top;
	padding:20px;
}
td.leftCol {
	width:100px;
}
#tableTarieven tr {
	height:50px;
}
#tableSeizoenen  {
	width:500px;
	height:150px;
	border: none #000 1px;
	text-align:left;
	border-collapse:separate;
	border-spacing:2px;
}
#tableSeizoenen td {
	border: none #000 1px;
	vertical-align:top;
	padding:20px;
}
#tableSeizoenen tr {
	height:50px;
}
#tableContact {
	width:500px;
	height:150px;
	border: 1px none #000000;
	border-collapse:collapse;
	text-align:left;
	padding:20px;
	margin:30px 0px 10px 0px;
}
#tableContact td {
	border: 1px none #000000;
	padding:20px;
}
#tableContact .leftCol {
	width:50px;
}
.greyBg {
	background-color:#D4D4D4;
}

#defaultDiv{
	margin:50px;
}
.comment {
	font-size:10px;
}
.pageBreak {
	page-break-before:always;
}
textarea {
	margin:0px;
	left:0px;
}