@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version     Id: $Id$
 *
 * @package     JYAML
 * @subpackage  Stylesheet
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2014, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,300italic);
@media all {

  body {
    background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
  }

	.bluebox {
	background-color: #6699CC;
	/*border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;*/
	padding: 4px;
		}
	.bluebox h3, .redbox h2, .bluebox h2 {color:#FFF}	
	.redbox {
	background-color: #6699CC;
	/*border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;*/
	padding: 4px;
	color: #fff;
		}
		
		
	.bluebox a {color:#fff}	
		
		.greybox {
	background-color: #E9E9E9;
	padding: 4px;
	color: #000;
		}
		
		.redbox a, .greenbox a {color:#fff}
		
	header h1 img {margin-left:0px; margin-top:-4px}		
		
	.greenbox ul {list-style-image: url(../images/lists/list_style_image_black2.png);}
	.redbox ul {list-style-image: url(../images/lists/list_style_image_white2.png);}
 
	.footer_left {font-size: 12px;	float:left; width:700px; color:#1A682E}
	.footer_right {font-size: 12px;	float:right; width:200px; text-align:right; color:#1A682E}
	.footer_bottom_left {font-size: 10px; float:left; width:400px; display:none;}
	
	nav {margin-left:185px; margin-top:24px; }
	
	.module-box .homemenu {
	margin-top: -70px;	
	
}

header {max-width:840px}

.module-box .submenue {
	padding-left: 7px;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom:10px;
	padding-top:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width:160px;
}



.module-box .subinfo {
	padding-left: 7px;
    width:160px;
}

.submenue ul {
	list-style-type:none;
}
	
	
 .homemenu .dropdown-horizontal li.viewLevel0 a {
	background: transparent /*#ccc;*/!important;
	/*padding-right:15px;*/
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000; /***Anpassungen***/
	width:160px; 	
	}
	
	.homemenu .dropdown-horizontal li.viewLevel0 a:hover
	{color:#fff!important;
	background-color: #6699CC!important; }


 li.lang-active a {color:#6699CC!important;}

.create {padding-left:12px; color:#6699CC;}

.category-name  {float:left; margin-right:12px; }
.category-name a {
	color: #6699CC;
}

.category-name:after {content:" | "; margin-right:5px; margin-left:3px;color:#6699CC;}


.Legende {
	max-width: 500px;
	font-size: 10px;
	line-height: 1.1em;
	padding: 0px;
	margin-bottom:12px;
}

.Artikelsub {display:none}

.bt-social-share {
	border: 0px solid #CAD4E7;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-attachment: scroll;
	background-color: #EBEBEB;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.bt-twitter-button {margin-right:20px;}
 .fb_iframe_widget iframe {width:420px!important}
 
  .search .button {
	border: 0px none;
	background-color: #6699CC;
	color: #FFF;
	float: right;
	margin-left: 10px;
	height: 20px;
	cursor: pointer;
    padding-left:4px;
  	padding-right:4px;
    font-size:13px;
}

input[type="search"] {
    border: 1px solid #000;
    padding: 0px;
    margin: 0px;
    height: 18px;
	padding-left:3px;
}

.search {margin-top:-30px; margin-right:0px;}

  
.ym-cbox {padding:0;}

.pagenum, .pagination-start, .pagination-end {display:none}
.pagination-next {float:right}
.pagination li a {border:none; color:#6699CC;}


/*RSS - Feeds*/

.feed-description {padding-bottom:20px}

.newsfeed ol {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

.newsfeed ol li{
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

.newsfeed h3{
	line-height:1.3em;
}

.legende {font-size:10px; line-height:1.2em; margin-top:-12px;}

}

.feed-description {display:none}

  .btn3 {
  background: #E93664;
  background-image: -webkit-linear-gradient(top, #E93664, #E93664);
  background-image: -moz-linear-gradient(top, #E93664, #E93664);
  background-image: -ms-linear-gradient(top, #E93664, #E93664);
  background-image: -o-linear-gradient(top, #E93664, #E93664);
  background-image: linear-gradient(to bottom, #E93664, #E93664);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 18px 10px 18px;
  text-decoration: none;
  width:140px;
}

.btn3:hover {
  background: #9fa4a6;
  text-decoration: none;
}
  
.btn3 a {color:#ffffff;}
