html, body {
margin: 0;
padding: 0;
min-height: 50%; 
}

body  {
color: #666;
min-height: 50%;

background: #fff;
text-align: left;
}



/* ----------------------------------------------------------------
  Seitenstruktur
  --------------------------------------------------------------- */

/* --- allumfassender Container --- */


#outerwrapp, #wrapper  {
background: #fff;
width: 600px;
border: none;
margin-left: 0px;
min-height: 200px;
}

/* --- Reihen --- */

#printheader {
display: block;
width: 100%;
margin-bottom: 20px;
padding-bottom: 20px;
font-weight: bold;
border-bottom: 1px solid black;
}


#header, #servicemenu, #topmenu, #col_left, .mainimg, #brkr {
display: none;
}


#main {
background: #fff;
min-height: 100px;
}


/* --- Inhalt #main --- */

#content {
margin-left: 0px;
}

#col_right {
margin: 0 0 20px 20px;
}
#col_content, #col_contentfull  {
margin: 0 30px 20px 0px;
}


/* ---  --- */

p.totop, p.csc-linkToTop {
display: none;
}

#footermenu {
display: none;
}

#footer {
border-top: 1px solid #666;
margin-top: 20px;
background: #fff;
}

#bottom, #bottom p {
text-align: left;
margin-left: 0px;
color: #000;
}

#bottom {
height: 2em;
}

