BODY
{
   	background-color: #CAB9D7;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #512F6B;
	scrollbar-track-color: #fbfbfb;
	scrollbar-shadow-color: #778899;
}

.verstuur
{
	font-family: verdana;
	font-size : 11px;
	text-decoration: none;
	background-color : #7D6390;
	border-width: 1px;
	color: #ffffff;
	border-style: solid solid solid solid;
	border-color: #512F6B;
}

.klaar
{
	font-family: verdana;
	font-size : 11px;
	text-decoration: none;
	background-color : #ffffff;
	border-width: 1px;
	color: #B8A2C9;
	border-style: solid solid solid solid;
	border-color: #512F6B;
}

.bijlage
{
	font-family: verdana;
	font-size : 11px;
	text-decoration: none;
	background-color : #ffffff;
	border-width: 1px;
	color: #512F6B;
	border-style: solid solid solid solid;
	border-color: #512F6B;
}

.default
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #512F6B;		
}

.defaultHeader
{
	font-family: verdana;
	font-size: 14px;
	font-weight: none;
	color: #512F6B;		
}

.succesvol
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #512F6B;		
}

.credits
{
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	color: #ffffff;		
}

.name
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #ffffff;	
	vertical-align: baseline;
}

.Header
{
	background-image: url(images/header.jpg);
	margin-top: 0%;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.Navigatie
{
	background-image: url(images/navigatie.jpg);
	margin-top: 0%;
	background-attachment: fixed;
	background-position : bottom;
}

.Intro
{
	background-color: #B8A2C9;
	background-attachment: fixed;
	background-position : bottom;
	padding-left: 0;
	margin-left: 0%;
}

.Main
{
	background-image: url(images/main_bg.jpg);
	background-attachment: fixed;
	background-position : bottom;
	padding-top: 20;
	padding-left: 35;
	margin-left: 0%;
}

.Welkom_main
{
	background-image: url(images/welkom_bg.jpg);
	background-attachment: fixed;
	background-position : bottom;
	padding-top: 20;
	padding-left: 35;
	margin-left: 0%;
}

.Inner
{
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position : bottom;
	padding-left: 0;
	margin-left: 0%;
}

.Welkom
{
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position : bottom;
	padding-top: 0;
	margin-top: 0%;
	padding-left: 0;
	margin-left: 0%;
	padding-right: 5;
	margin-right: 0%;
}

.Foto
{
	background-image: url(images/main_bg.jpg);
	background-attachment: fixed;
	background-position : bottom;
	padding-top: 0;
	margin-top: 0%;
	padding-left: 0;
	margin-left: 0%;
	padding-right: 0;
	margin-right: 0%;
}

.Bodem
{
	background-image: url(images/bodem.jpg);
	background-attachment: fixed;
	background-position : bottom;
	background-repeat: no-repeat;
}

.Combipaars
{
	background-image: url(images/combipaars.jpg);
	background-attachment: fixed;
}

.Rechtsboven
{
	background-image: url(images/rechtsboven.jpg);
	margin-top: 0%;
	background-attachment: fixed;
	background-position : top;
}

.Rechtsonder
{
	background-image: url(images/rechtsonder.jpg);
	margin-top: 0%;
	background-attachment: fixed;
	background-position : bottom;
}

.navheader
{
	font-family: verdana;
	font-size: 13px;
	font-weight: none;
	color: #EFBA16;
	text-decoration: underline;	
	padding-left : 20;
}

a.link
{
	font-family: verdana;
	font-size: 13px;
	font-weight: none;
	color: #EFBA16;
	text-decoration: none;	
	padding-left : 16;
}
		
a.link:hover
{
	font-family: verdana;
	font-size: 13px;
	font-weight: none;
	color: #ffffff;			
	text-decoration: none;
	padding-left: 16;
}

a.sublink
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #512F6B;
	text-decoration: underline;	
}
		
a.sublink:hover
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #EFBA16;			
	text-decoration: none;
}

a.sublink:active
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #EFBA16;			
	text-decoration: none;
}

a.email
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #512F6B;
	text-decoration: underline;	
}

a.email:hover
{
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #EFBA16;			
	text-decoration: none;
}

.stepcarousel
{
	position: relative; /*leave this value alone*/
	border: 1px solid #512F6B;
	overflow: scroll; /*leave this value alone*/
	width: 375px;
	height: 290px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 375px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


