html {
	height:100%;
}
body {
	background-color:#FFFFFF;	
	background-image: url("../images/back.gif");	
	margin:0px; 
	padding:0px; 
	height:100%;
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	line-height: 14px;		
}
#wrap {
	min-height:100%;
	position:absolute;
	left: 50%;
	margin-left: -492px;
	margin-right: 0px;
}
* html #wrap {
	height:100%;
}
#container{
	width: 984px;
	background-repeat: repeat-y;
	background-image: url("../images/content-back.gif");
	background-position: 100% 100%;
}
#container_breed {
	width: 984px;
	background-repeat: repeat-y;
	background-image: url("../images/content-back_breed.gif");
	background-position: 100% 100%;
}
#header {
	height: 244px;
	width:984px;
	background-image: url("../images/top.gif");	
	background-repeat: no-repeat;
}
#subknoppen {
	position:absolute;
	width:100px;
	height:25px;
	top:8px;
	left:105px;
}
#vlaggen {
	position:absolute;
	width:135px;
	height:19px;
	top:0px;
	left:848px;
}
#knoppen {
	position:absolute;
	width:504px;
	height:19px;
	top:67px;
	left:335px;
	padding-left: 8px;
	padding-top: 5px;
	z-index: 2;
}
#login {
	position:absolute;
	background-image: url("../images/login.gif");
	width:132px;
	height:150px;	
	top:244px;
	left:847px;
	padding-left: 5px;
}
#right {
	position:absolute;
	width:137px;
	height:200px;	
	top:369px;
	left:847px;
}
#left {
	position: absolute;
	background-image: url("../images/left.gif");	
	background-repeat: no-repeat;	
	top: 244px;
	left: 0px;
	width:129px;
	height:319px;
}
#nieuws {
	position: absolute;
	background-image: url("../images/nieuws.gif");	
	background-repeat: no-repeat;	
	top: 244px;
	left: 129px;
	width:206px;
	min_height:80px;
	_height:80px;
	padding-top: 3px;
}
#adres {
	position: absolute;
	top: 150px;
	left: 0px;
	padding-left: 10px;
	width:196px;
	height:113px;
}
#content {
	width: 472px; /* 1000 - 100 px*/
	position: relative;
	left: 334px;
	top: 0px;
	padding: 20px;
	min-height:279px;
}
* html #content { 
	height: 319px; 
}
#content_breed {
	width: 676px; /* 1000 - 100 px*/
	position: relative;
	left: 129px;
	top: 0px;
	padding: 20px;
	min-height:279px;
}
* html #content_breed { 
	height: 319px; 
}
#footer {
	position:absolute;
	height:17px;
	width:984px;
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
}
#copyright {
	position:absolute;
	width:845px;
	height:16px;
	top:1px;
	left:137px;
}
/* OPMAAK FONT, HR, FIELDSET, LEGEND */
td, p {
	font-size:8pt;
	line-height: 14px;
}
.groen {
	color:#858C42;
	font-size: 7pt;
}
.wit {
	color:#FFFFFF;
	font-size: 7pt;
}

.nieuws_zoeken {
	color:#FFFFFF;
	font-size: 7pt;
}
a, a:link {
	color: #170C48;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.none, a.none:link {
	font-size: 8pt;
	line-height: 14px;
	color: #170C48;
	text-decoration:none;
}
a.none:hover {
	text-decoration:underline;
}
a.news, a.news:link {
	font-size: 8pt;
	line-height: 14px;
	color: #170C48;
	text-decoration:underline;
}
a.news:hover {
	text-decoration:none;
}
a.knoppen, a.knoppen:link {
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
a.knoppen:hover {
	text-decoration:underline;
}
a.groen, a.groen:link,  {
	font-size: 7pt;
	line-height: 14px;
	color: #858C42;
	text-decoration:underline;
}
a.groen:hover {
	text-decoration:none;
}
a.wit, a.wit:link {
	font-size: 7pt;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
a.wit:hover {
	text-decoration:underline;
}
.small {
	font-size:8pt;
}
.reacties {
	font-size:10pt;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
hr {
	border: 0; 
	color: #EEEEEE; 
	background-color: #EEEEEE; 
	height: 1px; 
	width: 100%; 
}
.header {
	font-weight: bold;
	color: #3A8071;
}
.header_big {
	font-weight: bold;
	font-size:36px;
	color: #3A8071;
}
fieldset {
	width: 98%;
	border: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	padding: 2px;
	font-size: 8pt;
}
legend {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}
.kop {
	background-color:#3A8071;
	color:#FFFFFF;
	font-weight:bold;
}
.grijs {
	background-color:#EEEEEE;
}
.hand {
	curser:pointer; 
	cursor:hand;
} 