body {
	text-align: center;
	min-width: 760px;
	background: #8F23B3;
}

div#wrapper {
		margin: 0 auto;
		margin-top: 20px;
		border: 0px solid #ffffff;
		width: 760px;
		background: #8F23B3; url('images/gobruinklein.jpg');
		background-position: bottom right;
		background-repeat: no-repeat;
		
}

html>body div#wrapper {
		height: 100%;
		min-height: 600px;



}

div#logo {
		float: left;
		height: 210px;
		position: relative;
		top: -10px;
		
		margin-bottom: -10px;
		
		
			width: 180px;
		border-right: 0px solid #ffffff;
		border-bottom: 0px solid #ffffff;
		background: #8F23B3 url('images/boekschuin.jpg');
		background-position: center;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		min-height: 365px;
}

h2 {
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
		font-family: garamond, trebuchet ms,arial,verdana;
}

b {
		color:#FFFFFF;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		letter-spacing: 1.1pt;
		padding-top: 20px;
		text-align: right;
}

div#footer A {
		color: #C55E28;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
}

div#content a:hover {
		text-decoration: none;
}


h1 {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 22px;
		font-family: garamond, trebuchet ms,arial,verdana;
}
div#content {
		text-align: left;
		padding: 15px 150px 15px 15px;
		float: right;
		width: 400px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #FFFFFF;
}

html>body div#content {
		min-height: 250px;
		height: 100%;
}

div#topbar {
		height: 95px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 18pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 15px;
		color: #BD2029;
		letter-spacing: 1.1pt;
		border-bottom: 1px solid #ffffff;
		clear: left;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 114px;
		position: relative;
		left:2px;
		top: -10px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #BD2029 url('images/.gif'); 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: right;
		font-size: 13px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
}

div#menu a:hover {
		background: #C55E28 url('images/w.gif');
		background-position: center left;
		background-repeat: no-repeat;
		color: #bbc6b6;
}


a:hover {   
background:#8F23B3;   
text-decoration:none;   
}   
a.tooltip span {   
display:none;   
padding:2px 3px;   
margin-left:70px;   
width:330px;   
}   
a.tooltip:hover span{   
display:inline;   
position:absolute;   
background:#8F23B3;   
border:0px solid #ccc;   
color:#000000;   
}  
