/* rechte der 3 Inhaltsspalten: Ist in der style.css definiert */
#main #right
{

}
	
	/*Infokasten */
	#main #right div.kasten
	{
		border:1px solid #fff;
		background-color:#C9C9C9 ;
		border-top:0;
		margin-top:0px;
		margin-right:2px;
		line-height:1.2em;
		clear:both;
		margin-bottom:10px;
	}

		/* Ueberschrift Infokasten */
		#main #right div.kasten h1
		{
			color:white;
			/*text-align:center;*/
			font-size:20px;
			letter-spacing:-1px;
			/*display:block;*/
			height:25px;
			background-color:#647DA4;
			line-height:20px;
			padding-top:5px;
			padding-bottom:2px;
			margin-left:-1px;
			margin-right:-1px;
		}

		/* Bild im Infokasten */
		#main #right div.kasten img
		{
			float:right;
			margin-bottom:5px;
		}
		

		/* Beschreibungstext im Infokasten */
		#main #right div.kasten div.text
		{
			color:#333333;
			font-size:10px;
			padding-left:5px;
			padding-top:5px;
			margin-bottom:5px;
		}	


	/* Werbungsbereich */	
	#main #right #werbungen
	{
		background: url("../images/werbungen_headline.png") no-repeat top center;
		border-bottom:12px solid #494949;
		padding-top:25px;
		height:450px;
		margin-top:20px;
	}

		/* Werbebilder */
		#main #right #werbungen img
		{
			float:left;
			margin:2px;
			border:1px solid #b1b2b3;
			height:219px;
			width:132px;
		}
		
		#main #right #werbungenbreit img
		{
			float:left;
			margin:2px;
			border:1px solid #b1b2b3;
			height:100px;
			width:270px;
		}



