@charset "utf-8";
	/* CSS Document */
	#spalte_links{
		width:200px;
		float:left;
	}
	#spalte_mitte{
		width:200px;
		float:left;
		margin-left:10px;
	}
	#spalte_rechts{
	    
		width:200px;
		float:left;
	}
	
	.numbers{
		width:20px;
		text-align:right;
		margin-right:5px;
		float:left;
		
	}
	
	#textausgabe{
		margin-bottom:15px;
		overflow:hidden;
		border: 1px solid #C2D4F9;
	    padding:5px;
	}
	
	#logo{
		float:left;
		margin-right:10px;
	}
	
	#bildbeschreibung{
		font-size:9x;
	}
	
	.ruler{
		clear:both;
		height:8px;
		width:200px;
	}
	

