HTML{
	overflow-x: hidden; /*anders krijg je een horizontale scrollbar wanneer site vanuit .tk wordt bekeken*/
	height: 100%;
	position: relative;
} 

BODY{
	margin: 0;
	font-size: 17px;
	text-align: center;
	height: 100%;
	position: relative;
}

div#pagina{
	margin: 0 auto 0 auto; /*Dit regeltje is wel nodig voor het centreren in firefox. */
	width: 1042px; 
	/*padding-bottom: 35px;*/
	min-height: 100%;
	height: auto !important;
height: 100%;
overflow: visible;
	position: relative;
}

div#onderrand{
	margin: 0 auto 0 auto; /*Dit regeltje is wel nodig voor het centreren in firefox. */
	width: 1042px; 
	overflow: visible;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#content {
	
	width: 780px;
	margin: 0 auto 0 auto; 
	text-align: center;
	/*clear: both;*/
	float: right;
}



form{
	margin: 0px;
}

div#gegevens{
	margin: 0px 50px 0px 5px;
	/*width: 750px;*/
	text-align: left;
	overflow: visible;
	position: relative; /*deze moet relatief om het babygegevens blokje goed te kunnen positioneren.*/
}

#fotoalbums a{
	margin-right: 13px;
}
div#kopje a{
	text-decoration: none;
}

div#gegevens table td{
	font-size: 17px;
	vertical-align: top;
}

td.linkerkolom{
	text-align: right;
}

div#muziek{
	position: absolute;
	left: 800px;
	top: 0px;
}
div#volumeknopaan{
	width: 40px;
	height: 40px;
}
div#volumeknopuit{
	width: 40px;
	height: 40px;
}
div#player{
	position: absolute;
}

div#submitimage{
	margin-left: 420px;
}
	
div#toptekst {
	height: 70px;
	
	width: 1024px;
	font-size: 60px;
	padding-top: 10px;
	text-align: center;
}

h1{
	font-size: 25px;
	margin-top: 30px;
}
h2{
	font-size: 18px;
	font-weight: bold;
}
div#kopje{
	clear: both;
}

A.normaal{
	padding: 3 pt;
}

div#voetje{
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

img.emoticon{
	margin: 2px;
}

img.opmaakicoon{
	width: 23px;
	height: 22px;
}

div#links{
	float: left;
}

ul{
	margin: 0px;
	padding: 0px;
}

#menu{
	width: 200px;
	margin-left: 30px;
/*	float: left;*/
}

#menu li{
	list-style: none;
	}
	
p.reageer{
	clear: both;
}
.reacties{
	font-size: 15px;
	margin-left: 70px;
	padding-bottom: 20px;
}

.verbergen{
	display: none;
}

form{
	margin: 20px 0px;
	padding: 0px;
}

p.inhoudItem{
	margin-top: 0px;
}

p.anderepagina{
	text-align: center;
}

span#actievepagina{
	font-size: 22px;
}