/*
	Projekt: pauwau.ch
	Datei: styles.css 
	Author: NGI | webundso gmbh

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/

/* reset everything */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
  margin:0; 
  padding:0; 
  border:0; 
  outline:0; 
  font-weight:inherit; 
  font-style:inherit; 
  font-size:100%; 
  font-family:inherit; 
  vertical-align:baseline; 
  background-image:none; 
}

body { line-height: 14px; color:#000; background:#000; text-align:left; }
ol, ul { list-style:none; }
img, fieldset { border: 0; }
table { border-collapse:collapse; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }

body, html {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 100%; /* for the footer */
}

/* Links */
a:link  { text-decoration: underline; color: #000;  }
a:visited { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: #A8462B;  }
a:hover { text-decoration: underline; color: #000; }

h5.imageheader {
   overflow: hidden;
   height: 20px;
   text-indent: 999em;
   white-space: nowrap;
   background-repeat: no-repeat;
	 margin-bottom: 10px;
}
hr.clearer { border: 0px; border-top: solid 1px #DDE1E4; border-bottom: transparent; margin: 10px 0 15px 0; }
/* .download { border: 1px solid #999; padding: 5px 10px; } */
 .csc-textpic-clear { clear: left !important; } 
.csc-textpic-intext-left { clear: left !important; }
div.csc-textpic-imagewrap { clear: none !important; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; }  
*:first-child+html .clearfix { zoom: 1; }