/* CSS Document */

/* Algemene opmaak */
body {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}
.yellow {
	color: #FFFF00;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
}
a:hover {
	font-weight: bold;
}

td, th {
	vertical-align: top;
	text-align: left;
}
.smaller {
	font-size: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
/* Opmaak / lay-out van de gehele site */
#background { 
	background-image: url(images/back_444v.png);
	background-repeat: repeat-y; /*for compliant browsers */
	position: relative;
	height: 620px;
	width: 810px;
	background-color: #757575;
}
.content {
	background-color: #AEAEAE;
	width: 660px;
	height: 520px;
	position: absolute;
	top: 70px;
	left: 140px;
	border: 2px groove #FFFFFF;
}
#logo {
	float: left;
	position: relative;
	left: 5px;
	top: 5px;
	border: 1px solid #FFFFFF;
}
#name { /* Banner aan de bovenzijde met de naam VNF-W voluit */
	position: relative;
	top: 8px;
}
#copyright { 
	position: relative;
	bottom: 20px;
	left: 75px;
	font-weight: bold;
	width: 450px;
	color: #DDDDDD;
}

/* Bij laden van de pagina is de inhoud van "Home" zichtbaar,
   daarna neemt het script 'behaviour.js' het over */
#vnf-w, #agenda, #bestuur, #home, #leden {
	visibility: hidden;
}
#home { 
	visibility: visible;
}

/* Navigation; click buttons en wissel de informatie (middels javascript)*/
#navigation {
	position: relative;
	left: 5px;
	top: 15px;
	clear: left;
}
#navigation td {
	width: 120px;
}
#navigation .button, .button_small {
	text-indent: 8px;
	border: solid;
	border-top-width: 1px;
	border-top-color: #BBB;
	border-right-width: 2px;
	border-right-color: #222;
	border-bottom-width: 2px;
	border-bottom-color: #222;
	border-left-width: 1px;
	border-left-color: #999;
}
#navigation .button a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	padding-top: 10px;
	color: #FFFFFF;
}
#navigation .button_small a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	height: 30px;
	padding-top: 5px;
	color: #FFFFFF;
}
#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
}
#navigation a:active {
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	background-color:#999999;
	font-weight: bold;
}

/* Opmaak per geselecteerde pagina*/
#home img{
	border: 1px solid #FFFFFF;
}
#home .port {
	position: relative;
	top: 5px;
	left: 75px;
}
#home .land {
	position: relative;
	top: 125px;
}
#home .text {
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 15px;
	top: 10px;
	text-align: left;
	font-weight: bold;
}
#home .caption {
	font-size: 12px
}
#home .newsflash {
	font-size: 10px;
	background-color: #999999;
	border: 2px groove #FFFFFF;
	position: absolute;
	width: 100px;
	left: 530px;
	top: 10px;
	padding: 4px;
}

#vnf-w .tekstbox {  
	width: 285px;
	margin-left: 25px;
	float: left;
	position: relative;
	top: 20px;
	text-align: left;
}
#vnf-w .quote {
	background-color: #999999;
	font-style: italic;
	background-position: center;
	padding: 5px;
	text-align: center;
}

#bestuur .detailsbestuur {
	width: 400px;
	position: relative;
	top: 50px;
	left: 50px;
}
#bestuur .middle {
	vertical-align: middle;
}
#bestuur .click {
	position: relative;
	top: -8px;
	font-size: 9px;
}

#agenda .detailsagenda {
	position: relative;
	width: 550px;
	left: 15px;
	top: 15px;
}
#agenda .datum {
	width: 90px;
}
#agenda .past {
	color: #585858;
}
#leden .namelist { /* onder button "Leden + gallerij" */
	position: relative;
	width: 182px;
	float: left;
	margin-left: 20px;
	left: 25px;
}
#leden img {
	border: 0px;
}
#leden td {
	vertical-align: middle;
	margin: 0px;
}
#leden .showcase {
	text-indent: 5px;
	border: solid;
	border-top-width: 1px;
	border-top-color: #D0D0D0;
	border-right-width: 2px;
	border-right-color: #545454;
	border-bottom-width: 2px;
	border-bottom-color: #3F3F3F;
	border-left-width: 1px;
	border-left-color: #D8D8D8;
}
#leden .showcase a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
	color: #FFFF00;
	font-weight: normal;
}
#leden .showcase a:link {
	font-weight: normal;
	background-color: #AEAEAE;
	font-style: normal;
}
#leden .showcase a:visited {
	font-weight: normal;
}
#leden .showcase a:active {
	font-weight: bold;
}
#leden .showcase a:hover {
	background: #CCCCCC;
	color: #FF3300;
}
#leden #footnote {
	clear: left;
	position: relative;
	left: 50px;
	top: 5px;
	width: 525px;
}
#leden #footnote img{
	position: relative;
	top: 3px;
}
