@charset "utf-8";

.body
{
	/*background-color: #CCC;*/
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	background-repeat: repeat;
	/*font-size:100%;*/
	/*background-image: url(../Images/background.gif);*/
}
.MainContainer
{
	width: 57em;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin none #9B1889;
	top: 0px;
}
.DetailContainer
{
	width: 30em;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #9B1889;
}
.Menubalk
{
	background-color:#FFF;
	height: 17px;
	color: #000;
}
.Header {
	color: #9B1889;
}
.Content
{
	font-size: 75%;
	padding: 0px;
	/*height:460px;*/
	overflow: auto;
	background-color:#FFF;
	line-height: 16px;
}
.ContentIntro
{
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	/*font-size: 70%;*/
	padding: 5px;
	height:500px;
	overflow: auto;
	background-color:#FFF;
	line-height: 16px;
}
.DetailContent
{
	font-size: 70%;
	padding: 5px;
	line-height: 17px;
}

.DetailLabel
{
	color:#739344;
	font-weight: bold;
}
.Kopregel
{
	color:#9B1889;
	font-size:120%;
	font-weight: bold;
}
.TableContent
{
	font-size: 95%;
	line-height: 15px;
}
.Klein
{
	font-size:75%;
}
.Vet
{
	font-weight:bold;
	font-size:110%;
}
.PaarsVet
{
	color:#9B1889;
	font-weight: bold;
}
.DivCopyright
{
	font-size:70%;
	text-align: left;
	color: #9B1889;
}
.LinkIntroPagina
{
	font-weight: bold;
	font-size:14px;	
}
.PictureFloat
{
	float:right;	
	margin-top:100px;
	
}
