/* 
CSS FILE
==================================================
name: contact.css
website: www.xenius.nl
version: 1.0
author: Xenius Media  (www.xenius.nl)
*/
a{
	color:#76b325;
	text-decoration:none;
}
a:hover{
	color:#76b325;
	text-decoration:underline;
}


ol.contactform{
	list-style-type:none;
}
ol.contactform li.submit{
	text-align:right;
	padding:20px 6px 0 0;
}
input.submit{
	border:1px solid #e5e5e5;
	font-family:'Lucida Sans Unicode','Arial';
	font-size:12px;
	color:#222;
	padding:4px;
	width:200px;
	cursor:pointer;
	background:#fff url('../images/structure/formfield_back.jpg') repeat-x;
}
input.submit:hover{
	border:1px solid #aaa;
}
input.form, textarea.form, select.formselect{
	border:1px solid #e5e5e5;
	font-family:'Lucida Sans Unicode','Arial';
	font-size:12px;
	color:#222;
	padding:4px;
	width:650px;
	margin-bottom:10px;
	background:#fff url('../images/structure/formfield_back.jpg') repeat-x;
}
select.formselect{
	width:400px;
}
input.check{
	margin:0 10px 6px 0;
}
input.date_input{
	border:1px solid #e5e5e5;
	font-family:'Lucida Sans Unicode','Arial';
	font-size:12px;
	color:#222;
	padding:4px 4px 4px 28px;
	width:626px;
	margin-bottom:10px;
	background:#fff url('../images/structure/datefield_back.jpg') no-repeat;
}
.error{
	text-align: left;
	width:593px;
	padding: 6px 20px 6px 45px;
	border:1px solid #ccc;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #fffeb8 url(../images/structure/exclamation.png) center no-repeat;
	background-position: 15px 50%;
}




/*
IETS ANDERS LIST
*/
ul.ietsanders{
	list-style-type:none;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:30px;
}
ul.ietsanders li{
	border-top:1px solid #e5e5e5;
	padding:8px;
}
ul.ietsanders li a{
	color:#76b325;
	text-decoration:none;
}
ul.ietsanders li a:hover{
	color:#76b325;
	text-decoration:underline;
}
ul.ietsanders li:hover{
	background-color:#f4ffe5;
}

/*
ONLINE LIST
*/
ul.online{
	list-style-type:none;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:30px;
}
ul.online li{
	border-top:1px solid #e5e5e5;
	padding:8px;
}
ul.online li a{
	color:#76b325;
	text-decoration:none;
}
ul.online li a:hover{
	color:#76b325;
	text-decoration:underline;
}
ul.online li.twitter{
	padding-left:30px;
	background:#fff url(../images/structure/twitter.gif) no-repeat;
	background-position: 8px 50%;
}
ul.online li.twitter:hover{
	background-color:#f4ffe5;
}
ul.online li.skype{
	padding-left:30px;
	background:#fff url(../images/structure/skype.png) no-repeat;
	background-position: 8px 50%;
}
ul.online li.skype:hover{
	background-color:#f4ffe5;
}

.contactdetails{
	background:#fff url('../images/content/contactimage.jpg') top right no-repeat;
	padding-bottom:30px;
}