* { margin: 0; padding: 0 }
		
		a:focus { outline:none }
				
		body {
			font-family:Lucida Sans Unicode, Lucida Grande, "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#505051;
			text-align: left;
			padding-bottom: 20px;
			background-color:#CCCCCC;
		}
		.img{
			margin:10px 10px 10px 0;
			float:left;
		}
		
		.title{
			margin-top:10px;
			float:right;
			margin-right:-23px;
		}
		
		p{
			line-height:17px;
			margin-top:10px;
			text-align:justify;
		}

		h3 { 
			margin-bottom: 5px;  
			text-align: left 
		}
		
		h4 {
			font-size:14px;
			font-weight:normal;
			color:#666666;
			text-align:right;
			clear:both;
		}
		
		
		
		#container{
			width:525px;
			margin:auto;
			background-color:#FFFFFF;	
		}
	
		#einleitung{
			margin: 10px 20px 0;
			font-size:13px;
			line-height:19px;
			text-align:right;
		}
		
		#flowpanes div.tit {
			margin-right:20px;
			margin-left:20px;
			width:440px;
			height:150px;
		}
		#flowpanes div.desc {
			font-size:11px !important;
			margin-right:20px;
			margin-left:20px;
			width:440px;
		}

		button { 
			border:1px solid #CCCCCC;
			padding:3px 10px;
			margin:0 2px;
			font-size:11px;
			color:#852c26;
			float:right;
		}
		
		button:hover {
			background-color:#CACACA;
			color:#999999;
		}
		
		

		.update { 
			background-image:url(/images/aktionen/bg_joomla-updaten.jpg); 
			background-repeat:no-repeat; 
		}
		.optimieren {
			background-image:url(/images/aktionen/bg_joomla-optimieren.jpg); 
			background-repeat:no-repeat; 
		}
		.google {
			background-image:url(/images/aktionen/bg_google-analytics.jpg); 
			background-repeat:no-repeat; 
		}
		.bundle {
			background-image:url(/images/aktionen/bg_herbst-bundle.jpg); 
			background-repeat:no-repeat; 
		}

		ul.listing {
			border-bottom:2px solid #CCCCCC;
			border-top:1px solid #EEEEEE;
			list-style-type:none;
			padding:0;
			margin:0;	
		}
		ul.listing li {	
			border-bottom:1px solid #EEEEEE; 
			vertical-align:middle;
			padding:5px 0 0 30px;
			margin:0;
			height:25px;
			background-image:url(/images/plus.jpg); 
			background-position:left; 
			background-repeat:no-repeat; 
		}
