/****************************************************************/
/*   Design:   NTB-Website                                      */
/*   File:     NTB - Layout für Website                         */
/*--------------------------------------------------------------*/
/*   Design:   Roland Seeger & Franz Vinzenz                    */
/*   Date:     8.12.2008                                        */
/****************************************************************/


body {
	background-color: #0c2a4c;
	background-image: url(../img/body-bg.jpg);
	background-repeat: repeat;
}

.page-container {
	background-color: #333333;
}

.header-banner {
	background-image: url(../img/ntb-banner-basis.jpg);
	background-repeat: repeat;
}

.sitelogo {width:200px; height:59px; position:absolute; z-index:1; margin:18px 0 0 3px; background:url(../img/bg_head_top_logo.gif);}

div.beideSpalten { 
  width:800px;
}

div.linkeSpalte {
  float:left;
  width:600px;
  margin-right:10px;
}

div.rechteSpalte {
  float:left;
  width:200px;
}

div.clearer {
  clear:both;
  font-size:0pt;
  line-height:0em;
}


