﻿@charset "UTF-8";

/*Page Layout divs ---------------------------------------------------------------------------------------------------- */ 
 
body {
	margin:0px;
	padding:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C0C0C0;
	background-color: #000000;
	font-weight: lighter;
}  

img{
	border: thin solid #333333;
}  

h1, h2, h3 {
	margin: 0;
	font-weight: lighter;
}

h1 {
	font-size: 1.5em;
	color: #C0C0C0;
}

h2 {
	font-size: 1.1em;
	color: #C0C0C0;
}

p   {
	margin-top: 0;
	line-height: 160%;
	font-size: 12px;
}

a {
	color: #C0C0C0;
}

/* a:hover {
	color: #C0C0C0;
}*/	

/*header ---------------------------------------------------------------------------------------------------- */

#header {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	background-image: url('../images/Header.jpg');
	background-repeat:no-repeat;
}


/*menu ----------------------------------------------------------------------------------------------------*/

#menu {
	width: 800px;
	height: 36px;
	margin: 0 auto;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
}




/* Page ---------------------------------------------------------------------------------------------------- */

#page {
	width: 800px;
	min-height:325px;
	background-color: #101010;
	padding-top: 30px;
	background-image: url('../images/Fill.jpg');
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.blue{
	color: #6DAFD9;
}



/* Content ---------------------------------------------------------------------------------------------------- */

/* POST */
#PROMO {
	width:800px;
	height: auto;
	float: left;
	margin-top: 5px;
}

#PROMO .imageLeft {
	width:150px;
	height: 150px;
	float: left;
	margin: 20px;
}

#PROMO .entry {
	width: 550px;
	height:150px;
	float:left;
	margin:20px;
}

#PROMO .entry h1 {
	color: #6DAFD9;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
}

#postWrap {
	width:800px;
	height: auto;
	float: left;
	margin-top: 5px;
}

#postHeader {
	float: right;
	width: 455px;
	height:50px;
	background-image: url('../images/home/postheader.png');
}

#POSTcontent {
	float: right;
	width: 425px;
	padding-left: 15px;
	padding-right:15px;
	background-image: url('../images/home/PostStrip_01.jpg');
	background-repeat: repeat-y;
	padding-top: 20px;
}

.post {
	clear: both;
	width: 420px;
	margin-bottom: 30px;
}


.post ul,li {
	font-size: 12px;

}

.post .postIMG{
	float:right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 5px;
	
}


.post .postIMG img{
	float:left;
	border: thin solid #575757;
	
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
}



.post h2 {
	font-size: 14px;
	color: #6DAFD9;
	text-transform: uppercase;
}

.post .noArticle h2 {
	font-size: 14px;
	color: #6DAFD9;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6C6C6C;
	width:420px;
}



.post .restPost {
	display: none;
	width: 400px;
	float: left;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
	}

.post .meta {
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	color: #ABABAB;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #6C6C6C;
	border-right-color: #6C6C6C;
}

.post .meta a {
text-decoration:none;
	color: #ABABAB;
}

.post .entry {
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	width: 400px;
}
.post  .entry  a  {
	color: #6DAFD9;
	text-decoration: none;
}

.post .entry a:hover {
	text-decoration:line-through;
}


.post   .restPost   .download a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
		color:#969696;

}

.post   .restPost   .download a:hover{
	font-size: 10px;
	text-decoration: none;
} 

.post   .restPost   .download   {
text-align:right;
}

.icon {
	margin-left: 10px;
}


.post .entry  p {
	font-size: 12px;
}

/* WELCOME */

.WELCOMEheader {
	width: 760px;
	min-height:325px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-bottom: 20px;
	background-image: url('../images/home/welcomeHeaderBack.jpg');
	background-repeat:no-repeat;
	margin-top: -30px;
}


.WELCOMEheader .welcome {
	margin-top: 50px; margin-left: 30px;
	padding:8px;
	width: 350px;
	float: left;
	clear: none;
}

.WELCOMEheader .welcome h1 {
	color: #6DAFD9;
	font-size: 20px;
	text-transform: uppercase;
}


.WELCOMEheader .welcome .entry {
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.WELCOMEheader .welcome  p {
	font-size: 12px;
	line-height: 155%;
	color: #ABABAB;
}

.WELCOMEheader .welcome .floatLeft{
	float:left;
	border: thin solid #6C6C6C;
	margin-right: 20px;
	margin-bottom: 10px;
}

.WELCOMEheader .nieuw {
	margin-top: 50px; margin-left: 30px;
	padding:8px;
	width: 250px;
	float:left;
}

.WELCOMEheader .nieuw h1 {
	color: #6DAFD9;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom:12px;
}

.WELCOMEheader .nieuw p {
	font-size: 12px;
	line-height: 155%;
	color: #ABABAB;
	margin-bottom:2px;
}

.WELCOMEheader .banner {
	float: right;
	width: 320px;
	height: 20px;
	margin-right: 10px;
	margin-top: 115px;
}

.WELCOMEheader .banner a {
text-decoration:none;
}

.WELCOMEheader .banner a:hover {
color:#215AB7
}

/* FREELANCE */

#FREELANCEcontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}


#FREELANCEcontent .header {
	float: left;
	width: 415px;
}

#FREELANCEcontent .header h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}
#FREELANCEcontent  .header  .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}

#FREELANCEcontent .rentalFoto {
	float: left;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}

/* FOR SALE */

#FORSALEcontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}

#FORSALEcontent hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2D2D2D;
}

#FORSALEcontent td{
width:100px;
font-size:12px;
text-align:right;
}

#FORSALEcontent th{
	width:350px;
	text-align:left;
	font-size:12px;
	font-weight:100;
}

#FORSALEcontent table{
}



#FORSALEcontent .header {
	float: left;
	width: 415px;
}

#FORSALEcontent .header h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}
#FORSALEcontent  .header  .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}

#FORSALEcontent .rentalFoto {
	float: left;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}



/* NEW EQUIPMENT */

#NEWEQUIPMENTcontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}

 .NEWEQUIPMENTcarousel{
	float: left;
	width: 770px;
	padding-bottom: 30px;
}

 .NEWEQUIPMENTheader {
	float: left;
	width: 756px;
	padding-bottom: 30px;
}

 .NEWEQUIPMENTheader h1 {
	font-size: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	color: #6DAFD9;
	text-transform: uppercase;
}

.newequipment {
	width:240px;
	height: 300px;
	float: left;
	margin-bottom: 20px;
	margin-right: 12px;
	border: thin solid #424242;
	background-color: #292929;
}

.newequipment .title {
	width: 200px;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	clear: none;
	background-color: #181818;
}

.newequipment .title h1 {
	font-size:12px;
	color: #6DAFD9;
	padding-top: 5px;
}

.newequipment .image {
	margin:0px auto 0px auto;
	padding:15px 0px 10px 0px;
	width: 200px;
	height: 200px;
	clear: both;
	text-align:center;
}
.newequipment .image img {
	max-width: 200px;
	max-height: 200px;
	/*border:none;*/
}

.newequipment .info {
	text-align:center;
}
.newequipment .info p {
	line-height:normal;
	font-size:smaller;
}

/* RENTAL */

#RENTALcontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}

#RENTALcontent a {
	color: #6DAFD9;
	text-decoration: none;
}




#RENTALcontent .header {
	float: left;
	width: 415px;
}

#RENTALcontent .header h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}
#RENTALcontent  .header  .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}

#RENTALcontent .rentalFoto {
	float: left;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}

/* REFERENCES */

#REFERENCEScontent {
	/*float: left;
	width: 760px;*/
	padding-left: 20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom:20px;
	clear: both;
}

#REFERENCEScontent h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}

#REFERENCEScontent h2 {
	margin-top:15px;
	color: #6DAFD9;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181818;
	text-transform: uppercase;
}

#REFERENCEScontent ul {
	line-height:180%;
	margin-top:5px;
	margin-bottom:15px;
}

#REFERENCEScontent ul li {
	width:100%;
	float: left;
	clear: both;
}

#REFERENCEScontent .refYear{
	margin-top:5px;
	margin-bottom:15px;
}

#REFERENCEScontent .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#REFERENCEScontent .images {
	width: 720px;
	margin:20px auto 10px auto;
}

#REFERENCEScontent .image {
	float: left;
	width: 120px;
	height: 120px;
	margin-bottom:10px;
	text-align:center;
}

#REFERENCEScontent .image img {
	display:block;
	max-width: 100px;
	max-height: 100px;
	margin:auto;
}

#REFERENCEScontent .foto {
	float: left;
	width: 290px;
	/*margin-left:20px;*/
	margin-right: 20px;
	margin-bottom: 20px;
}

#REFERENCEScontent .smallFontList{
	font-size:10px;
	color: #575757;
}

/* LINKS */

#LINKScontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}


#LINKScontent .header {
	float: left;
	width: 415px;
}

#LINKScontent .header h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}
#LINKScontent  .header  .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}

#LINKScontent .rentalFoto {
	float: left;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#LINKScontent td{
width:50px;
font-size:12px;
text-align:right;
}

#LINKScontent th{
width:350px;
text-align:left;
font-size:12px;
font-weight:100;

}

#LINKScontent a{
text-decoration:underline;
}

#LINKScontent a:hover{
	text-decoration:none;
}

#LINKScontent .BIG{
	font-size:14px;
	color: #EAEAEA;
}

#LINKScontent hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2D2D2D;
}



/* CONTACT */

#CONTACTcontent {
	float: left;
	width: 770px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 20px;
	padding-bottom: 25px;
	clear: both;
}

#CONTACTcontent .header {
	float: left;
	width: 415px;
}

#CONTACTcontent .header h1 {
	color: #6DAFD9;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	text-transform: uppercase;
}
#CONTACTcontent  .header  .entry{
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}
#CONTACTcontent  .contactFoto {
	float: left;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#CONTACTcontent td{
width:200px;
font-size:12px;
}

#CONTACTcontent th{
width:70px;
text-align:left;
font-size:12px;
}

#CONTACTcontent a{
text-decoration:underline;
}

#CONTACTcontent a:hover{
text-decoration:underline;
}

#CONTACTcontent .BIG{
	font-size:14px;
	color: #EAEAEA;
}

#CONTACTcontent .employees{
	clear:both;
}
#CONTACTcontent  .employees  .entry{
	clear:both;
	text-align: left;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;

}
#CONTACTcontent .employees  .entry .employee{
	float:left;
	width:250px;
	margin:15 25 15 25;
}

/* Sidebar ---------------------------------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 320px;
	height: auto;
	margin-top: 50px;
}

.homeFoto {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #969696;
}


/* Footer ---------------------------------------------------------------------------------------------------- */


#footer {
	width: 780px;
	height: 110px;
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ABABAB;
	color: #ABABAB;
	background-color: #000000;
	background-image: url('../images/FooterImage.jpg');
	background-repeat: no-repeat;
}


#footer .copyright {
	float:right;
	margin-top: 90px;
} 

#footer .copyright p {
	font-style: italic;
	margin: 0px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
} 

