﻿/******************************** general reset ********************************/
html,body {
    height: 100%;
    margin: 0;
}
body{
    font:12px/14px Arial, Helvetica, sans-serif;
    background:#b6b6b6 url(../resources/images/bg-body.gif) repeat-x;
    padding:0px !important;
}
img{border:0;}
a{
    text-decoration:none;
    
}

thead tr .ui-state-default{
    background: none !important;
    background-color: #cecece  !important;
    border:1px solid #b6b6b6  !important;
    text-shadow: none !important;

    -moz-box-shadow: inset 0 0px 0 #fff;
    -webkit-box-shadow: inset 0 0px 0 #fff; 
    box-shadow: inset 0 0px 0 #fff; 
}

thead tr .ui-inputfield {
    background: #fff !important;
    background-color: #fff !important;
    border: 1px solid #b6b6b6 !important;
    text-shadow: none !important;
}
thead tr .ui-state-focus {
    background: #e8e8e8 !important;
    background-color: #e8e8e8 !important;
    border: 1px solid #b6b6b6 !important;
    text-shadow: none !important;
}
.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: #fff !important;

}
.ui-widget-header{
    background: none !important;
    background-color: #cecece  !important;
    border:1px solid #b6b6b6    !important;
    text-shadow: none !important;
    margin-top: -1px;
}
table .ui-state-active {
    -moz-box-shadow: inset 0 -1px 0 #fff  !important;
    -webkit-box-shadow: inset 0 1px 0 #fff  !important;
    box-shadow: inset 0 1px 0 #fff  !important;
}

.ui-icon {
    /*
    white icons --> all controlls will be white then, so the background of all ui elements have to be dark/black then...
      */
    background-image: url("/WebAdmin/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-aristo") !important;
  
}
.ui-button{
    background: none !important;
    /*
    background-color: #568c9e !important;
    */
    background-color: #01727c !important;
    box-shadow: none !important;
    border: 0px solid #01727c !important;
    height: 27px;
    color: #fff !important;
         text-shadow: none !important;
    font-weight: normal !important;
}
.ui-button:hover, .ui-button.ui-state-active{
    background: #015b63  !important;
     border: 0px solid #015b63 !important;
     text-shadow: none !important;     
     font-weight: normal; 
}

.button {
    background: url("../resources/images/btn-submit.gif") repeat-x !important;
    background-position: 0 -1px;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: 0 7px;
    padding-right: 9px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
    text-shadow: none !important;
    box-shadow: none !important;
}
.button:hover {
    background: url("../resources/images/btn-submit.gif") repeat-x !important;
    background-position: 0 -27px !important;
    text-decoration: none;
}
.normalbild{
    background: url("../resources/images/icon-uebereinander.png") !important;
    background-position: 0 -1px;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: 0 7px;
    line-height: 25px;
    height: 25px;
    width: 65px;
}
.normalbild:hover {
    background: url("../resources/images/icon-uebereinander.png") !important;
    background-position: 0 -27px !important;
    text-decoration: none;
}
.vollbild{
    background: url("../resources/images/icon-nebeneinander.png") !important;
    background-position: 0 -1px;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    padding: 0 7px;
    line-height: 25px;
    height: 25px;
    width: 63px;
    box-shadow: none !important;
}
.vollbild:hover {
    background: url("../resources/images/icon-nebeneinander.png") !important;
    background-position: 0 -27px !important;
    text-decoration: none;
}

input{
    background: none !important;
    box-shadow: none;
    border: 1px solid #ae9c9c;
    padding: 5px;
}

.ui-inputfield{
    box-shadow: none !important;

}
select{
    background: #fff;
    box-shadow: none;
    border: 1px solid #ae9c9c;
    padding: 5px;
}



.buttonLogout{
    background: url("../resources/images/icon-logout.png") repeat-x !important;
    width:66px;
    border: 0px solid #000 !important;
    color: #fff;
    text-align: center;
    padding: 0 7px;
    line-height: 25px;
    height: 25px;
    margin-top: -2px;
    background-position: 0 -1px;
    box-shadow: none !important;
}
.buttonLogout:hover{
    background: url("../resources/images/icon-logout.png") !important;
    background-position: 0px -26px !important; border: 0px solid #000 !important;
}
.ui-widget-content {
    border: 1px solid #c6c8cc; 
}
.logo img{
    display:block;
}
a:hover{
    text-decoration:underline;
}
input, textarea, select{
    font:100% arial,sans-serif;
    vertical-align:middle;  

}
h2 {
    font-size: 16px;
}
.ui-datepicker-trigger{
    width: 100px !important;
    height: 25px !important;
    margin-left: 10px;

}
.formWhitespace td{
    padding-top: 1px;
}
div{
    box-shadow: none !important;
}
.selectManyCheckbox,.ui-selectlistbox-item{
    border: none !important;    
    background:  none !important;    
}
.selectManyCheckbox{
    margin-left: -3px;
}
.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    text-shadow:none;
    color:#fff;
        background: #015b63  !important;
}

.ui-selectonelistbox, .ui-selectmanymenu, .ui-multiselectlistbox-listcontainer {
    padding: 2px;
    width: 100%;
}
.formHeader{
    margin-top: 45px;
    margin-bottom: 15px;
    color:#898989;
    text-transform: uppercase;

}
form, fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
fieldset.tx-powermail-pi1_fieldset legend{
    font:18px/28px Arial, Helvetica, sans-serif;
    color:#2691B7;
    margin:0 0 12px;
    /*text-transform:uppercase;*/

}
.tx_powermail_pi1_fieldwrap_html_radio{
    padding-right:90px;
}
.powermail_radio_inner{
    height:40px;
}
fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner label{
    width:370px;
    float:right;
}

hr{
    color:#2691B7;

}

#cec a,a:hover {

    color: #000000;
    text-decoration:none;

}
#cec a span{

    color: #2691B7;

}

#cec{

    padding:2px 0 0 10px;
    float:left;
    font:14px/16px Arial, Helvetica, sans-serif;
}
#dataFrame{
    width:739px;
}
/********************************* TYPO3 CONTENT STYLES ****************************************/
/*************************** linie davor **********************************************/
.csc-frame-rulerBefore{
    padding-top: 35px;
}

/******************************** wrapper ********************************/
#wrapper {
    min-height: 100%;
    width:980px;
    margin:0 auto;
    background:#fff;
}
#wrapper.inner {
    background:#fff;
}
* html #wrapper {
    height: 100%;
}
.w1 {
    padding:73px 0 70px;
    position:relative;
}
/******************************** header ********************************/
#header {
    position:absolute;
    /**height:92px;*/
    width:980px;
    top:0;
    left:0;
}
#header .panel {
    width:100%;
    overflow:hidden;
    padding:5px 0 5px;
    height: 17px;
}

#header .nav-bar .panel {
    width:100px;
    overflow:hidden;
    padding:10px 0 13px;
    float:right;  
}
#header .nav-bar .panel a{

}


/******************************** lang ********************************/
#header .panel .tx-srlanguagemenu-pi1 {
    list-style:none;
    margin:0 12px 0 0;
    padding:3px 0 0;
    float:right;
    overflow:hidden;
    display:inline;
}

.tx-srlanguagemenu-pi1 SPC {
    float:left;
    background: url(../resources/images/divider01.gif) no-repeat 0 50%;
    padding:0 8px;
    margin-left:-2px;
}
.tx-srlanguagemenu-pi1 a {
    color:#212121;
}
.tx-srlanguagemenu-pi1 a:hover,
.tx-srlanguagemenu-pi1 .CUR a {
    color:#21a2cd;
    text-decoration:none;
}
#header .panel .tx-srlanguagemenu-pi1{

    float:right;  
}

#header .panel .tx-srlanguagemenu-pi1 .CUR{

    float:left; 
    padding-right: 7px;
}
#header .panel .tx-srlanguagemenu-pi1 .SPC{

    float:left;
    background: url(../resources/images/divider01.gif) no-repeat 0 50%;
    padding:0 1px;
    margin-left:-2px;
}
#header .panel .tx-srlanguagemenu-pi1 .NO{

    float:left;
    padding-right: 7px;

}
#header .nav-bar .panel .tx-srlanguagemenu-pi1 .NO{

    float:left;
    padding-right: 7px;
    color:#FFFFFF;
}

#header .panel .tx-srlanguagemenu-pi1 .INACT{

    float:left;
    padding-right: 7px;

}

#header .nav-bar .panel .tx-srlanguagemenu-pi1 .INACT{

    float:left;
    padding-right: 7px;
    color:#FFFFFF;
}

/******************************** topnav ********************************/
#header .topnav {
    list-style:none;
    margin:0 0 0 0;
    padding:0;
    float:right;
}
.topnav li {
    float:left;

}
.topnav li a {
    float:left;
    margin-right:22px;
    color:#212121;
    padding-top:1px;
    text-align: center;
}
.topnav li a.login {
    background: url(../resources/images/ico-login.gif) no-repeat ;
    padding-left:17px;
    margin-right:28px;
}
.topnav li a.login:hover 
{
    background-position:0 -86px;
}

.topnav li a.sitemap {
    background: url(../resources/images/ico-sitemap.gif) no-repeat;
    padding-left:21px;
}

.topnav li a.sitemap:hover 
{
    background-position:0 -87px;
}

.topnav li a.contact {
    background: url(../resources/images/ico-contact.gif) no-repeat 0 3px;
    padding-left:20px;
}
.topnav li a.contact:hover {background-position:0 -86px;}
.topnav li a:hover {
    color:#727272;
    text-decoration:none;
}
.topnav li.active a {
    color:#21a2cd;
}

#header .nav-bar {
    background: url(../resources/images/bg-nav-bar.gif) no-repeat;
    width: 960px;
    height: 38px;
    border-bottom:9px solid #21a2cd;
    padding-right:20px;
}
/******************************** navigation ********************************/
#nav {
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    font-size:15px;
}
#nav li {
    float:left;
    background: url(../resources/images/divider02.gif) no-repeat 100% 1px;
    position:relative;
    width:120px;
}
#nav li a {
    color:#fff;
    display:block;
    padding:12px 1px 13px 1px;
    text-align:center;
}
#nav li a:hover {
    background: url(../resources/images/bg-nav-hover.gif) repeat-x;
    text-decoration:none;
}
#nav li:first-child a:hover,
#nav li.first-child a:hover {
    background: url(../resources/images/bg-hover-first.gif) no-repeat;
}
#nav li.active a,
#nav li.active a:hover{
    color:#21a2cd;
    background: url(../resources/images/bg-arrow.gif) no-repeat 50% 100%;
    text-decoration:none;
}
/******************************** drop-down menu ********************************/
#nav li .drop {

    position:absolute;

    left:0;

    top:47px;

}

#nav li .drop-holder {

    background: url(../resources/images/bg-drop.png);

    border-bottom:8px solid #21a2cd;

    width:940px;

    overflow:hidden;

    padding:27px 20px 20px;

}

#nav li .drop-holder ul.sections {

    list-style:none;
    margin:0;
    padding:0;

    width:100%;
    overflow:hidden;

    font-size:14px;

    font-weight:bold;

}

#nav .sections li {

    display:inline-block;

    vertical-align:top;

    width:165px;

    margin:0 40px 23px 0;

    background:none;

}

#nav .sections li a {

    background: url(../resources/images/bullet04.gif) no-repeat 100% 4px;

    padding:0 10px 3px 0;

    color:#212121;

    border-bottom:1px solid #21a2cd;

}

#nav .sections li a:hover {

    background: url(../resources/images/bullet04.gif) no-repeat 100% 4px;

    color:#21a2cd;

}

#nav .sections ul {

    list-style:none;
    margin:0;
    padding:5px 0 0;

    font-weight:normal;

    font-size:12px;

    line-height:18px;

}

#nav .sections ul li {

    margin:0;

}

#nav .sections ul li a {

    background: url(../resources/images/bullet03.gif) no-repeat 0 6px;

    padding:0 0 0 8px;

    border:0;

}

#nav .sections ul li a:hover {

    background: url(../resources/images/bullet03.gif) no-repeat 0 6px;

    color:#21a2cd;

}

#nav .sections ul ul {

    padding:0 0 0 7px;

}

#nav .drop .close {

    position:absolute;

    top:10px;

    right:15px;

    background: url(../resources/images/btn-close.gif) no-repeat 100% 2px;

    padding:0 18px 0 0;

    font-size:12px;

    color:#212121;

}
/******************************** search form ********************************/
#header .search {
    float:right;
    padding-top:7px;
    width:205px;
}
.search legend {display:none;}
.search .btn-search {
    float:left;
    margin:8px 10px 0 0;
}
.search .text {
    float:left;
    background: url(../resources/images/bg-text.gif) no-repeat;
    width:179px;
    height: 21px;
    padding:2px;
    overflow:hidden;
}
.search .text input {
    background:none;
    border:0;
    margin:0;
    padding:0 7px;
    color:#aaa;
    font-size:15px;
    line-height:18px;
    width:165px;
    float:left;
}
/******************************** promo ********************************/
.promo {
    width:980px;
    overflow:hidden;
    position:relative;
}
.promo .logo {
    width: 272px;
    height: 108px;
    text-indent:-9999px;
    overflow:hidden;
    top:30px;
    left:20px;
    position:absolute;
}
.promo .logo a {
    display:block;
    height:100%;
    background: url(../resources/images/logo.png) no-repeat;
}
/******************************** menu ********************************/
.promo .menu {
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    right:20px;
    bottom:20px;
    border:solid #000;
    border-width:1px 1px 0;
    width:200px;
}
.promo .menu li {
    border-top:1px solid #646464;
    border-bottom:1px solid #000;
    width:100%;
    overflow:hidden;
    float:left;
}
.promo .menu li a {
    background:#4b4b4b url(../resources/images/bg-menu.gif) repeat-x;
    padding:4px 8px 5px;
    float:left;
    width:184px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    cursor:pointer;
}
.promo .menu li a span {
    background: url(../resources/images/bullet01.gif) no-repeat 0 1px;
    padding:0 10px 0 14px;
    display:block;
}
.promo .menu li a:hover {
    background:#5d5d5d url(../resources/images/bg-menu-hover.gif) repeat-x;
    text-decoration:none;
}
/******************************** main ********************************/
#main {
    width:940px;
    overflow:hidden;
    padding:30px 20px;
    padding-bottom:0px;
    position:relative;

}
#main .progress {
    width: 980px;
    height: 167px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
    background: url(../resources/images/head-progress-black.png) no-repeat;
    display:block;
    height:100%;
    color:#fff;	
    opacity:1;
}

/********************************Button********************************/
#main .comments .submit {
    background: url(../resources/images/btn-submit.gif) repeat-x;
    border:1px solid #000;
    color:#fff;
    text-align:center;
    padding:0 12px;
    line-height:24px;
    height:24px;
    margin:4px 0 0;
    overflow:hidden;
    float:left;
}
#main .comments .submit:hover {
    background-position:0 -26px;
    text-decoration:none;
    padding:0 20px;
}
/******************************** about-box ********************************/
#main .about-box {
    float:left;
    width:630px;
    line-height:15px;

}
#main .about-box h1 {
    font-size:25px;
    line-height:25px;
    font-weight:normal;
    color:#2691b7;
    margin:0 0 15px;
}
#main .about-box h1 span {color:#555;}
#main .about-box p {margin:0 0 14px;}


#main .about-box .csc-default{
    padding-top:5px;

    border-bottom: 0px solid #21A2CD;
}
/******************************** news-list ********************************/
.postit-r li .text{

    float: left;
    padding-left:27px;
    width:150px;
    text-align:center;

}
.postit-r li .text p{

    float: left;
    padding: 0 0px;
    width:150px;
    margin-top:15px;
    margin-bottom:5px;
    font-size: large;
    color:#2691b7;
    width:150px;
    text-align:center;
}

.news-list .postit-r li .heading {
    color: #2691B7;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 20px 17px 0 20px;
    /*text-transform: uppercase;*/
    text-align:center;
}

#main  .news-list {
    list-style:none;
    margin:0 -40px 0 0;
    padding:14px 0 0 20px;
    width:300px;
    float:left;
    position:relative;

}


#main .about-box .c50l, .c50r{

    width:45%;
    margin:5px;
    float:left; 
}
#main .about-box .csc-textpic-text{
    border:medium;


}

#main  .news-list:after {
    content:"";
    display:block;
    clear:both;
}

.news-list .closelink li {
    float:right;
    background: url(../resources/images/bg-news.png) no-repeat;
    width:203px;
    height:212px;
    padding:10px 17px 18px 11px;
    margin:0 -4px;
    margin-right:260px;
    margin-top:-60px;
    z-index:1;
}

.news-list .postit-l li {
    float:right;
    background: url(../resources/images/bg-news.png) no-repeat;
    width:203px;
    height:212px;
    padding:10px 17px 18px 11px;
    margin:0 -4px;
    margin-top:-45px;
    margin-right:75px;


}

.news-list .postit-r li {
    float:right;
    background: url(../resources/images/bg-news2.png) no-repeat;
    width:203px;
    height:212px;
    padding:10px 17px 18px 11px;
    margin:0 -4px;
    margin-right: 50px;
    margin-top: 45px;

    z-index:2;
}

.news-list li a {
    float:left;
    padding:20px 17px 32px 20px;
    color:#242424;
    height:160px;
    position:relative;
    cursor:pointer;
    white-space:nowrap;
    /*background: url(../resources/images/bullet02.gif) no-repeat 0 5px;*/
}
.news-list li a .heading {
    font-size:18px;
    font-weight:normal;
    display:block;
    color:#2691b7;
    margin-bottom:16px;
    /*text-transform:uppercase;*/
    padding:0px 0px 0px 0px;

}
.news-list li a .text {
    display:block;
    margin-bottom:17px;
    padding:0px 0px 0px 0px;

}
.news-list li a .link {
    background: url(../resources/images/bullet02.gif) no-repeat 0 5px;
    padding:0px 0px 0px 0px;
    padding-left:9px;
    color:#21a2cd;
    position:absolute;
    bottom:32px;

}



/*************************news list mit JavaScript ***********************************/
.news-list ul{
    list-style-type: none;
}

.news-list .image {
    float:right;
    background: url(../resources/images/closeIcon.png) no-repeat;  
    padding:0px 20px 20px 0px;
    color:#242424;
    height:0px;
    position:relative;
    cursor:pointer;
    margin:5px;

}

.news-list li  {
    float:left;
    padding:20px 17px 32px 20px;
    color:#242424;
    height:160px;
    position:relative;
    /* cursor:pointer;*/
}
.news-list li .heading {
    font-size:18px;
    padding:20px 17px 0px 20px;

    font-weight:normal;
    display:block;
    color:#2691b7;
    margin-bottom:16px;
    /*text-transform:uppercase;*/
}
.closelink li .text {
    display:block;
    margin-bottom:17px;
    padding:20px 17px 0px 20px;

}
.news-list li .link {
    /* background: url(../resources/images/bullet02.gif) no-repeat 0 3px;*/
    padding-left:9px;
    color:#21a2cd;
    position:absolute;
    bottom:50px;
    padding:0px 10px 10px 10px;
    margin-left:20px;
    height: 0px;

}




.news-list li a:hover {text-decoration:none;}
.news-list li a:hover  .link {
    color:#727272;
    background-position:0 -48px;
}
/******************************** main inner ********************************/
#main.inner {
    background:#fff url(../resources/images/img02_1.jpg) no-repeat;
    padding:137px 0 0;
    position:relative;
    width:100%;
}
#main .logo {
    width: 208px;
    height: 82px;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    top:30px;
    left:20px;
}
#main .logo  a {
    background: url(../resources/images/logo02.png) no-repeat;
    display:block;
    height:100%;
}
/******************************** content ************************************/
#content {
    float:right;
    width:778px;
    border-top:1px solid #21a2cd;
}
/******************************** breadcrumbs ********************************/
#content .breadcrumbs {
    list-style:none;
    margin:0;
    background: url(../resources/images/bg-breadcrumbs.png);
    height:1%;
    overflow:hidden;
    color:#21a2cd;
    font-size:11px;
}
* html #content .breadcrumbs {margin:0 0 0 1px;}
.breadcrumbs li {
    float:left;
    margin-right:8px;
}
.breadcrumbs li a {
    color:#000;
    float:left;
    background: url(../resources/images/bullet05.gif) no-repeat 0 50%;
    padding-left:8px;
    position:relative;
}
.breadcrumbs li span {
    background: url(../resources/images/bullet03.gif) no-repeat 0 50%;
    padding-left:8px;
}

/******************************** contentStartOrg ********************************/
#content-spez{
    float:right;
    width:100%;
    border-top:1px solid #21a2cd;
}
/******************************** breadcrumbs ********************************/
#content-spez .breadcrumbs {
    list-style:none;
    margin:0;
    padding:7px 20px 8px;
    background: url(../resources/images/bg-breadcrumbs.png);
    height:1%;
    overflow:hidden;
    color:#21a2cd;
    font-size:11px;
}
* html #content-spez .breadcrumbs {margin:0 0 0 1px;}
.breadcrumbs li {
    float:left;
    margin-right:8px;
}
.breadcrumbs li a {
    color:#000;
    float:left;
    background: url(../resources/images/bullet05.gif) no-repeat 0 50%;
    padding-left:8px;
    position:relative;
}
.breadcrumbs li span {
    background: url(../resources/images/bullet03.gif) no-repeat 0 50%;
    padding-left:8px;
}


/******************************** sidebar ********************************/
#sidebar {
    float:left;
    width:201px;
}
#sidebar .menu-holder {
    border-bottom:8px solid #21a2cd;
}
#sidebar h2{
    font-weight:bold;
    color:gray;
    font-size:small;
    line-height: 1.2;
    padding-right:10px;

}
/******************************** sidebar menu ********************************/
#sidebar .menu {
    list-style:none;
    margin:0;
    padding:0;
    border:solid #000;
    border-width:0 1px;
    height:1%;
    overflow:hidden;
}
/******************************** sidebar menu mit divs********************************/
#sidebar .menu div a {
    background:#4b4b4b url(../resources/images/bg-menu.gif) repeat-x;
    padding:0 9px 0 7px;
    line-height:23px;
    color:#fff;
    float:left;
    width:184px;
    border-top:1px solid #646464;
    border-bottom:1px solid #000;
}
#sidebar .menu div a span {
    display:block;
    background: url(../resources/images/bullet08.gif) no-repeat 100% 6px;
}
#sidebar .menu div a:hover {
    color:#21a2cd;
    text-decoration:none;
}
#sidebar .menu div a.current {
    color:#21a2cd;
}
#sidebar .menu div a.current span {
    background: url(../resources/images/bullet09.gif) no-repeat 100% 8px;
}

/******************************** sidebar menu mit Liste********************************/
#sidebar .menu li {
    width:100%;
    float:left;
}
#sidebar .menu li a {
    background:#4b4b4b url(../resources/images/bg-menu.gif) repeat-x;
    padding:0 9px 0 19px;
    line-height:23px;
    color:#fff;
    float:left;
    width:172px;
    border-top:1px solid #646464;
    border-bottom:1px solid #000;
}
#sidebar .menu a span {
    display:block;
    background: url(../resources/images/bullet08.gif) no-repeat 100% 6px;
}
#sidebar .menu a:hover {
    color:#21a2cd;
    text-decoration:none;
}
#sidebar .menu a.open {
    color:#21a2cd;
}
#sidebar .menu a.open span {
    background: url(../resources/images/bullet09.gif) no-repeat 100% 8px;
}
#sidebar .menu .submenu {
    list-style:none;
    margin:0;
    padding:0;
    background:#212121;
    width:100%;
    overflow:hidden;
    float:left;
}
#sidebar .menu .submenu a {
    background:none;
    border:0;
    width:162px;
    line-height:21px;
}
#sidebar .menu .submenu ul {
    list-style:none;
    margin:0;
    padding:0 0 4px;
    width:100%;
    overflow:hidden;
    background:#212121;
}
#sidebar .menu .submenu li a {
    padding-left:28px;
    line-height:18px;
}
#sidebar .menu .submenu li a.active {
    background: url(../resources/images/bullet04.gif) no-repeat 19px 4px;
    color:#21a2cd;
}
#sidebar .menu .submenu ul li a {
    padding-left:38px;
    line-height:18px;
}
#sidebar .menu .submenu ul li a.active {
    background: url(../resources/images/bullet04.gif) no-repeat 19px 4px;
    color:#21a2cd;
}
#sidebar .menu .submenu ul li a:hover {color:#909090;}
/******************************** main-holder ********************************/
.main-holder {
    width:100%;
    overflow:hidden;
    background: url(../resources/images/bg-main-holder.gif) repeat-y 201px 0;
    position:relative;
    padding-bottom:140px;
}
#content-spez .main-holder {
    width:100%;
    overflow:hidden;
    background: url(../resources/images/nix.gif) repeat-y 201px 0;
    position:relative;
    padding-bottom:80px;
}

/******************************** content-holder ********************************/

.content-holder {
}

#content-spez .content-holder {
    padding:15px 20px;
    width:940px;
}

/******************************** aside ********************************/
.content-holder .aside {
    float:right;
    width:240px;
    margin-left:83px;
    font-size:11px;
    padding-top:38px;
    overflow:hidden;
}
/******************************** visual ********************************/
.content-holder .aside .visual {
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom:4px;
}
.aside .visual img {
    display:block;
}
.aside .visual .plus {
    position:absolute;
    background: url(../resources/images/bg-plus.gif) no-repeat;
    width: 19px;
    height: 19px;
    text-indent:-9999px;
    overflow:hidden;
    bottom:0;
    right:0;
}
.aside p {margin:0 0 17px;}
/******************************* data *******************************/

.data h2 {
    background:#e8e8e8;
    padding:2px;
}

.data h3 {
    background:#e8e8e8;
    padding:2px;
    margin-top:12px;
    margin-bottom:6px;

}

.content-holder .data {
    height:1%;
    overflow:hidden;
    line-height:15px;
    padding-top:20px;
}
.content-holder .data ul{

    list-style:none;
    padding-left: 0;
    margin-left:0px;
}

/******************************* RechterRand100px *******************************/
.c62l{
    float: left;
    padding-left: 100px;
    padding-right: 95px;
    padding-top:28px;

}



/******************************* 50/50 *******************************/
.content-holder .data .c50l, .c50r{

    width:49%;
    float:left; 
    margin:0px;
    position:relative;

}
.content-holder .data .c50r{
    float:left;
}
.content-holder .data .c50r .subcr{


    float:left; 

}

/******************************* 75/25 *******************************/
.c75l {

    width:71%;
    float:left; 
    padding-right:12px;
    position:relative;

}
.data .c75l h2 ,.data .c25r h2 {
    background:#e8e8e8;
    padding:2px;
}

.c25r {

    width:27%;
    float:left; 
    margin:0px;
    position:relative;

}

.c25r form{
    display:inline-block;
}
.content-holder .data  .c25r .subcr .csc-default{
    /* border:1px solid #21a2cd;*/
    /* padding:2px;*/
    /* margin-right: 80px;*/

}
.csc-frame-frame1 h2{
    background:#e8e8e8;
    padding:2px;
}

.faq-answer {
    margin-bottom:20px;
}
.data h1 {
    font:18px/28px Arial, Helvetica, sans-serif;
    color:#2691B7;
    margin:0 0 12px;
    /*text-transform:uppercase;*/
}
.data h2 {
    font:14px/20px Arial, Helvetica, sans-serif;
    color:#2691B7;
    margin:0 0 12px;
    font-weight:bold;

}
.data p {
    margin:0 0 12px;
}

/******************************* 33/33/33 ********************************/
.content-holder .data .c33l, .c33r{

    width:33%;
    float:left; 
    margin:0px;

}


/******************************* features-list ********************************/
.features-list {
    list-style:none;
    margin:0 0 32px;
    padding:14px 0 0;
}
.features-list li {
    padding:0 0 14px 16px;
    background: url(../resources/images/bullet06.gif) no-repeat 0 3px;
}
/**********************TEASER COMMUNITY *********************************/
#teaser  {
    list-style:none;
    margin:0;
    padding:0;
}

#teaser  {
    width:100%;
    overflow:hidden;
    border-bottom:0px solid #2691B7;
    vertical-align:top;
}
#teaser  a {
    height:1%;
    padding: 8px 10px;
    overflow:hidden;
    display:block;
    cursor:pointer;
    color: #2691B7;
    font-weight:normal;
}

#teaser img {
    float:left;
    background: url(../resources/images/) no-repeat 0 3px; 


}

#teaser  .container .content {
    float:left; 
    width:75%; 
}

#teaser  .teaser-txt {

    background: url(../resources/images/) no-repeat 0 3px;
    padding-left:10px;
    font-size:12px;
    line-height:13px;
    color:#242424;
    margin-bottom:10px;
    width: 540px;
    float:right;
}
#teaser .title {
    display:block;
    font-weight:normal;
    width:100%;
}
#teaser .teaser-txt {


}
#teaser a:hover {
    text-decoration:none;
    background:#e8e8e8;
}
#teaser a:hover h2{
    text-decoration:none;
    background:#fff;
}

#teaser h2 {
    text-decoration:none;
    background:#e8e8e8;
    padding: 2px 5px;
}


#teaser .files-list li a:hover .text {background: url(../resources/images/) no-repeat 0 3px; }
/**********************LOGO Community*************************/



/**********************TEASER 1 *********************************/
#teaser1  {
    list-style:none;
    margin:0;
    padding:0;
}

#teaser1  {
    width:100%;
    overflow:hidden;
    border-bottom:0px solid #2691B7;
    vertical-align:top;
}
#teaser1  a {
    height:1%;
    padding:0px 0 5px 0px;
    overflow:hidden;
    display:block;
    cursor:pointer;
    color: #2691B7;
    font-weight:bolder;
}
#teaser1  .container .image {
    float:left;
    background: url(../resources/images/) no-repeat 0 3px; 
    width:25%;

}

#teaser1  .container .content {
    float:left; 
    width:75%; 
}

#teaser1  .container .text {
    float:left;
    background: url(../resources/images/) no-repeat 0 3px;
    padding-left:10px;

    margin-bottom:14px;
}
#teaser1 .title {
    display:block;
    font-weight:normal;
    width:100%;
}
#teaser1 .container .description {
    font-size:12px;
    line-height:13px;
    color:#242424;
    margin-bottom:10px;

}
#teaser1 a:hover {
    text-decoration:none;
    background:#e8e8e8;
}

#teaser1 .files-list li a:hover .text {background: url(../resources/images/) no-repeat 0 3px; }
/**********************LOGO Community*************************/
#logo {

    width:208px;
}



#logo img {
    display: block;
    margin: auto;


}

#logo ul{
    list-style:none;
    margin:0;
    padding:0;
}

#logo .files-list li {
    width:100%;
    overflow:hidden;
    border-bottom:0px solid #2691B7;
    vertical-align:top;
    list-style:none;
}
#logo .logo-holder{

    width:1px;
    padding-bottom:70px;

    float:left;
}
#logo .logo-content-holder{

    padding:4px;
    width:205px;
}

#logo a {
    /* height:1%;*/
    height:60px;
    overflow:hidden;
    display:block;
    cursor:pointer;
    color: #2691B7;
    text-decoration:none;

}
#logo .files-list li a .text {
    float:left;
    background: url(../resources/images/) no-repeat 0 3px;
    padding-left:10px;
    width:600px;
    margin-bottom:14px;
}
#logo a .name {
    display:block;
    font-weight:normal;
}
#logo .logo-txt {
    font-size:12px;
    line-height:13px;
    color:#242424; 
}
#logo .logo-txt {

    overflow:hidden;
    margin-right:-2px;
    border-bottom:1px solid #2691B7;
    border-top:1px solid #2691B7;
    text-align: center;

}
#logo a:hover {

    text-decoration:none;
    /*  border:1px solid #2691B7;*/
}

#logo .logo-img{

    height:60px;
}


/**********************TEASER*********************************/

#teaser .files-list {
    list-style:none;
    margin:0;
    padding:0;
}

#teaser .files-list li {
    width:100%;
    overflow:hidden;
    border-bottom:0px solid #2691B7;
    vertical-align:top;
}
#teaser .files-list li a {
    height:1%;
    padding:3px 0 2px 6px;
    overflow:hidden;
    display:block;
    cursor:pointer;
    color: #2691B7;
}
#teaser .files-list li a .text {
    float:left;
    background: url(../resources/images/) no-repeat 0 3px;
    padding-left:10px;
    width:600px;
    margin-bottom:14px;
}
#teaser .files-list li a .name {
    display:block;
    font-weight:normal;
}
#teaser .files-list li a .description {
    font-size:12px;
    line-height:13px;
    color:#242424;
    margin-bottom:10px;
    width:600px;
}
#teaser .files-list .doc-info {
    float:right;
    overflow:hidden;
    margin-right:-2px;
}
#teaser .files-list li a:hover {

    text-decoration:none;

    background:#e8e8e8;

}

#teaser .files-list li a:hover .text {background: url(../resources/images/) no-repeat 0 3px; }

#teaser .main-holder .bfs-logo {

    background: url(../resources/images/) no-repeat;
    width: 160px;
    height: 126px;

    text-indent:-9999px;

    overflow:hidden;

    position:absolute;

    bottom:0;

    left:20px;

}

.main-holder .bfs-logo {

    background: url(../resources/images/logo-bfs.gif) no-repeat;
    width: 160px;
    height: 126px;

    text-indent:-9999px;

    overflow:hidden;

    position:absolute;

    bottom:0;

    left:20px;

}
.bfs-logo a {
    display:block;
    height:100%;
}
/******************************** comments form ********************************/
#content .comments {
    width:100%;
    overflow:hidden;
    padding-top:6px;
    line-height:13px;
}
#content .comments .twocolumns {
    width:816px;
    overflow:hidden;
    padding-bottom:26px;
}
#content .comments legend {display:none;}
#content .comments .column {
    float:left;
    width:330px;
    margin-right:78px;
}
#content .comments label,
#content .comments .label,
tx-felogin-pi1 .lable {
    float:left;
    width:132px;
    color:#000;
    padding-top:2px;
}
#content .comments .vorn {
    padding-top:5px;
    width:130px;
}
#content .comments .row {
    width:100%;
    overflow:hidden;
    padding-bottom:4px;
}
#content .comments .text,
#content .comments textarea,
tx-felogin-pi1 .text,
tx-felogin-pi1 textarea {
    border:1px solid #525252;
    background:#fff;
    width:183px;
    padding:1px 5px;
    margin:0;
    font-size:11px;
}
#content .comments textarea,
tx-felogin-pi1 textarea{
    height:60px;
    overflow:auto;
    width:183px !important;
}
#content .comments .radio {
    list-style:none;
    margin:0;
    padding:5px 0;
    float:left;
    overflow:hidden;
    width:195px;
}
#content .comments .radio li {
    float:left;
    margin-right:25px;
}
#content .comments .radio label {
    width:auto;
    padding:0;
}
#content .comments .radio input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 5px 0 0;
}
#content .comments select, 
tx-felogin-pi1 select{
    width:195px;
}
#content .comments .small {
    width:41px;
    margin-right:2px;
}
#content .comments .medium {
    width:125px;
}
#content .comments .check {
    list-style:none;
    margin:0;
    padding:2px 0 0;
    width:195px;
    overflow:hidden;
}
#content .comments .check li {
    float:left;
}
#content .comments .check li label {
    width:auto;
    padding:0;
    margin-right:14px;
}
#content .comments .check li input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 4px 0 0;
}
#content .comments .submit:hover,
tx-felogin-pi1 .submit:hover,
.tx-indexedsearch-searchbox .submit:hover{
    background-position:0 -26px;
    text-decoration:none;
}

#content .comments .submit,
.tx-felogin-pi1 .submit,
.tx-indexedsearch-searchbox .submit{
    background: url(../resources/images/btn-submit.gif) repeat-x;
    border:1px solid #000;
    color:#fff;
    text-align:center;
    padding:0 7px;
    line-height:24px;
    height:24px;
    margin:4px 0 0;
    overflow:hidden;
    float:left;
}


/******************************** content-spez form ********************************/
#content .comments {
    width:100%;
    overflow:hidden;
    padding-top:6px;
    line-height:13px;
}
#content-spez .comments .twocolumns {
    width:816px;
    overflow:hidden;
    padding-bottom:26px;
}
#content-spez .comments legend {display:none;}
#content-spez .comments .column {
    float:left;
    width:330px;
    margin-right:78px;
}
#content-spez .comments label,
#content-spez .comments .label {
    float:left;
    width:132px;
    color:#000;
    padding-top:2px;
}
#content-spez .comments .vorn {
    padding-top:5px;
    width:130px;
}
#content-spez .comments .row {
    width:100%;
    overflow:hidden;
    padding-bottom:4px;
}
#content-spez .comments .text,
#content-spez .comments textarea {
    border:1px solid #525252;
    background:#fff;
    width:183px;
    padding:1px 5px;
    margin:0;
    font-size:11px;
}
#content-spez .comments textarea {
    height:60px;
    overflow:auto;
    width:183px !important;
}
#content-spez .comments .radio {
    list-style:none;
    margin:0;
    padding:5px 0;
    float:left;
    overflow:hidden;
    width:195px;
}
#content-spez .comments .radio li {
    float:left;
    margin-right:25px;
}
#content-spez .comments .radio label {
    width:auto;
    padding:0;
}
#content-spez .comments .radio input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 5px 0 0;
}
#content-spez .comments select {
    width:195px;
}
#content-spez .comments .small {
    width:41px;
    margin-right:2px;
}
#content-spez .comments .medium {
    width:125px;
}
#content-spez .comments .check {
    list-style:none;
    margin:0;
    padding:2px 0 0;
    width:195px;
    overflow:hidden;
}
#content-spez .comments .check li {
    float:left;
}
#content-spez .comments .check li label {
    width:auto;
    padding:0;
    margin-right:14px;
}
#content-spez .comments .check li input {
    float:left;
    width:16px;
    height:15px;
    padding:0;
    margin:0 4px 0 0;
}
#content-spez .comments .submit {
    background: url(../resources/images/btn-submit.gif) repeat-x;
    border:1px solid #000;
    color:#fff;
    text-align:center;
    padding:0 7px;
    line-height:24px;
    height:24px;
    margin:4px 0 0;
    overflow:hidden;
    float:left;
}
#content-spez .comments .submit:hover {
    background-position:0 -26px;
    text-decoration:none;
}


#back a{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
#back a:focus{
    position:static;
    width:auto;
    height:auto;
} 


/******************************** FE LOGIN ********************************/









/******************************** footer ********************************/
#footer {
    text-align: center;
    position:relative;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    font-size:11px;
}
#footer .footer-holder {
    width:940px;
    margin:0 auto;
    background: url(../resources/images/bg-footer.gif) repeat-x 0 100%;
    overflow:hidden;
    padding:38px 20px 12px;
    height:20px;
}
#footer a{
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    float:right;
}



#footer ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:hidden;
    float:left;
}
#footer ul li {
    float:left;
    padding:0 9px;
    background: url(../resources/images/divider03.gif) no-repeat 0 2px;
    margin-left:-1px;
}
#footer ul address {
    font-style:normal;
    display:inline;
}
#footer ul span {color:#21a2cd;}
#footer .impr {
    float:right;
    color:#202323;
}
.hidden {display:none;}

/***********************BUTTON LANG*******************************/

#buttonLang a{
    background: url(../resources/images/btn-submit.gif) repeat-x;
    border:1px solid #000;
    color:#fff;
    text-align:center;
    padding:0 7px;
    line-height:24px;
    height:24px;
    margin:4px 0 0 100px;
    overflow:hidden;
    float:left;
    width: 250px;
}

#buttonLang a:hover {
    background-position:0 -26px;
    text-decoration:none;
}

/**************************PADDING/MARGIN FCEs **********************************/
#ptop1{
    margin-top:100px;
}
/**************************LOGIN MELDUNG RICHTIG EINGELOGGT FCEs **********************************/

.loginMeldung{
    background: none repeat scroll 0 0 white;
    margin-top: -155px;
    padding-top: 125px;
    position: absolute;

}
.loginMeldung span{
    padding-right: 550px;

}

.loginMeldung2{



}
.loginMeldung2 span{


}


/************************Listen 75/25****************************/
.content-holder .data .c75l ul{
    /*	list-style:none;
            list-style-type:none; */
    /*padding:0px;*/
    /*margin:0px;  */
    font-weight:bold;


}
.content-holder .data .c75l ul li{
    /*background-image:url("../resources/images/bullet05.gif");*/
    background-repeat:no-repeat;
    background-position:0px 8px; 
    padding-left:14px;	
    padding-top:5px;
    font-weight:normal;
}

.content-holder .data .c75l ul li ul li{
    /*background-image:url("../resources/images/bullet05.gif");*/
    background-repeat:no-repeat;
    background-position:0px 8px; 
    padding-left:14px;	
    padding-top:5px;
}
.content-holder .data .c75l ul li a{

    text-decoration:none;
    color: #2691B7;
    font: 18px/28px Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
}
.content-holder .data .c75l ul li a:hover{
    text-decoration:none;
    color: #2691B7;
    font: 18px/28px Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
}


.content-holder .data .c75l ul li ul li a{
    color:black;
    display:block;
    font:12px/14px Arial, Helvetica, sans-serif;
    margin:0px;
}
.content-holder .data .c75l ul li ul li a:hover{
    background:#E8E8E8;
    text-decoration:none;
    font:12px/14px Arial, Helvetica, sans-serif;
    margin:0px;
    color: black;
}

.csc-frame-frame2{
    margin-left:-100px;
}


/******************************** overview-list *************************************/
.overview-list {
    list-style:none;
    border:1px solid #ededed;
    background: #bcbcbc url(../resources/images/overview_bg.gif) repeat-x;
    margin: 0 0 20px;
    padding: 0;
}
.overview-list li {
    width:100%;
    overflow:hidden;
    vertical-align:top;
}
.overview-list li a {
    height:1%;
    padding:0px 0 0px 0px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.overview-list li a .image {
    float:left;
}
.overview-list li a .text {
    float:left;
    padding: 10px;
    width: 75%;
}
.overview-list li a .title {
    display:block;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.overview-list li a .description {
    font-size:11px;
    line-height:13px;
    color:#242424;
}
.overview-list li a:hover {
    text-decoration:none;
    background: #e8e8e8;
}
/************************************************* overviewbig-list ************************************/
.overviewbig-list {
    list-style:none;
    border:1px solid #ededed;
    background: #bcbcbc url(../resources/images/overview_big_bg.gif) no-repeat;
    margin: 0 30px 20px 0;
    padding: 0;
    width:300px;
    float: left;
    height: 245px;
}

.overviewbig-list ul{

}
.overviewbig-list li {
    width:300px;
    overflow:hidden;
    vertical-align:top;
}
.overviewbig-list li a {
    height:1%;
    padding:0px 0 0px 0px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.overviewbig-list li a .image {
    border-top: 8px solid #21a2cd;
}
.overviewbig-list li a .title {
    display:block;
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 11px;
    text-align: center;
    padding-top: 11px;
    color: white;
}

.overviewbig-list li a:hover {
    text-decoration:none;
    background: url(../resources/images/bg-nav-hover.gif) repeat-x;

}
/************************************************* overviewsmall-list ************************************/
.overviewsmall-list {
    background: url(../resources/images/btn-submit.gif) repeat-x;

    color:#fff;
    text-align:left;
    padding:0 0 0 0px;
    line-height:24px;
    height:147px;
    margin:0px 0 5px 0px;
    overflow:hidden;
    float:left;
    width: 200px;
}

.overviewsmall-list span{
    padding-left:5px;
}
.overviewsmall-list li {

    overflow:hidden;
    vertical-align:top;
}
.overviewsmall-list li a {
    height:1%;
    padding:0px 0 0px 0px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.overviewsmall-list .image {
    border-top: 5px solid #21A2CD;
}
.overviewsmall-list li a .title {
    display:block;
    font-weight: normal;
    font-size: 15px;

    text-align: center;

    color: white;
}

.overviewsmall-list:hover {
    text-decoration:none;
    background-position:0 -26px;
    color:#ffffff;
}
.overviewsmall-list a:hover {
    text-decoration:none;

}

/************************************************* overviewlink-list ************************************/
.yellow{

    border-bottom: 5px solid yellow;
}
.blue{

    border-bottom: 5px solid #21A2CD;
}
.red{
    border-bottom: 5px solid red;

}

.overviewlink-list {
    background: url(../resources/images/btn-submit.gif) repeat-x;

    color:#fff;
    text-align:center;
    padding:0 0 0 7px;
    line-height:24px;
    height:24px;
    margin:0px 0 5px 0px;
    overflow:hidden;
    float:left;
    width: 193px;
    list-style:none;

}

.overviewlink-list ul{

}
.overviewlink-list li {
    width:196px;
    overflow:hidden;
    vertical-align:top;
}
.overviewlink-list li a {
    height:1%;
    padding:0px 0 0px 0px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.overviewlink-list li a .image {
}
.overviewlink-list li a .title {
    display:block;
    font-weight: normal;
    font-size: 12px;	
    text-align: left;
    color: white;
    padding-left: 5px;
}

.overviewlink-list:hover {
    text-decoration:none;
    background-position:0 -26px;
}
.overviewlink-list a:hover {
    text-decoration:none;

}


/*****************************************Tabellen************************************************/
.contenttable{
    border-width: medium;	
    border: 1px solid gray;
    border-color: black;
    border-collapse: separate;	
    border-width: 1px;
    padding: 1px;

}
.contenttable td{
    border-width: medium;	
    border: 1px solid gray;
    border-color: black;
    border-collapse: separate;	
    border-width: 1px;
    padding: 5px;

}



.tr-even td, .tr-odd td{
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: gray;
    background-color: white;	


}
.tr-0 td{
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: gray;
    background-color: white;
    font-weight:bolder;	

}


table.sample {
    border-width: 1px;
    border-spacing: 0px;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
}
table.sample th {
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: gray;
    background-color: white;

}
table.sample td {
    border-width: 1px;
    padding: 5px;
    border-style: inset;
    border-color: gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

div.csc-textpic-center{
    padding:30px;
}
/****************************** files-list **************************************/
.files-list {
    list-style:none;
    margin:0;
    padding:0;
}

.files-list li {
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #2691B7;
    vertical-align:top;
}
.files-list li a {
    height:1%;
    padding:3px 0 2px 6px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}
.files-list li a strong{
    font:14px/16px Arial, Helvetica, sans-serif;
}


.files-list li a .text {
    float:left;
    background: url(../resources/images/bullet07.gif) no-repeat 0 3px;
    padding-left:10px;
    width:75%;
}
.files-list li a .name {
    display:block;
    font-weight:normal;
}
.files-list li a .description {
    font-size:11px;
    line-height:13px;
    color:#242424;
}
.files-list .doc-info {
    float:right;
    overflow:hidden;
    margin-right:20px;
}
.files-list li a:hover {

    text-decoration:none;

    background:#e8e8e8;

}

.files-list li a:hover .text {background: url(../resources/images/bullet04.gif) no-repeat 0 3px; }

/****************************** files-list-first **************************************/

.files-list-first {
    list-style:none;
    margin:0;
    padding:0;
    border-top:1px solid #2691B7;
}
.files-list-first  li {
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #2691B7;
    vertical-align:top;
}
.files-list-first  li a {
    height:1%;
    padding:3px 0 2px 6px;
    overflow:hidden;
    display:block;
    cursor:pointer;
}

.files-list-first li a strong{
    font:14px/16px Arial, Helvetica, sans-serif;
}

.files-list-first  li a .text {
    float:left;
    background: url(../resources/images/bullet07.gif) no-repeat 0 3px;
    padding-left:10px;
    width:75%;
}
.files-list-first  li a .name {
    display:block;
    font-weight:normal;
}
.files-list-first  li a .description {
    font-size:11px;
    line-height:13px;
    color:#242424;
}
.files-list-first  .doc-info {
    float:right;
    overflow:hidden;
    margin-right:20px;
}

.files-list-first li a:hover {

    text-decoration:none;

    background:#e8e8e8;

}

.files-list-first li a:hover .text {
    background: url(../resources/images/bullet04.gif) no-repeat 0 3px; 
}

/****************************** files-list-first **************************************/

#files-list-first {
    list-style:none;
    margin:0;
    margin-bottom:40px;
    padding:0;
    border-top:1px solid #2691B7;
}
#files-list-first  li {
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #2691B7;
    vertical-align:top;
    padding-left: 0px;
    padding-top: 0px;
}
#files-list-first  li a {
    height:1%;
    padding:3px 0 2px 6px;
    overflow:hidden;
    display:block;
    cursor:pointer;
    font:12px/14px Arial, Helvetica, sans-serif;
    margin: 0;
}

#files-list-first li a strong{
    font:14px/16px Arial, Helvetica, sans-serif;
}

#files-list-first  li a .text {
    float:left;
    background: url(../resources/images/bullet07.gif) no-repeat 0 3px;
    padding-left:10px;
    width:72%;
}
#files-list-first  li a .name {
    display:block;
    font-weight:normal;
}
#files-list-first  li a .description {
    font-size:11px;
    line-height:13px;
    color:#242424;
}
#files-list-first  .doc-info {
    float:right;
    overflow:hidden;
    margin-right:20px;
    width:45px;
}

#files-list-first li a:hover {

    text-decoration:none;

    background:#e8e8e8;

}

#files-list-first li a:hover .text {
    background: url(../resources/images/bullet04.gif) no-repeat 0 3px; 
}

/**************************************workstation**********************************************/
.workstation{
    height: 49px;
}


/**************************************Image Gallery**********************************************/



.tx-rgsmoothgallery-pi1{
    margin-bottom:20px;
}



#TSFE_ADMIN_PANEL_FORM{
    position:absolute;
    top:0px;
}
/**************************************FRAME**********************************************/
.tx-ffiframe-pi1 iframe{
    border:0px;
    overflow: hidden;

}

/****************************************File Teaser*******************************************************/

.file-list{
    float:left;
    list-style:none;
    width:100%;
    margin-bottom:2px;
    margin-top:2px;
}
.file-list li{
    float:left;
    background: #bcbcbc url(../resources/images/overview_bg_sm.gif) repeat-x;	
    border: 2px solid #bDbDbD;
}
.file-list li:hover{

    background: #E8E8E8 ;	

}


.file-list a{	
    color: black;
    cursor: pointer;
    display: block;
    overflow: hidden;
    width: 100%;	 

}
.file-list a:hover{
    float:left;

}

.file-list img{
    float:left;

    margin-left:5px;
}
.file-list span{

    float: left;
    width: 145px;


}
.file-list .text strong{
    margin:0px;
    margin-left:10px;

}
.file-list .text span{
    margin:0px;

    font: 12px/14px Arial,Helvetica,sans-serif;
    text-align:left;
    margin-left:10px;
}


.file-list .text p{
    margin:0px;
    margin-left:10px;
    font-size:11px;
}


/***************************************************Link zur aufgabe von Vorschau***************************************************/

.weiter img:hover{

    background:#E8E8E8 ;
}



.tx-felogin-pi1{
    margin-left:20px;
    margin-right:20px;
}


.zeitaufwand{
    margin-top:39px;
}


/***************************************************FORUM***************************************************/

tx-mmforum-pi1 td, tx-mmforum-pi1 th {
    font-family: Tahoma;
    font-size: 11px;
}
table.tx-mmforum-table {
    border: 0 none;
    border-collapse: collapse;
}
table.tx-mmforum-table * {
    border: medium none;
}
td.tx-mmforum-td, th.tx-mmforum-th {
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    color: #545353;
    font-size: 11px;
    padding: 5px;
}
td.tx-mmforum-td2 {
    color: #545353;
    font-size: 11px;
    padding: 5px;
}
td.tx-mmforum-subth {
    background-color: #F1F2F2;
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
}
th.tx-mmforum-th {
    background: none repeat scroll 0 0 #FF8700;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px;
    text-align: left;
}
div.tx-mmforum-th {
    background: none repeat scroll 0 0 #FF8700;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.tx-mmforum-tdtext {
    border-bottom: 1px solid #DDDDDD !important;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    font-size: 11px;
    padding: 4px;
}
.tx-mmforum-tdtext-noborder {
    font-size: 11px;
    padding: 4px;
}
div.tx-mmforum-rootline {
    border: 1px solid #DDDDDD;
    color: #666666;
    font-family: Tahoma;
    font-size: 11px;
    margin: 4px 0;
    padding: 2px;
}
div.tx-mmforum-rootline a {
    color: #666666;
    text-decoration: none;
}
div.tx-mmforum-pagenav {
    font-size: 10px;
    margin: 8px 0;
    text-align: right;
}
td.tx-mmforum-text {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 15px;
}
td.tx-mmforum-smalltext {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px;
}
td.tx-mmforum-subth2 {
    background-color: #EEEEEE;
    color: #FF8700;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}
.tx-mmforum-desc {
    color: #666666;
    font-size: 11px;
    line-height: 12px;
    margin-left: 30px;
}
.tx-mmforum-smalldesc {
    color: #666666;
    font-size: 10px;
}
.tx-mmforum-pi1-markread {
}
div.tx-mmforum-error {
    border: 3px solid #FF0000;
    font-weight: bold;
    margin: 4px 0;
    padding: 10px;
    text-align: center;
}
div.tx-mmforum-success {
    border: 3px solid #008000;
    font-weight: bold;
    margin: 4px 0;
    padding: 10px;
    text-align: center;
}
a.tx-mmforum-buttonsmall {
    background-color: white;
    border: 1px solid #6FA7C3;
    color: #6FA7C3 !important;
    font-size: smaller;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    padding: 2px;
    vertical-align: middle;
}
a.tx-mmforum-button {
    background-color: white;
    border: 1px solid #6FA7C3;
    color: #6FA7C3 !important;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    padding: 4px;
    vertical-align: middle;
}
a.tx-mmforum-button:hover {
    text-decoration: none;
}
div.tx-mmforum-pi1-listpost-date {
    color: #333333;
    float: left;
    font-size: 9px;
    padding: 5px;
}
div.tx-mmforum-pi1-listpost-options {
    text-align: right;
}
td.tx-mmforum-pi1-listpost-user {
    padding: 5px;
    width: 120px;
}
td.tx-mmforum-pi1-listpost-text {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    min-height: 50px;
    padding: 15px;
    width: auto;
}
div.tx-mmforum-pi1-codeboxnote {
    background-color: #FAFAFA;
    border: 1px solid #D5D5D5;
    color: #444444;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 125%;
    padding: 10px;
    text-align: left;
}
.tx-mmforum-pi1-pt-quote {
    background-color: #FAFAFA;
    border: 1px solid #D5D5D5;
    color: #444444;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 125%;
    padding: 10px;
    text-align: left;
}
.tx-mmforum-pi1-pt-code {
    background-color: #FAFAFA;
    border: 1px solid #D5D5D5;
    color: #5A5A5A;
    font-family: Courier,'Courier New',sans-serif;
    font-size: 11px;
    margin-left: 40px;
    padding: 5px;
}
.tx-mmforum-pi1-highlight {
    background-color: yellow;
}
.tx-mmforum-pi1-listtopic-newtopic {
    margin-bottom: 8px;
}
.tx-mmforum-pi1-listtopic-topic {
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-style: solid hidden;
    border-top: 1px solid #DDDDDD;
    font-size: 8pt;
    text-align: left !important;
}
.tx-mmforum-pi1-listtopic-replies {
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    font-size: 10px;
    text-align: center;
    width: 60px;
}
.tx-mmforum-pi1-listtopic-rating {
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    font-size: 10px;
    text-align: center !important;
    width: 60px;
}
.tx-mmforum-pi1-listtopic-author {
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-style: solid hidden;
    border-top: 1px solid #DDDDDD;
    font-size: 10px;
    text-align: center;
    width: 120px;
}
.tx-mmforum-pi1-listtopic-lastpost {
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    font-size: 10px;
    text-align: center;
    width: 150px;
}
.tx-mmforum-pi1-listtopic-image {
    float: left;
    margin-left: 4px;
    margin-right: 8px;
}
.tx-mmforum-pi1-listtopic-topicname {
    font-weight: bold;
}
.tx-mmforum-pi1-listtopic-prefix {
    color: blue;
}
.tx-mmforum-pi1-listtopic-pages {
    color: #888888;
    font-size: 9px;
    padding-left: 30px;
}
.tx-mmforum-pi1-listtopic-pages a {
    color: #888888 !important;
    text-decoration: none;
}
.tx-mmforum-pi1-listtopic-location {
    color: #888888;
    font-size: 9px;
    font-weight: normal;
    padding-left: 30px;
}
.tx-mmforum-pi1-listforum-forum {
    font-size: 11px;
    text-align: left !important;
}
.tx-mmforum-pi1-listforum-topics {
    font-size: 11px;
    text-align: center;
    width: 60px;
}
.tx-mmforum-pi1-listforum-posts {
    font-size: 11px;
    text-align: center;
    width: 60px;
}
.tx-mmforum-pi1-listforum-lastpost {
    font-size: 10px;
    text-align: center;
    width: 150px;
}
td.tx-mmforum-pi1-newpost-left {
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    font-family: Tahoma;
    font-size: 11px;
    padding: 10px;
    text-align: left;
    width: 150px;
}
td.tx-mmforum-pi1-newpost-middle {
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    font-family: Tahoma;
    font-size: 11px;
    padding: 10px;
    text-align: center;
}
td.tx-mmforum-pi1-newpost-right {
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    font-family: Tahoma;
    font-size: 11px;
    padding: 10px;
    text-align: right;
}
.tx-mmforum-pi1-tooltip {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    display: none;
    position: absolute;
}
.tx-mmforum-pi1-tooltip-header {
    background: none repeat scroll 0 0 #FF8700;
    border-bottom: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.tx-mmforum-pi1-tooltip-text {
    padding: 5px;
}
.tx-mmforum-pi1-postalert-error {
    color: #FF0000;
    font-weight: bold;
    padding-top: 8px;
    text-align: left;
}
.tx-mmforum-pi1-userdetail-fieldname {
    font-size: 11px;
    padding: 3px;
    text-align: right;
}
.tx-mmforum-pi1-userdetail-fieldvalue {
    font-size: 11px;
    padding: 3px;
    text-align: left;
}
.tx-mmforum-pi1-moderator {
    color: #0D71A4;
    font-weight: bold;
}
.tx-mmforum-pi1-administrator {
    color: #FF8700;
    font-weight: bold;
}
.tx-mmforum-pi3-pminbox-item {
    font-family: Tahoma;
    font-size: 11px;
    padding: 5px;
    text-align: center;
}
.tx-mmforum-pi3-pminbox-unread {
    font-weight: bold;
}
.tx-mmforum-pi3-message-text {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    margin: 5px;
    padding: 5px;
}
.tx-mmforum-pi3-newposts {
    float: right;
}
#tx_mmforum_pi3_get-stats {
}
#tx_mmforum_pi3_quicksearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    position: absolute;
    width: 143px;
}
#tx_mmforum_pi3_quicksearch ul, #tx_mmforum_pi3_quicksearch li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.tx-mmforum-pi3-quicksearch_item {
    border: 0 none;
    color: #000000 !important;
    display: block;
    font: 10px Tahoma;
    padding: 3px 10px !important;
    text-decoration: none;
}
.tx-mmforum-pi3-quicksearch_itemHover {
    background: none repeat scroll 0 0 #FF8700;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font: 10px Tahoma;
    padding: 3px 10px !important;
    text-decoration: none;
}
textarea.tx-mmforum-post {
}
.tx-mmforum-input {
    border: 1px solid #AAAAAA !important;
    font-family: Tahoma !important;
    font-size: 11px !important;
    padding: 2px;
    vertical-align: middle;
}
select.tx-mmforum-select {
    border: 1px solid #AAAAAA;
    font-family: Tahoma;
    font-size: 11px;
}
select.tx-mmforum-select option, option.tx-mmforum-option2 {
    border-top: 1px solid #DCDDDE;
    color: #666666;
    font-family: Tahoma;
    font-size: 11px;
}
select.tx-mmforum-select optgroup, option.tx-mmforum-option1 {
    color: #666666;
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
input.tx-mmforum-button {
    background-color: #FF8700;
    border: 1px solid #FF8700;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px 0 5px 5px;
    vertical-align: middle;
}
.tx-mmforum-pi2-fliesstext_rot2 {
    color: #FF8700;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}
.tx-mmforum-pi2-container {
    border: 1px solid #A5ACB2;
}
div.tx-mmforum-pi2-container p label {
    float: left;
    padding-left: 10px;
    width: 130px;
}
span.error, div.error {
    color: red;
    font-weight: bold;
}
.tx-mmforum-pi6-container {
    border: 1px solid #E5E5E5;
    color: #AAAAAA;
    font-size: 10px;
    margin: 0 25px 10px;
    padding: 0;
    text-align: left;
}
.tx-mmforum-pi6-container h3 {
    color: #9B9A9A;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.tx-mmforum-pi6-container a {
    color: #AAAAAA;
}
.tx-mmforum-pi6-us {
    background-color: #FAF9F9;
    border-bottom: 1px solid #E5E5E5;
    padding: 3px 0 3px 5px;
}
.tx-mmforum-pi6-content {
    padding: 5px 10px 10px;
}
.tx-mmforum-pi6-strong {
    color: #9B9A9A;
    font-weight: bold;
}
a.tx-mmforum-pi6-admin {
    color: #FF8700 !important;
    font-weight: bold;
}
a.tx-mmforum-pi6-mod {
    color: #F19D55 !important;
    font-weight: bold;
}
.tx-mmforum-pi6-container a {
}
.tx-mmforum-pi4-search_options {
    padding: 10px 0;
}
.tx-mmforum-pi4-search_options_header {
    background: none repeat scroll 0 0 #FF8700;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}
.tx-mmforum-pi4-search_options_details {
    border: 1px solid #DDDDDD;
    padding: 0;
}
.tx-mmforum-pi4-suche-abstand {
    float: left;
    margin-left: 0;
    margin-right: 7px;
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 10px;
}
.tx-mmforum-pi4-suche-details-abstand {
    margin-top: 10px;
}
.tx-mmforum-pi4-suche-details-sort select {
    width: 200px;
}
.tx-mmforum-pi4-suche-details-abstand-check {
    border: 1px solid red;
    float: left;
    margin-top: 5px;
    width: 100px;
}
.tx-mmforum-pi4-geloest {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
}
.tx-mmforum-pi4-suche-abstand input {
    width: 200px;
}
.tx-mmforum-pi4-suche-box {
    background-color: #F6F5F5;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 10px;
}
.tx-mmforum-pi4-suche-starten-abstand {
    padding-top: 10px;
}
.tx-mmforum-pi4-abstand-bottom {
    height: 10px;
    width: 100px;
}
.tx-mmforum-pi4-info-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-left: 20px;
    position: absolute;
    visibility: hidden;
    width: 600px;
    z-index: 9999;
}
.tx-mmforum-pi4-infoBoxHeader {
    background: none repeat scroll 0 0 #FF8700;
    color: #FFFFFF;
    font-weight: bold;
    height: 20px;
    width: 600px;
}
.tx-mmforum-pi4-infoBoxHeader a {
    color: #FFFFFF;
}
.tx-mmforum-pi4-infoBoxHeader a:hover {
    color: #FFFFFF;
}
.tx-mmforum-pi4-infoBoxContent {
    clear: both;
}
.tx-mmforum-pi4-kurzanleitung {
    font-size: 11px;
    padding: 5px 0 5px 10px;
}
#dasx a {
    color: #FFFFFF;
}
#dasx a:hover {
    color: #FFFFFF;
}
.tx-mmforum-pi4-regeln li {
    background-color: #FAFBFB;
    border-bottom: 1px solid #E4E5E5;
    border-top: 1px solid #E4E5E5;
    margin-bottom: 20px;
    padding: 5px 10px 10px;
}
.tx-mmforum-pi4-search_infobox {
    background-color: #EEEDED;
    border: 1px solid #DDDDDD;
    color: #616161;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 10px;
    width: 150px;
}
.tx-mmforum-pi4-search_info {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #DDDDDD;
    color: #AAAAAA;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 0 2px 5px;
}
.tx-mmforum-pi4-infobox-titel {
    padding-left: 5px;
}
.tx-mmforum-pi4-search-box-aussen {
    background-repeat: no-repeat;
    border: 1px solid #ECEDED;
    float: left;
    width: 100%;
}
.tx-mmforum-pi4-search-box-rechts {
    float: right;
    height: 100px;
    margin-top: 10px;
    width: 170px;
}
.tx-mmforum-pi4-search-box-links {
    float: left;
    padding: 5px;
    width: 70%;
}
.tx-mmforum-pi4-search-box-links a {
    font-size: 11px;
    font-weight: bold;
}
.tx-mmforum-pi4-search-box-unten {
    float: left;
    text-align: right;
    width: 100%;
}
.tx-mmforum-pi4-search_title {
    background-color: #DDDDDD;
    border-left: 1px solid #ECEDED;
    border-right: 1px solid #ECEDED;
    border-top: 1px solid #ECEDED;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}
.tx-mmforum-pi4-search-link {
    color: #FF8700;
    float: left;
    padding-bottom: 2px;
    padding-left: 8px;
    text-align: left;
}
.tx-mmforum-pi4-search-link a {
    font-size: 11px;
    font-weight: bold;
}
.tx-mmforum-pi5-configleft {
    text-align: right;
}
.tx-mmforum-pi1-user {
    width: 100%;
}
.tx-mmforum-pi1-user-menu {
    border-color: -moz-use-text-color #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: none solid;
    border-width: 0 1px;
    display: block;
    margin: 0;
    padding: 4px;
    text-align: right;
}
.tx-mmforum-pi1-user-content {
    border: 1px solid #DDDDDD;
    padding: 8px;
}
.tx-mmforum-pi1-codeheader {
    background: none repeat scroll 0 0 #DDDDDD;
    border-left: 1px solid #BCBEC0;
    border-right: 1px solid #BCBEC0;
    border-top: 1px solid #BCBEC0;
    font-weight: bold;
    padding: 5px;
}
.tx-mmforum-pi1-codeblock {
    background-color: #F6F6F6;
    border: 1px solid #BCBEC0;
    line-height: 15px;
    overflow: auto;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-top: 4px;
}
.tx-mmforum-pi1-codeblock a {
    text-decoration: none;
}
.tx-mmforum-pi1-codeblock a:hover {
    background-color: yellow;
    text-decoration: none;
}
.tx-mmforum-pi1-codeblock a:visited {
    text-decoration: none;
}
.tx-mmforum-pi1-linenumbering {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #BCBEC0;
    border-left: 1px solid #BCBEC0;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    float: left;
    line-height: 15px;
    padding: 4px;
    text-align: right;
}
.tx-mmforum-pi1 a {
    color: #545353;
}
.tx-mmforum-pi1 a:hover {
    color: #FF8700;
}
.tx-mmforum-pi3 a {
    color: #FF8700;
}
.tx-mmforum-pi3 a:hover {
    color: #FF8700;
}
.listforum {
    border-collapse: collapse;
}
.listforum tr, .listforum td {
    border: 1px solid #DDDDDD;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.radioSelectItem label{
    margin-top: 0px !important; 

    margin-left: 10px;
}
div#tx-mmforum-footer {
    color: #999999;
    font-size: 10px;
    text-align: center;
}
.tx-mmforum-pi1-attachmentlabel {
    font-weight: bold;
}
.tx-mmforum-pi1-attachment {
    padding-left: 16px;
}
.tx-mmforum-poll-question {
    font-weight: bold;
}
.tx-mmforum-poll-expireson {
    color: #AAAAAA;
    font-size: 10px;
    margin-top: 8px;
}
.tx-mmforum-pi4-title {
    color: #666666;
}
.tx-mmforum-pi4-title a {
    color: #666666;
    font-weight: bold;
}
.tx-mmforum-pi4-title a:hover {
    color: #FF8700;
}
.tx-mmforum-pi4-content a {
    color: #666666;
}
.tx-mmforum-pi4-content a:hover {
    color: #FF8700;
}
th.tx-mmforum-th a {
    color: white !important;
}
.tx-mmforum-pi1-listposts-prefix {
    color: black !important;
}
.tx-mmforum-poll-icon {
    float: left;
    margin-right: 8px;
}
.tx-mmforum-pi3-pminbox-icon {
    float: left;
    margin-right: 8px;
}
.tx-mmforum-textbutton {
    background-color: #F0F0F0;
    border: 1px solid #FF8700;
    float: left;
    margin: 0 4px 0 0;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}
.tx-mmforum-textbutton a {
    color: #FF8700;
    font-size: 10pt;
    text-decoration: none;
}
.tx-mmforum-textbutton img {
    margin-right: 8px;
    vertical-align: middle;
}
.tx-mmforum-pi1-listpost-topicicon {
    float: left;
    margin-right: 16px;
}
.tx-mmforum-pi3-buttons {
    margin: 8px 0;
}
.tx-mmforum-pi1-listpost-options .tx-mmforum-textbutton {
    float: right;
}
.tx-mmforum-pi2-textbutton img {
    margin-right: 8px;
    vertical-align: middle;
}
td.tx-mmforum-optth {
    background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    color: #FF8700;
    font-size: 11px;
    padding: 2px 4px;
}
td.tx-mmforum-optth-disabled {
    background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD !important;
    border-collapse: collapse;
    border-style: solid hidden !important;
    border-top: 1px solid #DDDDDD !important;
    color: #666666;
    font-size: 11px;
    padding: 2px;
}
.tx-mmforum-pi1-listpost-rating {
    float: left;
}
.tx-mmforum-pagenav .tx-pagebrowse {
    text-align: right !important;
}
table.tx-mmforum-table input[type="text"], table.tx-mmforum-table input[type="password"] {
    border: 1px solid #CDCDCD;
    font-size: 11px;
    padding: 1px 4px;
}

/*****************************************************************SHOP****************************************************************/

#content .csc-frame #multishop_specials ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 598px;
}
#content .csc-frame #multishop_specials ul li {
    background: url("../resources/images/prod-list-box-csc-frame.gif") no-repeat scroll left bottom transparent;
    border: medium none;
    float: left;
    height: 221px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 189px;
}
#content .csc-frame #multishop_specials ul li h3 {
    font-size: 12px;
    height: 29px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 150px;
}
#content .csc-frame #multishop_specials ul li h3 a {
    color: #333333;
}
#content .csc-frame #multishop_specials ul li .multishop_specialsbox_item_image {
    height: 144px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 189px;
}
#content .csc-frame #multishop_specials ul li .multishop_specialsbox_item_image a {
    display: table-cell;
    height: 144px;
    text-align: center;
    vertical-align: middle;
    width: 189px;
}
#content .csc-frame #multishop_specials ul li .multishop_specialsbox_item_image a img {
    vertical-align: middle;
}
#content .csc-frame #multishop_specials ul li .description {
    display: none;
}
#content .csc-frame #multishop_specials ul li .category {
    display: none;
}
#content .csc-frame #multishop_specials ul li .section_products_old_price {
    left: 10px;
    position: absolute;
    text-decoration: line-through;
    top: 197px;
}
#content .csc-frame #multishop_specials ul li .section_products_specials_price {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 630px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li {
    background: url("../resources/images/prod-list-box.gif") no-repeat scroll left bottom transparent;
    border: medium none;
    float: left;
    height: 221px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 200px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li h3 {
    font-size: 12px;
    height: 29px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 150px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li h3 a {
    color: #333333;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .multishop_specialsbox_item_image {
    height: 144px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 200px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .multishop_specialsbox_item_image a {
    display: table-cell;
    height: 144px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .multishop_specialsbox_item_image a img {
    vertical-align: middle;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .description {
    display: none;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .category {
    display: none;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .section_products_old_price {
    left: 10px;
    position: absolute;
    text-decoration: line-through;
    top: 197px;
}
#content .csc-frame.csc-frame-invisible, #multishop_specials ul li .section_products_specials_price {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}
#content ul#category_listing {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 630px;
}
#content ul#category_listing li {
    background: url("../resources/images/cat-list-box.gif") no-repeat scroll left bottom transparent;
    float: left;
    height: 220px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 200px;
    padding-top:1px;
    border: 0px solid #fff;

}
#content ul#category_listing li h2 {
    font: bold 12px arial;
    background:transparent;
}
#content ul#category_listing li .image {
    height: 185px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}
#content ul#category_listing li .image a {
    display: table-cell;
    height: 185px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content ul#category_listing li .image a img {
    vertical-align: middle;
}
#content ul#category_listing li .image a .no_image {
    background-position: center center;
    height: 185px;
    width: 200px;
}
#content ul#category_listing li .description {
    display: none;
}
#content ul#product_listing {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 630px;
}
#content ul#product_listing li {
    background: url("../resources/images/prod-list-box.gif") no-repeat scroll left bottom transparent;
    float: left;
    height: 163px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 58px 0 0;
    position: relative;
    text-align: center;
    width: 200px;
}
#content ul#product_listing li h2 {
    font-size: 12px;
    height: 29px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 6px;
    width: 150px;
}
#content ul#product_listing li h2 a {
    color: #333333;
}
#content ul#product_listing li .image {
    height: 144px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 43px;
    width: 200px;
}
#content ul#product_listing li .image a {
    display: table-cell;
    height: 144px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
#content ul#product_listing li .image a img {
    vertical-align: middle;
}
#content ul#product_listing li .category {
    display: none;
}
#content ul#product_listing li .old_price {
    left: 10px;
    position: absolute;
    text-decoration: line-through;
    top: 197px;
}
#content ul#product_listing li .price, #content ul#product_listing li .specials_price {
    bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}
#products_detail {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#products_detail h1 {
    color: #000000;
    font: bold 18px Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    width: 368px;
}
#prod_detail_wrapper {
    overflow: hidden;
    padding: 0 0 10px;
    width: 100%;
}
#prod_detail_l {
    background: url("../resources/images/prod_detail_l_b.gif") no-repeat scroll left bottom transparent;
    float: left;
    width: 260px;
}
#prod_detail_l_inner {
    background: url("../resources/images/prod_detail_l_t.gif") no-repeat scroll left top transparent;
    overflow: hidden;
    padding: 11px;
    width: 238px;
}
#prod_detail_l_inner .image {
    padding: 0 0 10px;
}
#prod_detail_l_inner .image a {
    display: table-cell;
    height: 238px;
    text-align: center;
    vertical-align: middle;
    width: 238px;
}
:first-child + html #prod_detail_l_inner .image a {
    display: inline-block;
    font-size: 198px;
}
#prod_detail_l_inner .image a img {
    vertical-align: middle;
}
.more_product_images {
    overflow: hidden;
    padding: 0 0 10px;
    width: 244px;
}
.more_product_images a {
    border: 1px solid #CDCDCD;
    float: left;
    margin: 0 6px 0 0;
    width: 53px;
}
.more_product_images a img {
    vertical-align: middle;
    width: 53px;
}
#prod_detail_l_inner, #prod_detail_price_wrapper {
    border-bottom: 1px solid #CDCDCD;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
    width: 238px;
}
#prod_detail_l_inner, #prod_detail_price_wrapper .old_price {
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 0;
    text-align: center;
    text-decoration: line-through;
}
#prod_detail_l_inner, #prod_detail_price_wrapper .specials_price {
    color: #000000;
    font: bold 16px Arial,Helvetica,sans-serif;
    padding: 0;
    text-align: center;
}
#prod_detail_l_inner .quantity {
    float: left;
    padding: 0 10px 0 0;
}
#prod_detail_l_inner .quantity label {
    display: block;
    float: left;
    font: 14px Arial,Helvetica,sans-serif;
    padding: 6px 10px 0 0;
}
#prod_detail_l_inner .quantity input[type="text"] {
    border: 1px solid #CDCDCD;
    font: bold 14px arial;
    padding: 5px 4px;
    width: 43px;
}
#prod_detail_l_inner, #multishop_add_to_cart {
    background: url("../resources/images/prod_detail_bestel.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 28px;
    padding: 28px 0 0;
    width: 125px;
}
#prod_detail_r {
    float: right;
    width: 500px;
}
#content #prod_detail_r h2 {
    font: bold 12px Arial,Helvetica,sans-serif;
}
#prod_detail_l_inner .products_attributes {
    border-top: 1px solid #CDCDCD;
    clear: both;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    width: 238px;
}
#prod_detail_l_inner .products_attributes h2 {
    color: #000000;
    font: bold 11px Arial,Helvetica,sans-serif;
}
#prod_detail_l_inner .products_attributes .opties-field-radio {
    font: 11px Arial,Helvetica,sans-serif;
    overflow: hidden;
    padding: 0 0 5px;
    width: 100%;
}
#prod_detail_l_inner .products_attributes .opties-field-radio label {
    display: block;
    float: left;
    font: 11px Arial,Helvetica,sans-serif;
    width: 100px;
}
#prod_detail_l_inner .products_attributes .opties-field-radio input[type="text"] {
    border: 1px solid #CDCDCD;
    font: 11px Arial,Helvetica,sans-serif;
    padding: 1px 4px;
}
#prod_detail_l_inner .products_attributes .opties-field-radio select {
    border: 1px solid #CDCDCD;
    font: 11px Arial,Helvetica,sans-serif;
    width: 138px;
}
#prod_detail_l_inner .products_attributes .opties-field-radio option {
    padding: 0 10px 0 0;
}
.prod-details-rel {
    clear: both;
}
.prod-details-rel h3 {
    color: #000000;
    font: bold 12px Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
}
.prod-details-rel table th {
    background: none repeat scroll 0 0 #3B713C;
    color: #FFFFFF;
    font: bold 12px Arial,Helvetica,sans-serif;
    padding: 4px 0;
}
.prod-details-rel table td {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #CDCDCD;
    padding: 4px 0;
}
.prod-details-rel table td a.ajax_link {
    display: block;
    text-align: center;
}
#products_detail_pagination {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#products_detail_pagination div {
    float: left;
}
#products_detail_pagination .pagination_text {
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 2px 0 0;
}
#products_detail_pagination .pagination_previous a {
    background: url("../resources/images/prod_details_prev.gif") no-repeat scroll left top transparent;
    display: block;
    float: left;
    font: 11px arial;
    margin: 0 10px 0 0;
    padding: 2px 0 2px 24px;
}
#products_detail_pagination .pagination_previous_disabled {
    background: url("../resources/images/prod_details_prev.gif") no-repeat scroll left -18px transparent;
    color: #999999;
    cursor: default;
    font: 11px Arial,Helvetica,sans-serif;
    margin: 0 10px 0 0;
    padding: 2px 0 2px 22px;
}
#products_detail_pagination .pagination_next a {
    background: url("../resources/images/prod_details_next.gif") no-repeat scroll right top transparent;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 24px 2px 0;
}
#products_detail_pagination .pagination_next_disabled {
    background: url("../resources/images/prod_details_next.gif") no-repeat scroll right -18px transparent;
    color: #999999;
    cursor: default;
    font: 11px arial;
    padding: 2px 24px 2px 0;
}

#delivery_first_name, #delivery_middle_name, #delivery_last_name{
    width:40px;
}
#address_number{
    width:74px;
}
#delivery_zip{
    margin: 0 10px 8px 0;
    width: 50px;
}
#delivery_birthday  {
    width:54px;
}
#delivery_first_name {
    width:40px;
}
#delivery_middle_name {
    width:34px;
}
#delivery_last_name {
    width:40px;
}
#delivery_address {
    width:161px;
}
#delivery_address_number {
    width:74px;
}
#delivery_account-zip {
    margin:0 0 8px 0;
}
#delivery_zip {
    width:50px;
    margin:0 10px 8px 0;
}
#delivery_city {
    width:204px;
}
#delivery_email {
    width:200px;
}

#delivery_country {
    float:left;
    border:1px solid #cdcdcd;
    background:#f6f6f6;
    font:11px arial;
    margin:0 10px 8px 0;
}
#delivery_country option {
    padding-right:8px;
}
#delivery_telephone {
    width:123px;
}
#delivery_mobile {
    width:123px;
}



