/*
	Theme Name: Istlokal OS - Istlokal Theme
	
	Description: Multiwidget Theme basierend auf dem Genesis Framework.
	Author: Zazen Design
	Author URI: http://www.zazen-design.de
	Version: 2.0.17
	
	Template: genesis

	
*/

/**  webfont  **/

@import url(http://fonts.googleapis.com/css?family=Terminal+Dosis:500);

/**  basic styles  **/

body {
/*    	background: #fff url(images/topleft.png) repeat-x top left;		    */
	color: #393939;
	font-size: 13px;
	font-family:   Arial, Tahoma,Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
/***** Hyperlinks ********************/

a, a:visited, a:hover {
	color: #2a85b4;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
	}
	

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #fff   /*      url(images/topleft.png)   repeat-x top left    */ ;    
	width: 980px;
	margin: 0px auto 10px;
	padding: 0 20px 20px 20px;
	position: relative;
  	
	/**  -moz-box-shadow: 0 3px 10px #333333;
	-webkit-box-shadow: 0 3px 10px #333333;   **/  
	}
	
/***** TopNav ********************/

#topnav {
	width: 980px;
	background: #F5F5F5; 
	height: 24px;	
	font-size: 13px;
	line-height: 20px;
	font-family:  verdana, sans-serif;	
	color: #666;
	font-weight: normal;
	margin: 0 auto 0;
	padding: 3px 0 3px 0;	
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	}

	

.topnav-left {
	width: 300px;
	height: 24px;
	float: left;
	margin: 0;
	padding: 0px 0 0 0px;
	}

	
.topnav-right {
  font-size: 11px;
  font-family: Arial;
	font-weight: bold;
	width: 600px;
	float: right;
	margin: 0;
	padding: 0px 0 0 0;
	}
	
	
/*   Topnav  search form     */	

.topnav-right .search {
	float: right;
}

.topnav-right .search input[type="text"] {
    background: #ccc;
    border: 0 none;
    width: 40px;
    padding: 2px 5px 2px 5px; 
	
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

	color: #666;   
   
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }
	


.topnav-right .search input[type="text"]:focus {
    width: 160px;
	background:#eeeeee;	
	text-shadow: 0 0px 0px;
	outline-color: #333333;
	outline-style: solid;
	outline-width: 2px;
	box-shadow:none;
	color: #333333;
    }
	
.topnav-right .s {


	color: #1A171B;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-image: initial;
	float: left;
	}

.topnav-right #search-submit {
	-webkit-box-shadow: #FFF 0px 0px 0px 0px inset;
	box-shadow: #FFF 0px 0px 0px 0px inset;
	background: #333333;
	border-radius: 0px;
	border: 0px solid #DCDCDC;
	border-image: initial;
	display: inline-block;
	color: #FFF;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 4px;
	margin: 1px 0px 0px 0px;
	text-decoration: none;
	text-shadow: #FFF 0px 0px 0px;
	}


/***** Top Navigation ********************/
	
#topnav ul {
	float: right;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#topnav li a {
	color: #333333;
	display: block;
  margin: 0;
	padding: 2px 8px 2px 14px;
	text-decoration: none;
	position: relative;	
	}

#topnav li a:hover, #topnav li a:active, #topnav .current_page_item a, #topnav .current-cat a, #topnav .current-menu-item {
	color: #006699;
	}
	
#topnav li a.sf-with-ul {
	padding-right: 10px;
	}	
	
#topnav li a .sf-sub-indicator {
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	}
	
#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#topnav li li a:hover, #topnav li li a:active {
	background: #F2F2F2;
	color: #006699;
	}

#topnav li li a .sf-sub-indicator {
	top: 10px;
	}

#topnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#topnav li ul a { 
	width: 140px;
	}

#topnav li ul ul {
	margin: -31px 0 0 159px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfHover ul ul, #topnav li.sfHover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfHover ul, #topnav li li.sfHover ul, #topnav li li li.sfHover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfHover { 
	position: static;
	}

#topnav li.facebook a {
	background: url(images/social/facebook_icon.jpg) no-repeat left;
	margin: auto;
	}
#topnav li.twitter a {
	background: url(images/social/twitter_icon.jpg) no-repeat left;
	margin: auto;
	}

#topnav li.rss a {
	background: url(images/social/rss.png) no-repeat left;	
	margin: auto;
	}
	
#topnav li.impressum a {
	background: url(images/social/impressum.png) no-repeat left;
	margin: auto;
	}	

#topnav li.kontakt a {
	background: url(images/social/news_icon.jpg) no-repeat left;
	margin: auto;
	}
	
#topnav li.facebook2 a {
	background: url(images/social/facebook_icon2.png) no-repeat left;
	margin: auto;
	}
#topnav li.twitter2 a {
	background: url(images/social/twitter_icon2.png) no-repeat left;
	margin: auto;
	}

#topnav li.rss2 a {
	background: url(images/social/rss_icon2.png) no-repeat left;	
	margin: auto;
	}
	
/***** Header  ********************/

#header {
	width: 980px; 
	height: 125px;
	margin: 0px 0 0px 0;
	}

#title-area {
	width: 480px;
	float: left;
	margin: 0px 0 0 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #4c4c4c;
	font-size: 36px;
	font-family: Trebuchet MS;   
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 35px 0 0 0;
	padding: 0px 0 0 0px;
	text-decoration: none;
	line-height: 42px;
	}
	
#title-area #title a {
	color: #4c4c4c;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	letter-spacing: 5px;
	}
	
#title-area #title a:hover {
	color: #4c4c4c;
	text-decoration: none;
	}
	
#title-area #description {
	color: #DD4B39;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0; 
	padding: 0 0 0 0px;
	}

#header .widget-area {
	width: 460px;
	height: 100%;
	float: right;
	margin: 0; 
	padding: 0px 0px 0 0;
	overflow:hidden;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 430px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 980px;
	}


/***** Primary Navigation ********************/


#nav {
	
	border:0px solid #f0f0f0;
	border-bottom:;
	background-color:#423f3f;
	background:-webkit-gradient(linear,left top,left bottom,from(#423f3f),to(#212020));
	background:-webkit-linear-gradient(top,#423f3f,#212020);
	background:-moz-linear-gradient(top,#423f3f,#212020);
	background:-ms-linear-gradient(top,#423f3f,#212020);
	background:-o-linear-gradient(top,#423f3f,#212020);
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.2);
	
	width: 980px;
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto 0px;


	clear: both;

	}

#nav .menu {
	
 	overflow: hidden; 
	clear: both;
	border-bottom: 1px solid #ddd;  
	}
	
#nav ul {
/**  	width: 100%;
	float: left;
	list-style: none;**/
	margin: 0;
	padding: 0;  
	}
	
#nav li {
 	float: left;    
	list-style: none;  
	border-left:1px solid #171515;
	-webkit-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,0.2);
	box-shadow:inset 1px 0px 0px 0px rgba(255,255,255,0.2);
		}
		
#nav li .menu-item	{
	border: 0px;
}	
	
#nav #megaMenu li {
 	float: none;   
	list-style: none;  
	}


#nav #megaMenu ul.megaMenu li.ss-nav-menu-mega.mega-colgroup > ul > li {
	float: left;
	padding-left: 2.9%;
	padding-right: 2.9%;
}

#nav #megaMenu li.ss-nav-menu-mega .ss-nav-menu-header a {
font-weight: bold;
}
	
#nav li a {

	display: block;
    margin: 0;
	padding:12px 15px;
	text-decoration: none;
	position: relative;	 
	font-size:13px;
	color:#f0f0f0;
	font-weight:bold;	
	
	}

#nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item {
 	background: transparent url() ;
	color:#f0f0f0;  
	
	}

#nav li a:active,  #nav li a:hover ,  #nav li.sfHover a {
	color:#000000 !important;
	border-bottom-color:transparent !important;
	background-color:#f0f0f0;
	background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0));
	background:-webkit-linear-gradient(top,#f0f0f0,#f0f0f0);
	background:-moz-linear-gradient(top,#f0f0f0,#f0f0f0);
	background:-ms-linear-gradient(top,#f0f0f0,#f0f0f0);
	background:-o-linear-gradient(top,#f0f0f0,#f0f0f0);
	-webkit-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2);
	box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2); 
	
}

	
	
	
#nav li a .sf-sub-indicator {
 	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;  
	}
	
#nav .menu li li a, #nav .menu li li a:link, #nav .menu li li a:visited {
  border-bottom-color:transparent !important;
  background-color:#f0f0f0;
  background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#f0f0f0));
  background:-webkit-linear-gradient(top,#f0f0f0,#f0f0f0);
  background:-moz-linear-gradient(top,#f0f0f0,#f0f0f0);
  background:-ms-linear-gradient(top,#f0f0f0,#f0f0f0);
  background:-o-linear-gradient(top,#f0f0f0,#f0f0f0);
  -webkit-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2);
  -moz-box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2);
  box-shadow:inset 1px 1px 0px 0px rgba(255,255,255,0.2); 
	}
	
#nav li li a:hover, #nav li li a:active {
  background: #fff;  
	}

#nav li li a .sf-sub-indicator {
  background: none;
	top: 10px;  
	}

#nav li ul {
 	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 -1px;
	padding: 0;  
	}

#nav li ul a { 
 	width: 140px;  
	}

#nav .menu li ul ul {
 	margin: -31px 0 0 159px;  
	} 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	 left: -999em;  
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	  left: auto;  
	}

#nav li:hover, #nav li.sfHover { 
 	position: static;  
	}



/**  ubermenu  **/	

 #nav   #megaMenu{

	width: 980px;	
	overflow: visible; 
 	/** statt overflow: hidden;   **/
	clear: both;

/**  statt	border-bottom: 1px solid #ddd;   **/ 
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	color: #2A85B4;
	width: 138px; 
	margin: 0px 0 0 0 ;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;  
	/** statt border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;   **/
	 position: relative;   
	}

#nav li ul ul {
	/**  margin: 0px 0 0 0px;   **//**  statt margin:-31px 0 0 159px;  **/
	} 	

/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 3px 15px 0px 0;
	}

#nav li.right a {
	background: none;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	border: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {	
	background: transparent;
	border-left: 0px solid #ddd;
	
	-webkit-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0.2);
	box-shadow:inset 0px 0px 0px 0px rgba(255,255,255,0.2);
	
	float: right;
	margin: 5px 0px;
	padding: 0px 10px;}

#nav #megaMenu li.search {	
	background: transparent;
	border-left: 0px solid #ddd;
	float: right;
	margin: 5px 0px;
	padding: 0px 10px;
		}	
	

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	

	
	


	
/***** Secondary Navigation ********************/

#subnav {
	/**background: url(images/subnav.png);**/
	width: 980px;
	
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto 0px;

	text-transform: uppercase;
	/**border-top: 1px solid #ddd;	
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;**/
	border-bottom: 0px solid #ddd;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	}
	
#subnav li a {
	color: #333333;
	display: block;
    margin: 0;
	padding: 7px 15px 6px 0px;
	text-decoration: none;
	position: relative;	
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a, #subnav .current-cat a, #subnav .current-menu-item {
	color: #006699;
	}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #F2F2F2;
	color: #006699;
	}

#subnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -31px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

  
 
 
     
/************************************************
*	Search Form									*
************************************************/


.searchform {
	margin: 0px;
	padding: 0px;
  display: inline; 
	}
	
.searchform label {
	display:none;
	}

#sidebar .widget_search {
  background:transparent url(images/bg_suche_sub.png) no-repeat;   
  height: 50px;
  border: none;
}

#sidebar .searchform {
	margin: 0 10px  10px  10px ;
	padding: 10px;
	display: block;   
	}
	
.s {
	background:transparent url(images/bg_search.png) top left no-repeat;
	width: 127px;
	height:18px;
	color: #1a171b;
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 6px 0px 0px 30px;  
	padding: 2px 0px 0 35px;
	border: none;
	float:left;
	}
		
#megaMenu .s {
	background:transparent url(images/bg_search.png) top left no-repeat;
	width: 127px;
	height:18px;
	color: #1a171b;
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	/**  margin: 3px 0px 10px 30px;  **/
	margin: 3px 0 0 0;
	padding: 2px 0px 0 35px;
	border: none;
	float:left;
	}
	

	
#nav .search-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;

	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 4px;
	margin: 5px 0 0px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.search-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	background:#ededed;

	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fff;
	
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 4px;
	margin: 5px 0 0px 12px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}


	
	
#megaMenu .search-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:3px 4px;
	margin: 1px 0 0px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#megaMenu .search-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#megaMenu .search-submit:active {
	position:relative;
	top:1px;
}	
 
 


/***** Inner ********************/

#inner {
	/* background: url(images/inner.png) repeat-x;  */
	width: 980px;
	margin: 0 auto 0;
	padding: 30px 0px 0 0px;
	overflow: hidden;
	}

/***** Tabs ********************/

.ui-tabs {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.home #content .ui-tabs .post {
	margin: 0;
	padding: 0;
	}

.ui-tabs .ui-tabs-hide {
    display: none;
	}

.ui-tabs .ui-tabs-panel {
	width: 600px;
	}

#content .ui-tabs ul.ui-tabs-nav {
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 15px 0; 
	padding: 10px 0 10px 5px;
	border-top: 3px solid #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	clear: both;
	}
	
#content .ui-tabs ul.ui-tabs-nav li {
	background: none;
	display: inline;
	text-align: center;
	margin: 0 5px 0 0; 
	padding: 0;
	}
	
.ui-tabs ul.ui-tabs-nav li a {
	color: #333333;
	font-weight: bold;
	margin: 0; 
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs ul.ui-tabs-nav li a:hover {
	background: #2A85B4;
	color: #FFFFFF;
	}
	
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #444444;
	color: #FFFFFF;
	}
	
.ui-tabs  a img {
	margin: 0 10px 0 0;
	padding: 4px;
  border: 1px solid #DDD;
	}
	
.home .ui-tabs .attachment-thumbnail {
margin: 5px 0 0 5px;
}
	
.ui-tabs .more-link {
	background: #444444;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 15px 15px 0; 
	padding: 2px 7px 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.ui-tabs .more-link:hover {
	background: #006699;
	}


 /** tabed Widget   **/


.tabbed-widget {
  
  background: #F5FBFF;
  border-bottom: 3px solid #AAAAAA;
  
}

 
.tabbed-widget .tw-tabbed-nav {
  background: #D6ECFF;

}	

.tabbed-widget .ui-tabs-panel {
  
  width: 100%;

}	

#content .ui-tabs-panel .post  {
 border-bottom: 0px solid #CCCCCC; 

}

#content .ui-tabs-panel .post p {
margin: 0;
padding: 0 15px 15px 5px;
}


.tabbed-widget #related-posts h1, 
.tabbed-widget #related-posts h2, 
.tabbed-widget #related-posts h3, 
.tabbed-widget #related-posts h4, 
.tabbed-widget #related-posts h5, 
.tabbed-widget #related-posts h6 {
  border-top: 1px solid #DDDDDD;;
  color: #1C191D;	
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 35px;
	}



/***** Homepage ********************/
	
#featured-top {
	width: 630px;
	float: left;
	}
#featured-bottom {
	width: 650px;
	float: left;
	}
	
#featured-bottom {
	/**  font-size: 12px;  **/
	}
	
.featured-bottom-left {
	
	width: 200px;
	float: left;
	
	padding:0 15px 0 0;
	border-right: 1px dotted #ddd;
	}
	
.featured-bottom-right {
	
	width: 400px;
	float: right;
	padding:0 15px 0 0;
	border-right: 0px dotted #DDD;
	
	}

#featured-top .widget, #featured-bottom .widget {
	margin: 0 0 20px 0;
	}
	
/***** Featured Post/Page ********************/

.featuredpost, .featuredpage {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.featuredpost .post, .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	border-bottom: 7px solid #ececec;
	overflow: hidden;
	clear: both;
	}
	
.featuredpost img, .featuredpage img {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 0px solid #DDDDDD;
	}
.featuredpost .avatar , .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

.more-from-category a, .more-from-category a:hover, .more-from-category a:visited {
 
 color:#fff;
 letter-spacing:0px;
 text-decoration: none;
  
 }

/*    	
.more-from-category {
	-moz-box-shadow:inset 0px 1px 0px 0px #8bceed;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8bceed;
	box-shadow:inset 0px 1px 0px 0px #8bceed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43b8e6), color-stop(1, #4ba2ce) );
	background:-moz-linear-gradient( center top, #43b8e6 5%, #4ba2ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b8e6', endColorstr='#4ba2ce');
	background-color:#43b8e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #187591;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px 4px 6px;
	margin: 10px 0 0 0;
	text-decoration:none;
	text-shadow:1px 1px 0px #42a5c9;
}
.more-from-category:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ba2ce), color-stop(1, #43b8e6) );
	background:-moz-linear-gradient( center top, #4ba2ce 5%, #43b8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2ce', endColorstr='#43b8e6');
	background-color:#4ba2ce;
}
.more-from-category:active {
	position:relative;
	top:1px;
}	
    */
	
.more-from-category {
	background-color:#2A85B4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #333333;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px;
	margin: 1px 0 0px 12px;
	text-decoration:none;
}


/***** Breadcrumb ********************/

.breadcrumb {
background: #eee;
width: 978px;
color: #444;
display: inline-block;
font-size: 12px;
padding: 0px 0px 0px 0px;
margin: 0 0 0px 0;
position: relative;
text-decoration: none;
vertical-align: top;
border-left: 1px solid #ddd; 
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
	}
	
.breadcrumb a, 
.breadcrumb a:visited, 
.breadcrumb a:focus, 
.breadcrumb a:hover {
background-image: url(images/breadcrumb_sep.png);
background-repeat: no-repeat;
background-position: 100% -6px ;

color: #444;
display: inline-block;
font-weight: normal;
font-size: 12px;
margin-left: -13px;
padding: 0px 30px 0px 25px;
position: relative;
text-decoration: none;
vertical-align: top;


}	

.bread-first {
background-image: url(images/breadcrumb_sep.png);
background-repeat: no-repeat;
background-position: 100% -6px ;
padding: 0px 30px 0px 5px;


float: left;


}


	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F4F4F4;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {

	margin: 0;
	padding: 0px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 980px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 440px;
	float: left;
	padding-right: 30px;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	padding: 20px;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 630px;
	}
	
.full-width-content #content {
	width: 980px;
	margin: 0;
	padding: 10px 0 0 0;
	}


#content blockquote {
	background: url(images/quote.png) top left  no-repeat,
              url(images/quoteb.png) bottom right  no-repeat;   
	min-height: 60px;
	font-size: 13px;
	font-style: italic; 
	font-weight: bold;
	color: #888;
	margin: 30px 0px 30px 0px;
	padding: 0px 80px 0px 70px;
	border: 0px solid #DDDDDD;

	
	}

/***	
#content blockquote:after {
content:"\201e";color:#D8D9DC;font-size:120px;font-family:times new roman;
padding: -100px 0 0 0;
margin: -100px 0px 0px 500px;}
***/
	 
#content .page {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}

.home .attachment-thumbnail {
margin: 0px 0 5px 0;
}

.home #featured-bottom-right .attachment-Mini.Square {
margin: 5px 0 0 0;
}

.home #featured-bottom-left .attachment-Mini.Square {
margin: 5px 0 0 0;
}

	
.home #content .post {
margin: 0px 0 35px 0;
padding: 0px;
}



	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .sticky {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 0px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 0 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1,#content h2 {
color: #333;
	font-size: 50px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	}
	
 #content h3, #content h4, #content h5, #content h6 {
color: #333;
	font-size: 50px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	}	
 
#featured-top  h1, #featured-top  h2, #featured-top  h3, #featured-top  h4, #featured-top  h5, #featured-top  h6 {
color: #333;
	font-size: 50px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
	} 

#featured-bottom   h1, #featured-bottom  h2, #featured-bottom   h3, #featured-bottom   h4, #featured-bottom   h5, #featured-bottom   h6 {
color: #333;
	font-size: 50px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0 5px 0;
	padding: 0px 0px 0px 0px;
	line-height: 23px;
	} 
	
 
#content h7{
  color: #2A85B4;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0 5px 0;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content  h7.toptitle{
  color: #2A85B4;
	font-size: 15px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0 5px 1px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}	

#content .featured-bottom-left  h7.toptitle{
  color: #2A85B4;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0 5px 1px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

#content #featured-bottom-2  h7.toptitle{
  color: #2A85B4;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0 5px 1px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#featured-bottom  h7{
   color: #2A85B4;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0 5px 0;
	padding: 0px 0px 0px 0px;
	line-height: 20px;

	}
	
#featured-bottom h7.toptitle {
color: #2A85B4;
font-size: 14px;
font-family: verdana;
font-weight: normal;
text-decoration: none;
margin: 0px 0px 5px;
padding: 0px;
line-height: 20px;
}
	
	
	
#content h1, #content h2 {
	font-size: 24px;
	}

#content h2 a, 
#content h2 a:visited {
	color: #333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #2a85b4;
	text-decoration: none;
	}
	
	
#featured-top h2, #featured-top h2 a, #featured-bottom h2, #featured-bottom h2 a, #sidebar h2, #sidebar h2 a, #footer-widgets h2, #
-widgets h2 a {
	color: #2a85b4;
	font-size: 20px;
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 105px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
	padding: 0px 0px 0px 0px;
	
	
	}
	
#featured-top h2 a:hover, 
#featured-bottom h2 a:hover, 
#sidebar h2 a:hover, 
#footer-widgets h2 a:hover {
	color: #2a85b4;
	text-decoration: none;
	}
	
#featured-top .ui-tabs h2, #featured-top .ui-tabs h2 a {
	font-size: 20px;
	margin: 0 0 5px 0;
	}
	

#sidebar h2, 
#sidebar h2 a, 
#footer-widgets h2, 
#footer-widgets h2 a {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0; !important;
	}

#featured-bottom .featured-bottom-left h2, 
#featured-bottom .featured-bottom-left h2 a
 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0; !important;
	}
	
 #featured-bottom-left .featuredpost p
 {
	font-size: 12px;
	line-height: 20px;

	}	

#featured-bottom #featured-bottom-left .featuredpost h2, 
#featured-bottom #featured-bottom-left .featuredpost h2 a
 {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 15px 0; !important;
	}
	
	
  #featured-bottom .featured-bottom-right h2, 
#featured-bottom .featured-bottom-right h2 a
 {
	font-size: 20px;
	line-height: 23px;
	margin: 0px 0 5px 0;

	}

	
#content h3 {
	font-size: 18px;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content #featured-top h4 {
border-top: 1px solid #DDD;
color: #4A4C4C;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
padding: 5px 0px 0px;
line-height: 35px;
	}



#content #featured-bottom #featured-bottom-left h4 {
	background: transparent;
	font-family: 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	color: #393939;
	text-shadow: white 1px 1px;
	border-bottom: 1px solid #AAA;
	padding: 10px 0px 12px;
	}

	
#content #featured-bottom #featured-bottom-left .widget_adrotate_widgets h4 {
	background: transparent;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 0px solid #CCC;
	padding: 5px 0px 8px;
	margin: 0;
}	
	
#content #featured-top .widget_adrotate_widgets h4 {
	background: transparent;
	font-family: 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	color: #393939;
	text-shadow: white 1px 1px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px;
}
	
#content .widget_adrotate_widgets h4 {
	background: transparent;
	font-family: 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	color: #393939;
	text-shadow: white 1px 1px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px;
}
	
#content #featured-bottom #featured-bottom-right h4 {
	background: transparent ;
	font-family: 'Terminal Dosis', sans-serif;
	color: #393939;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0 10px;
	padding: 2px 0px 8px;
	border-left: 0px solid #DDD;
	border-right: 0px solid #DDD;
	border-bottom: 1px solid #DDD;
	}
	

	
	#footer-widgets h4 {
	background: transparent;

  color: #8C8A8D;
	font-family: Arial, Tahoma, Verdana;
	font-size: 17px;
	font-weight: normal;
	
	margin: 0 0 10px 0px;
	padding: 0px 0 5px 10px;
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #AAAAAA;
	}
	
#footer-widgets .widget_categories a,
#footer-widgets .widget_categories a:hover, 
#footer-widgets .widget_categories a:focus, 
#footer-widgets .widget_categories a:active {
 color: #19171c;
 font-weight: normal;
 text-decoration: none;
 font-size: 12px;
 line-height: 20px;
}	


#footer-widgets .widget_nav_menu a,
#footer-widgets .widget_nav_menu  a:hover, 
#footer-widgets .widget_nav_menu  a:focus, 
#footer-widgets .widget_nav_menu  a:active {
 color: #19171c;
 font-weight: normal;
 text-decoration: none;
 font-size: 12px;
 line-height: 20px;
}	

#content .post {
    margin: 0 0 0 0;
    padding: 0px 0 35px 0;
    border-bottom: 0px solid #ececec;
    overflow: hidden;
    clear: both;
    }

/**  Widget Header  **/
.widget-area .wp-forecast  {
float:right;
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
.widget-area .wp_forecast_widget  {
width: 200px;
float: right;

 }
 
 .widget-area .wp_forecast_widget .widgettitle {
 text-align: center;

 }

/*** Gestaltung Widget Header Full    ***/

.after-header-area {
padding: 0 0 30px 0;
}


/*** Gestaltung Widget Featured Top    ***/

#featured-top .widget_text {
  padding: 0px 0 20px 0px;
  border-bottom: 0px solid #ececec;
}

#content .related_post {
  margin: 20px 0 10px 0;
	padding: 20px 0 12px 10px;
	border-top: 1px solid #AAAAAA;
}


#content #related h2 {
  font-family: Arial, Helvetica;
  font-size: 12px;
  margin: 10px 0 5px 0;
  line-height: 15px;
  
}

#content #related p {
  /***font-family: Arial, Helvetica;
  font-size: 12px;  **/
  padding: 0;
  
  
}

#related {
  margin: 5px 0 0px 0;
	padding: 0px 0 0px 10px;
	border-top: 1px solid #ECECEC;
}

.ui-tabs  #related {
  margin: 10px 0 0px 0;
	padding: 0px 0 0px 10px;
	border-top: 0px solid #ECECEC;
}

#related a,
#related a:hover,
#related a:visited {
  color: #4A4A4E;
  text-decoration: none;
  font-weight: bold;
 
}

/*** Gestaltung Widgets Sidebar  ***/
	
#sidebar h4, #sidebar-alt h4 {
	color: #393939;
	background: url(images/default.png) top left no-repeat;
	font-family: 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 5px 0 10px 40px;
	border-top: 0px solid #ddd;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	}	

#sidebar a, #sidebar-alt a {
 font-family:arial,verdana,sans-serif;
 font-size:12px;
 font-weight:normal;
 font-style:normal;
 color:#000000;
 letter-spacing:0px;
 }

  #sidebar .widget_archive h4,
#sidebar-alt .widget_archive h4  {
  background: url(images/archive.png)  no-repeat;

  color: #393939;


 
  }
 
  #sidebar-alt .widget_archive h4.widgettitle{
 
 margin: 0px 0 0px 0px;
 padding: 0px 0 5px 40px;
  }
  
  #sidebar .widget_categories h4 ,
  #sidebar-alt .widget_categories h4{
  background: url(images/kategorien.png) top left no-repeat;
  color: #393939;


 
  }
  
 
  #sidebar-alt .widget_categories h4{
  background: url(images/kategorien.png)  no-repeat;
  background-position:0px 0px;
  color: #393939;


 
  }
  
 
  #sidebar .widget_recent_entries h4 ,
  #sidebar-alt .widget_recent_entries h4{
  background: url(images/artikel.png) top left no-repeat;
  color: #393939;


 
  }
  
   

  #sidebar-alt .widget_recent_entries h4{
    background-position:0px 0px;

  }
  
 #sidebar .widget_recent_entries ul li, 
 #sidebar .widget_recent_entries li, 
 #sidebar-alt  .widget_recent_entries li{
list-style-type: none;
background: url(images/bullet_artikel.jpg) no-repeat top left;
background-position:  0px 0px;
font-size: 12px;
margin: 10px 0 10px 5px;
padding: 0px 0 0 18px;
word-wrap: break-word;
}
#sidebar .widget_recent_entries a,
#sidebar .widget_recent_entries a:hover,
#sidebar .widget_recent_entries a:visited {
text-decoration: none;
font-weight: normal;
}
  
#sidebar  .wp_forecast_widget {
/*    width: 300px;    */
float: none;
}   
 
#sidebar  .wp_forecast_widget h4{
width: 300px;


} 
   
#sidebar .wp_forecast_widget .widgettitle {
text-align: left;
} 
#sidebar .wp-forecast {
float: left;

} 
 
  #sidebar .widget_FacebookLikeBox h4 {
  background: transparent url(images/becomefan.png)  no-repeat;
  background-position: 0px 0px;
  height: 110px;
  color: #393939;

  border-bottom: 0px solid #AAAAAA; 
  padding: 10px 0 12px 0px;
  margin: 0 0 0px 0;
  }
  
 #content-top   {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
#content-top .widget {
margin: 0px 0 30px 0;

}
 
  #content-bottom   {

 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }


 #content-bottom .widget  {
 background: transparent url() repeat-x;
 float: left;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 10px 0px;
 }


  #sidebar .widget_lsmostpop h4 {
  background: url(images/artikel.png);
  color: #353435;


  font-size: 15px;
  border-bottom: 0px solid #AAAAAA; 
  }
  
  #sidebar .lsmostpopwidget a,
  #sidebar .lsmostpopwidget a:hover,
  #sidebar .lsmostpopwidget a:visited {
   text-decoration: none;
   font-size: 12px;
   font-weight: normal;
   
  }
  
  
  #sidebar .lsmostpopwidget li {
  margin: 3px 5px 10px 10px;
  line-height: 15px;
  }
  
  #sidebar .lsmostpopwidget ul {
  
 
  }
  
  #sidebar .widget_recent_comments h4 , 
  #sidebar-alt .widget_recent_comments h4{
  background:  url(images/kommentare.png) top left no-repeat;
  color: #393939;

  
  }
    
  #sidebar-alt .widget_recent_comments h4{


  
  }
  
  #sidebar .widget_recent_comments a,
  #sidebar .widget_recent_comments a:hover
  #sidebar .widget_recent_comments a:visited {
  font-weight: normal;
  } 
 
 #content .widget_recent_comments ul li, 
 #sidebar .widget_recent_comments li, 
 #sidebar-alt .widget_recent_comments li, 
 #footer-widgets .widget_recent_comments ul li {
list-style-type: none;
background: url(images/bullet_comments.jpg) no-repeat top left;
background-position:  0px 0px;
font-size: 12px;
margin: 10px 0 10px 5px;
padding: 0px 0 0 18px;
word-wrap: break-word;
}
  
  
  #sidebar .widget_calendar h4, 
  #sidebar-alt .widget_calendar h4{
  background: #2A85B4 url(images/kalender.png) top left no-repeat;    
  color: #393939;

  margin: 0px 0 0px 0 ;
  padding: 7px 0 10px 40px;

  }  
  

  #sidebar-alt .widget_calendar h4{

   padding: 0px 0 10px 40px;

  }  
  
  
 #sidebar .featuredpost  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 } 
 

 
 #sidebar  h2,
 #sidebar  h2  a{
 font-family:arial,verdana,sans-serif;
 font-size:13px;
 font-weight:normal;
 font-style:normal;
 text-decoration: none;
 color:#000000;
 letter-spacing:0px;
 }
 
    
#sidebar .featuredpost h2, #sidebar .featuredpost h2 a {
 font-family:arial,verdana,sans-serif;
 font-size:13px;
 font-weight:bold;
 font-style:normal;
 line-height: 18px;
 text-decoration: none;
 color:#000000;
 letter-spacing:0px;
 margin: 0px 0px 8px 0px;
 padding: 0px 0px 0px 0px;
 } 
 
  #sidebar  .featuredpost .post,  #sidebar  .featuredpage .page {
margin: 5px 0px 5px;
padding: 3px 0px 3px;
border-bottom: 1px solid #ECECEC;
overflow: hidden;
clear: both;
}

 #sidebar  .more-from-category  {
-webkit-box-shadow: rgb(139, 206, 237) 0px 1px 0px 0px inset;
box-shadow: rgb(139, 206, 237) 0px 1px 0px 0px inset;
background: #43B8E6 -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.05, #43B8E6), to(#4BA2CE));
background-color: #43B8E6;
border-radius: ;
border: 1px solid #187591;
border-image: initial;
display: inline-block;
color: white;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 6px;
margin: 10px 0px 0px;
text-decoration: none;
text-shadow: #42A5C9 1px 1px 0px;
} 

 

 #sidebar .more-from-category:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ba2ce), color-stop(1, #43b8e6) );
	background:-moz-linear-gradient( center top, #4ba2ce 5%, #43b8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2ce', endColorstr='#43b8e6');
	background-color:#4ba2ce;
}
 #sidebar .more-from-category:active {
	position:relative;
	top:1px;
}
  
  #sidebar .widget_recently_popular h4 {
  background: transparent url(images/bg_hl_artikel.png) top left no-repeat;
 color: #393939;
  text-shadow: 1px 1px #fff;
  
  }
  
#content .latest-tweets ul li, #sidebar .latest-tweets li, #sidebar-alt .latest-tweets li, #footer-widgets .latest-tweets ul li {
list-style-type: none;
background: url(images/twitter_icon.jpg) no-repeat 0% 0%;
margin: 10px 0px 3px;
padding: 0px 0px 0px 13px;
word-wrap: break-word;
}

  

  
  
/*** Ende Gestaltung Widgets Sidebar  ***/	
		
 /*** Gestaltung Widgets Featured Bottom  ***/
 
 
#featured-bottom-right .widget {
 background: transparent;
} 
 


#footer-widgets h4 {
	font-size: 18px;
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: bold;
	color:#8c8a8d;
    margin: 2px 0 10px 0;
	padding: 20px 0 15px 5px;
	border-top: none;
	
	}
                        

	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}


	
/***** Unordered/Ordered Lists ********************/
	
#content ul, #content ol, #footer-widgets ul {
	margin: 0;
	padding: 0 0 0px 0;
	}
	
#sidebar ul, #sidebar-alt ul, #sidebar ul ul, #sidebar-alt ul ul {
	margin: 0;
	padding: 8px 0 0 0;
	}

#content ul li, #sidebar li, #sidebar-alt li, #footer-widgets ul li {
	list-style-type: none;
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
 	word-wrap: break-word;
	}
#content .navigation ul li {
	list-style-type: none;
	background: none;
	padding: 0 4px 0 0px;

	}

#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	padding: 0;
	}

/***** Post Info ********************/
	
.post-info {
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
/***** AdSense ********************/
	
.adsense-top {
	padding: 0px 0 10px 0;
	border-top: 0px solid #DDDDDD;
	}
.adsense-middle {
	padding: 0px 0 10px 0;
	border-top: 0px solid #DDDDDD;
	}
	
.adsense-bottom {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 0px 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}

.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Post Icons ********************/
	
.time {
	/** background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px; **/
	
	}

 .post-info {
  color: #646567;
  font-size: 11px;
  font-weight: bold;
  
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.categories a,
.categories a:hover
.categories a:visited {
text-decoration: none;
}	
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
	
.tags a,
.tags a:hover
.tags a:visited {
text-decoration: none;
}	

/***** Images ********************/

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 0px solid #DDDDDD;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

	
.wp-caption {
	background: #F4F4F4;
	padding: 5px 0 0px 1px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin: 7px 0px 0px 0px;
	
	}

#content .wp-caption p.wp-caption-text {	
	margin: 6px 0px 6px 0px;
  padding: 0;	
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 10px 0 30px 0;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled {
	color: #006699;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover, .navigation li.active a {
	background: #F4F4F4;
	color: #006699;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	text-align: -webkit-auto;
	
	
	}

#sidebar a, #sidebar a:visited, 
#sidebar a:active, 
#sidebar a:hover, 
#sidebar a:focus {
  color: #1a171b;
  
 

}
	
#sidebar-alt {
	width: 180px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-left {
	width: 145px;
	float: left;
	display: inline;
	}
	
#sidebar-bottom-right {
	width: 145px;
	float: right;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	
	margin: 0 0 30px 0; 
	padding: 0;
	border-top: 0px solid #CCC;
  border-left: 0px solid #CCC;
  border-right: 0px solid #CCC;
  border-bottom: 0px solid #CCC;
	}

#sidebar .widget_search {
  
  border: none;
}


	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {

	margin: 0px 0 0 0; 
	padding: 0;
	}

#sidebar .textwidget p {
  margin: 5px 15px 5px 15px;
  padding: 0 0 0 0;
}
	
/***** Sidebar(s) Dropdowns ********************/
	
#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #F4F4F4;
	width: 100%;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 10px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	

	
/***** eNews & Updates
 * ********************/

.enews {
	/**  background: url(images/enews.png) no-repeat top RIGHT;  **/
	margin: 0;
	padding: 0 0 5px 0;
	}

.enews #subscribe {
	overflow: hidden;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 240px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
	}

/**  .enews #subbutton {
	background:transparent url(images/btn_search.png)  top left no-repeat;
	width:36px;
	height:25px;
	color: #fff;
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	border:none;
	text-align: center;
	padding: 0 !Important;
	cursor: pointer;
	margin: 1px 0 10px 8px;
	}	  **/
	


/*    
.enews #subbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #8bceed;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8bceed;
	box-shadow:inset 0px 1px 0px 0px #8bceed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43b8e6), color-stop(1, #4ba2ce) );
	background:-moz-linear-gradient( center top, #43b8e6 5%, #4ba2ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b8e6', endColorstr='#4ba2ce');
	background-color:#43b8e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #187591;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #42a5c9;
}
.enews #subbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ba2ce), color-stop(1, #43b8e6) );
	background:-moz-linear-gradient( center top, #4ba2ce 5%, #43b8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2ce', endColorstr='#43b8e6');
	background-color:#4ba2ce;
}
.enews #subbutton:active {
	position:relative;
	top:1px;
}    */
.enews #subbutton {
background-color: #2A85B4;
border-radius: 3px;
border: 1px solid #333;
border-image: initial;
display: inline-block;
color: white;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 6px;
margin: 1px 0px 0px 12px;
text-decoration: none;
}


	
/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png)  top right no-repeat;
	margin: 0px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F4F4F4 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}
	
.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	}
	
/***** Footer Widgets ********************/
	
#footer-widgets {
	width: 978px;
	background: #f5f5f5;
	font-size: 12px;
	margin: 0 auto 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	}


	
#footer-widgets .wrap {
	width: 950px;
	margin: 0 auto 0;
	}
	
#footer-widgets .widget {
	background: none;
	border: none;
	}
	
#footer-widgets p {
	margin: 0;
	padding: 0 0 10px 0;
	}

.footer-widgets-1 {
	width: 150px;
	float: left;
	padding: 0 35px 0 10px;
	}
	
.footer-widgets-2 {
	width: 160px;
	float: left;
	padding: 0 30px 0 0;
	}
	
.footer-widgets-3 {
	width: 160px;
	float: left;
	padding: 0 30px 0 0;
	}

.footer-widgets-4 {
	width: 160px;
	float: left;
	padding: 0 30px 0 0;
	}
	
.footer-widgets-5 {
width: 213px;
float: right;
border-left: 0px dotted #CCCCCC;

	}


/***** Footer Widgets 2********************/
	
#footer-bottomwidgets {
	width: 978px;
	font-size: 12px;
	border-top: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 auto 0;
	background: #ececec;
	color: #ACADAA;
	line-height: 20px;

	overflow: hidden;
	clear: both;
	}

 #footer-bottomwidgets h4 {
	font-size: 12px;
	color: #393939;
	font-weight: normal;
	
	}
	
#footer-bottomwidgets .wrap {
	width: 950px;
	margin: 0 auto 0;
	}
	
#footer-bottomwidgets .widget {
	background: none;
	border: none;
	}
	


.footer-widgets-6 {
	width: 300px;
	
	color: #666;
	float: left;
	padding: 0 35px 0 10px;
	}
	
.footer-widgets-6 a, 
.footer-widgets-6 a:hover,
.footer-widgets-6 a:focus,
.footer-widgets-6 a:active, 
.footer-widgets-6 a:visited {
color: #333;
font-size: 13px;
font-weight: normal;
text-shadow: 1px 1px #fff;
text-decoration: none;
}
	
.footer-widgets-7 {
	width: 300px;
	float: left;
	padding: 0 10px 0 0;
	
	}

.footer-widgets-7 a, 
.footer-widgets-7 a:hover, 
.footer-widgets-7 a:visited {
color: #333;
	text-decoration: none;
	font-weight:normal;
}

.footer-widgets-8 {
	width: 300px;
	float: right;
	padding: 0 10px 0 0;
	
	}

.footer-widgets-8 a, 
.footer-widgets-8 a:hover, 
.footer-widgets-8 a:visited {
color: #333;
	text-decoration: none;
	font-weight:normal;
}	


/***** Footer ********************/

#footer {
  background: #ececec;
	width: 960px;
	font-size: 11px;
	margin: 0px auto 0;
	padding: 20px 9px 20px 9px;
	text-transform: uppercase;
	color: #666;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
	
	
	
	overflow: hidden;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
	font-weight:normal;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: none;
	font-weight:normal;
	}

#footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	}

#footer .creds {
	width: 720px;
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	}

/***** Comments ********************/

.comments {
	font-size: 12px;
	
	}

#comments h3 {
  background: transparent url(images/commentheadline.png) top left no-repeat;
  height: 30px;
  font-size: 16px;
	font-family: arial, helvetica;
	padding: 0px 0 0 40px;
	margin: 10px 0 0 0;
	}

#comments h3#reply-title {
  
-webkit-box-shadow: rgb(139, 206, 237) 0px 1px 0px 0px inset;
box-shadow: rgb(139, 206, 237) 0px 1px 0px 0px inset;
background: #43B8E6 -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.05, #43B8E6), to(#4BA2CE)) url();
background-image:none;
background-color: #43B8E6;
border: 1px solid #187591;

color: white;
font-family: arial;
font-size: 13px;
font-weight: bold;
padding: 4px 6px;
margin: 1px 0px 0px;
text-decoration: none;
text-shadow: #42A5C9 1px 1px 0px;
background-height: 48px;
margin: 0px 0 10px 0px;
padding: 10px 0 10px 40px;
font-family: Helvetica, Arial;
font-size:14px;
color: #ffffff;
	}	
	
#content #reply-title {


background-color: #43B8E6;
border: 1px solid #333;

color: white;
font-family: arial;
font-size: 13px;
font-weight: bold;
padding: 4px 6px;
margin: 1px 0px 0px;
text-decoration: none;
text-shadow: #333 1px 1px 0px;
background-height: 48px;
margin: 0px 0 10px 0px;
padding: 10px 0 10px 40px;
font-family: Helvetica, Arial;
font-size:14px;
color: #ffffff;
} 
	
#respond {
-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
background: #F9F9F9 -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.05, #F9F9F9), to(#F9F9F9));
background-color: #F9F9F9;
border: 1px solid gainsboro;
color: #333;
margin: 0px 0 40px 0;
padding: 0 0 20px 0;
	}

a#cancel-comment-reply-link  {
color:#fff;
text-decoration: none;
float: right;
margin-right: 20px;
}
	
.comment-form-author #author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 90%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	padding: 5px;
	margin: 5px 0 10px 0;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0 0 3px #CCCCCC inset;
	-webkit-box-shadow: 0 0 3px #CCCCCC inset;
	}
.comment-form-comment textarea#comment {
margin: 5px 5px 5px 10px;
}

#commentform  {
 padding: 10px 40px 0 40px;

}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li {
	font-weight: bold;

	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}

  


.ping-list li {
	font-weight: bold;
	
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	color:#333;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	font-size: 11px;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	
	margin: 0;
	padding: 0;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9');
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;

	}

.depth-1, .even, .alt  {
  
/**  	border: 1px solid #DDDDDD;  **/
	margin: 0;
	padding: 0;		
	}

/**  .children .even	  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }  **/
	

  .thread-alt, .thread-odd {
	background: #ffffff;
	margin: 0;
	padding: 0;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebf5ff), color-stop(1, #ebf5ff) );
	background:-moz-linear-gradient( center top, #ebf5ff 5%, #ebf5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf5ff', endColorstr='#ebf5ff');
	background-color:#ebf5ff;
	border:1px solid #cfe7ff;	
	}

.depth-1, .odd, .alt  {
  
	/**  border: 1px solid #DDDDDD;  **/
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	}
	
 #content .children  .comment 	  {

 border:0px solid #000;
 margin: 10px 0px 0px 0px;
 padding: 10px 0px 0px 30px;
 }	

 #content  .comment .odd	  {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebf5ff), color-stop(1, #ebf5ff) );
	background:-moz-linear-gradient( center top, #ebf5ff 5%, #ebf5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf5ff', endColorstr='#ebf5ff');
	background-color:#ebf5ff;
	border:1px solid #cfe7ff;
	
	
	
 margin: 10px 10px 10px 10px;
 padding: 10px 0px 0px 30px;
 }	
 
 #content .children  .comment .odd	  {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ebf5ff), color-stop(1, #ebf5ff) );
	background:-moz-linear-gradient( center top, #ebf5ff 5%, #ebf5ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf5ff', endColorstr='#ebf5ff');
	background-color:#ebf5ff;
	border:1px solid #cfe7ff;

	
	
 margin: 10px 10px 10px 10px;
 padding: 10px 0px 0px 30px;
 }	
	
#content .children  .comment .even	  {

-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9');
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	
	
	
 margin: 10px 10px 10px 10px;
 padding: 10px 0px 0px 30px;
 }	

#content   .comment .even	  {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f9f9f9');
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;

	
	
 margin: 10px 10px 10px 10px;
 padding: 10px 0px 0px 30px;
 }	 
	
.reply 	  {
 background: transparent url() repeat-x;
 border-bottom:0px solid #ddd;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 #content .children  .comment {
	
}

/**  Widgets  **/


/**  popularity Contest  **/

#sidebar .akpc-widget ol {
padding: 3px 5px 10px 0px;
line-height: 15px;
font-size: 11px;
}


#sidebar .akpc-widget ol a {
font-size: 12px;
letter-spacing: 0px;
text-decoration: none;
font-weight: normal;
}

#sidebar .akpc-widget li {
margin: 3px 5px 10px 0px;
}
	
/** related Posts **/

#related-posts h1, 
#related-posts h2, 
#related-posts h3, 
#related-posts h4,  
#related-posts h6 {
  border-top: 1px solid #DDDDDD;;
  color: #AAAAAA;	
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 35px;
	}

 
#related-posts h5 {
  border-top: 1px solid #DDDDDD;
  color: #4A4C4C;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 35px;
	} 
 
#related-posts a, 
#related-posts a:visited {
color: #36393C;
text-decoration: none;
font-weight: normal;
text-decoration: none;
}
 
#related-posts a:hover {
color: #36393C;
text-decoration: none;
font-weight: normal;
text-decoration: underline;
}

/**  neues Plugin  **/

.related-posts  h5 {
  border-top: 1px solid #DDDDDD;
  color: #4A4C4C;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 35px;
	} 
 
.related-posts a, 
.related-posts  a:visited {
color: #36393C;
text-decoration: none;
font-weight: normal;
text-decoration: none;
}
 
.related-posts a:hover {
color: #36393C;
text-decoration: none;
font-weight: normal;
text-decoration: underline;
}


/**  Simplefeed Style  **/

#simplerssfeedswidget-3 p  {
 font-family:arial,verdana,sans-serif;
 font-size:13px;
 font-weight:normal;
 font-style:italic;
 color:#000000;
 letter-spacing:0px;
 margin:  0 0 7px 2px;
 padding: 0 0 0 0;
 }

/**  Adrotate  **/
#sidebar .widget_adrotate_widgets{
 
border-top: 0px solid #CCC;
border-left: 0px solid #CCC;
border-right: 0px solid #CCC;
border-bottom: 0px solid #CCC; 
} 

#sidebar .widget_adrotate_widgets h4{
 background: transparent;
 font-size: 14px;
 font-weight: normal;
 border-bottom: 0px solid #CCC;
 padding: 5px 0 8px 0px; 
margin: 0 0; 
} 

/**  Landing Page Widget-Erweiterung  **/

#featured-bottom-2 {
width: 650px;
float: left;
padding: 0px;
border-top: 0px dotted #DDD;
}


#featured-bottom-middle-section{
width: 650px;
float: left;
padding: 0px 0 0 0;
border-top: 0px dotted #ddd;
}


#content #featured-bottom-middle-section h4 {
	background: transparent url();
	font-family: 'Terminal Dosis', sans-serif;
	color: #393939;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;	
	margin: 0 0 0px 0;
	padding: 5px 0 8px 0px;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.featured-bottom-lefttwo  {

float: left;
width: 290px;

}


#content #featured-bottom-2 #featured-bottom-lefttwo h4 {
	background: transparent url();
	font-family: 'Terminal Dosis', sans-serif;
	color: #393939;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;	
	margin: 0 0 0px 0;
	padding: 5px 0 8px 0px;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.featured-bottom-righttwo  {
float: right;
width: 290px;
padding: 0px 15px 0px 0px;

}

#content #featured-bottom-2 #featured-bottom-righttwo h4 {

	background: transparent url();
	font-family: 'Terminal Dosis', sans-serif;
	color: #393939;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;	
	margin: 0 0 0px 0;
	padding: 5px 0 8px 0px;
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
}


#content #featured-bottom-2 .post {
		
	margin: 10px 0 0px 0;
	padding: 5px 0 8px 0px;
	
}
	
	
	
	

#featured-bottom-2 h2, 
#featured-bottom-2 h2 a {
font-size: 14px;
line-height: 24px;
margin: 0 0 5px 0;
}

/**  Genesis Slider  **/



#content-top #genesis-slider {
background-color: white;
border: 0px solid #EEE;
margin: 0px 0 0px 0;
padding: 0px;
}


#content-top .slide-excerpt-border {
background: none;
border: 0px solid #DDD;
display: inline;
float: left;
margin: 0px;
padding: 12px;
position: relative;
z-index: 8;
}

#content .slide-excerpt-border {
background: none;
border: 0px solid #DDD;
display: inline;
float: left;
margin: 0px;
padding: 12px;
position: relative;
z-index: 8;
}

#content-top .slide-excerpt-border h2,
#content-top .slide-excerpt-border h2 a,
#content-top .slide-excerpt-border h2 a:hover {
 font-family:arial,verdana,sans-serif;
 font-size:20px;
 font-weight:normal;
 font-style:normal;
 text-decoration:none;
 letter-spacing:0px;
 margin: 5px 0;
 }
 

#content-top .slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=100);
	display: block;
	margin: 10px;
	opacity: 1;
	padding: 0;
	position: absolute;
	z-index: 8;
}

#content .slide-excerpt {
	background-color: #fff;
	filter: alpha(opacity=100);
	display: block;
	margin: 10px;
	opacity: 1;
	padding: 0;
	position: absolute;
	z-index: 8;
}

#content #genesis-slider {
background-color: white;
border: 0px solid #EEE;
border-image: initial;
margin: 0px;
padding: 0px;
}
 
 
/**   #content-top   .slide-excerpt .more-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #73b1f0) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #73b1f0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#73b1f0');
	background-color:#79bbff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	float:right;
	margin: 8px 0;
}
#content-top   .slide-excerpt .more-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #73b1f0), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #73b1f0 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73b1f0', endColorstr='#79bbff');
	background-color:#73b1f0;
}
#content-top   .slide-excerpt .more-link:active {
	position:relative;
	top:1px;
}  **/

/*    
#content-top   .slide-excerpt .more-link {
	-moz-box-shadow:inset 0px 1px 0px 0px #8bceed;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8bceed;
	box-shadow:inset 0px 1px 0px 0px #8bceed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43b8e6), color-stop(1, #4ba2ce) );
	background:-moz-linear-gradient( center top, #43b8e6 5%, #4ba2ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b8e6', endColorstr='#4ba2ce');
	background-color:#43b8e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #187591;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px;
	margin: 1px 0 0px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #42a5c9;
}
#content-top   .slide-excerpt .more-link:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ba2ce), color-stop(1, #43b8e6) );
	background:-moz-linear-gradient( center top, #4ba2ce 5%, #43b8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2ce', endColorstr='#43b8e6');
	background-color:#4ba2ce;
}
#content-top   .slide-excerpt .more-link:active {
	position:relative;
	top:1px;
} 
    */
 #content-top   .slide-excerpt .more-link {
	background-color:#2A85B4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #333333;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px;
	margin: 1px 0 0px 12px;
	text-decoration:none;
}

/**  Genesis Featured Grid  **/ 
#content-bottom  .featuredgrid  h2,
#content-bottom  .featuredgrid  h2 a{
 font-family:arial,verdana,sans-serif;
 font-size:18px;
 font-weight:bold;
 font-style:normal;
 color:#333;
 letter-spacing:0px;
 text-decoration: none;
 margin: 0 0 10px 0;
 }

#content-bottom  .featuredgrid  h2 a:hover,
#content-bottom  .featuredgrid  h2 a:active{
 font-family:arial,verdana,sans-serif;
 font-size:18px;
 font-weight:bold;
 font-style:normal;
 color:#2A85B4;
 letter-spacing:0px;
 text-decoration: none;
 margin: 0 0 10px 0;
 } 
 
#content-bottom .genesis-grid-evend {
clear: both;
float: left;
padding: 0 0 30px 0;
width: 48%;
}

#content-bottom .genesis-grid-odd {
clear: both;
float: left;
padding: 0 0 30px 0;
width: 48%;
}
 
/**  Seite 2 Styles  **/
/*** deactivated
#content-sidebar-wrap2 {
width: 980px;
margin: 0;
padding: 0;
float: left;
}


#content2 {
width: 610px;
}

#page2 {
float: left;
}

#sidebar-page2-left {
float: left;
width: 50%;
}


#sidebar-page2-right  {
float: right;
width: 50%;


}

***/

#footer-bottomwidgets h4 {
font-size: 18px;
font-family: 'Terminal Dosis', sans-serif;
font-weight: bold;
color: #8C8A8D;
margin: 2px 0px 10px;
padding: 20px 0px 15px 0px;
border-top: none;
}

.footer-widgets-7 textarea {
width:270px;
height: 100px;
}

#footer-bottomwidgets   {
 font-family:arial,verdana,sans-serif;
 font-size:13px;
 font-weight:normal;
 font-style:normal;
 color:#333;
 letter-spacing:0px;
 }

.wpcf7-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #8bceed;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8bceed;
	box-shadow:inset 0px 1px 0px 0px #8bceed;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43b8e6), color-stop(1, #4ba2ce) );
	background:-moz-linear-gradient( center top, #43b8e6 5%, #4ba2ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43b8e6', endColorstr='#4ba2ce');
	background-color:#43b8e6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #187591;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:4px 6px;
	margin: 8px 0 0px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #42a5c9;
}
.wpcf7-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ba2ce), color-stop(1, #43b8e6) );
	background:-moz-linear-gradient( center top, #4ba2ce 5%, #43b8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba2ce', endColorstr='#43b8e6');
	background-color:#4ba2ce;
}
.wpcf7-submit:active {
	position:relative;
	top:1px;
} 


#content-bottom  h4 {
background: transparent;
font-family: 'Terminal Dosis', sans-serif;
color: #393939;
letter-spacing: 1px;
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin: 0px 0 20px 0;
padding: 5px 0px 8px;
border-left: 0px solid #DDD;
border-right: 0px solid #DDD;
border-bottom: 1px solid #DDD;
}

#content-bottom .widget_adrotate_widgets h4 {
background: transparent;
font-size: 14px;
font-weight: normal;
border-bottom: 0px solid #CCC;
padding: 5px 0px 8px;
margin: 0;
}

#content #featured-bottom-middle-section  .widget_adrotate_widgets h4 {
background: transparent;
font-size: 14px;
font-weight: normal;
border-bottom: 0px solid #CCC;
padding: 5px 0px 8px;
margin: 0;
}

#featured-bottom-left .featuredpost  {
 background: #f6f5f4 url() repeat-x;
 border:5px solid #bf3030;
 margin: 0px 0px 20px 8px;
 padding: 0 0px 0 0px;

            -moz-box-align: center;
            -moz-box-shadow: 0px 0px 8px gray;
            -webkit-box-shadow: 0px 0px 8px gray;
}

#featured-bottom-left .featuredpost .post  {
 background: #transparenturl() repeat-x;
 border-bottom:1px solid #bf3030;
 margin: 0px 0px 0px 0px;
 padding: 10px 5px 0 10px;
}

#featured-bottom-left .featuredpost ol  {
 background: #transparenturl() repeat-x;
 border-bottom:0px solid #bf3030;
 margin: 0px 0px 0px 0px;
 padding: 10px 5px 0 30px;
}

#featured-bottom-left .featuredpost  ul  {
 background: #transparent url() bottom no-repeat;
 border-bottom:0px solid #bf3030;
 margin: 0px 0px 0px 0px;
 padding: 10px 5px 10px 10px;
}

 #content #featured-bottom #featured-bottom-left .featuredpost h4  {
	background:   url(images/cheatsheet.png) repeat-x;
	background-position:center bottom ;
	font-family: 'Terminal Dosis', sans-serif;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: white 0px 0px;
	border-bottom: 0px solid #AAA;
	padding: 5px 3px 35px;
	margin: 0 0 0 0;
 } 

 #content #featured-bottom #featured-bottom-left .more-from-category a  {
	
	font-family: 'Terminal Dosis', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;

	
 } 
/**  #content #featured-bottom #featured-bottom-left .more-from-category  {
	background: #bf3030;
	text-align: center;
	border-bottom: 0px solid #AAA;
	padding: 5px 10px 10px;
	margin: 10px 10px 10px 10px;
 }   **/


#content #featured-bottom #featured-bottom-left .more-from-category{
	-moz-box-shadow:inset 0px 1px 0px 0px #bd6860;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bd6860;
	box-shadow:inset 0px 1px 0px 0px #bd6860;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc4646), color-stop(1, #bf3030) );
	background:-moz-linear-gradient( center top, #cc4646 5%, #bf3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc4646', endColorstr='#bf3030');
	background-color:#cc4646;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #BF3030;
	/**  Wegen Display:block; füllt der Button die ganze Fläche aus  **/
	display:inline-block;
	color:#ffffff;
	font-family:arial;	
	font-size:15px;
	font-weight:bold;
	display: block;
	padding:6px 9px;
	margin: 5px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}

#content #featured-bottom #featured-bottom-left img  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 }

 
 #submit {

background-color: #43B8E6;
border-radius: ;
border: 1px solid #187591;
display: inline-block;
color: white;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 6px;
margin: 1px 0px 0px 0px;
text-decoration: none;
text-shadow: #42A5C9 0px 0px 0px;
} 

#sidebar .bepartofit-userwidget, #sidebar-alt .bepartofit-userwidget, #content #featured-top .bepartofit-userwidget   {

 background:  #fefefe;
 border:2px solid red;
 margin: 0px 0px 20px 0px;
 padding: 10px 10px 10px 10px;
   border: 1px solid #f0f0f0;
   background: #c7c7c7;
   background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c7c7c7));
   background: -webkit-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -moz-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -ms-linear-gradient(top, #f0f0f0, #c7c7c7);
   background: -o-linear-gradient(top, #f0f0f0, #c7c7c7);
   background-image: -ms-linear-gradient(top, #f0f0f0 0%, #c7c7c7 100%);
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   padding:20px;
   width: 257px;
   
 
 }
 
     #sidebar-alt .bepartofit-userwidget {
 width: 137px;
 }
       
	   #content #featured-top .bepartofit-userwidget {
 width: 600px;
 }
     
 #sidebar .bepartofit-userwidget h4.widgettitle, #sidebar-alt .bepartofit-userwidget h4.widgettitle, #content #featured-top .bepartofit-userwidget h4 {
background:  top left no-repeat;
background-color: transparent;
border-bottom: 1px solid #6b6b6b;

text-align: center;
margin: 0px 0px 12px;
padding: 5px 0px 10px 0px; 
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   color: #6b6b6b;
   text-shadow: #ffffff 0 1px 0;



}



.machmit-widget .mmslogan {
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
line-height: 20px;
padding: 10px 0 0px 0;

}
.machmit-widget .mmwidget-content {
padding: 10px 0 20px 0;
border-bottom: 1px solid #6b6b6b;
}

.machmit-widget p.mmbutton-para {
text-align: center;
}

.mmbutton, #sidebar  a.mmbutton, #sidebar-alt  a.mmbutton, #content #featured-top  a.mmbutton  {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	vertical-align: middle;

}.mmbutton:hover, #sidebar  a.mmbutton:hover, #sidebar-alt  a.mmbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background-color:#e4685d;
}.mmbutton:active, #sidebar  a.mmbutton:active, #sidebar-alt  a.mmbutton:active {
	position:relative;
	top:1px;
}



#widget_paypal_donations  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
#sidebar .widget_paypal_donations  p1{
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 5px 0px;
 }
 
 #sidebar .widget_paypal_donations  p{
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 5px 0px;
 }
 
 #sidebar  .more-from-category a   {
 font-family:arial,verdana,sans-serif;
 font-size:13px;
 font-weight:normal;
 font-style:normal;
 color:#fff;
 letter-spacing:0px;
 }
 

/**  Visual Composer  **/ 

.wpb_separator {
background: #ddd;
}
 
 
/**  Partner Seite  **/ 

   

 
 #partner-list  {
	width: 260px;
	/**  float: left;  **/
	min-height: 50px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	
 } 
 #partner-box  {
	width: 280px;
	float: left;  
	min-height: 150px;
	height: auto !important;
	height: 150px;
    position: relative;
	margin: 10px 35px 30px 10px;
	display: inline;
	
 } 

.textwidget #partner-box  {
	width: 280px;
	float: none;  
	padding: 0px 0px 0px 0px;
	margin: 10px 35px 30px 0px;
	
 } 
 
 h8 {
/**   font-family:arial,verdana,sans-serif;  **/
/**   background: #ffffff;  **/
 font-size: 15px;
 font-weight:normal;
 font-style:normal;
 color:#000000;
 text-transform: uppercase;
 letter-spacing:2px;
 margin: 0px 0px 0px 10px;
 padding: 0px 0px 0px 0px;
 } 
 
 h9 {
/**   font-family:arial,verdana,sans-serif;  **/
/**   background: #ffffff;  **/
 font-size: 13px;
 font-weight:normal;
 font-style:normal;
 color:#444444;

 letter-spacing:1px;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
.partner-header  a   {
 text-decoration: none;
 }
 
 .partner-header  a:hover h9  {
  color:#000000;

 }
 
 .partnertitle  {
 background: transparent url( images/stripes.png) repeat;
 
 border-bottom:0px solid #ddd;
 margin: 0px 0px 30px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 .partner-header  {
 float: left;
 background: transparent url() repeat-x;
 width: 180px;

 border:0px solid #000;
 margin: 0px 0px 20px 20px;
 padding: 0px 0px 0px 0px;
 }
  .partner-img  {
 float: left;
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 
 
/**  Partner Einzelansicht  **/ 
  
  .single-partner  .entry-content, 
  .single-partner  .post-meta {
	
	display:none;
 }  
 
  .single-partner  .entry-content, 
  .single-partner  .adsense {
	
	display:none;
 } 
 
 
 /**  Partner Basics  **/
 
 .custom_meta_content_left #partner p {
    margin: 0;
    padding: 0 0 10px;
}


.custom_meta_content_left #partner h1, 
.custom_meta_content_left #partner h2 {
    font-size: 24px;
}

.custom_meta_content_left #partner h1, 
.custom_meta_content_left #partner h2 {
    color: #333333;
    font-family: verdana,sans-serif;

    font-weight: bold;
    line-height: 25px;
    margin: 3px 0 5px;
    padding: 0;
}

.custom_meta_content_left #partner h3 {
    font-size: 18px;
}

.custom_meta_content_left #partner h4 {
    font-size: 16px;
}	

.custom_meta_content_left #partner h5 {
    font-size: 14px;
}

.custom_meta_content_left #partner h6 {
    font-size: 12px;
}
	
.custom_meta_content_left #partner h3, 
.custom_meta_content_left #partner h4, 
.custom_meta_content_left #partner h5, 
.custom_meta_content_left #partner h6 {
    color: #333333;
    font-family: verdana,sans-serif;

    font-weight: bold;
    line-height: 25px;
    margin: 3px 0 20px;
    padding: 0;
    text-decoration: none;
}	
    


/**  Partner Details  **/
 
 .single-partner   .custom_meta_content_left{
	float: left;
	 border-right:1px dotted #ddd;
	margin: 0 0 0 0px;
	width:650px;


 }
 
  
 
  .single-partner .custom_meta_content_right{
	float: right;
    margin: 0 0 0 0px;
    width: 325px;  
 }
 
 .custom_meta_content_right   {
 background: transparent url() repeat-x;
width:300px;
 border-left:0px dotted #ddd;
 margin: 0px 0px 30px 0px;
 padding: 0px 0px 0px 0px;
 }
  
 
.custom_meta_content_left #short-info  {
 background: transparent url() repeat-x;
 height: 400px;
 border-bottom:1px dotted #ddd;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 .custom_meta_content_left #partner  {
 background: transparent url() repeat-x;
 width:610px;

 margin: 30px 0px 0px 0px;
 padding: 0px 20px 30px 0px;
 }
 
 .custom_meta_content_right #partner-box-top  {
 background: transparent url() repeat-x;
 height: 400px;
 border-bottom:1px dotted #ddd;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 20px;
 }
 .custom_meta_content_right #short-description  {
 background: transparent url() repeat-x;

 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 } 
 .custom_meta_content_right #latest-tweets-partner  {
 background: transparent url() repeat-x;
 width: 250px;
 border:0px solid #000;
 margin: 10px 0px 30px 0px;
 padding: 0px 0px 10px 0px;
 }

 .custom_meta_content_right #partner-box-bottom {
 background: transparent url() repeat-x;

 border:0px solid #000;
 margin: 30px 0px 0px 0px;
 padding: 0px 0px 0px 20px;
 }
  .custom_meta_content_right #details-partner  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }
  .custom_meta_content_right #company-partner  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }
  
 
 .custom_meta_content_right #gmaps-partner-box  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }
 
 .custom_meta_content_right #partner-facebook  {
 background: transparent url() repeat-x;
 border:0px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 30px 0px;
 }
 
 /*    comment rating    */
 
 p.commentrating {
 

	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px 2px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

 }

/**  Erster Absatz bold  **/
.single p.lead {
  font-weight: bold;
}



/**  Seriennummer  WmF6ZW4gRGVzaWduIElzdGxva2Fs **/