* { -moz-box-sizing: border-box; } 

html,body { margin:0; padding:0; width:100%; height:100%; }

/* ----- main containers ----- */

body { text-align:center; }

div#containerBuiten { position: relative; width:996px; margin:0 auto auto auto; text-align:left; }

div#contentRoot { position:relative; z-index: 0; padding-bottom: 0px; }

/* Fotoblog img laden.... */
.fotoblog { 
    background: url('../../images/spinner.gif')  no-repeat center center; 
 }
/* ADMIN MENU BOVENAAN */

ul#mainNav {
	position: absolute;
	left: 2px;
	top: 0px;
}

#beta
{
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 150px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-face: arial;
}

#schrijfnieuwbericht
{
	position: absolute;
	top: 40px;
	right: 0px;
	align: right;
}

.schrijfnieuwbericht
{
	color: #2E3092;
	font-family: verdana;
	font-weight: normal;
	line-height: 100%;
	font-size: 100%;
}

#wachtwoordvergeten
{
	position: absolute;
	top: 40px;
	right: 0px;
	align: right;
}

.wachtwoordvergeten
{
	color: #2E3092;
	font-family: verdana;
	font-weight: normal;
	line-height: 100%;
	font-size: 80%;
}

/* header*/

div#headerContainer
{
	height:105px;
	position:relative;
	z-index: 1;
}

/* linker en rechter div */

/* Daadwerkelijke content in het midden */

#blokMidden {
		position: absolute;
		left: 205px;
		right: 205px;
		top: 0px;
}

#blokMidden .paddingbox
{ 
		padding: 10px;
}

/* linker en rechter divs goed zetten */

#blokLinks {
		position: absolute;
        	width:205px;
	        margin-left:0;
        	margin-right:0;
        	left: 0px;
		top: 0px;
}

#blokLinks .paddingbox
{ 
		padding: 10px 20px 10px 15px;
}

#blokRechts {
		position: absolute;
	        width: 205px;
	        margin-left: 0;
        	margin-right: 0;
        	right: 0px;
		top: 0px;
}

#blokRechts .paddingbox
{ 
		padding: 10px 15px 10px 20px;
}

/* paging */

div#contentNext
{
	position: relative;
	text-align: right;
	top: 0px;
	right: 15px;
}

/* balk onderaan */

div#footerBox
{
	height: auto;
	position: relative;
	display: none;
	left: 0px;
	top: 0px;
}

	div#footerBox p
	{
		float: center bottom;
		margin: 0px;
		bottom: 0px;
		font-size:85%;
	}

div#clearAll
{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* Login styling */

div#loginBox 	 { position:absolute; top:0px; right:0px; width:600px; height:80px; padding: 0px 0px; text-align: right; }

.checknaaminput  { BORDER: 0px; FONT-WEIGHT: normal; FONT-SIZE: 90%; BACKGROUND: #990000; WIDTH: 120px; COLOR: #FFFFFF; HEIGHT: 16px; }

.checknaamsubmit { BORDER: 0px; FONT-WEIGHT: bold; FONT-SIZE: 90%; BACKGROUND: #990000; WIDTH: 60px; COLOR: #FFFFFF; HEIGHT: 18px; }

.ingelogd 	 { BACKGROUND: #990000; font-weight: normal; font-size: 90%; color: #FFFFFF; padding: 2px 2px; }

.uitloggen 	 { BACKGROUND: #990000; font-weight: bold; font-size: 90%; color: #FFFFFF; text-decoration: none; padding: 2px 2px; }
