/*
Willkommen bei eigenen CSS-Anpassungen!

CSS (Cascading Style Sheets) ist eine Art von Stilanweisungen, die dem
Browser mitteilen, wie dieser eine Webseite darzustellen hat. Du kannst
diese Kommentare löschen und mit Deinen Anpassungen beginnen.

Standardmäig wird dieses eigene Stylesheet *nach* dem Stylesheet Deines
derzeit aktiven Themes geladen. Dadurch können auch CSS-Regeln des Themes
überschrieben werden. Trage hier einfach ein, was Du ändern möchtest. Du
brauchst aber auf keinen Fall alle Regeln des Themes hierher kopieren.
*/
/* tuerkis-blau #42A2D2 */
/* dunkles rot  #780E12 */
/* helles rot   #AC0101 */
/* gruen        #4E5B01 */
/* orange       #EF7F01 */
#home-middle {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#home-middle h4 {
	background: #AC0101;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: none;
/*#000000 1px 1px; */
	margin: 0;
	padding: 10px 0 10px 15px;
/*	border-bottom: 1px solid #42A2D2; */
/*	border-top: 1px solid #42A2D2; */
/*#DDDDDD;*/
}

#home-middle .widget {
	background: #FFFFFF;
	margin-top: 5px;
/*	margin: 0; */
	padding: 0 0 5px;
	border: 1px solid #AC0101;
/*	border-left: 2px solid #42A2D2;
	border-right: 2px solid #42A2D2;
	border-bottom: 2px solid #42A2D2; */
}

.breadcrumb {
	background: none;
/* #DDEDB6 url(images/widget-headline.png) top repeat-x; */
	color: #780E12;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: none;
/* #FFFFFF 1px 1px; */
	margin: 0 0 20px;
	padding: 10px 0 10px 15px;
	border-bottom: solid 1px #DDDDDD;
}

#sidebar h4, #sidebar-alt h4 {
	background: #4E5B01;
/* url(images/widget-headline.png) top repeat-x; */
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: none;
/* #FFFFFF 1px 1px; */
	margin: 0;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #DDDDDD;
}

#footer-widgeted h4 {
	background: #4E5B01;
/*url(images/widget-headline.png) top repeat-x;*/
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: none;
/* #000000 1px 1px; */
	margin: 0;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #4E5B01;
/*#DDDDDD;*/
}

._h7n {
	background: #FFF none repeat scroll 0 0;
	border-color: #E9EAED #DFE0E4 #D0D1D5;
	border-radius: 2px;
	box-shadow: 0 0 0 rgba(0,0,0,0.12);
	position: relative;
}

/* Facebook social plugin in footer */
/* .uiBoxLightblue {
    background-color: #4E5B01;
    border: 1px solid rgb(216, 223, 234);
} */
#header .widget-area {
	width: 450px;
	color: #5A5346;
	float: right;
	margin: 0 0 0 20px;
	padding: 20px 0 0;
	font-size: 11px;
	line-height: 15px;
}

.srp-widget-singlepost {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header .widget-area h4 {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}