

html, body {
    margin: 0 auto; 
    padding: 0; 
    font-family: Arial; 
    font-size: 10px; 
    color: #6f7279;
		width: 100%;
		text-align: center; /* centers the #sizer element in IE5.x/win */		
}

img {
    border: none; 
}

a {
    text-decoration: none;
    color: #6f7279; 
}

#container {
    margin: 0 auto;
		/*
    xosition: relative; 
    xargin-left: auto; 
    xargin-right: auto;
		*/
    margin-top: 16em; 
    width: 52.4em;
}

.text {
    font-size: 1.8em;
    text-align: center;     
}

#spacer {
    height: 13em; 
}

#holder {
    margin-left: 6em; 
}

#adress_holder {
   
}

#duravit {
    float: left;
    background: url(jpg/duravit_logo.jpg) no-repeat right;
    height: 13.4em; 
    width: 20em; 
}

#duravit_adress {
    float: left; 
    margin-top: 2em; 
    margin-right: 1em; 
    font-size: 1.4em; 
    text-align: right; 
    width: 13.5em; 
}


#vertical {
    float: left; 
    border-left: 1px solid #cbcbcd;  
    height: 13.4em;
}

#axor {
    float: left;
    background: url(jpg/axor_logo.jpg) no-repeat left;
    height: 13.4em; 
    width: 20em; 
}

#axor_adress {
    float: left; 
    margin-top: 2em; 
    margin-left: 1em; 
    font-size: 1.4em; 
    width: 13.5em;
		text-align:left;
}

