/* CSS Document */
/*
 * VERSION: 12-Sep-2006
 * VALIDATED CSS
 * Haan Interim-management STYLESHEET - SCREEN
 */
body,
html {
	margin:0;
	padding:0 0 50px;
	background-color: #9A99FF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#top {
    height:87px;
    width: 1000px;
    background-image:url(images/top.jpg);
    background-repeat: no-repeat;
    position: absolute;
}
#top img{width:0;}

#wrap {
	margin:0;
	width:1000px;
}

#left {
	height:698px;
	width: 229px;
	background-image:url(images/left.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 87px;
}

#mid {
	height:594px;
	width: 156px;
	background-image:url(images/mid.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 87px;
	margin-left: 229px;
}
#menu {
	width:229px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	height: 698px;
	text-indent: 8pt;
	font-variant: normal;
	text-transform: none;
	position: absolute;
	margin-top: 290px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -43px;
}

#right {
	width: 615px;
	background-image:url(images/right.jpg);
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 87px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 385px;
}
	
#tekstleft {
	color: #333333;
	height: 698px;
	width: 280px;
	margin-top: 53px;
	margin-bottom: 0px;
	position: relative;
	padding-left: 26px;

}

#tekstright {
	color: #333333;
	height: 698px;
	width: 260px;
	margin-top: -698px;
	margin-bottom: 0px;
	margin-left: 315px;
	position: relative;
	padding-left: 20px;
}
#menu li a:hover{
	color:#CC3300;
}

#menu li a.actief{
	color:#CC3300;
}

h1{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-align: left;
	font-weight: bold;
	margin-left: -26px;
	text-indent: 12pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	width: 260px;
}

h2{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-align: left;
	white-space: normal;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	word-spacing: 1px;
	white-space: normal;
	line-height: 14px;
}

ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li{
	list-style-position: outside;
	list-style-type: square;
}

#menu ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	list-style-type: none;
}

a:link    {
	color: #333333;
	text-decoration: none;

} /* unvisited links */
a:visited {
	color: #333333;
	text-decoration: none;
} /* visited links   */
a:hover   {
	color: #CC3300;
	text-decoration: none;
} /* user hovers     */
a:active  {
	color: #CC3300;
	text-decoration: none;
} /* active links    */

TABLE{
	border-collapse: collapse;
	border: none;
}
TD{
	text-align: left;
    width: 550px;
}
