﻿body
{
	background: #bbb;
	color: #444;
	font: 14px Trebuchet MS;
	text-align: center;
}

#Main
{
	background-position: #eee;
	width: 1000px;
	background: #eee;
	border: black 1px solid;
	margin: 0px auto;
	min-height: 600px;
	background-repeat: repeat-y;
}

#Ads
{
	margin: 20px auto;
}

#OneStatTag
{
	width: 96px; 
	margin: 0px auto;
}

#Links
{
	float:left;
	clear:left;
	width:200px;
}

#Center
{
	width: 600px;
	vertical-align: top;
	background-color: white;
	margin-left: 200px;
}

#Rechts
{
	float:right;
	clear:right;
	width:200px;
}

/* , .Menu A:visited, .Menu A:active, .Menu A:hover */
.Menu
{
	width: 180px;
	margin: 10px 10px 0px 10px;
	text-align: left;
}
.Menu A
{
	font-size: 15px;
	width: 180px;
	color: white;
	line-height: 119%;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
.Menu A:active
{
	text-decoration: underline;
}


/* Moet class zijn, aangezien Header een runat=server element heeft, 
	waardoor de ID moeilijk te achterhalen is */
.Header
{
	width: 100%;
	height: 150px;
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#HeaderText
{
	width: 100%;
	margin: 0px;
	padding-top:100px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

#Content
{
	text-align:left;
	padding:8px;
}




.Invisible
{
	visibility: hidden;
	display: none;
}
.Kosten
{
	border-color: DarkBlue;
	border-width: 2px;
	border-style: solid;
	width: 560px;
	margin: 8px;
	border-collapse: collapse;
	text-align: left;
}
.KostenCell
{
	BORDER-top:lightgrey 1px solid;
	padding: 3px;
	vertical-align: top;
}
.KostenCellSpring
{
	width:25px;
}
.KostenCellType
{
	BORDER-top:lightgrey 1px solid;
	padding: 3px;
	vertical-align: top;
	width:110px;
}
.KostenCellBedrag
{
	border-top: lightgrey 1px solid;
	border-left: #e0e0e0 1px solid;
	padding: 3px;
	vertical-align: top;
	width:60px;
	text-align:right;
}
.KostenCellDag
{
	font-weight: bold;
	border-top: black 1px solid;
}
.KostenCellBedragDag
{
	width:70px;
}
.KostenCellBestemming
{
	font-style: italic;
	border-top: dimgray 1px solid;
}


.Gastenboek
{
	border-color: DarkBlue;
	border-width: 2px;
	border-style: solid;
	width: 560px;
	margin: 8px;
	border-collapse: collapse;
	text-align: left;
}
.GastenboekCellLinks
{
	
	BORDER-BOTTOM:dimgray 1px solid;
	BORDER-RIGHT:lightgrey 1px solid;
	padding: 4px;
	vertical-align: top;
}
.GastenboekCellRechts
{
	width:390px;
	BORDER-BOTTOM:dimgray 1px solid;
	padding: 4px;
	vertical-align: top;
}

.AccoInfo
{
	display: block;
	font-size: larger;
	font-weight: bold;
	padding: 0px 4px 4px 4px;
}
.AccoFoto
{
	margin: 4px;
	border: solid 1px gray;
}
.DagInfo
{
	display: block;
	font-size: larger;
	font-weight: bold;
	padding: 0px 4px 4px 4px;
}
.DagFoto
{
	margin: 4px;
	border: solid 1px gray;
}
