/* KTS makelaardij stylesheet */

/* algemene styles */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#565469;
	background-image:url(csslayout/bg.gif);
	background-repeat:repeat;
	/* horizontale align van elementen */
	text-align:center;
	/* scrollbalk kleuren Internet Explorer */
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #405D15;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-face-color: #B1BF9E;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-track-color: #FFF	
}

/* tekstopmaak */

.kop   { color: #d10526; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold }
.tekst    { color: #7b827b; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif }
a:link   { color: #405d15; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }
a:visited   { color: #405d15; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }
a:hover   { color: #d89211; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }
a:active     { color: #c8c1c8; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none }

/* layout */

#container {
	position:relative;
	width:725px;
	height:900px;
	margin:0px auto;
	text-align:left;
	background-image:url(csslayout/body.gif);
	background-repeat:repeat-y;
}

#header {
	position:absolute;
	width:725px;
	height:95px;
	background-image:url(csslayout/header.gif);
}

#header #menu01 {
	position:absolute;
	top:35px;
	left:57px;
}

#header #menu02 {
	position:absolute;
	top:35px;
	left:156px;
}

#header #menu03 {
	position:absolute;
	top:35px;
	left:436px;
}

#header #menu04 {
	position:absolute;
	top:35px;
	left:535px;
}

#mainleft {
	position:absolute;
	top:100px;
	left:50px;
	width:322px;
	height:230px;
}

#mainright {
	position:absolute;
	top:100px;
	left:375px;
	width:327px;
	height:230px;
}

#content {
	position:absolute;
	width:625px;
	height:400px;
	top:350px;
	left:50px;
}

#menucompact {
	position:absolute;
	top:70px;
	left:17px;
	height:30px;
	width:700px;
}

#contentgroot {
	position:absolute;
	width:665px;
	height:650px;
	top:100px;
	left:9px;
}