/* Screenlayout: Gestaltung der Hauptbereiche */





 /*-------------------------------------------------------------*/



 /**

  * Gestaltung des Basis-Layouts

  */



  /* Randbereiche & Seitenhintergrund */

  body {  }



  /* Layout: Breite, Hintergrund, Rahmen */

  #page-margins { }

  #page{

  	width:972px;

	height:400px;

	margin:0px auto 0px auto;

	/*background-color:#f00;*/

  }



  /* Gestaltung der Hauptelemente des Layouts */

  #header { height:202px;}



  #tovnav {  }

  #main {  }

  #footer {  }



  /* projekt-spezifische styles */

  .logo {

  	width:140px;

	height:81px;

  	/*background-image:url(../pic/logo.gif);

	background-repeat:no-repeat;*/

  }



  .logo-margin {

  	float:left;

  	padding:62px 21px 0px 15px;

  }



  .head-image {

  	float:left;

	margin-top:33px;

  	width:773px;

	height:132px;

  	/*background-image:url(../pic/header.jpg);

	background-repeat:no-repeat;*/

  }



  .arena {

  	position:absolute;

	top:22px;

	margin-left:810px;

	width:150px;

	height:104px;

  }



  .arena-ie {

  	display:none;

  	position:absolute;

	top:22px;

	margin-left:810px;

	width:150px;

	height:104px;

  }





  .trenner {

  	background-color:#58AB29;

	margin-top:7px;

	height:17px;

	width:950px;



  }


  
  .trenner_orange {

  	background-color:#F1A500;

	margin-top:7px;

	height:17px;

	width:950px;



  }
  

 /*-------------------------------------------------------------*/



 /**

  * Formatierung der Inhaltsbereichs

  */



  #ticker {



  }





  #content-top {

  	width:968px;

	height:10px;

  	background-image:url(../pic/content_bg_top.gif);

	background-repeat:no-repeat;

  }



  #content-middle {

  	width:968px;

  	background-image:url(../pic/content_bg_middle.gif);

	background-repeat:repeat-y;

  }



  #content-bottom {

  	width:968px;

	height:10px;

  	background-image:url(../pic/content_bg_bottom.gif);

	background-repeat:repeat-y;

  }





  #navigation {

  	float:left;

  	width:167px;

	margin-top:-6px;

	/*background-image:url(../pic/navigation_bg.gif);

	background-repeat:repeat-y;*/

  }



  .main-content {

  	float:left;

	padding-left:40px;

  	width:569px;

	/*background-color:#f00;*/

  }



  .main-content-os {

  	padding-left:40px;

  	width:710px;

  }



  .func {

  	float:left;

	margin:55px 0px 0px 22px;

	padding-left:0px;

  	width:170px;

  }



  #footer {

  	margin:-1px 0px 0px 0px;

	padding-bottom:25px;

  }



  #footer .copyright {

  	display:block;

  }



  .copyright {

  	display:none;

  }





  #col1 {  }

  #col1_content {  }



  #col2 {  }

  #col2_content {  }



  #col3 {  }

  #col3_content {  }



 /*-------------------------------------------------------------*/




