/* CSS Document */
/*
color palette:

	
	Dgrey #333333
	Mgrey #CCCCCC
	
	Orange #FC7314
	
/*

/*------ RESTYLE STANDARD HTML -----------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/background.gif) repeat-y center;
}

body,td,th {
	font-family: Arial;
	font-size:13px;
	color:#333333;
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#FC7314;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	color:#666666;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-style: normal;
	font-variant: normal;
}
h3 {
	font-size:14px;
	font-weight:normal;
	color:#666666;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
p {
	margin: 0px 0px 12px 0px;
}
a {
	color:#706F6D;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color:#FC7215;
}


/*-elements-*/
#header {
	background: url(../images/archer_group.jpg) -65px;
	height: 170px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
}
#page_container {
	background: #FFFFFF url(../images/nav_background.gif) repeat-x top;
	width: 950px;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #F0F0F0;
	}
#header img {
	margin-top: 38px;
	text-align: left;
	margin-left: 20px;
}
#pagefooter {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
}
#pagefooter strong{
	color: #FC7215;
	}
#nav_container {
	height: 34px;
	width: 835px;
 	margin-left: 115px;
	border-left: 1px solid #F0F0F0;
	}
#nav_container div a{
	font-size: 15px;
	color: #716F6E;
	width: 118px;
	height: 25px;
	float: left;
	text-align: center;
	padding: 9px 0px 0px;
	border-right: 1px solid #F0F0F0;
	text-decoration: none;
	}
#nav_container div a:hover{
	color: #FFF;
	background: #FC7215;
	}
#page_content {
	text-align: left;
	margin: 0px auto;
	padding: 20px 0px 0px;
	border-top: 1px solid #F0F0F0;
	}
#nav_container div a#current{
	color: #FFF;
	background: #FC7215;
	}
#indigo {
	text-align: right;
	padding: 5px 25px 5px 5px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#leftcolumn {
	width: 635px;
	min-height:350px;
	height:auto !important;
	height:350px;	padding-right: 15px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding-left: 15px;
}
#leftcolumn strong {
	font-weight: bold;
}
#rightcolumn {
	width: 254px;
	min-height:320px;
	height:auto !important;
	height:320px;
	float: left;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
.clearboth {
	/* clears the path where necessary */
	clear:both;
	margin:0;
	padding:0;
	height:0px;
}

/*--feedlist--*/

.feedlist_container {
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #FFFFFF;
	padding-bottom: 5px;
	color: #333333;
}
.feedlist_date {
	padding-top: 10px;
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 0px;
}
.feedlist_title a:link, feedlist_title a:visited {
	color: #FC7314;
	font-size: 16px;
	text-decoration: none;
}
.feedlist_title a:hover{
	color: #FC7215;
	text-decoration: none;
}

.feedlist_content a:link, feedlist_content a:visited {
	font-weight: normal;
	color: #333;
	font-variant: normal;
	font-size: 13px;
	text-decoration: none;
}
.feedlist_content a:hover {
	color: #FC7215;
	text-decoration: none;
}



/*--ajax_loader--*/
.ajaxloader {
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}





/*--news--*/
.news_item_container {
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #FFFFFF;
	padding-bottom: 5px;
	color: #333333;
}
.news_item_date {
	padding-top: 10px;
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 0px;
}
.news_item_title a:link, news_item_title a:visited {
	color: #FC7314;
	font-size: 16px;
	text-decoration: none;
}
.news_item_title a:hover{
	color: #FC7215;
	text-decoration: none;
}
.news_item_title img{
	text-align: left;
	margin-right: 5px;
	float: left;
}
.news_item_content a:link, news_item_content a:visited {
	font-weight: normal;
	color: #333;
	font-variant: normal;
	font-size: 13px;
	text-decoration: none;
}
.news_item_content a:hover {
	color: #FC7215;
	text-decoration: none;
}
.news_item_content img {
	text-align: left;
	margin-right: 5px;
}

/*--form--*/
.textfield {
	height: 16px;
	width: 400px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.textfield_required {
	height: 16px;
	width: 400px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-bottom: 8px;
	margin-left: 4px;
	background: #FFFFFF url(../images/required.gif) no-repeat 390px 3px;
}
.loginfield {
	height: 16px;
	width: 100px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
}
.submit {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ECECEC;
	cursor: pointer;
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
}
#vraag {
	height: 150px;
	width: 400px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}
#maps a {
	color: #666666;
	text-decoration: underline;
}
#maps a:hover {
	color: #FC7314;
	text-decoration: none;
}
/*--lay-out elements--*/
.txt_intro {
	background: #F5F5F5;
	padding: 15px 5px;
	margin: 0px 0px 12px 0px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.list {
	background: url(../images/arrow.gif) no-repeat 0px 4px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.list_bottom {
	background: url(../images/arrow.gif) no-repeat 0px 4px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
}
.list_ccc {
	background: url(../images/arrow_ccc.gif) no-repeat 0px 4px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.list_ccc_bottom {
	background: url(../images/arrow_ccc.gif) no-repeat 0px 4px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 10px;
}
.unit_data {
	width: 130px;
	text-align: left;
	vertical-align: top;
}
.unit {
	margin-bottom: 36px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 24px;
	padding-left: 200px;
}
.unit h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 12px;
}
#unit_01 {
	background: url(../images/as_logo.gif) no-repeat 50px 20px;
}
#unit_02 {
	background: url(../images/solirent.gif) no-repeat 50px 20px;
}
#unit_03 {
	background: url(../images/petracom.gif) no-repeat 52px 12px;
}
#unit_04 {
	background: url(../images/expoprojects.gif) no-repeat 18px 36px;
}
#unit_05 {
	background: url(../images/plasmarent.gif) no-repeat 65px 15px;
}
#unit_06 {
	background: url(../images/exporig.gif) no-repeat 20px 40px;
}
#unit_07{
	background: url(../images/texpo.gif) no-repeat 45px 50px;
}
.unit_data_content {
	text-align: left;
	vertical-align: top;
	width: 300px;
}
.faq div {
	color: #666666;
	background: url(../images/arrow_ccc.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-bottom: 4px;
}

.faq div:hover {
	color: #FC7314;
	background: url(../images/arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-bottom: 4px;
}

.faqanswer {
}

.faqanswer ul {
	margin:4px;
	padding: 0px 0px 0px 8px;
}
.faqanswer li {
	list-style:none;
	background: url(../images/arrow.gif) no-repeat 0px 4px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.toggle_item {
	background: #F5F5F5;
	padding: 15px 5px;
	margin-top: 15px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 12px;
}
.vac h2{
	padding-top: 10px;margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px dashed #ccc;
}
.vac div{
}
.vac div a{
	color: #666666;
	background: url(../images/arrow_ccc.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-bottom: 4px;
	text-decoration: none;
}
.vac div a:hover {
	color: #FC7314;
	background: url(../images/arrow.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-bottom: 4px;
	text-decoration: none;
}
.error {
	color: #FF0000;
}
.archer {
	color: #FC7314;
	font-weight: bold;
}
