.header{
	height:60px;
	background:#CE0000;
	color:white;
	border-bottom: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
 }

.navigation{
	height: 19px;
	color:white;
	font: 8pt Verdana;
	font-weight: bold;
}

#textNav{
	margin-top: 2px;
	margin-left: 5px;
}

#textFooter{
	margin-top: 2px;
	margin-left: 5px;
}

#textBar{
	margin-top: 2px;
	margin-left: 5px;
}

#openingstijden{
	position:absolute;
	left:330px;
	top:39px;
}

.content{
	border-right: 1px solid white;
	background: #CECFCE;
	background-image: url("../Images/decoration.gif");
	background-repeat: no-repeat;
	background-position: top right;

}

#textContent{
	margin: 5px;
	color:black;
	font: 8pt Verdana;
}

#paginas{
	position: absolute;
	right: 25px;
}

#paginas2{
	position: absolute;
	right: 12px;
}

#decoration{
	position: absolute;
	left: 362px;
	top: 80px;
}

.sidebarBack{
	background: #636563;
	color: white;
	background-image: url("../Images/decorationSB.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px;
}

#textSideBar{
	margin: 5px;
	color: white;
	font: 8pt Verdana;
}

.footer{
	height: 19px;
	background: #CE0000;
	color:white;
	font: 8pt Verdana;
	font-weight: bold;
	border-top: 1px solid white;
	padding-left: 5px;
}

.nav{
	background: black;
	/*height: 20px;*/
   	border-bottom: 1px solid white;
   	color: white;
   	font-weight: bold;

}

.nav ul{
	list-style-type: none;
	margin: 0px;
	display: inline;
	width: 100%;
}

.nav ul li{
	position: relative;
	text-align: center;
	width: 24%;
	float: left;
	padding: 2px 0px 2px 0px;
	border-left: 1px solid white;
}

.nav ul li:first-child{
	border-left: 0px solid white;
}


.nav ul li a{
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}


.nav ul li a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

