/*Good Info: http://www.vi-solutions.de/de/tips-vom-joomla-spezialist/423-output-layout-override*/

/*GENERAL*/
html {overflow-y:scroll;}

.logo-img{
    height: 80px;
}

body, .t3-wrapper{
    background-color: #5a6e7f;
}

.t3-mainbody {
    /*border-top: 2px solid #eeeeee; */
    margin-top: 0;
    padding-bottom: 150px;
    background-color: #f8f8f8;
}

.home .container {
    /*background-color: #f8f8f8;  */
}

.t3-header {
    padding-top: 0px; 
    background-color: #ffffff;
}

.t3-header .row {
    margin-top: 20px;
}

.t3-content {
    position: static !important;
    /*min-width: 360px;   */
    background-color: #f8f8f8;
    padding-top: 15px; 
    padding-bottom: 0;
}

/*für Anmelden/Abmelden Button*/
.head-search {
    /*margin-top: 0;*/ 
}

/*MAINNAV*/
.t3-mainnav{
    background-color: #5a6e7f;
    border-color: #5a6e7f;
}

.navbar{
    border: 0px solid transparent;
}

.t3-mainnav .container{
    background-color: #e7e7e7;
    /*border: 1px solid #e7e7e7;*/
}

.t3-megamenu li.active a{
    background-color: #f8f8f8 !important;
    border-top: 3px solid #f07808;
}
.t3-megamenu li a{
       border-top: 3px solid #E7E7E7;
}


/*SIDEBARMENU ON THE LEFT*/
.t3-sidebar {
    position: static !important;
    padding-top: 0; 
    padding-bottom: 20px;
}

.t3-sidebar-left .nav-stacked li{
    background-color: #e7e7e7;
    max-width: 210px;
}

.t3-sidebar-left .nav-stacked li.active{
    border-left: 3px solid #f07808;
}

.t3-sidebar-left .nav-stacked li{
    border-left: 3px solid #EEEEEE;
}


.t3-sidebar-left .nav-stacked li > a{
    color: #777777;
    font-size: 1.1em;
    padding: 10px 25px;
}

.t3-sidebar-left .nav-pills > li.active > a, 
.t3-sidebar-left .nav-pills > li.active > a:hover, 
.t3-sidebar-left .nav-pills > li.active > a:focus{
    background-color: #f8f8f8;
    /*border-left: 4px solid #f07808; */
    color: #777777;
}

.sidebarmenu .separator {
    margin-top: 15px;
    font-size: 1.2em;
    background-color: #728291;
    color: white;
    padding: 10px 15px;
}


/*IMPRESSUM*/
.img_impressum {
    max-width: 100% !important;
    height: auto !important;
    min-height: 144px !important;
    min-width: 216px !important;
    /*
    min-height: 201px !important;
    min-width: 350px !important;
    */
}

.smartTable {
    margin-top: -45px;
    border-collapse: inherit;
    color: #4d4d4d;
    font-family: "Arial","Verdana",sans-serif;
    font-size: 12px;
    max-width: 550px;
}

.smartTable td {
    border-top: 1px solid white !important;
}

.box_impressum {
    margin-left: -55%; 
    min-width: 425px;
}


/*ANMELDEN BUTTON im Modul Login*/
.login .btn-primary, .abis-starten, .btn-primary{
  	-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, #ffffff), color-stop(1, #f6f6f6));
  	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
  	background-color:#ffffff;
  	-moz-border-radius:6px;
  	-webkit-border-radius:6px;
  	border-radius:6px;
  	border:1px solid #dcdcdc;
  	display:inline-block;
  	cursor:pointer;
  	color: #667784;
  	font-family:Arial;
  	font-size:15px;
  	font-weight:bold;
  	padding:7px 24px;
  	text-decoration:none;
  	text-shadow:0px 1px 0px #ffffff;
}

.login .btn-primary:hover, .abis-starten:hover , .btn-primary:hover{
  	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
  	background-color:#f6f6f6;
}

.btn-primary{
    color: #777777;
}

.btn-primary:hover{
    color: #667784;
    border:1px solid #dcdcdc;
}

#form-login-submit .btn-primary:active {
  	position:relative;
  	top:1px;
}

/*Nav-pills -Menue*/
.nav-pills a, .unstyled a, .login-wrap a {
    color: #777777;
}

.nav-pills a:hover, .unstyled a:hover , .login-wrap a:hover {
    color: #667784;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #667784;/*#8095a6;*/    
    background-color: #f8f8f8;
}


/*LOGIN COMPONENT*/
.login-wrap ul{
    margin-left: -15px;
}

.alert-warning {

    
}


div#system-message div.alert.alert-warning div div.alert-message {


}
 div#system-message div.alert.alert-message div div.alert-message {

  
 }









/*FOOTER*/
.t3-footer{
    display: none;
}

/*EINSTELLUNGEN*/
.form-actions{
    background-color: #f8f8f8;
}



/******************/
/*Beiträge Stylen*/
/****************/
a {
    color: #667784;
}

a:hover {
    color: #8095a6;
}

.home h2 {
    padding-top: 15px;
    border-top: 2px solid #e7e7e7;
}

.module-download table td, 
.article-intro table td,
.presse-download table td {
    border-color: #f8f8f8;
}

.article-intro img, .article-content img {
    display: inline;
}

.Tbl-elearning {
    width: 100%;
    float: left;
    font-size: 10pt;
}

.Tbl-elearning td {
    border: 1px solid #999 !important;
    padding: 10px;
}
 
.Tbl-elearning-header {
    background-color: #777;
    height: 40px;
}  

.Tbl-elearning-header td {
    padding-top: 10px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    border: 1px solid #999 !important;
}

.Tbl-elearning-header>td {
    border: 1px solid #fff !important;
}

._mce_tagged_br{
  text-align: center !important;
}

.icon-menue{
  margin-right:2px;
  margin-bottom:2px;
  
}
