/*
CSS Document
Typ: Technikpr�senz - Saltenbrock
Bereich: Seitentemplate
Autor: AGRAVIS Raiffeisen AG - Florian Hirtz - Untenehmenskommunikation - 2009

Typische grafische Elemente und Farbangaben stehen auch im noch im Header des Seitentemplates

*/



   	#seite {
      background: #eee; 
      border: 1px solid #fff;
      margin: 0 auto;
    }
    
	#kopf {
      background: #fff; 
	  width: 965px;
    }
		
	.container_metanavigation {
    background: #D9D9D9; 
	margin: 0px 0 0 249px;
	border-bottom: 1px solid #ffffff;
	height: 30px; 
	vertical-align: middle;
	text-align: right;
	line-height: 31px;
	width: 712px;
	}
    
    .container_logo {
	float: left;
	width: 249px;
	height: 223px;
	} 
        
    .container_horinav {
    margin: 0 0 0 249px;
	height:40px;
 	width: 712px;  
	background-image:url(../../../../images/site/seitengrafikentechnik/hintergrund_horinav.gif);
	background-repeat: repeat-x;
	}
    
    #headerimage {
	height: 193px;
	width: 712px;
	margin: 0 0 0 249px;
	}
		
	.container_search_form {
	height: 40px;
	width: 249px;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 31px;
	background-image:url(../../../../images/site/seitengrafikentechnik/hintergrund_suche.gif);
	background-repeat: repeat-x;
	}
	
	#SuchSeite
	{
    background: #fff; 
    float: left;
    width: 713px;  /*695*/
	}   
	
    #hauptteil-innen {
    float: left;
	background-image:url(../../../../images/site/seitengrafikentechnik/Hinter_rechterBegrenzer_Technik.gif);
	/*background: #ffffff; F1FFEA*/
    width: 962px; /* Breite #inhalt + Breite #navigation + Breite #marginal*/ 
   
    /*border-right: 3px solid #df0000;*/
    }
    
	#navigation {
    float: left;
    width: 249px;
    background: #d9f2cc;
    border: 0px solid #000;
    }
        
    #inhalt {
    background: #fff; 
    float: left;
    width: 450px;
	border: 0px solid #000;
    }
          
    #marginal {
    float: right;
    width: 263px;
	border: 0px solid #000;
    }
      
    #inhalt_oM {
    background: #fff; 
    float: left;
    width: 713px;  /*695*/
	
    }
	
	
	 /*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;
    }
    
	.container_li_nav_bottom {
		float: left;
		font-size: 10px;
		padding: 3px 5px 0px 5px;
		width: 952px;
		background: #d9d9d9; 
		line-height: 20px;
	}	
	
	.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 8]>
      
   * 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 /**/: 966px;
      text-align /**/: left;
    }

<![endif]-->