html,body
{
	margin: 0;
	padding:0px;
	text-align: center;
	background-color: #FFFFFF;
    font-family: trebuchet ms, arial, verdana;
    font-size: 12px;
}

DIV
{
	-moz-box-sizing: border-box; 
	box-sizing:border-box;
	margin:0;
	text-align: left;
}

#header
{
    background-image: url('../components/menu_line.jpg');
    background-repeat: repeat-y;
    background-position: bottom left;
    /*padding-top: 30px; */ 
    height: 155px; 
    width: 775px;
}

#header2
{
    padding-top: 30px;
}

body, table, TD, SPAN, DIV{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #333333;
}

.container{
     width: 775px;
     background-color: #FFFFFF;
     margin: 0 auto 0 auto;
}

.menu{
    float: left;    
    margin: 70px 0 0 47px;
    color:#F37021;
}

.menu2{
    float: left;
    margin: 70px 0 0 32px; 
    color:#F37021;
}

.logo{
    width: 245px;
    height: 125px;
    float: right;
    margin-right:10px;
    background: url('../components/logo_klinkhamer.png') no-repeat;
}

#content
{
    width:775px;         
}

.contentBox{
    width: 607px;
    min-height: 440px;
    float: left;
    background: #f47a2c url('../components/logo_content.jpg') no-repeat;
    background-position: 0px bottom;                                                              
}

.contentTekst{
    position: relative;
    width: 521px;
    min-height: 440px;
    border-left: 1px solid #FFFFFF;
    background-color: #f37021;
    /*background-color: #FF0000;*/
    color: #FFFFFF;
    margin: 0 0 0 85px;                 
}

    .contentPadding{
        color: #FFFFFF;   
        padding: 60px 20px 50px 30px;  
    }

.adres{
    width: 155px;  
    float: left;
    height: 300px;

}

.adresTekst{
    width: 145px;
    margin: 145px 0 0 0;
    border-top: 1px solid #e36f1e;
    padding: 10px 0 10px 10px;
    color: #e36f1e;
    font-family: Trebuchet MS;
    font-size: 10px;
    line-height: 12px;
}

.adresTekst img { cursor:pointer; }

.adresTekstZ{
    color: #595959;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS;
    font-size: 10px;
}
 
.footer{
    clear: left;
    width: 775px;
    height: 46px;
    margin: 0 auto 0 auto;    
} 
    
.logoBorder{    
    height: 44px;
    width: 85px;
    border-top: 2px solid #f47a2c;
    background-color: #FFFFFF;
    float: left;
    margin: 1px 0 0 0;                               
}

.mpiLogo{
    float: left;
    /*background: #FFFFFF url('../components/mpi.jpg') no-repeat; 
    background-position: right 0px;*/  
    height: 46px;
    width: 523px;           
}


