html, body { height: 100%; }

body
{ font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.4em; background-color: #f3f4e6; background-image: url(../images/bg-body.jpg); background-repeat: no-repeat; background-position: left bottom; margin: 0; padding: 0; text-align: center; min-height: 100%; _height: 100%; }

#pagina
{
	background-color: #fff;
	background-image: url(../images/bg-inhoud.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto 20px;
	min-height: 100%;
	/*  voor Firefox, minimale hoogte opgeven, NIET hoogte anders rekt de container niet mee bij langere pagina's  */
	padding: 0;
	border-right: 4px solid #edebd5;
	border-left: 4px solid #edebd5;
	border-top-style: none;
	border-bottom-style: none;
	_height: 100%;
}

#kop
{
	background-color: #fff;
	float: none;
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0;
	padding-right: 0;
	padding-top: 20px;
}

.logo
{
	background-image: url(../images/logo-vgcf.gif);
	background-repeat: no-repeat;
	width: 375px;
	height: 48px;
	margin-left: 345px;
}

#nav
{
	float: left;
	margin-top: 20px;
}

#inhoud
{
	
	position: relative;
	width: 470px;
	float: right;
	padding: 40px 60px 20px 20px;
}

#onder
{
	font-weight: bold;
	font-style: normal;
	background-color: #edebd5;
	text-align: right;
	width: 100%;
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
}

.kader
{
	background-color: #edebd5;
	padding: 25px;
}

.kader ul
{
	padding: 0;
	list-style-type: square;
	list-style-position: outside;
}

/* Rekenvoorbeeld */
.kader table { width: 80%; }

td
{
	font-size: 0.8em;
	background-color: #edebd5;
	padding: 5px;
	border-style: none;
	border-width: 0;
}

.even
{
	background-color: #cdd;
	border-style: none;
	border-width: 0;
}

.floatleft
{
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
}

.floatright
{
	position: relative;
	float: right;
	margin: 10px 0 10px 10px;
}
.gecentreerd {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.floatleft p, 	.floatright p, .gecentreerd p
{
	color: #666;
	font-family: arial;
	font-size: .75em;
	font-style: oblique;
	text-align: left;
}

h1
{
	color: #91721a;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0.67em 0;
}

h2
{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0.67em 0;
}

p
{
	font-size: 0.9em;
	margin-bottom: 1.4em;
	margin-top: 1em;
}

ul { margin-top: 0; }
li { font-size: 0.9em; }

address
{
	color: #036;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	text-align: left;
	width: 20em;
	display: block;
}

i { color: #91721a; }
a:link { color: #205ca7; font-weight: bold; text-decoration: none; }
a:visited { color: #205ca7; font-weight: bold; text-decoration: none; }
a:hover { color: #06c; font-weight: bold; text-decoration: none; }
a:active { }

#onder address
{
	color: #036;
	font-size: 0.85em;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	text-align: left;
	width: 20em;
	margin: 0 0 0 580px;
	display: block;
}

ul#navlist
{
	background-color: #fff;
	position: relative;
	list-style-type: none;
}

ul#navlist li
{
	font-size: 0.8em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 1.4em;
	padding: 0;
	width: 11em;
	border-bottom: 1px solid #172973;
	border-top-style: none;
	border-top-width: 0;
	border-right-style: none;
	border-right-width: 0;
	border-left-style: none;
	border-left-width: 0;
	list-style-type: none;
}

ul#navlist li a
{
	display: block;
	width: 12em;
	padding: 0.5em 0;
	color: #172973;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a { color: #fff; }

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #91721a;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

/* Subnavigatie */
ul#subnavlist
{
	background-color: #fff;
	position: relative;
	list-style-type: square;
}

ul#subnavlist li
{
	font-size: 0.9em;
	line-height: 1.4em;
	display: block;
	margin: 0 0 0.6em;
	padding: 0;
	width: 11em;
	list-style-type: square;
	border-style: none;
}

ul#subnavlist li a
{
	display: block;
	width: 12em;
	padding: 0.3em 0;
	color: #172973;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#navcontainer>ul#subnavlist li a { width: auto; }
ul#subnavlist li#active a { color: #fff; }
ul#subnavlist li a:hover, ul#subnavlist li#active a:hover { }
/*Formulier*/
form#reactie { background-color: #edebd5; margin-bottom: 30px; padding: 15px; }
.prospectus { background-color: #edebd5; margin: 15px; padding: 15px; }
/* Projecten */
#muziekmakerscentrum #inhoud { }
