/* Styles VHS-Site, andy kunz grafikdesign, Oberrohrdorf */
/* angelehnt an haktuettp://ll.de.selfhtml.org/weblog/css-spaltenlayout 
 ErgbŠnzungen fŸr das 3spaltige Layout*/
/* Wichtige Farben
	Text=#999999;
	DunkelGrŸn:#408000;
	Grau: e6e6e6;
	knalliges-grŸn:acf952;
	helles GrŸn:
*/

#seite
{
	position: relative;
	text-align: left;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../images/hg_3sp.gif);
	background-repeat: repeat-y;
}

#innenlinks
{  
	float:left;
	width:460px;
  	margin: 0 20px 30px 0;
}

#innenrechts
{  position:relative;
	float:right;
	width:220px;
  	margin: 0 20px 30px 0;
}

* html #innenrechts {width:200px;}




