/**
 * @package     Joomla.Site
 * @subpackage	Templates.cas_responsive
 * @copyright   digital yours C.Krumm & L.Hain Medienagentur - All rights reserved.
 * @license     commercial lizenz
 */
 
/* <?php
ob_start (“ob_gzhandler”);
header(“Content-type: text/css; charset: UTF-8″);
header(“Cache-Control: must-revalidate”);
$offset = 60 * 60 ;
$ExpStr = “Expires: ” .
gmdate(“D, d M Y H:i:s”,
time() + $offset) . ” GMT”;
header($ExpStr);
?>
 */
 
/* =Layout
-------------------------------------------------------------- */
body {
    color: rgb (125, 123, 122);
    font-size:14px;
    background: #f4f2f0;
    line-height: 2;
    word-wrap: break-word;
}

.mainmenu, .footermenu {
    margin:0 auto;
    width:100%;
    background: #222;
}
.footermenu {
        bottom:0;
}
.topsubmenu {
    background: #f1f0ee;
    border-bottom: 1px solid #d5d4d3;
    margin: 0 0 20px 0;
}
#toppanel{
    display:none;
    background: rgb(255, 255, 255);
    border: 1px solid #ccc;
    margin:0 0 20px 0;
    padding: 3.2%;
}
.mainmenu .grid .row,.topsubmenu .grid .row, .grid header {
    margin:0;
}

.topsubmenu .grid .c12 {
    background: #f1f0ee;
    color: #aaa;
    margin:0;
}

/*.grid {
    background: url(../images/940grid.png) repeat-y top left;
    background-size:100% 100%;
}*/
.m620 {
    width:65.96%;
}
.r300 {
    width:31.91%;
}
.m620, .r300 {
    min-height:1px;
    float:left;
}
.r300 {
    padding-left:20px;
    padding-right:20px;
    position:relative;
}
.r300inner {
    width: 100%;
    margin-bottom:20px;
    color: #666;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
}
.r300inner ul.joorelateditems {
    border: none;
}
.r300inner p {
    width: 100%;
    margin:0;
    padding: 7%;
}
.r300inner p img {
    width: 100%;
    margin-bottom: 5%;
}
.r300inner h3 {
    height: 50px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding: 10px 7%;
    text-shadow: 0px 1px 0px #fff;
    background-color: #f7f7f7;
}
.logo {
    float:left;
    margin-left: 20px;
    padding: 10px 0;
}
.logo .cas {
    float:left;
}
.logo .all {
    float:left;
    margin-left: 13px;
}
.imagecaption { /* Bildunterschrift */
    display: block;
    background: rgba(34, 34, 34, 0.80);
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    padding:0.5% 1%;
    width: 100%;
    z-index: 0;
    font-size: 85%;
}
.imagecaptionsub { /* Bildunterschrift */
    display: block;
    background: rgba(34, 34, 34, 0.80);
    position: absolute;
    bottom: 0px;
    left: 0;
    padding:0.5% 1% 0.5% 3.5%;
    width: 100%;
    z-index: 0;
}
.imagecaptionsub h4 { /* Bildunterschrift */
color: #fff;
line-height: 120%;
padding:3px 0;
}

#back-to-top {
    position:fixed;
    bottom:5px;
    right:5px;
    background-color: #222222;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 1px 5px 2px 2px;
    padding: 0 12px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
#back-to-top:hover {
    background: #7cadde;
}


/* =Links und Überschriften/Text
-------------------------------------------------------------- */
a {
  color: #7cadde;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
a:hover, a:active, a:focus {
  color: #222222;
  outline-width: medium;
  outline-style: none;
}
h1, h2, h3, h4, h5 {
  font-family: 'Oxygen', Arial, sans-serif;
  color: #222;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1 {
	font-size: 170%;
        line-height: 150%;
}
h2,
.componentheading {
	font-size: 150%;
	font-weight: 400;
}
h3 {
	font-size: 125%;
        line-height: 150%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
h1 a, h3 a {
    color: #222;
}
h1 a:hober, h3 a:hover {
    color: #7cadde;
}
h1 p.subline, h3 p.subline {
    font-size: 70%;
    font-weight: 200;
    color: #222;
    line-height: 100%;
    margin-bottom: 20px;
}
h3 p.subline {
   font-size: 80%;
}

::selection { background: #7cadde; color: #000; }
::-moz-selection { background: #7cadde; color: #000; }

a.logo {
    border: 1px solid #ccc;
    overflow: hidden;
}
.moduletable_cf_spons {
    overflow: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.moduletable_cf_spons p, .moduletable_cf_spons a {
    margin: 0 20px 0 0;
    padding: 0;
}
/* =Bannerpositionen Topbanner, Skyscraper, Rectangle
-------------------------------------------------------------- */
div#topbannerpos {
    width:100%;
    margin-bottom: 1.1%;
}
.topbanner-right {
    width: 100%;
    text-align: right;
}
.topbanner-center {
    width: 100%;
    text-align: center;
}
div#skyscraperpos {
    position: absolute;
    top:0;
}
.moduletable-fromtop { /* verschiebt den Skyscraper nach unten */
    padding: 124px 0 0 0;
}
.jooGoogleAd_header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    font-family: 'Oxygen', Arial, sans-serif;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 5%;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    background: #ececee;
    background-color: #f7f7f7;
}
.r300inner .jooGoogleAd_item {
    widht:100%;
    text-align:center;
}
.r300inner .jooGoogleAd_item iframe {
    margin-bottom: -10px;
    margin-left: -1px;
}

#system-message > dd > ul {
    margon-top: 0px!important;
}

/* =Formulare allgemein
-------------------------------------------------------------- */
fieldset {
    border: none;
    margin:0;
    padding:0;
}
.search input {
    padding: 2px 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    background-color: #ececee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececee), to(#ffffff)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ececee, #ffffff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #ececee, #ffffff); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ececee, #ffffff); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ececee, #ffffff); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    border: 1px solid #717171;
    -webkit-box-shadow: 1px 1px 0px #efefef;
    -moz-box-shadow: 1px 1px 0px #efefef;
    box-shadow:  1px 1px 0px #efefef;
}
.search input:focus {
    -webkit-box-shadow: 0px 0px 5px #5b7493;
    -moz-box-shadow: 0px 0px 5px #5b7493;
    box-shadow: 0px 0px 5px #5b7493;
}
.search input {
    width:200px;
    float:right;
    border: none;
    color: #666;
    margin: 10px 0 0 0;
    background: #fff;
}
.search input:focus {
    background: #ececec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ffffff)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #ececec, #ffffff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #ececec, #ffffff); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #ececec, #ffffff); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #ececec, #ffffff); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.search input.button {
    width: 30px;
    height:31px;
    float:right;
}
.search input.button:hover {
    background-color: #d4d4d2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4d4d2), to(#ffffff)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #d4d4d2, #ffffff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image: -moz-linear-gradient(top, #d4d4d2, #ffffff); /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, #d4d4d2, #ffffff); /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, #d4d4d2, #ffffff); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
/* =Login-Form toppanel
-------------------------------------------------------------- */
#toppanel .loform {
    background: #222;
    padding: 3.2%;
}
#toppanel h3 {
    margin:0 0 10px 0;
    padding:0;
    color:#fff;
    font-family: 'Oxygen', Arial, sans-serif;
    font-size: 200%;
    font-weight: 400;
}
input#modlgn-username, input#modlgn-passwd {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 11px 15px 10px 50px;
  width: 49%;
}
input#modlgn-username {
  background: #fff url("../images/user.png") no-repeat;
}
input#modlgn-passwd {
  background: #fff url("../images/password.png") no-repeat;
  float:right;
}
div.loginform > input.button {
  float:right;

    background-color: #7cadde;
    border: 1px solid #7cadde;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
div.loginform > input.button:hover {
    background: #efefef;
    border: 1px solid #efefef;
    color: #222;
}
div.loginform > label {
    color: #fff;
    margin: 0 5%;
}
.passlost-register {
    clear:both;
    padding: 20px 0 0 0;
}
.passlost-register li {
    display: inline;
    padding-right: 3%;
}
.passlost-register a:link, .passlost-register a:visited {
}
.passlost-register a:hover {
    color: #fff;
}
.passlost-register input#modlgn-remember[type=checkbox] {
	visibility: hidden;
}
.slide {
    float: left;
    margin-right: 20px;
	width: 80px;
	height: 26px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
.slide:after {
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #cc0000;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}
.slide:before {
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slide label {
	display: block;
	width: 34px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slide input[type=checkbox]:checked + label {
	left: 43px;
}
.remembertext {
    float:left;
    color: #fff;
}
button.close {
    margin:-25px 0 0 5px;
    padding: 0px;
    float:right;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
}


/* =Ausgabe: Featured (Blog) und Kategorie (Blog)
-------------------------------------------------------------- */

.leading-0, .item-page, .blog-item,.item, .reset, .reset-confirm, .remind, .registration, .login, .catdesk {
    background: rgb(255, 255, 255);
    border: 1px solid #ccc;
    margin:0 0 20px 0;
    padding:3.2%;
}
.leading-0 p, .item-page p, .blog-item p, .item p {
    width:100%;
    color: #666;
}
.leading-0 #imagerotate , .item-page #imagerotate, .item #imagerotate, .cols-2 .blog-item #imagerotate  {
    overflow:hidden;
    width:100%;
    position: relative;
    margin-bottom: 5%;
}
.cols-1 .blog-item #imagerotate {
    overflow:hidden;
    width:48.25%;
    position: relative;
    float:left;
    margin-right: 3.5%;
    margin-top: 5px;
}
.column-1 #imagerotate , column-2 #imagerotate, .blog-item #imagerotate, .item #imagerotate {
    margin-bottom: 0;
}

.leading-0 img, .item-page img, .blog-item img, .item img {
    width:100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
        cursor:pointer;
}

.leading-0 img:hover, .item-page img:hover, .blog-item img:hover, .item img:hover {
    -moz-transform:scale(1.1) rotate(-3deg);
    -webkit-transform:scale(1.1) rotate(-3deg);
    -o-transform:scale(1.1) rotate(-3deg);
    -ms-transform:scale(1.1) rotate(-3deg);
    transform:scale(1.1) rotate(-3deg);
}

.items-row {
    width: 100%;
    overflow: hidden;
}
.items-row .item {
    margin:0 0 20px 0;;
}

 .column-1 {
    width: 48.25%;
    float:left;
}
 .column-2 {
    width: 48.25%;
    float:right;
}
.cols-1 .column-1 {
    width: 100%;
    margin-bottom: 20px;
}


.cattext {
display:block;
}
.catblogimg {
  float:left;
  padding-right: 3.5%;
}
.catblogimg img {
  border: 1px solid #efefef;
}
.catblogtext {
    float:left;
    
}

/* =Pagination, Pagenav, Readmore, Button
-------------------------------------------------------------- */

div.pagenavcounter {
    font-family: Verdana,Geneva,sans-serif;
    color: #696969;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
div.pagination {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #ccc;
}
div.pagination li a {
color: #fff;
}

ul.pagenav {list-style-type:none!important; margin-left: -15px;}
ul.pagenav li a { color: #fff;}

.readmore, button, ul.pagenav li, div.pagination li {
    background-color: #222222;
    border: 1px solid #222222;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 1px 5px 2px 2px;
    padding: 0 12px;
    text-align: center;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}
.readmore:hover, button:hover, ul.pagenav li:hover, div.pagination li:hover {
    background: #7cadde;
    border: 1px solid #7cadde;
}

.readmore a, a.readmore {
    color: #fff;
}

/* =Ausgabe: Category (Blog)
-------------------------------------------------------------- */

/* =Ausgabe: Categories (Blog)
-------------------------------------------------------------- */

/* =Volltext/Artikel-Ausgabe
-------------------------------------------------------------- */

.item-page ul {
    list-style-type:square;
}
.item-page ul li {
    margin: 0 0 0 2.5%;
    color: #666666!important;
}
.item-page  ul.bjqs, .item-page ol.bjqs-markers, .item-page ul.bjqs-controls {
        list-style:none!important;
}
.item-page ul.bjqs li {
margin:0;
}

p.articlemore {
    margin:0; padding:0;
}

.content-links ul, #article-index ul {
    width: 100%;
    margin:10px 0;
    color: #222;
    list-style: none;

}
.content-links ul li, #article-index ul li {
    margin:5px -3.5%;

}
.content-links ul li:hover, #article-index ul li:hover {
    background:none;
    border:none;
    color: #7cadde;
}
.content-links ul li a, #article-index ul li a {
    font-family: 'Oxygen', Arial, sans-serif;
    line-height: 130%;
    text-decoration: none;
    color: #222;
    display: block;
    padding: 2px 3.5%;
    -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -ms-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
.content-links li a:hover, #article-index ul li a:hover {
    color: #7cadde;
    padding: 2px 8%;
    background: #f6f6f6;
}
.content-links li a span {
    color: #666; 
}
.content-links li a:hover span {
    color: #7cadde; 
}
.tocindex {
    font-family: Verdana,Geneva,sans-serif;
    color: #696969;
    margin-top: 10px;
}
div.action {
    padding:10px 0 -5px 0;
}
span.create, span.category-name, span.createdby {
    font-family: Verdana,Geneva,sans-serif;
    line-height: 15px;
    font-size:90%;
    color: #4e4e4e;
    padding: 0 6px;
    border-right: 1px solid #4e4e4e;
    float:left;
}
span.create {
    padding: 0 6px 0 0!important;
}
span.createdby {
    border-right: 0px;
}
span.print-icon a, span.email-icon a {
    padding: 0 6px;
    border-right: 1px solid #4e4e4e;
    float:left;
}
span.email-icon a {
    border-right: 0px;
}
span.print-icon img, span.email-icon img {
    width:16px;
    height:16px;
}


/* =com_search: Formular und Ergebnisausgabe
-------------------------------------------------------------- */

fieldset.word {
    border: none;
}
button.searchbutton {
    float:right;
}
input#search-searchword{
    float:left;
    margin: 1px 0 9px 0;
    border: 1px solid #ccc;
    width: 70%;
    height: 31px;
    line-height: 32px;
}
.form-limit {
    color: #696969;
    margin-top: 10px;
}

dt.result-title h4 span {
    font-family: Arial, sans-serif;
    font-size: 80%;
    padding-right: 1%;
}

/* =Modul: jooReleated_item (Ähnliche Beiträge)
-------------------------------------------------------------- */
ul.joorelateditems {
    width: 100%;
    margin:5px 0;
    color: #222;
    line-height: 110%;
}
ul.joorelateditems li {
    margin:10px 0;
}
ul.joorelateditems li:hover {
    background:none;
    border:none;
    color: #7cadde;
}
ul.joorelateditems li a {
    font-family: 'Oxygen', Arial, sans-serif;
    text-decoration: none;
    color: #222;
    display: block;
    padding: 2px 5%;
    -webkit-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    -ms-transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, padding 0.3s ease, background-color 0.3s ease;
}
ul.joorelateditems li a:hover {
    color: #7cadde;
    padding: 2px 8%;
    background: #f6f6f6;
}
ul.joorelateditems li a span {
    color: #666; 
}
ul.joorelateditems li a:hover span {
    color: #7cadde; 
}

/* =Media query for 1024 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:1030px){
 .mainmenu {
     margin-top: 0;
 }
.m620{
    width:100%;
}
.r300{
    width:100%;
    margin-bottom: 20px;
}
.r300inner, .c3_footerbar {
    width: 48.25%;
    float:left;
}
.r300inner.abstand {
    width: 48.25%;
    float:right;
}
.r300inner img {
    width: 300px;
}
#skyscraperpos {
    display:none
}
.r300inner .jooGoogleAd_item {
    padding: 7% 0;
}
.nomobile {
    display:none
}
}

/* =Media query iPad und sonstige Tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{
    font-size:90%
}
.m620inner,.r300{
    width:100%;
    margin-right:0;
    margin-left:0;
    margin-bottom:20px
}
.r300inner, .c3_footerbar {
    width: 100%;
    float:left;
    margin:10px 0 !important
}
.r300inner.abstand {
    width: 100%;
    float:left;
    margin:10px 0 !important
}
.r300inner img {
    width: 300px;
}

 .column-1, .column-2 {
    width: 100%;
    float:left;
}
}

/* =Media query Banner auf Mobile-Geräten ausblenden
-------------------------------------------------------------- */
@media only screen and (max-width:725px){
#topbannerpos {
    display:none
}
#skyscraperpos {
    display:none
}
}

/* =Media query Submenü auf Mobile-Geräten ausblenden
-------------------------------------------------------------- */
@media only screen and (max-width:600px){
.submenu {
    display:none
}
input#modlgn-username, input#modlgn-passwd
{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 11px 15px 10px 50px;
  width: 100%;
}

input#modlgn-username {
  background: #fff url("../images/user.png") no-repeat;

}
input#modlgn-passwd {
  background: #fff url("../images/password.png") no-repeat;
  float:left;
}
}





#tabs_wrapper {
	width: 422px;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 400px;
}
.tab_content {
	display: none;
}
.sponsoren  {overflow:hidden;}
.sponsoren a img {
  float: left;
  margin: 0 2% 2% 0;
  padding:0;
  width: 17%;
  min-width: 100px;
  height: 17%;
  border: 1px solid #ccc;
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.sponsoren a:hover img {
    border: 1px solid #7cadde;
    transform:scale(1.0) rotate(0deg);
    cusor: pointer;
}

ul.weblinks{
  border:0;
  padding: 20px 0 0 20px;
  
  }
  
.category-module {
  border:0;
  padding: 10px 0 0 20px;
  
  }