/* CSS bestand voor zwembad de Koekoek - Copyright 2009 PCsupport Vaassen - www.pcsupport-vaassen.nl */

html, body {
	margin: 0;
	padding: 0;
	background: #0100e2 url('../img/background.jpg') repeat-x;
	height: 100%;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #28809d;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #28809d;
}

a {
	text-decoration: none;
	color: #3e5991;
}
a:hover {
	text-decoration: underline;
}

/* START CONTAINER */
div#container {
	position: absolute;
	width: 880px;
	margin: 0 0 0 -440px;
	left: 50%;
	background: #fff;
	overflow: hidden;
	
	height: auto !important;
	height: 100%;
	min-height: 100%;
	/*z-index: -1;*/
}
/* END CONTAINER */

/* START HEADER */
div.header {
	width: 880px;
	height: 217px;
}
/* END HEADER */

/* START CONTENT */
div.content {
	width: 840px;
	margin: 10px 20px 10px 20px;
	float: left;
}
div.menu {
	position: relative;
	width: 200px;
	padding: 0 5px 0 0;
	border-right: 5px dotted #e5e9f1;
	float: left;
	margin: 0 0 10px 0;
}
div.menu ul {
	width: 200px;
	margin: 0;
	padding: 0;
}
div.menu ul li {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
}
div.menu ul li a {
	width: 200px;
	height: 21px;
	display: block;
	padding: 8px 0 0 0;
	border-bottom: 1px solid #aab6cf;
	color: #aab6cf;
	text-decoration: none;
}
div.menu ul li a:hover {
	border-bottom: 1px solid #3e5991;
	color: #3e5991;
	background: #e5e9f1;
	text-decoration: none;
}
div.menu ul li.sub {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	float: left;
}
div.menu ul li.sub a {
	width: 175px;
	height: 21px;
	display: block;
	padding: 8px 0 0 25px;
	border-bottom: 1px solid #aab6cf;
	color: #aab6cf;
	text-decoration: none;
	font-style: italic;
}
div.menu ul li.sub a:hover {
	border-bottom: 1px solid #3e5991;
	color: #3e5991;
	background: #e5e9f1;
}
div.menu h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3e5991;
	float: left;
}
div.menu p {
	float: left;
}
div.nieuwsbrief {
	width: 180px;
	height: 111px;
	background: url('../img/nieuwsbrief.jpg') no-repeat;
	padding: 30px 10px 10px 10px;
	margin: 0;
	float: left;
	color: #fff;
	text-align: center;
}
div.nieuwbouw{
	width: 180px;
	height: 65px;
	background: url('../img/nieuwbouw.jpg') no-repeat;
	padding: 35px 10px 10px 10px;
	margin: 0;
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
}
div.nieuwbouw a {
	color: #fff;
	text-decoration: none;
}
div.nieuwbouw a:hover {
	color: #fff;
	text-decoration: underline;
}
div.aandachtspunt{
	width: 180px;
	height: 65px;
	background: url('../img/aandachtspunt.jpg') no-repeat;
	padding: 35px 10px 10px 10px;
	margin: 0;
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
}
div.aandachtspunt a {
	color: #fff;
	text-decoration: none;
}
div.aandachtspunt a:hover {
	color: #fff;
	text-decoration: underline;
}
div.text {
	position: relative;
	width: 610px;
	padding: 0 0 0 5px;
	float: left;
	margin: 0 0 10px 0;
	/*z-index: -1;*/
}
div.text h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3e5991;
}
div.text h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e5991;
}
div.text p.error {
	color: #ff0000;
	font-weight: bold;
}
div.text p.success {
	color: green;
	font-weight: bold;
}
div.text table {
	/*border: 1px solid #eee;*/
	border-color: #eee;
	border-collapse: collapse;
}
div.text table#fotos {
	border: 0;
}
div.text hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #3e5991;
	background-color: #3e5991;
}
div.submenu {
	display: none;
	float: left;
}
/* END CONTENT */

/* START FOOTER */
div.footer {
	position: relative;
	width: 880px;
	height: 38px;
	bottom: 0;
	background: url('../img/footer.jpg') no-repeat;
	padding: 65px 0 0 25px;
	float: left;
}
/* END FOOTER */

