/* rechte Spalte (Sponsoren, Umfrage) */

#spons_cont {
	width:227px;
	border:1px solid #9b9797;
	padding:1px;
	float:left;
	margin:0 0 2px 0;
	}
/* Container "Sponsoren" */

* + html #spons_cont {
	width:226px;
	}

#spons_h {
	width:225px;
	height:13px;
	background:url(../gfx/bhr.gif) repeat-x;
	border:1px solid #9b9797;
	margin:0 0 1px 0;
	}
/* Header "Sponsoren" */

* + html #spons_h {
	width:224px;
	}
	
#poll_cont {
	width:227px;
	border:1px solid #9b9797;
	padding:1px;
	float:left;
	}
/* Container "Umfrage" */

* + html #poll_cont {
	width:226px;
	}
	
#poll_h {
	width:225px;
	height:13px;
	background:url(../gfx/bhr.gif) repeat-x;
	border:1px solid #9b9797;
	margin:0 0 1px 0;
	}
/* Header "Sponsoren" */

* + html #poll_h {
	width:224px;
	}
	
	}

