/* Created by TopStyle Pro Trial Version - www.bradsoft.com */

@import url(my_layout.css);


#col1_contenthome { padding: 0 10px 0 20px }  
#col3_contenthome { padding: 0 20px 0 10px }  



  /* (en/de) Standard: 200 Pixel */
  #col1home { float: left; width: 625px;
  border-right: 1px solid #DDDDDD; }
  /* (en/de) Standard: 200 Pixel */
  #col2home { float:right; width: 280px; }
  /* (en) Standard: center column with flexible width */
  /* (de) Standard: Flexible mittlere Spalte */
  #col3home { width:35%; margin: 0 35% }

  /* (en) Adjustment: sort #col3 behind float columns using z-index */
  /* (de) Anpassung: #col3 mittels z-index hinter die float-Spalten verschieben */
  #col1home {z-index: 3}
  #col2home {z-index: 5}
  #col3home {z-index: 1}
  #col1_contenthome {z-index: 4}
  #col2_contenthome {z-index: 6}
  #col3_contenthome {z-index: 2}

  #col1_contenthome, #col2_contenthome, #col3_contenthome { position:relative }


  .teaserhome strong{
  	color: #08869F;
	 line-height: 220%;
  }
  #teasercontainer h2{

	font-size: 110%;	
  }
  .teaser
  {
  	background-color: #F2EEEF;
  }
  .teaser img
  {
  	border: 1px none #DCD9D4;
	padding-bottom: 0px;
	padding-top: 5px;
  }
  #col2home img
  {
  	/* Die Bilder auf der Startseite auf die Hoehe der Teaserheadings bringen */
	margin-top: 6px;
  }
  #main{
  	background-image: none;
    background-position: 5px;
	background-repeat: repeat-y;
	background-color: white;
                    }
#logoinfo{					
	float:left;
	margin-left:-265px;
	padding-top:20px;
	color: white;
}
#logoinfo h3{
	line-height:150%;
}

#logoinfo ul {
	margin:0;
	padding:0;
	list-style: none;
	list-style-position:inside;
}
#logoinfo ul {
	list-style-position:inside;
}
/* ie6 */
#logoinfo ul li{
	margin-left:0px;
	font-size: 105%;
	line-height: 160%;
	}
/* nicht ie */
html>body #logoinfo ul li{
	margin-left:10px;
	}
/* ie 7 */
*+html #logoinfo ul {
	margin-left:-10px;
	/*color: red;*/
	}
	
