body{
	margin:0;
	font-family:Arial, Verdana, serif;
	font-size:12px;
}

header{
	height:160px;
}

#logo{
	margin-top:30px;
}

#headerContent{
	width:700px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	background:url('/images/bg-header.png') no-repeat;
}

h1{
	text-decoration:underline;
}

#adres{
	float:right;
	color:#83c44a;
	margin-top:25px;
	font-size:small;
}

#adres h2{
	background:url('/images/rmgrafisch.png') no-repeat;
	margin-bottom:0;
	margin-top:0;
	height:15px;
}

#adres h3{
	background:url('/images/technische.png') no-repeat;
	margin-top:3px;
	margin-bottom:0px;
	height:10px;
	width:190px;
}

#adres h2 span, #adres h3 span{
	display:none;
}


#adres p{
	margin-top:8px;
}

section{
	width:620px;
	background:url('/images/bg-section.png');
	margin-left:auto;
	margin-right:auto;
	padding:20px 40px 100px 40px;
	border-left:1px solid #F2FCE8;
	border-right:1px solid #F2FCE8;
}

section img{
	margin-right:auto;
	margin-left:0px;
	margin-top:10px;
}

section span{
	float:right;
}

.underline{
	border-bottom:1px solid #000;
}

table td{
	line-height:30px;
	padding-right:50px;
}

footer{
	background:#83c44a;
	line-height:58px;
	color:#fff;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
    width: 700px;
}

footer p{
	margin:0px;
font-size: 12px;
}

.companyorange {
	font-size:large;
	color:#E50510;
}