@charset "utf-8";
/* CSS Document */

		#kontaktinformationen
		{
			color:#6c747a;
			display:block;
			width:140px;
			font-size:12px;
			margin-left:30px;
			position:absolute;
			bottom:0;
		}
		
		
		
		#kontaktinformationen h3, .anfahrtLink
		{
			font-size:14px;
			float:right;
			margin:0;
			padding:0;
			padding-bottom:10px;
			margin-top:10px;
			font-weight:bold;
		}
		
		.anfahrtLink
		{
				padding-bottom:0;
				text-decoration:none;
				color:#6c747a;

		}
		
		#kontaktinformationen ul
		{
			list-style:none;
			padding:0;
			margin:0;
			display:block;
		}
		
		#kontaktinformationen a
		{
			text-decoration:none;
			color:#6c747a;
		}
		
		#kontaktinformationen a:hover
		{
			text-decoration:underline;
		}
		
		.wochenTag
		{
			width:25px;
			text-align:right;
			display:inline-block;
			
		}
		
		.uhrzeit
		{
			width:80px;
			text-align:right;
			display:inline-block;
		}
		
		#kontaktAdresse, #oeffnungszeiten
		{
			text-align:right;
		}
