html, body{ height:100%; }
body{ margin:0; padding:0; background:#651676; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; }

#wrapper{ min-height: 100%; height:auto !important; height:100%; width:960px; margin-left:auto; margin-right:auto; background:#FFFFFF url(/~general/images/bg.jpg) no-repeat right top; }

#leftColumn{ float:left; width:254px; position:relative; left:16px; top:23px; }

#rightColumn{ float:left; width:690px; position:relative; left:16px; top:23px; }

#mainMenu{ float:left; width:254px; position:relative; left:16px; top:50px; }

#content{ float:left; width:430px; position:relative; left:16px; top:50px; }

.clear{ clear:both; };


h1{ color:#651676; font-size:24px; }

a, a:link, a:active, a:visited{ color:#651676; text-decoration:underline; }
a:hover{ text-decoration:none; }

a.menuItemActive, a.menuItemActive:link, a.menuItemActive:visited, a.menuItemActive:focus{
	outline:none;
	width:234px;
	height:24px;
	padding-left:20px;
	
	display:block;
	
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#651676;
	text-decoration:none;
	
	background:url(/~general/images/blokje.gif) no-repeat center left;
}

a.menuItemInactive, a.menuItemInactive:link, a.menuItemInactive:visited, a.menuItemInactive:focus{
	outline:none;
	width:234px;
	height:24px;
	padding-left:20px;
	
	display:block;
	
	cursor:pointer;
	
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5a5a5a;	
	text-decoration:none;
	
}

a.menuItemInactive:hover{
	color:#651676;	
}

