body, td, th 
{
	color: #000;
	margin:0;
	
	
}



.center
{
	text-align:center;
}

h1 
{
	padding-top:10px;
	margin-top:15px;
	text-align:center;
	font-family: 'Josefin Sans Std Light', serif;
   	font-size: 48px;
	
}

h2
{
	background-color:#000;
	width:100%;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-family: 'Josefin Sans Std Light', serif;
	margin:0;
	position:float;
	padding-top:22px;
	padding-bottom:22px;
}

p
{
	background-color:#fff;
	width:100%;
	text-align:center;
	font-size:22px;
	font-family: 'Josefin Sans Std Light', serif;
	margin:0;
	position:float;
}

	
.menu
{
	text-align:center;
	font-family: 'Josefin Sans Std Light', serif;
	font-size:16px;
	padding-top:10px;
	/*
	position:fixed;
	background-position:center;
	width:100%;
	*/
}
	
.prijslijst
{
	background-color:#CCF;
	width:100%;
	
	text-align:center;
	font-size:22px;
	font-family: 'Josefin Sans Std Light', serif;
}
	
/* TEXT GLOBAL */	
.testo_about
{
	padding-bottom:15px;
	margin-left:22px;
	margin-right:22px;
	text-align:center;
	margin-top:15px;
	font-family: 'Josefin Sans Std Light', serif;
}	
	
.vervoersdokument
{
	background-color:#fff;
	width:100%;
	
	text-align:center;
	font-size:22px;
	font-family: 'Josefin Sans Std Light', serif;
}
	
	
.goederenopslag
{
	background-color:#afe0fb;
	width:100%;
	
	text-align:center;
	font-size:22px;
	font-family: 'Josefin Sans Std Light', serif;
}
	
.download
{
	background-color:#CCF;
	width:100%;
	
	text-align:center;
	font-size:22px;
	font-family: 'Josefin Sans Std Light', serif;
}
	
	
.bt_social
{
	text-align:center;
	padding-top:22px;
	padding-bottom:	22px;
}
	
.bt_download {
	-moz-box-shadow:inset 0px 1px 0px 50px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 50px #ffffff;
	box-shadow:inset 0px 1px 0px 50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family: 'Josefin Sans Std Light', serif;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:230px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom:22px;
}
.bt_download:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.bt_download:active {
	position:relative;
	top:1px;
}


.footer
{	background-color:#000;
	width:100%;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-family: 'Josefin Sans Std Light', serif;
	height:60px;
	margin-top:22px;
	}
	
.footer_txt
{
	padding-top:22px;
	padding-bottom:22px;
}


/*PERSONALIZE YOUR MOBILE VERSIONE */


@media screen and (max-width:480px)
{
	p{
		background-color:#fff;
		
	}
	h1 
{
	font-size:50px;
	margin-left:15px;
	margin-right:15px;
	background-color:#FCC;
	
}

img
{
	
	width:80%;
	margin-bottom:22px;
	
	}

.about
{
	
	
	background-color:#FFF;
	
	
	}
	
.download
{background-color:#FFF;
	
	}
.contieni_blog
{
	background-color:#FFF;
	}

}

.bt_social
{
	width:56px;
	height:56px;
	
	}

a:link {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #901;
}
a:hover {
	text-decoration: none;
	color: #901;
}
a:active {
	text-decoration: none;
	color: #901;
}