/* rechte der beiden Inhaltsspalten: Ist in der style.css definiert */
#main #right
{

}
	
	/*Infokasten */
	#main #right div#infokasten
	{
		background-color:#CDCDCD;
	}

		/* Bild im Infokasten */
		#main #right div#infokasten img
		{
			float:right;
		}

		/* Beschreibungstext im Infokasten */
		#main #right div#infokasten p
		{
			float:left;
			padding-left:15px;
			padding-top:14px;
			line-height:15px;
			font-size:12px;
			color:#5c5c5c;
		}	
		
		#main #right div#infokasten p img
		{
			float:left;
		}



	/* Suche */	
	#main #right #suche
	{
		clear:both;
		height:25px;
		background-color:#647DA4;
		color:white;
		padding-top:9px;
	}
	
		/* Sitemap- und Suchlink */
		#main #right #suche label
		{
			float:left;
			padding-top:3px;
			text-transform:uppercase;
			padding-left:20px;
		}
		
			/* Suchlink */
			#main #right #suche label a
			{
				font-size:10px;
				text-decoration:none;
				color:white;
				text-transform:none;
			}

	/* andere-themen-Bereich */
	#main #right #anderethemen
	{
		border:1px solid #b1b2b3;
		margin-top:15px;
		padding-top:15px;
		padding-left:20px;
		margin-right:15px;
		margin-bottom:10px;
		font-size:12px;
		clear:both;
	}

		/* Headline des andere Themen-Bereichs */
		#main #right #anderethemen h1
		{
			color:#647da4;
			font-size:23px;
			margin-left:25px;
			margin-bottom:20px;
			padding-top:15px;
		}

		/* Tabelle fuer verschiedene Themen mit Bild und Bildunterschrift */ 
		#main #right #anderethemen table#topics
		{
			color:#747779;
			margin-left:30px;
		}

			#main #right #anderethemen table#topics td
			{
				padding-bottom:10px;
				width:80px;
				vertical-align:middle;
				padding-left:15px;
			}
			
				#main #right #anderethemen table#topics td img
				{
	padding-top:10px;
					width:80px;
				}
			
