/*
CSS Document
Typ: Technikpr�senz - Saltenbrock
Bereich: Seitentemplate - DRUCK
Autor: AGRAVIS Raiffeisen AG - Florian Hirtz - Untenehmenskommunikation - 2009

Typische grafische Elemente und Farbangaben stehen auch im noch im Header des Seitentemplates

*/

   
    /* Angaben zum Spaltenlayout */
    body {  /*Angaben dazu stehen auch noch im Header des Seitentemplates*/
	width: 620px
	}
	
	#seite {
      background: #eee; 
      border: 1px solid #fff;
      margin: 0 auto;
    }
    
	#kopf {
      background: #fff; 
	  width: 620px;
    }
		
	.container_metanavigation {
    background: #fff; 
	margin: 0px 0 0 241px;
	height: 31px; 
	vertical-align: middle;
	text-align: right;
	line-height: 31px;
	}
    
   .container_logo {
	float: left;
	width: 241px;
	height: 93px;
	} 
    
    
    .container_horinav {
    margin: 0 0 0 241px;
 	height: 62px;
	width: 379px;  
	background-image:url(../../../../images/site/site_marke/fisopan_3/hintergrund_horinav_fisopan.jpg);
	background-repeat: repeat-x;
	}
    
    #headerimage {
	height: 200px;
	}
        
    #hauptteil-innen {
      float: left;
	  background: #eee; 
      width: 620px; /* Breite #inhalt +  Breite #marginal*/
    }
    

        
    #inhalt {
    background: #fff; 
    float: left;
    width: 620px;
	border-right: 3px solid #eee;
    }
          


	
	 /*Ohne Marginalspalte DRUCK*/
	
	.container_innercontent_print {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-align: left;
	width: 965px;
	}

 /*/Ohne Marginalspalte DRUCK*/
	
	
        
    #klaerer {
      clear: both;
      height: .1px;
      border: none;
    }
    
	
	
	.copyright {
		text-align: left;
		padding: 0 0 0 10px;
		float: left;
		height: 20px;
	}

	.datenschutz {
		padding: 0 10px 0 0;
		text-align: right;
		height: 20px;
	}
    
  <!--[if lte IE 7]>
      
   * html #headerimage {
	display:inline;
	zoom:1;
	height /**/:1px;
		}
		
	* html #headerimage {
	margin-top:-3px;
	}
	/* Zoom-Bug in IE 7 vermeiden; hasLayout f�r alle IE <= 7 */
	#headerimage {
	zoom: 1;
	}
	/* Border in IE 5 sichtbar machen und Abst�nde angleichen */
	* html #headerimage {
	height /**/: 1px;
	padding-right /**/: .5em;
	}

    /* Sonderangaben zum Spaltenlayout */
    
    /* Stabilisierung des Layouts */
    /* IE 5.5 bis 7 */
    #kopf,
    #hauptteil,
    .container_li_nav_bottom { 
      zoom: 1;
    }
    /* IE 5.0 */
    * html #kopf,
    * html #hauptteil,
    * html .container_li_nav_bottom { 
      height /**/:1px;
    }

    /* hasLayout macht clearende <hr> �berfl�ssig */
    #klaerer {
    display: none;
    }

    /* Zentrieren im IE 5 und Box-Modell-Anpassung*/
    * html body {
      text-align /**/: center;
    }
    * html #seite {
      width /**/: 620px;
      text-align /**/: left;
    }

<![endif]-->