/* CSS Document */

body {
	background-color: #E1DBCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.hoeklinksboven {
	background-image :  url(images/trhoeklb.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
}
.hoekrechtsboven {
	background-image :  url(images/trhoekrb.jpg);
	background-position : bottom left;
	background-repeat : no-repeat;
}
.hoeklinksonder {
	background-image :  url(images/trhoeklo.jpg);
	background-position : top right;
	background-repeat : no-repeat;
}

.hoekrechtsonder {
	background-image :  url(images/trhoekro.jpg);
	background-position : top left;
	background-repeat : no-repeat;
}

.bovenkant {
	background-image :  url(images/trrandb.jpg);
	background-position : bottom;
	background-repeat : repeat-x;
}

.onderkant {
	background-image :  url(images/trrando.jpg);
	background-position : top;
	background-repeat : repeat-x;
}

.linkerkant {
	background-image :  url(images/trrandl.jpg);
	background-position : right;
	background-repeat : repeat-y;
}
.linkerkanttop {
	background-image :  url(images/trtoprandl.jpg);
	background-position : right;
	background-repeat : repeat-y;
}
.linkerbovenhoek {
	background-image :  url(images/trpagetopleft.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
}
.rechterbovenhoek {
	background-image :  url(images/trpagetopright.jpg);
	background-position : bottom left;
	background-repeat : no-repeat;
}
.pagetopmidden {
	height: 161px;
	background-image :  url(images/trpagetop.jpg);
	background-position : bottom center;
	background-repeat : no-repeat;
}
.rechterkant {
	background-image :  url(images/trrandr.jpg);
	background-position : left;
	background-repeat : repeat-y;
}
.rechterkolom {
	width:175px;
	background-color:#EFECE9
}
.menutop {
    height: 10px;
	background-image :  url(images/trmenutop.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
}
.menuleft {
    width: 14px;
	background-image :  url(images/trmenuleft.jpg);
	background-position : left;
	background-repeat : repeat-y;
}
.menuinhoud {
    background-color:#FFFFFF;
	background-image :  url(images/trkopmenu.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
.menubottom {
    height: 59px;
	background-image :  url(images/trmenubottom.jpg);
	background-position : top;
	background-repeat : no-repeat;
}
.lovetop {
    background-color:#443715;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 8px;
	color: #FFFFFF;
}

.lovetop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 8px;
	color: #FFFFFF;
}

.lovetop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 8px;
	background-color: #FFFFFF;
	color: #FF0099;
}

.tekst {
    background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
.titels {
    background-color:#FF00A6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}

.tekst a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FF0099;
}

.linktekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration:none;	
}


.error_message{
	font-weight:bold;
	color:red;
}