body , html {
	
	margin:		0px;
	padding:	0px;
	font-size: 12px;
	font-family: Arial;
	background: #FFF;
	color:#000;
}

#main {
	margin: 0 auto;
	width: 950px;
}



#nav {
	background:#252525;
	padding:0px 10px;
}

#nav a , #nav a:active {
	display:block;
	float:left;
	width:auto;color:#FFF;
	text-align:center;
	padding: 9px 10px;
	font-size:120%;
	margin-right:5px;
	text-decoration:none;
}

#nav a:hover {
	display:block;
	float:left;
	width:auto;
	padding: 9px 10px;
	color:#FFF;
	background: url('../../images/nav_hover.png') repeat-x;
	text-align:center;
}

.container {
	width: 100%;
	overflow:hidden;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

a {
	color:#000;
}

a:hover {
	text-decoration:none;
}	

#content {

	margin-left:15px;
	margin-top: 30px;
}


#footer {
	background: url('../../images/footer.png') repeat-x;
	margin-left:15px;
	margin-top: 30px;
	padding-top:25px;
	padding-left:10px;
}

h1 {
	color:#403f3f;
	font-weight:bold;
	font-size:160%;
	margin:0px;
	padding-bototm:5px;
}

h2 {

	color: #737373;
	font-weight:bold;
	font-size:120%;
	margin:10px 0px;
	
}

#referentie {
	border:1px solid #adadad;
	background:#dbdbdb;
}

.promo {
	padding:2px 0px;
	margin: 8px 0px;
	margin-left:10px;
}

.promoLine {
	float:left;
	width:320px;
	text-spacing: -0.5px;
	
}

.sitemap a {
	display:block;
	text-decoration:none;
	margin:1px 0px;
}

.small {
	font-size:85%;
	text-spacing: -0.5px;
}

.grey {
	color :#737373;
}



#form {
	padding:2px;
}

#form h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#form p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #262626;
	padding-bottom:10px;
}
#form label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:150px;
	padding-top:6px;
	float:left;
}

#form label.error{
	color:#ae0000;
	background:none;
	padding:0px;
}

#form .small{
	color:#666666;
	display:block;
	font-size:9px;
	letter-spacing: -0.2px;
	font-weight:normal;
	text-align:right;
	width:150px;
}
#form input, #form textarea  {
	float:left;
	width:280px;
	margin:2px 0 10px 10px;
}

#form div.input  {
	
	float:left;
	width:280px;
	margin:2px 0 10px 10px;
}


#form input[type="checkbox"] {
	width:20px;
}

#form button{ 
	float:left;
	margin-left:160px;
	padding:0px 10px;
	height:31px;
	background: url('../../images/icons/button.png') repeat-x;
	background-color:none;
	text-align:left;
	line-height:31px;

	color:#FFF;
	font-size:11px;
	font-weight:bold;
	border:0px solid #000;
	
		
}

#login {
	position:absolute;
	left:50%;
	top:50px;
	width:500px;
	min-height:190px;
	margin-left:-290px;
	
	background:#d8cfce;
	padding:40px;
	border:1px solid #c4b7b5;
}

#login img {
	margin-bottom:20px;
}

#conditions {
	font-size:85%;
}

.refPic {
	
	background: url('../../images/skin/default/ref-back.png') no-repeat;
	width:368px;
	height:258px;
	padding:10px 0px 0px 5px;
	margin-right:10px;
	
}

.refPic .img {
	width:355px;
	height:242px;
	overflow:hidden;
}

.refInfo {
	padding-left:25px;
	padding-top:40px;
	
}
.refInfo h1 {
	font-size:24px;
	font-family:Calibri;
}

.refInfo .italic {
	font-size:120%;
	margin:4px 0px;
}

.refInfo .url {
	margin:4px 0px;
	background: url('../../images/icons/arrow_next.png') no-repeat;
	background-position:0px 9px;
	padding:4px 0px;
	padding-left:10px;
}

.refInfo .contact {
	margin-top:15px;
}

.refInfo .url a {
	color:#252525;
	text-decoration:none;
}

.navArrow {
	margin-top:120px;
	width:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.padding5{
	padding: 5px;
}

.padding10{
	padding: 10px;
}

.marginRight10{
	margin-right: 10px;
}



.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.marginBottom30{
	margin-bottom:30px;
	
}


.errorForm {

	background:#c59e9e  url('../../images/icons/exclamation_shield.png') no-repeat 8px 10px;
	padding:12px 30px;
	color:#821507;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #821507;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style-type: disc;
}

