article img[align=left], .article-intro img[align=left], article .img-fulltext-left, .article-intro .img-fulltext-left, article .img-intro-left, .article-intro .img-intro-left, article .img_caption.left, .article-intro .img_caption.left, article .pull-left.item-image, .article-intro .pull-left.item-image {
    margin: 0px 20px 20px 0;
	max-width: 25%;
}

div.pull-left.item-image {
      margin: 0px 20px 20px 0;
	max-width: 25%;
  
}

.logo a {
	background: none;
	}
	
.t3-mainbody {
	padding-top: 60px;
	}
	
/***** Tabelle Arbeitszeiten *****/

.arbeitszeiten {
	width: 96%;
	}
	
.arbeitszeiten > thead th {
	padding: 5px;
	background: #b70c2a;
	color: #fff;
	}
	
.arbeitszeiten > tbody td {
	padding: 5px;
	}
	
.arbeitszeiten > tr {
	border: 2px solid #fff;
	}
	
tr:nth-child(even) {
   background-color: #eee;
}
tr:nth-child(odd) {
   background-color: #ddd;
}

.arbeitszeiten > tbody tr:hover {
    background: #b70c2a;
    color: #fff;
}

.t3-copyright {
	visibility: hidden;
	}