/* Druck-CSS */


@import url(typo.css);

/*Ränder auf 0*/ 
* {padding: 0; margin: 0; outline: 0;}
html {height: 100%}

/*Schrift*/
body {min-height: 101%; 
position:relative;
	  color:#000000; 
	  padding-top: 0px;
	  background-color:#fff; 
	  font-family: Arial, Helvetica, sans-serif; 
	  font-size: 100,01%;
	  //text-align:center;
	  }

#container {width: 730px; margin: 0 auto; text-align: left; background:transparent; }
#header1, #logo, #content_left {display: none}
#header2, #main, #footer {width: 730px;}
#main {margin-bottom:25px; float:left;}
#banner {height: 153px; width: 730px; border-left: none; border-right: none; background-color: #fff; float:right; text-align: right;}
#content_right {width: 198px; margin-left: 0; border-right: none; background-color: #fff; float: right;}
#content_center {margin: 0; width: 508px; border-left:none; background-color: #fff; float:left;}
#footer {left: 0; width: 730px; height: 3em; border-left: none; border-right: none; background-color: #fff; clear: both;}

