#nav, #headerNav, #footerRight, #footer, #col1 {
display: none;
} 
#footer_print { display: block; margin-bottom: 15px;}
#print_logo { display: block; margin: 0px;}
#headerLogo {display:none;}

#main, #contentContainer, #footer, #contContBreaker, #headerContainer, #col1, #col2 {
background: none;
border: none;
margin-top: 0px;
}

#col1, #col2 {
width: auto;
}


* { background-color: transparent; }

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset { font: 12px Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote { margin-left: 1em; }

/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; font-family: inherit; }


/* Allgemeine Angaben
--------------------------------------------------------------------------------------- */

/* F�r Browserprobleme mit relativen Schriftgr��en und permanenten Scrollbalken rechts: */
html { font-size: 100.01%; height: 100.01%; }

body { color: #000; text-align: left; background-color: #FFF; }

/* Zum Aufl�sen von float: */
.breaker { clear: both; height: 0; overflow: hidden;  }

hr { background: #FFF; border: none; color: #ccc; height: 1px; }
img { border: none; }
p { line-height: 140%; }
input, textarea, option { padding-left: 2px; }
table { border-collapse:collapse; }
td { vertical-align : top; }
pre { font-family: monospace;  }
strong { font-weight: bold; }

a { color:#000; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }
a:visited {}
a:active {}
a:focus { outline: 0; }

/* Headers */
h1 { font-size: 30px; padding: 0 0 15px 0; font-weight: normal; font-family: Times, serif; color: #000; background: url(../img/dotline.gif) repeat-x left bottom; }
h2 { font-size: 16px; font-weight: bold; color: #000; }
h3 { font-size: 13px; font-weight: bold; color: #000; }
h4 { font-size: 12px;  font-weight: bold; color: #000; }
h5 { font-size: 11px; font-weight: bold; color: #000; }

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a { color: #000; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }