/* ALGEMENE LAYOUT */
*{
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: Helvetica, Verdana, Arial, schreefloos;
	font-size: 1em;
	color: #0A3640;
	background-color: #00678A;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}
.clear {
	clear: both;
}
img{
	border: 0;
}
.bijschrift{
	font-size: 0.8em;
}
.game{
	float: right;
	width: 265px;
}


/* HEADER */
#header h1 a{
	background: url(images/evsportbanner.gif) no-repeat; 
	display: block;
	width: 960px;
	height: 85px;
	text-indent: -9999px;
	z-index: 1;
}
.contact{
	position: absolute;
	float: right;
	left: 900px;
	top: 8px;
	z-index: 2;
	font-size: 0.8em;
	color: #FFF;
	display: block;
	width: 4em;
	font-variant: small-caps;
}
.contact:hover{
	color: #00A9E0;
}


/* NAVIGATION */
/* http://www.alistapart.com/articles/dropdowns/ */
#suckerfish{
	font-variant: small-caps;
	text-align: center;
}
#suckerfish ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#suckerfish li {
	float: left;
	position: relative;
	width: 10em;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	margin: 0px -1px 0px -1px;
	line-height: 1.2em;
	z-index: 3;
}
#suckerfish a{
	display:block;
	color: #0A3640;	
}
#suckerfish a:hover{
	color: #FFF;
	background-color: #00455C;
}
#suckerfish li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
}
#suckerfish li > ul {
	top: auto;
	left: auto;
}
#suckerfish li:hover ul, li.over ul{
	display: block;
	background: #FFF;
}
#currentPage a{
	background-color: #00A9E0;
	color: #FFF;
}
#currentParentPage:first-letter{
	color: #00A9E0;
}
.notReady a{
	text-decoration: line-through;
}

/* MAIN PAGE */
.main{
	margin: 35px 10px 35px 10px;
}
.main h1, h2, h3, h4, h5, h6{
	color: #00A9E0;
	font-size: 1.2em;
}
.main ul{
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/* FOOTER */
#footer{
	background-color: #008AB8;
	color: #303033;
	text-align: right;
	padding: 10px 0px 4px 0px;
	line-height: 0.7em;
}



/* PAGE-SPECIFIC */
/* INTRO */
.introPage{
	background-color: #FFF;
	text-align: center;
}
.introPage a{
	color: #00455C;
}

/* HOME */
#welcomeContent ul{
	padding-left: 0.6em;
	text-indent: 0.6em;
}
#welcomeContent dt {
	margin-top: 3px;
	margin-left: 0;
	text-indent: 0.2em;
	font-weight: bold;
}
#welcomeContent dd{
	margin-left: 0;
	padding-left: 1em;
	font-size: 0.9em;
}
#welcomeContent li{
	text-indent: 0.6px;
}
.title{
	font-size: 1.2em;
	color: #00A9E0;
	margin: 5px 0px 5px 0px;
}

#welcomeContentMain{
	width:540px;
	float:left;
}
#welcomeContentMatch{
	width:380px;
	margin-left: 550px;
	border: 1px dotted #ddd;
}
#welcomeContentMatch table{
	width: 380px;
}
.ploegTabel{
	width: 24em;
}

#welcomeContentYouth{
	padding-top: 20px;
	width: 940px;
}
#welcomeContentBulletinBoard{
	padding-top: 20px;
	width: 940px;
}
.welcomeContentNewsA{
	width: 300px;
	float: left;
	border-right: 1px dotted #ccc;
}
.welcomeContentNewsB{
	width: 300px;
	margin-right: -600px;
	float: left;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.welcomeContentNewsC{
	width: 300px;
	margin-left: 620px;
	position:relative;
	z-index:2;
}

/* PLOEGEN */
/* OVERZICHT PLOEGEN */
#ploegenOverzichtContent dd{
	text-indent: 20px;
}
#ploegenOverzichtContent dt a{
	color: #00A9E0;
	font-size: 1.2em;
	margin: 10px 0px 4px 0px;
}
#ploegenOverzichtContent dd a{
	color: #00455C;
}
#ploegenSeniors{
	float: left;
	width: 400px;
	padding-left: 130px;
}
#ploegenJuniors{
	margin-left: 530px;
	width: 400px;
}
/* PLOEGSPECIFIEKE PAGINA */
#ploegenContent table{
	margin-left:auto;
	margin-right:auto;
	line-height: 1.4em;
	width: 800px;
	margin-bottom: 40px;
	background-color: #EEE;
	border: 1px solid;
	border-collapse:collapse;
	text-align:center;
}
#ploegenContent td{
	border: 1px solid;
}
#ploegenContent th{
	border: 1px solid;
}
#ploegenContent h4{
	text-indent: 80px;
	font-size: 1.3em;
	margin-top: 20px;
}

/* PARTNERS */
#partnersContent{
	text-align: center;
}
#partnersContent table{
	width: 900px;
}
#partnersSummary{
	margin-top: 20px;
}
#partnersSummary table{
	line-height: 1.2em;
}

/* MATCHBAL */
#matchbalContent{
	text-align: center;
}
#matchbalContent h4{
	margin-bottom: 10px;
}

/* BESTUUR */
#bestuurContent{
	text-align: center;
}
#clubLiedContent ul{
	text-align: center;
}

/* GESCHIEDENIS */
#geschiedenisContent{
	line-height: 1.2em;
}

/* PALMARES */
#palmaresContent ul{
	text-align: center;
}
#palmaresContent h3{
	margin-top: 10px;
	text-align: center;
}

/* LINKS */
#linksContent a{
	color: #0A3640;	
}
.floatLeft{
	float: left;
	width: 480px;
}

/* CLUBINFO */
#clubinfoContent table{
	margin-left:auto;
	margin-right:auto;
	line-height: 1.4em;
	width: 800px;
	margin-bottom: 40px;
}
#clubinfoContent tr:hover{
	background-color: #CCC;
}
#clubInfoMain{
	text-indent: 50px;
}
#clubInfoMain li{
	text-indent: 60px;
}
#clubAdres1{
	float: left;
	width: 435px;
	padding-left: 45px;
}
#clubAdres2{
	margin-left: 480px;
	width: 435px;
}
#clubinfoContent a{
	color: #0A3640;
}
#clubinfoContent h4{
	color: #00A9E0;
	text-indent: 45px;
	margin-top: 20px;
}