
	
/* Startseite layer */

/* grob von oben nach unten*/
/* bei geschachtelten erst der Container, dann die Inhalte*/




	div#inhaltstart{
		width:800px;
		margin-top:5px;margin-left:20px;
		background-color:#ffffff;
	}
	
	div#inhalt1start{
		width:800px;
		margin-top:0px;margin-left:0px;
		background-color:#ffffff;
	}
	
	div#obenlinks{
		width:610px;height:160px;
		margin-top:0px;margin-left:0px;
		background-color:#f4f4f4;
		float:left;
	}
	
	div#login{
		width:180px;height:160px;
		margin-top:0px;margin-left:0px;
		background-color:#ebebeb;
		float:right;
	}

	
	/*div#inhalt2{
		width:610px;
		margin-top:0px;margin-left:0px;
		background-color:#ffffff;
		float:left;
	}*/
	
	
	div#willkommen{
		width:600px;height:20px;
		margin-top:10px;margin-left:10px;
		background-color:#fff;
	}
	

	div#empfehlung{
		width:300px;
		margin-top:0px;margin-left:0px;
		background-color:#f4f4f4;
			float:left;
	}
	
	
	
	div#inhalt2bstart{
		width:300px;
		margin-top:0px;margin-left:0px;
		background-color:#ffffff;
		float:left;
		margin-left:10px;
	}


	div#mitte1{
		width:300px;height:170px;
		margin-top:0px;margin-left:0px;
		background-color:#f4f4f4;
	}

	div#mitte2{
		width:300px;height:170px;
		margin-top:0px;margin-left:0px;
		background-color:#f4f4f4;
		margin-top:10px;
	
	}
	

	/*div#inhalt3{
		width:180px;
		margin-top:0px;margin-left:0px;
		background-color:#ffffff;
		float:right;
		margin-left:10px;
		margin-top:10px;
	}*/

	div#rechts1{
		width:180px;height:190px;
		margin-top:0px;margin-left:0px;
		background-image : url(../images/verlauf_grau_190.gif);
	}

	div#rechts2{
		width:180px;height:170px;
		margin-top:10px;margin-left:0px;
		background-image : url(../images/verlauf_grau_170.gif);
	}

	
	
	

	
	
/*Startseite sonstiges Spezielles */

	div#empfehlung .empfehlung{
		font-size:11px;
		line-height:15px;
		font-weight:normal;
		color:#666;
		text-decoration:none;
	}

	div#empfehlung td.bonus{
		background: url;
		background-image : url(../images/bg_empfehlung_bonus.gif);
		background-repeat : no-repeat;
		padding-bottom  : 3px;
	}
	
	* html div#empfehlung td.bonus{
		background: url;
		background-image : url(../images/bg_empfehlung_bonus.gif);
		background-repeat : no-repeat;
		padding-bottom  : 2px;
	}

	div#empfehlung td.preis{
		background: url;
		background-image : url(../images/bg_empfehlung_preis.gif);
		background-repeat : no-repeat;
		padding-bottom  : 3px;
	}
	/* *html browser hack */
	* html div#empfehlung td.preis{
		background: url;
		background-image : url(../images/bg_empfehlung_preis.gif);
		background-repeat : no-repeat;
		padding-bottom  : 2px;
	}
  
  div#empfehlung td.bonuspreis{
		background-image : url(../images/bg_empfehlung.gif);
		background-repeat : no-repeat;
		padding-bottom  : 3px;
    padding-left: 15px
	}
	
	* html div#empfehlung td.bonuspreis{
		background-image : url(../images/bg_empfehlung.gif);
		background-repeat : no-repeat;
		padding-bottom  : 2px;
	}

	
	div#empfehlung span.bonus{
		font-size:12px;
		line-height:12px;
		color:#fff;
		height : 12px;
	}

	div#empfehlung span.preis{
		font-size:11px;
		line-height:11px;
		color:#fff;
		height : 11px;
	}
  
  div#empfehlung div.bonus{
    text-align : left;
		font-size:12px;
		line-height:12px;
		color:#fff;
    width : 125px;
		height : 12px;
    float : left;
  }

	div#empfehlung div.preis{
		font-size:11px;
		line-height:11px;
		color:#fff;
		height : 11px;
    width : 125px;
    float : left;
    text-align : right;
	}
  
	div#inhalt3start{
    background-color:#ffffff;
		width:180px;
		float:right;
	}
	
	


