@charset "utf-8";

html, body {
height: 100%; /* héél belangrijk */
}

* {
	margin: 0;
	padding: 0;
}


#hi a, #hi a:link, #hi a:hover {
		border: 0px;
}

body {
	background: #fff url(images/img01new.jpg) no-repeat right top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A5157;
	height: 100%;
}

h1, h2, h3 {
	color: #292929;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 15px;
	color: #292929;
	margin-bottom:5px;
}

h3 {
	font-size: 10px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 150%;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	display: none;
}

/*wrapper*/

#shadow {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	height:100%;
	background:#fff url(images/shadow.jpg) repeat-y left top;
	border:solid 1px red;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	height:100%;
	background:url(images/wrapbg.jpg) repeat-y left top;
	height:100%;
}

#wrapperintro {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	height:100%;
	background:url(images/wrapbgintro.jpg) repeat-y left top;
}

/* Logo */

#logo {
	width: 900px;
	height: 147px;
	margin: 0 auto;
	padding:0;
	background:url(images/headernew.jpg) no-repeat left top;
	font-size:0;
	line-height:0px;
	display:block;
}

#logointro {
	width: 900px;
	height: 147px;
	margin: 0 auto;
	padding:0;
	background:url(images/headerintro.jpg) no-repeat left top;
}


/* Menu */

#menubase {
	width: 200px;
	height: 150px;
	padding-left: 0px;

	float:left;
	margin-top:18px;
	
}

#menubase ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height:100%;
}

#menubase ul ul {

margin-bottom:10px;
	padding: 0px 0 0 0;
	list-style: none;
	line-height:100%;
border:solid 1px #000;
	width:198px;

}

#menubase li {
	font-size:12px;
}

#menubase ul ul li a {
color:#000;
}

#menubase a {
	display: block;

	margin: 0 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #4A5157;
}

#menubase a:hover {
	background: #7A7A7A;
	color: #ffffff;
}

#menubase .active a {
	background: #000;
	color: #ffffff;
}

/* Page */

#bg {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding:0; height:100%;

	background: #fff url(images/shadowpage.jpg) repeat-y right top; height:100%;	
}

#page {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/tr-corner.jpg) no-repeat right top; height:550px;		

}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 20px 0 10px 0;
	padding-left: 0px;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	background: #DEFEA4;
	margin:0;


}

#sidebar ul  li{
	list-style-type:none;
}

#sidebar a{
text-decoration:none;
}

