/* --------------------- HTML/Page-Gerüst --------------------- */
@import url(cd-fonts);
@import url(cd-header);
@import url(cd-footer);
@import url(cd-body);

html{
    font-size:100.01%;
}

body{
    border: 0 none;
    margin: 0;
    padding-top:10px;
    padding-bottom:10px;	 
    background: white; 
    font-size:100.01%;
}

/*
p {
    margin: 0; 
    padding: 0;
}
*/
#page-margins{
    position:relative;
    top:0px;
    left:0px;
    border: 0 none;
    margin: 0 auto; 
    width:100%;   		
    text-align:center;
}

#page {
    position:relative;
    text-align:left;
    border: 0 none;
    margin: 0 auto;
    width: 990px;  
    min-width: 774px; 
    max-width: 990px; 
    border:0 none;
    background:white;
}

