@charset "utf-8";
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #85a5b3;
}

.HeadertextPaars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #702195;
}

a:link {
	color: #702195;
    font-style:oblique;

}
a:visited {
	color: #702195;
}

body {
    background: url(../img/back.jpg) no-repeat scroll 50% 0;
	margin-left: 0px;
}

#sitecontainer {
	width: 940px;
	margin: 0 auto;
	margin-top: -8px;
}

#header {
	width:940px;
	height:260px;
    background: url(../img/header.jpg) no-repeat;
}

#menu {
		width:287px;
		height:520px;
		background: url(../img/menu.gif) no-repeat;
		margin-top:0px;
		margin-left:17px;
		float: left;
		}
		
#contentcontainer {
		width:940px;
		min-height:520px;
		margin-left:1px;
		}
		
#rightcontent {
width:570px;
min-height:500px;
float:right;
padding-left:0px;
padding-right:55px;
}

#footer {
clear: both;
width: 940px;
height: 160px;
background: #FFFFFF no-repeat;

}

.maintextBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	font-weight: bold;
	color: #702195;
}

