/* CSS Document */

/* Algemene opmaak */
body {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}
td, th {
	text-align: left;
}
.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;
}

.smaller {
	font-size: 10px;
}
.title {
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
}
.year {
	color: #FFF;
	background-color: #888;
	padding: 4px;
}
/* Opmaak / lay-out van de gehele site */
#vnf_main {
	margin: 0px auto;
	position: relative;
	width: 810px;
	height: 620px;
	border: 2px outset #FFFFFF;
}
#background { 
	background-image: url(images/back_444v.png);
	background-repeat: repeat-y; /*for compliant browsers */
	position: relative;
	width: 810px;
	height: 620px;
	background-color: #757575;
}
.content {
	background-color: #AEAEAE;
	width: 660px;
	height: 520px;
	position: absolute;
	top: 70px;
	left: 142px;
	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: 7px;
	left: 90px;
}
#copyright {
	position: relative;
	bottom: 20px;
	left: 250px;
	font-weight: bold;
	width: 560px;
	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, #arch_mnd, #wedstrijd{
	visibility: hidden;
	text-align: center;
}
#home { 
	visibility: visible;
}

/* Navigation; click buttons en wissel de informatie (middels javascript)*/
#navigation {
	position: relative;
	left: 5px;
	top: 25px;
	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: absolute;
	top: 10px;
	right: 15px;
}
#home .land {
	position: absolute;
	left: 135px;
	bottom: 20px;
}
#home .text {
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 15px;
	top: 0px;
	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;
	left: 10px;
}
#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: 75px;
}
#bestuur .middle {
	vertical-align: middle;
}
#bestuur .click {
	position: relative;
	top: -8px;
	font-size: 9px;
}
#agenda td {
	vertical-align: top;	
}
#agenda .detailsagenda {
	position: relative;
	width: 550px;
	left: 50px;
	top: 15px;
}
#agenda .datum {
	width: 90px;
}
#agenda .past {
	color: #585858;
}
#leden .floatleft { /* deze workaround is nodig voor Chrome, omdat
zonder de extra <div> de kolommen niet naast elkaar worden gerenderd. */
	float: left;
}
#leden .namelist { /* onder button "Leden + gallerij" */
	width: 182px;
	position: relative;
	top: -5px;
	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: 550px;
}
#leden #footnote img{
	position: relative;
	top: 3px;
}
#wedstrijd .winners{
	position: relative;
	top: 25px;
	left: 45px;
}
#arch_mnd {
}
#archives_m {
	position: relative;
	top: 25px;
	left: 30px;
}
.clean {
	list-style-type: none;
}
.archive {
	height: 20px;
	width: 110px;
	border: 1px solid #FFF;
	background-color: #818181;
	padding-top: 4px;
	padding-left: 3px;
	margin-bottom: 10px;
	cursor:pointer;
}
#wedstrijd td {
	text-align: center;
}
.category {
	font-weight: bold;
}
#wedstrijd .winner {
	width:140px;
	height:100px;
	float: left;
	margin: 5px;
}
#wedstrijd img {
	border: 1px solid #EFEFEF;
	margin-bottom: 3px;
}

#wedstrijd .archive {
	position: relative;
	left: 60px;
}
.left {
	position: relative;
	left: 50px;
	text-align: left;
}

