body  {
height: 500px;
background: #fff;
font-size: 10pt;
}



/* ----------------------------------------------------------------
  Seitenstruktur
  --------------------------------------------------------------- */

/* --- allumfassender Container --- */


#outerwrapp, #wrapper  {
background: #fff;
width: 300px;
border: none;
}

#col_left, #bottom, .noprint {
display: none;
}

/* --- Reihen --- */


#wrapper, #main  {
background: #fff;
width: 500px;
}


/* --- Inhalt #main --- */


#col_content {
margin: 0;
color: #000;
}


/* ---  --- */

a:link, a:visited, a:hover, a:active, a:focus {
 text-decoration: underline;
 color: #000;
}

#footer {
display: none;
}

