/* Letzte Überarbeitung 13.4.06                              */
/* History :                                                 */
/* 13.04.06  : Anpassung Level 2 des Menus                   */
/* 26.04.06  : Alls mit DIVs und IE korrekte Darstellung     */
/*13.07.06  :  Klassen im Footer eingesetzt                          */

/* Generelle Einstellungen html, body */
		body
		{ 
			position:absolute;
			background:#ffffff;
			font-size: 85%;
		}
		html, body
		{ 
			top:0; left:0; right:0;
			min-height:100%;
			margin:0;
			padding:0;
			width:100%;
		}
/* Einstellungen Header */

		#header_container 
		{
			position:fixed;
			top:0; left:0; right:0;
			text-align:left;
			height:142px;
			z-index:3;
		}

		#header 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;
			background-image: url(banner_bg.jpg);
			background-repeat: repeat-x;			
			z-index:3;
			margin:0;
		}	

		
/* Einstellungen Menu-Container */			
		#menu
		{
			position:fixed;
			top:142px;left:.0px;
			width:129px;
			height:100%;
			background:#ffcc00;  /*  Judo gelb */
			background-image: url(navi_oben.jpg);
			background-repeat: no-repeat; 
			padding-left: 0px;
			padding-top: 30px;
			z-index:4;

		}
		#content
		{
			margin:0;
			padding-top:150px;
			padding-left:145px;
			padding-bottom:10px;
			z-index:2;
		}
		#footer_container
		{
			position:fixed;
			bottom:0; left:0; right:0;
			text-align:center;
			margin: 0px;
			margin-left: 0px;
			height:22px;
			z-index:3;
		}
		#footer_cell 
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			width: 100%;
			background: #EEEEEE;		
			margin-left: =0px;
			z-index:3;
			
			padding-left: 0xp;
			padding-top: 0px;
			text-align: left;
			font-size: 11px;		
			display: table-row;
			line-height: 20px;
		} 
	
		.footerp1
		{
			padding-left: 155px;
			float: left;
			
		}
		
		
		.footerp2
		{
			padding-left: 100px;
			float: left;
		}
	
		/* Nun f&uuml;r den MSIE */
		* html, * html body 
		{
			overflow:hidden;
			bottom:0;
			height:100%;
		}
		* html #header_container, * html #footer_container
		{
			position:absolute;
			width:100%;
			padding-right:16px;
			
		}
		* html #footer_container
		{
			bottom: -3px;
			
		}
		* html #menu
		{
			position:absolute;
		}
		* html #header,* html #footer
		{
			height: 100%;	
			position:static;
			z-index: 2;
		}
		* html #content 
		{
			position:absolute;
			top:0; bottom:0; left:0; right:0;
			height:100%;
			width:100%;
			overflow:auto;
			margin:0;
			z-index: 1;
		}
		

		}
		* html #menu
		{
			margin:0;
			z-index: 4;
			width:129 px;    /* Der IE soll das Element breiter darstellen, da margin und padding hier von 
							    der Breite abgezogen wird! */
		}
		

		
/* Einstellungen für das Menu, Stati isw ......................................................................................*/
/* Menueinstellungen : Ausrichtung allgemein................*/

          	#menu_1{
          	vertical-align:top;
          	width:118px;
          	padding-top:20px;
          	padding-left:5px;
          	}		
		
/* Menueinstellungen : Für alle DIV-Einstellungen im Menu................*/
		
		#menu_1 DIV{
		width:95%;
		}
		
/* Menueinstellungen : Für alle Linkdarstellungen im Menu................*/

		#menu_1 DIV A {
		text-color:navy;
		text-decoration:none;
		}
		
/* Menueinstellungen : Für alle Linkeinstellungen im Menu..on mouseover..............*/		
				
		#menu_1 DIV a:hover{
		text-decoration:underline;
		}

/*  MENU 1, level 1, normal state (NO) */
		#menu_1 DIV.menu1-level1-no {
  		border-bottom: 1px dotted #999999;
  		font-size: 12px;
  		padding-top:5px;
  		padding-left:10px;
		}
						
/*  MENU 1, level 1, active state (ACT) */
             #menu_1 DIV.menu1-level1-act {            
             border-bottom: 1px solid #999999;
             font-weight:bold;
             font-size: 12px;
             padding-top:5px;
             padding-left:10px;
             background-color: #fee39a;
             filter:alpha(opacity='70', style='0');           
             }

/* Menueinstellungen : Im Aktiven Level-1 schwarze Schrift verwenden..............*/	
             
             #menu_1 DIV.menu1-level1-act a {
	       color: black;
             }

/* Menueinstellungen : Im Aktiven Level-1 bei mouseover untersctreichen..............*/	
             
              #menu_1 DIV.menu1-level1-act a:hover {
	        text-decoration: underline;
             }
		
/*  MENU 1, level 2, normal state (NO) */
             #menu_1 DIV.menu1-level2-no {
             font-size: 11px;
             padding-left:20px;           
             }
             
		
/*  MENU 1, level 2, active state (ACT) */
             #menu_1 DIV.menu1-level2-act {
             font-size: 11px;
             font-weight:bold;
             padding-left:20px;           
             }
             		
		
		
		
		
		
		
		