/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* GENERAL STYLES */
body { font:62.5% Verdana, Arial, Helvetica, sans-serif; color:#003366; }
p { margin:0.5em 0 1em 0; }
#header { width: 100%; height: 100px; }
#content { width: 80%; }

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* DON'T SHOW */
#header h1 {display: none; }
#header #service_navigation { display: none; }
#header #main_navigation { display: none; }
#header #keyvisual { display: none; }
#breadcrumb { display: none; }
#navigation { display: none; }
#content .col_main #legende-heading { display: block }
#content .col_main #legende { display: block }
#content .col_main .backlink { display: none }
#footer { display: none; }

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* HEADER */
#header #logo { text-align: right; }
#header #logo span { font-size: 2.5em; }

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* MAIN CONTENT */
#content .col_main { padding-right: 2%; }
#content .col_marginal {margin-top: 50px; }
#content .col_marginal .image { float: left; }
#content .col_clear { clear: both; }

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* MARGINALBOX (within content) */
#content .col_marginal .marginalbox {
    border: 1px solid #BBD3EF;
    margin: 0 0 10px 0; 
    overflow: hidden;
}
#content .col_marginal .marginalbox h5 {
    background: #eef3fb;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 4px 8px;
    font-size: 1em; /* 12 px */
}

/* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */
/* INDEX */
#content .overview-row { width: 100%; float:left; margin-bottom: 16px; }
#content .overview-row .col_left { width: 48%; float: left; }
#content .overview-row .col_right { width: 48%; float: right; }

