/* 

css bestand voor www.avzv.nl
copyright (c) Joey van der Klugt, 2007-2011
versie 1.05 - 23052011

*/

/* =resetting */
h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
}

/* =layout */
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000;
	background-color: #fff;
	border-top: 12px solid #323b97;
}

#wrapper {
		padding: 130px 10px 10px 140px;
		width: 690px;
}

a img {
	border: none;
	text-decoration: none;
}

/* =branding */
h1 {
	position: absolute;
	top: 62px;
	left: 140px;
	text-transform: lowercase;
	font-size: 150%;
}

#branding img {
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 1;
	text-decoration: none;
	border: none;
}

#branding a {
	text-decoration: none;
	border: none;
}

p#slogan {
	position: absolute;
	top: 97px;
	left: 140px;
	text-transform: lowercase;
}

#site-default #content h2 {
	border: none;
}

#site-default h2 a {
	text-decoration: none;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #6f7ca1;
}

#site-default h2 a:hover {
	background: #d9e9fc;
}

/* =navigation */

#nav {
	position: absolute;
	top: 12px;
	left: 0;
	color: #fff;
	background: #eb2a2e;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 95%;
	min-width: 690px;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav li a {
	padding: 10px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background: #eb2a2e;
	float: left;
}

#nav li.homelink a {
	margin: 0 0 0 130px;
}

#site-default #nav-home, #site-over #nav-over, #site-leszwemmen #nav-leszwemmen, #site-waterpolo #nav-waterpolo, #site-wedstrijd #nav-wedstrijd, #site-inschrijven #nav-inschrijven, #site-contact #nav-contact, #site-faq #nav-faq {
	font-weight: bold;
}

/* =content */
#content span.berichtinfo {
	padding: 0 7px 0 0;
	margin: 0 5px 0 0;
	color: #676767;
	font-size: 85%;
	border-right: 1px solid #676767;
}

#content p.berichtinfo {
	padding: 0 7px 0 0;
	margin: 0 5px 0 0;
	color: #676767;
	font-size: 85%;
}

#content span.readmore {
	color: #676767;
	font-size: 85%;
	padding-left: 7px;
}

#foutcode {
	font-weight: bold;
	color: #eb2a2e;
}

/* =content/headings */
#content h2 {
	font-size: 130%;
	text-transform: lowercase;
	margin-bottom: 14px;
	border-bottom: 1px solid ;
	border-color: #eb2a2e;
}

#content h3, #subcontent-home h3 {
	font-size: 100%;
	text-transform: lowercase;
	color: #eb2a2e;
	padding: 0;
	margin: 0;
}

#site-default #content h4, #site-nieuws #content h4 {
	font-size: 110%;
	margin: 10px 0 6px 0;
	padding: 0;
}

#site-default #content h4 a, #site-nieuws #content h4 a {
	color: #000;
	border-bottom: 1px solid #eb2a2e;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* =content/text+links */
#content p {
	line-height: 1.4em;
	margin: 6px 0 15px 0;
}

#content img {
	float: right;
	padding: 0 0 10px 10px;
	clear: right;
}

#content p a, #footer a {
	text-decoration: none;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #6f7ca1;
}

#content p a:hover, #footer a:hover {
	background: #d9e9fc;
}

#content p.foto {
	font-style: italic;
	text-align: right;
	color: #545454;
}

#content img.fotoleft {
	float: left;
}

#content p.adres {
	padding-left: 25px;
	background: url(http://www.avzv.nl/images/31.png) no-repeat left top;
}

#content .pdf {
	padding: 3px 0 3px 22px;
	background: url(http://www.avzv.nl/images/30.png) no-repeat left center #fff;
	border: none;
}

#content .pdf:hover {
	background: url(http://www.avzv.nl/images/30.png) no-repeat left center #fff;
}

/* =content/lists */
#content ul {
	list-style: none;
	padding: 6px 0 15px 0;
	margin: 0;
}

#content ul li {
	padding-left: 15px;
	line-height: 1.4em;
	margin: 5px 0;
	background: url(http://www.avzv.nl/images/15.gif) no-repeat left 6px;
}

#content ul a {
	text-decoration: none;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #6f7ca1;
}

#content ul a:hover {
	background: #d9e9fc;
}

/* =content/zwemtabel */
.zwemtijden {
	padding: 0;
	margin: 0 0 15px 0;
	text-align: left;
	border-bottom: 2px solid #6f7ca1;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.zwemtijden td, .zwemtijden th {
	padding: 3px 4px;
	vertical-align: top;
	margin: 0;
}

.zwemtijden .oneven {
	background-color: #ebf2fb;
}

.zwemtijden th {
	background-color: #ebf2fb;
	border-bottom: 2px solid #6f7ca1;
}

.zwemtijden a {
	color: #000;
	text-decoration: underline;
}

.zwemtijden a:hover {
	text-decoration: none;
}

/* =subcontent/home */
#site-default #content {
	width: 550px;
	float: left;
}

#subcontent-home {
	float: right;
	width: 130px;
	margin: 0 0 5px;
	overflow: hidden;
	line-height: 1.4em;
}

#subcontent-home ul#aangesloten {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subcontent-home ul#aangesloten li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

#subcontent-home p a {
	text-decoration: none;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #6f7ca1;
}

#subcontent-home p a:hover {
	background: #d9e9fc;
}

#subcontent-home ul#sporten {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subcontent-home h3 {
	margin: 20px 0 10px 0;
	padding: 0;
}

/* =faq */
#site-faq #content h4.vraag {
	text-decoration: none;
	color: #000;
	padding: 2px 0;
}

#site-faq #content h4.vraag {
	margin: 5px 0 7px 0;
}

#site-faq #content h4.vraag a:hover {
	background: none;
}

/* =footer */
#footer {
	font-size: 85%;
	color: #6f6f6f;
	border-top: 1px solid #d1d1d1;
	border-color: #d1d1d1;
	clear: both;
	margin-top: 17px;
	padding: 5px 0;
}

#footer a {
	color: #6f6f6f;	
}

#footer #feed a {
	padding-right: 16px;
	background: url(http://www.avzv.nl/images/29.png) no-repeat right center #fff;
}

#footer #feed a:hover {
	background-color: #fff;
	border: none;
}

/* =formulieren */
legend {
	display: none;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 6px 0 15px 0;
	}

label.zemText, label.zemSelect, label.zemTextarea {
	display: none;
}

.lb {
	font-weight: bold;
}

.lb label {
	font-weight: normal;
}

.anders {
	font-weight: normal;
	padding: 0 10px;
}

.star {
	color: red;
}

.smallNote {
	font-size: 80%;
}

.exp {
	font-size: 85%;
	color: #727272;
	padding-left: 10px;
}

#site-contact table, #site-inschrijven table {
	width: 500px;
}

table#inschrijf {
	width: 400px;
}

.zemError {
	padding: 5px;
	padding-left: 30px;
	margin: 0;
	margin-bottom: 20px;
	list-style-type: square;
}

.zemThanks {
	background-color: #cbffc6;
	margin: 10px 0;
}

/* receptie */

div#receptie {
	border-left: 4px solid #eb2a2e;
	margin: 10px 0;
	margin-left: -14px;
	padding: 10px;
}

/* lotto */
#lotto img {
	float: none;
	padding: 0;
	clear: none;
}

html #lotto a {
	text-decoration: none;
	border: none;
}

html #lotto a:hover {
	background: none;
}
