 /**
 	* @creator       Spirka Schnellflechter GmbH (ts) (http://www.spirka-schnellflechter.com)
 * @file          layout.css
 * @discription   Definition des Layouts
 */

 @media screen, projection {

 /* Kleine Helfer Klassen */
 .nachlinks { float: left; }
 .nachrechts { float: right; }
 .clearlinks { clear: left; }
 .clearrechts { clear: right; }
 .clearfloats { clear: both; }
 .border1px { border:1pt solid #696969; }
 .unsichtbar {display: none;}

 body {text-align:center; background:#fff; color:#000;}

 /* wrapper holds left faux column tab */
 /* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
 #wrapper {text-align: left; width: 971px; min-width: 971px; max-width: 971px; margin: 10px auto 20px auto; padding: 0;}
  
 #header, #topnav, #subnav, #footer {clear:both; width:100%;}

 #header {background:#fff; height:110px;}
 #logo {float:left; width:215px;}
 #teaser {float:right;}
 #topnav {background-color:#005ea1; height:28px; max-height:28px; text-align: right; list-style-type: none; font-size: 1.0em;}
 #subnav {padding:2px 0px 0px 0px; height: 25px;}

 #contentfloatholder {/* right faux column tab */ float: left; width: 100%;}
 #contentfloatholder {background-image: url(..//img/background.png); background-repeat: repeat-y; background-position: -0px 0px; background-color:#fff;}
 #contentfloatholder:after {/* this is for NN6 to clear floats */ content: "."; display: block; height: 0px; clear: both; visibility: hidden;}

 #center {margin:0px 5px 0px 230px; padding:0px 0px 5px 5px;}

 #centerwrap {float:left; width:100%; margin:0px -95% 0px 0px;}

 #left {float:left; width:230px; padding:0px; margin:0px 0px 0px -4.5%;}

 #right {float:right; width:200px; margin:0;}

 #footer {padding:5px 0px 0px 0px; margin:10px 0px 0px 0px; border-top:2pt solid #005ea1}

 /************* IE Mac CSS Only  works for Win too **************/
 * html div#centerwrap {margin: 0 -100% 0 0;}
 * html div#left {margin: 0;}

 }
