/**
 * Basis kleur: #CA008B
 */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4742;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #EBEBED;
}

#SiteTopBg {
	margin: 0px;
	background-color: white;
	width: 100%;
	height: 180px;
}

#SiteWrapper {
	width: 768px;
	margin: 10px auto;
	position: relative;
	margin-top: -180px;
}

#TopWrapper {
	height: 120px;
	background-image: url(/images/top_logo.png);
	background-repeat: no-repeat;
	background-position: 50px 20px;
	text-align:right;
	padding-top: 5px;
	cursor: pointer;
}

#TopWrapper a {
	margin: 5px;
}

#MenuWrapper {
	display: block;
	list-style-type: none;
	float: right;
}

#MenuWrapper li {
	display: inline;
	float: left;
	height: 30px;
}

#MenuWrapper li a, #MenuWrapper li span {
	display: block;
}

#MenuWrapper li a {
	padding: 7px 11px;
	color: #484647;
	background-color: #C1C1C1;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}

#MenuWrapper li a:hover, #MenuWrapper li .ActiveItem {
	background-image: url(/images/top_menu_bg_active.png);
	background-repeat: repeat-x;
	color: white;
	border-left: 1px solid #A53389;
	border-right: 1px solid #A53389;
}

#MenuWrapper li .ActiveItem {
	cursor: default;
}

#LeftMenuEnd, #RightMenuEnd {	
	background-repeat: no-repeat;
	width: 13px;
	height: 28px;
}

#LeftMenuEnd {
	background-image: url(/images/top_menu_bg_left.png);
}

#RightMenuEnd {
	background-image: url(/images/top_menu_bg_right.png);
}

#MainContent {
	background-color: white;
	
}

#MainContentTop {
	height: 250px;
	width: 746px;
	background-image: url(/images/bg_top.png);
	background-repeat: no-repeat;
	background-position: 0px 39px;
	padding: 11px;
}

#MainContentTopImg {
	height: 160px;
	width: 494px;
	background-image: url(/images/bg_main_front.png);
	background-repeat: no-repeat;
	float:left;
	margin-top: -3px;
}

#MainContentTopText {
	height: 160px;
	width: 252px;
	background-image: url(/images/bg_main_top.png);
	background-repeat: no-repeat;
	float:right;
	margin-top: -3px;
	
}

#MainContentTopText span {
	font-family: verdana;
	color: white;
	font-size: 20px;
	line-height: 28px;
	display: block;
	padding: 35px 20px 40px 30px;
	filter: Shadow(color=#A3A29F,strength=1, Direction=120)
}

#MainContentText {
	margin: -20px 20px 30px 20px;
	padding: 5px;
	min-height: 300px;
}

#MainContentFooter {
	background-color: #D5D5D5;
	text-align: right;
	padding: 10px;
	clear: both;
}

#MainContentFooter a {
	color: #4D4742;
}

#LoginImg {
	float: right;
	margin-left: 5px;
}

.DottedSeparator {
	height: 8px;
	width: 100%;
	background-image: url(/images/bg_dots.png);
	background-repeat: repeat-x;
	margin-top: 20px;
}

.DottedSeparatorTop {
	margin-top: -28px;
	background-image: url(/images/bg_dots_top.png);
}

a, a:visited, h1, h2, h3, h4, h5 {
	color: #CA008B;
}

a:hover {
	text-decoration: none;
}
	
h1, h2 {
	font-weight: normal;
}

#ContentTitel {
	font-size: 20px;
}

/** 
 Hack voor IE7
 **/
.ie_7 #MainContentTop {
 	background-position: 0px 0px;
 	height: 230px;
}
 
.ie_7 #MenuWrapper {
	margin-bottom: -2px;
}

.ie_7 .DottedSeparatorTop {
	margin-top: -50px;
}

.ie_7 #ContentTitel {
	margin-top: 40px;
}
