img#luigi
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

img#peach
{
	position: absolute;
	right: 0px;
	top: 0px;
}

img#mario
{
	position: absolute;
	left: 0px;
	top: 0px;
}

img#bowser
{
	position: absolute;
	left: 0px;
	top: 0px;
}

body#fotoalbum
{
	background-image: url(prive/fotoalbum/wario.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

div.container
{
	margin: 0px auto;
	
	padding: 0px;
	background: #EEE;
	
	width: 450px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

div.header
{
	background: #E0FFFF;
	width: 100%;
}

div.kop
{
	width: 90%;
	margin: 0px 5% 0% 5%;
	text-align: center;
	background: #87CEFA;
}

div.inhoud
{	
	background: #98FB98;
	width: 100%;
	min-height: 400px;
	padding-bottom: 0.2em;
}

div.kop h1, div.kop h3
{
	margin: 0px;
}

/****************** Navigatie **********************/
div.links
{
	background: #E0FFFF;
	width: 100%;
	padding: 3px 0px 7px 0px;
	height: 1.5em;
}

#navigatie
{
	list-style: none;
	margin: 0;
	margin-left: 0.3em;
	padding: 0;
	width: 100%;
}

#navigatie li
{
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: #5CB3FF;
	text-align: center;
	width: 6em;
	margin: 0em 0.4em 0em 0.4em;
	float: left;
	padding: 0;
}

#navigatie a
{
	display: block;
	text-decoration: none;
	border-style: solid none solid none;
	border-width: 3px 0px 3px 0px;
	border-color: #5CB3FF;
}

#navigatie a:link
{	
	color: #222;
}

#navigatie a:visited
{
	color: #1589FF;
}

#navigatie a:hover, #navigatie li#huidig a
{
	border-style: solid none solid none;
	border-width: 3px 0px 3px 0px;
	border-color: black;
}

div.tekstBreed
{
	width: 400px;
	background: #C3FDB8;
	margin: 25px;
	text-align: left;
	padding-bottom: 0.2em;
}

div#Poll
{
	width: 250px;
	background: #C3FDB8;
	margin: 25px;
	text-align: left;
}

div#footer
{
	text-align: center;
}

div.tekstvak
{
	position: relative;
	float: left;
	background: #C3FDB8;
	padding: 10px;
	text-align: center;
	width: 170px;
	margin-left: 5px;
}

div.fotoKlein
{
	position: relative;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
}

.kop
{
	text-align: center;
	background: #32CD32;
}
/********************** Gastenboek **********************/
h5.naam
{
	background: #32CD32;
	margin: 0;
	margin-left: 25px;
	font-size: 1em;
	width: 400px;
	text-align: left;
}

h5.tijddatum
{
	background: #32CD32;
	margin: 0;
	margin-left: 25px;
	font-size: 0.7em;
	font-style: italic;
	width: 400px;
	text-align: left;
}

h5.bericht
{
	margin: 0;
	margin-left: 25px;
	background: #C3FDB8;
	font-size: 1em;
	font-weight: normal;
	width: 400px;
	text-align: left;
}


/***************************** POLL BALKEN ************************************/
div.buitenbalk
{
	width: 180px;
	height: 12px;
	border: 1px solid black;
	margin-bottom: 12px;
}

div.binnenbalk
{
	height: 12px;
	background-color: blue;
	width: 0px;
}
