html
{
	height: 100%;

}

body
{
	height: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	font: bold 12px arial;
	color: white;

}

a{
	color: #c61130;
	text-decoration:none;
}

a:hover, a:active{
	color: #c61130;
	text-decoration:underline;
}
p{
	font-size: 11px;
	margin: 0 0 15px 0px;

}

h2{
	color:#c51230;
	font-size: 15px;
}

.abek{
	color:#c51230;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	display:inline;
}

#geheel
{
	width: 800px;
	height: 100%;
	border: solid 1px black;
}



#boven
{
	font: bold 12px arial;
	color: black;
	height: 145px;
	width: 800px;
	background:url(../images/top.jpg) no-repeat;
	vertical-align: top;
	text-align: center;
}

#bodem
{
	font: bold 12px arial;
	width: 800px;
	height: 65px;
	background:url(../images/bottom.jpg) no-repeat;
	vertical-align: middle;
	text-align: center;
}

#midden
{
	height: 100%;
	width: 800px;
	vertical-align: top;
	background:url(../images/content.jpg) no-repeat bottom right;
	padding: 20px;
}

#buitenkant
{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#binnenkant
{
	position: relative;
	font: 11px arial;
	color: black;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#inhoud
{
	width: 740px;
	font: 11px arial;
	color: black;
	line-height: 20px;
}

#adres{
	margin:0px 0px 18px 12px;
	font-size: 10px;
}

#knoppen{
	position:relative;
	top: 101px;
	left: 150px;
	width: 100%;
}

.knop{
	text-decoration:none;
	color:black;
	border-right: 2px solid black;
	font-size: 10px;
	padding: 0px 6px 0px 6px;
	border-top: 1px solid black;
	float: left;
	line-height: 10px;
	height: 13px;
}

.knop:hover{
	color: white ;
	background: #c51230;
}

.style6{
	font-size: 11px;
}

.news
{
	font: 11px arial;
	color: #000000;
	width: 100%;
}

.news tr.head
{
	background-color: #c61130;
	color: #FFFFFF;
}
