@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("responsive-gs-12col.css");
html { 
    -webkit-text-size-adjust: none !important; 
    overflow-y: scroll;
}



/* GLOBAL #####################################*/ 
body {
    padding: 15px 0;
    font-size: 80%;
    font-family: Arial;
    color: #000000;
    line-height: 1.5;

    width: 100%;
    margin: 0;

    overflow-x: hidden !important;
}

a {
    text-decoration: none;
    color: #164e93;
}
a:hover {
    text-decoration: none;
    color: #98141f;
}


a.link_mit_pfeil,
a.more{
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 4px;
}
a.link_mit_pfeil:hover,
a.more:hover{
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 4px;
    color: #98141f;
}

a.backlink{
    background: url(../Images/backpfeil_blau.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:15px;
}
a.backlink:hover{
    background: url(../Images/backpfeil_rot.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:15px;
}

ul{
    margin:0;
    padding:0;
    padding-top:8px;
    list-style-type: none;
}


ul li{
    list-style-type: none;
    padding-left:0px;
    padding-bottom:8px;
    display:block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
} 

/*ul li a{
        display:block;
        padding-left:15px;
        background: url(../Images/listpfeil_blau.png) no-repeat;
        background-position:0px 3px;
}


ul li a:hover{
        background: url(../Images/listpfeil_rot.png) no-repeat;
        background-position:0px 3px;
        color: #98141f;
}*/


.clear,
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

b,
strong{ font-weight:bold; }
em{ font-style: italic; }



/* TYPOGRAPHY  #####################################*/ 
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0;
    line-height: 1.5;
    font-weight:bold;

}
h2 {
    /*border-bottom: 1px dotted #cccccc;*/
    font-size: 1.8em;
    color:#666666;
}
h3 {font-size:1.28571428571429em;}
h4 {font-size:1em; line-height:1;} /**geändert jh, 23.1.14**/
h5 {font-size:1.166666666666667em;}
h6 {font-size:1.166666666666667em;}
/** Überschriften Silke; vorerst auskommentiert jh, 8.1.14
h2 {
        font-size: 1.28571428571429em; /* 23/14 */	/**
}
h3 {
        font-size: 1.28571428571429em;
}
h4 {
        font-size: 1.2em;
}
h5 {
        font-size: 1.1em;
}
h6 {
        font-size: 1em;
}
**/



.mainContent div.csc-header-n1 h1, h1 {
    /*font-size: 2.14285714285714em; 30/14 */
    font-size:1.8em;
    color: #98141f;
}
.multicolumnContainer div.csc-header-n1 h3 {
    font-size: 1.28571428571429em;
    line-height: 1.3;
    min-height: 43px;
}



.sidebar h1 {
    font-size: 1.1em;
}
.sidebar h2 {
    font-size: 1em;
}
.sidebar h3 {
    font-size: 1em;
}
.sidebar h4 {
    font-size: 1em;
}


p {
    margin:0;
    padding:0;
    margin-bottom: 1em;
}

/**jh, 13.01.2014: RTE-Kursiv auch im Frontend kursiv ausgeben.**/
i {
    font-style: italic;
}

.line_grey{
    border-bottom:1px solid #cccccc;
    width:100%;
    margin-bottom:10px;
    clear:both;
}


/* Images  #####################################*/ 

.images img{
    height:auto;
    width:auto;
}
.img_center{
    width:100% !important;
    text-align:center;
    margin-bottom:10px;
}
.img_leftfloat{
    width:30%;
    margin-right:2%;
}

.img_rightfloat{
    width:25% !important;
    margin-left:2%;
    text-align:right;
}
.img_center img,
.img_leftfloat img,
.img_rightfloat img{
    height:auto;
    max-width:100% !important;
}

.images.left{ 
    margin-right:10px;
}
.images.right{ 
    margin-left:10px;
}

.img_leftfloat,
.left {
    float: left;
}
.img_rightfloat,
.right {
    float: right;
}
div.normal{
    margin-bootm:5px;
}

div.normal:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}





.sidebar  .content .images img,
.images.left img,
.images.right img{
    height:auto;
    width:100%;
}


.images div.subline{
    font-style:italic;
    color:#666666;
    padding-bottom:5px;
    font-size:90%;
    line-height:100%;
    width:100%;
}

.images div.copy{
    font-style:italic;
    color:#666666;
    padding:2%;
    font-size:75%;
    line-height:100%;
    text-align:right;
    background-color:#dedede !important;
    margin-top:-5px;
    margin-bottom:5px;
    width:96%;

}





.roundcorner{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}


.banner{}
.sidebar .banner a.spenden{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display:block;
    padding:10px;
    padding-left:70px;
    background: url(../Images/sidebar_sparschwein.png) no-repeat #97111A;
    background-position:15px 4px;
    font-weight:bold;
    font-size:150%;
    color:#ffffff;
    magin-bottom:15px;
    cursor:pointer;
}
.sidebar .banner a.spenden:hover{
    background: url(../Images/sidebar_sparschwein.png) no-repeat #7F9EC4;
    background-position:15px 4px;
}


#footer ul li a{
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 5px;
}


#footer ul li a:hover{
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 5px;
    color: #98141f;
}


#footer .second{
    border-top:1px solid #cccccc;
    padding-top:20px;
    margin-top:20px;
    clear:both;
}


#footer .banner a.spenden{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display:block;
    padding:4px;
    padding-left:50px;
    background: url(../Images/footer_sparschwein.png) no-repeat #7F9EC4;
    background-position:15px 6px;
    font-weight:bold;
    font-size:130%;
    color:#ffffff;
    magin-bottom:15px;
    cursor:pointer;
}
#footer .banner a.spenden:hover{
    background: url(../Images/footer_sparschwein.png) no-repeat #97111A;
    background-position:15px 6px;
}



/* Open Close  #####################################*/ 
.klappteaser_offen .csc-header.open, 
.klappteaser_offen .csc-header.closed,
.klappteaser .csc-header.open, 
.klappteaser .csc-header.closed,
h3.open,h3.closed ,
h2.open, h2.closed {
    cursor:pointer;
    color:#1F527F;
    padding-left:30px;
    padding-bottom:5px;
    border-bottom: 1px dotted #cccccc;
}
.klappteaser_offen .csc-header.open:hover, 
.klappteaser_offen .csc-header.closed:hover, 
.klappteaser .csc-header.open:hover, 
.klappteaser .csc-header.closed:hover, 
h3.open:hover, h3.closed:hover,
h2.open:hover, h2.closed:hover{
    color:#990000;
    text-decoration:none;
}

.klappteaser_offen .csc-header.open,
.klappteaser .csc-header.open{
    background: url(../Images/open.png) no-repeat;
}
.klappteaser_offen .csc-header.closed,
.klappteaser .csc-header.closed{
    background: url(../Images/close.png) no-repeat;
}
.klappteaser_offen .csc-header.open, 
.klappteaser_offen .csc-header.closed,
.klappteaser .csc-header.open, 
.klappteaser .csc-header.closed{
    margin-bottom:10px;
}



h3.open, h2.open{
    background: url(../Images/open_k.png) no-repeat;
    background-position:0px 5px;
    padding-left:15px;
    font-size:1em;
}

h3.closed, h2.closed{
    background: url(../Images/close_k.png) no-repeat;
    background-position:0px 5px;
    font-size:1em;
    padding-left:15px;
}


div.opener h3.headopen{
    padding-bottom:10px;
}
div.opener .openMenue{
    padding-left:15px;
    margin-bottom: 10px;
}

div.opener .openMenue ul li a{
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 3px;
}


div.opener .openMenue ul li a:hover{
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 3px;
    color: #98141f;
}

/* Forms #####################################*/ 
form{
    padding:0;
    margin:0;
}
label{
    width:35%;
}


select,
input[type=password], 
input[type=search],
input[type="email"],
input[type=file],
input[type=text],
input[type=submit],
input.f_text,
input[type="date"], 
input[type="time"], 
input[type="number"]
{
    background:#dce5ef;
    height:20px;
    border:none;
    padding:1%;
    margin-bottom:10px;
    float:left;
    width:60%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;

}
select{
    width:62%;
    height: 35px;
    padding: 7px;
    padding-left:3px;
}
.sidebar select{
    height: 30px;
    padding: 5px;
    padding-left:3px;
}

select,
input[type=password], 
input[type=search],
input[type=text],
input[type="email"],
input.f_text,
input[type="date"], 
input[type="time"], 
input[type="number"],
textarea{

    border:1px solid #cccccc;
}
.search select,
.search input[type=password], 
.search input[type=search],
.search input[type=text],
.search input.f_text{
    background-color:#dce5ef;
    border:none;
    padding:1%;
    float:left;
    width:80%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    cursor:text;
}

.search input[type=submit] {
    width:12%;
}

select:hover, 
input[type=password]:hover, 
input[type=search]:hover,
input[type=text]:hover,
input.f_text:hover,
input[type="date"], 
input[type="time"], 
input[type="number"]{
    background-color:#cccccc;
}
textarea,
textarea.f_textarea{
    background:#dce5ef;
    border:none;
    padding:1%;
    margin-bottom:10px;
    width:60%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
textarea:hover,
textarea.f_textarea:hover{
    background:#cccccc;
}
input[type=button],
input[type=submit],
input[type=reset],
input.f_button{
    background-color:#164e93;
    height:auto;
    border:none;
    text-align:center;
    color:#ffffff;
    padding:5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    min-height:26px;
    width:40%;
}
input[type=reset]{
    background-color:#809ec4;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input.f_button:hover{
    background-color:#9F1B26;
}

select{
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../Images/select.png) no-repeat;
    background-position:top right;
}
select:hover{
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../Images/select_hover.png) no-repeat;
    background-position:top right;
}

.sidebar fieldset{
    clear:both;
}
.sidebar input[type=text]{
    /**float:right;**/
}




/* Layout Desctop PC  #####################################*/ 

.container	{ width: 960px; }
.mainContent,
.sidebar{
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -hyphens: auto; 
    display:block;
}
/*.mainContent{font-size:11pt;}
.mainContent{width:65.5%;}
.sidebar{width:32.2%;}*/
.twoColumn{
    clear:both;
}
.container.contentseite .mainContent{width:64%;}


/* Header  #####################################*/ 
#logo, #logo2{
    height: 80px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99979;
}
#logo a{ display:block; margin-top:24px; width: 260px;}
#logo2{ text-align:right;}

/* Nav Top  #####################################*/ 
#global_nav .col{
    margin-bottom:0px !important;
    padding:0;

}

#menu {
    position:relative;
    z-index:99978;
    width:100%;	

}

#menu div {
    text-align:center;
    cursor:pointer;
}

#menu div#links {
    background: url(../Images/background_links_blau.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;
}
#menu div#mitte {
    background: url(../Images/background_mitte_blau.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;
}
#menu div#rechts{
    background: url(../Images/background_rechts_blau.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;
}

#menu div#links.current,
#menu div#links:hover {
    background: url(../Images/background_links_rot.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;
}

#menu div#mitte.current,
#menu div#mitte:hover {
    background: url(../Images/background_mitte_rot.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;	
}

#menu div#rechts.current,
#menu div#rechts:hover {
    background: url(../Images/background_rechts_rot.png) no-repeat;
    -moz-background-size:100% auto; /* Firefox */
    -webkit-background-size:100% auto; /* Safari, Chrome */
    background-size:100% auto; /* Opera, IE, W3C Standard */
    height:175px;
}

#menu div a{
    display:block;
    color:#ffffff;
    background:none;
    padding-top:30px;
    height:110px;
}

#menu div#links a{
    padding-left:38%;
    width:170px;
}
#menu div#mitte a{
    padding-left:35%;
    width:207px
}
#menu div#rechts a{
    padding-left:8%;
    width:207px;
}


#menu div ul {
    margin-top:0px;
    list-style-type:none;
    display:none;
    /**width: 48%;**/
    background:#ffffff;
    border: 1px solid #164e93;
    padding:3%;
    padding-bottom:0px;
    position:absolute !important;
    z-index:99970 !important;
}

body.nomobile #menu div:hover ul {
    display:block;
}

#menu div#links ul{
    left:0%;
}

#menu div#mitte ul{
    left:35%;
}

#menu div#rechts ul{
    left:50.5%;
}

#menu div ul li.left{
    float:left;
    width:47%;	
}
#menu div ul li.right{
    float:right;
    width:47%;	
}
#menu div ul li.last{
    width:98%;
    clear:both;
    display:none;
}

#menu  ul  li a{
    height:auto!important;
    width:auto !important;
    color: #164e93;
}


#menu  ul  li.left a,
#menu  ul  li.right a,
#menu  ul  li.full a
{
    margin:0;
    padding:0;
    padding-left:15px !important;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 10px;
    width:auto;
    height:auto;
    display:block;
    padding-top:6px !important;
    padding-bottom:6px !important;
    border-top: 1px solid #dcdcdc;
    width:95% !important;
}


#menu ul li a.current,
#menu ul li a:hover{
    color: #98141f;
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 10px;
}


#menu div ul li a.first{
    padding-left:0px !important;
    padding-right:15px !important;
    font-weight:bold;
    font-size:110%;
    background:none;
}


#menu div ul li.last a {
    border-top: 1px solid #164e93;
    width:100% !important;
    text-align:center;
    padding-left:0 !important;
    padding-top:2%;
    background:none;
    padding-top:5px;
    padding-right:15px;
}

/* Submenu #####################################*/ 
.subnav {
    position: relative;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height:43px;
    margin-bottom:10px;
}
#submenu{
    margin:0px;
    padding:0px;
}

#submenu li{
    float:left;width:94.5%;
}
#submenu li a {
    padding-top:8px;
    padding-right:15px;
    padding-left: 45px;
    height:37px;
    display:inline-block;
    background: url(../Images/subnav_rechts_blau.gif) no-repeat;
    background-position:10px 5px;
    font-size:140%;
    font-weight:bold;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    z-index:4;
    position:relative;
    cursor:pointer;
}
#submenu li a:hover{
    background: url(../Images/subnav_rechts_rot.gif) no-repeat;
    background-position: 5px 7px;
    color:#98141F;
}
#submenu li a.current{
    background: url(../Images/subnav_rechts_rot.gif) no-repeat;
    background-position: 5px 7px;
    color:#98141F;
}
#submenu li a.navopen{
    background: url(../Images/subnav_unten_rot.gif) no-repeat;
    background-position: 5px 7px;
    background-color:#ffffff;
    color:#98141F;
    -moz-box-shadow:  	3px -3px 3px  #666;
    -webkit-box-shadow: 3px -3px 3px  #666;
    box-shadow:         3px -3px 3px  #666;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}


#submenu li ul.sub {
    list-style-type:none;
    display:none;
    background:#ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -moz-box-shadow:  	3px 3px 3px  #666;
    -webkit-box-shadow: 3px 3px 3px  #666;
    box-shadow:         3px 3px 3px  #666;
    width:277%;
    padding:3%;
    position:relative;
    /*sk 2.9.2013
    margin-top:61px;
    */
}



#submenu li.first ul.sub {
    width:100%;
    padding:3%;
    position:relative;
    left:0px;
    left:-100%;
}
#submenu li:first-child ul.sub {
    left:0px;
}
/*#submenu li.submenu_02 ul.sub {
        width:277%;
        padding:3%;
        position:relative;
        left:-129%;
        left:-100%;
}*/


#submenu li ul.active li.default{
    display:none;
}

#submenu li:hover ul.sub li a,
#submenu li ul.sub li a{
    position:static;
    color: #164e93;
    margin:0;
    width:auto;
    height:auto;
    -moz-box-shadow:  	0px 0px 0px  #ffffff;
    -webkit-box-shadow: 0px 0px 0px  #ffffff;
    box-shadow:         0px 0px 0px  #ffffff;
    border-left: none;
    border-right: none;
    font-size:100%;
    font-weight:normal;
    color: #164e93;
}



#submenu li ul.sub li.hier{
    display:none;
}

#submenu li ul.sub li.hier,
#submenu li ul.sub li.back{
    width:100%;
    padding-bottom:5px;
    clear:both;
    border-bottom:1px dotted #164e93;
    margin-bottom:5px;
}

#submenu li ul.sub li.back a{
    display:inline;
    background: url(../Images/backpfeil_blau.png) no-repeat;
    background-position:0px 17px;
    padding-left:15px !important;
    margin-right:5px;
    font-weight:bold;
    border-top: none;
}

#submenu li ul.sub li.hier span{
    display:inline;
    background: url(../Images/listpfeil_schwarz.png) no-repeat;
    background-position:0px 2px;
    padding-left:15px !important;
    margin-right:5px;
    font-weight:bold;
}

#submenu li ul.sub li.back a:hover{
    color: #98141f;
    background: url(../Images/backpfeil_rot.png) no-repeat;
    background-position:0px 17px;
}



#submenu li ul.sub li.left,
#submenu li ul.sub li.right  {
    /*width:48%;*/
    width:100%;
    padding-bottom:1%;
}

#submenu li ul.sub li.right  {
    float:right;
}

#submenu li ul.sub li.left a,
#submenu li ul.sub li.right a{
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 10px;
    display:block;
    margin:0;
    padding-top:6px !important;
    padding-bottom:6px !important;
    padding-left:15px !important;
    width:auto !important;
    height:auto !important;
    display:block;
    border-bottom: 1px solid #dcdcdc;
}
#submenu li ul.sub li.left a{
    width:43% !important;
    float:left;
    margin-right:2%;
}


ul.sub li a:first-child,
#submenu li ul.sub li a:first-child,
#submenu li ul.sub li.back a{
    border-top: none;
}

#submenu li ul.sub li.left a.current,
#submenu li ul.sub li.left a:hover,
#submenu li ul.sub li.right a.current,
#submenu li ul.sub li.right a:hover{
    color: #98141f;
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 10px;
}

/* Breadcrumb  #####################################*/ 
.breadcrumb{
    width:100%;
    clear:both;
    border-bottom:1px dotted #164e93;
    margin-bottom:15px;
    padding-bottom:15px;	
}

.breadcrumb a{
    display:inline-block;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 3px;
    padding-left:10px !important;
    margin-right:5px;
    font-weight:bold;
}

.breadcrumb a:hover{
    color: #98141f;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 3px;
}
.breadcrumb span{
    font-weight:bold;
    white-space:nowrap;
    background: url(../Images/listpfeil_schwarz.png) no-repeat;
    background-position:0px 3px;
    padding-left:10px !important;
}

/* Content  #####################################*/ 


/* Clearfix for the .slides element */
.slides .bodytext:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Teaser Übersichtsseiten */
.teaser {
    margin-bottom:20px;
}
.teaser.anlese {
    border-bottom:1px dotted #164e93;
}

.mainContent .teaser .images img{
    width:100%;
    height:auto;
}
.mainContent .teaser h2{
    min-height:39px;
}
.mainContent .teaser.anlese h1{
    color: #98141F;
    font-size: 1.28571428571429em; /* 23/14 */
}
ul.aktuelles span{
    color: #98141f;
    font-weight:bold;
}

/*redaktionelle Contentseiten */
.mainContent .content_block{
    margin-bottom:10px;
}

.mainContent .content_block.anlese{
    font-weight:bold;
}

.mainContent .content_block ul li{
    padding-left:15px;
    padding-bottom:5px;
    background: url(../Images/listcontent_grau.gif) no-repeat;
    background-position:-3px 2px;


}



/* Kästchen box----*/ 
.box{
    background:#dce5ef;
    width:94%;
    padding:3%;
    margin-bottom:20px;
}




/* pagination ----*/  
.pagination{
    border-top:1px dotted #164e93;
    border-bottom:1px dotted #164e93;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;
}
.pagination .results a.numbers{
    background:#809ec4;
    padding:4px;
    color:#ffffff;
    margin-right:5px;
}
.pagination .results a.numbers:hover{
    background:#98141F;
}
.pagination .results{
    padding-top:4px;
}
.pagination .results a.numbers.current,
.pagination .results a.numbers.current:hover{
    background:#cccccc;
    padding:4px;
    color:#000000;
    margin-right:5px;
    cursor:text;
}




/* result ----*/ 
.result{
    background: url(../Images/result_extern.png) no-repeat;
    background-position:0px 10px;
    padding-left:45px;
    width:90%;
    padding-top:10px;
}
.result .text{
    margin-bottom:10px;

}
.result ul.resultmore{
    padding-left:30px;
    margin-bottom:10px;

}
.result ul.resultmore li a{
    background-position:0px 6px;
}




/* Search  #####################################*/ 
.search{
    background: none repeat scroll 0 0 #DCE5EF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    /**height: 20px;**/
    margin-bottom: 10px;
    padding: 1%;
}
.sidebar .search .tx-kesearch-pi1{min-height: 30px;}
.search form{
    padding:0;
    margin:0;
}
.search label{
    font-size:120%;
    font-weight:bold;
}
.search label img{
    float:left;
    margin-right:2%;
}



.search input.f_text{
    width:60%;
}
.search ul{
    clear:both;
    width:100%;
    padding-top:0px;
}
.search ul li{
    float:left;
    font-size:80%;
    margin-right:10px;
}
.search ul li a,
.search ul li a:hover{
    padding-left:10px;
    background-position:0px 3px;
}
.subnav .search{
    margin-top:5px;
}


.search .tx-kesearch-pi1 form {
    border: 0 none;
    margin:  0;
}
.search #kesearch_submit {
    position: static; 
}
.sidebar .search #kesearch_submit{float:right;}

.search #ke_search_sword {
    position: static; 
    width: 60%;
}




/* Sidebar  #####################################*/ 
.sidebar {	
    float:right;
}
.sidebar .teaser{	
    clear:both;
}
.sidebar .teaser .content{
    padding-left:30px;
    margin-bottom:10px;
}
.sidebar .teaser .content .tipp{
    margin-bottom:10px;
}
.sidebar .teaser .content h3{
    font-size:110%;
    padding:0px;
    margin-top:0px;
    margin-bottom:2px;
}
.sidebar .teaser .content p{
    padding:0px;
    margin-top:0px;
    margin-bottom:2px;
}

.sidebar .search{
    clear:both;
    margin-bottom:20px !important;
    margin-top:0px;
    background: none repeat scroll 0 0 #DCE5EF;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 1%;
}
.sidebar .search:hover{background:#cccccc;}
.sidebar .search input[type=text]{
    background: none;
    border: none;
    padding: 1%;
    float: left;
    width: 80% !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.sidebar .search input[type=text]:hover{background:none;}


.sidebar .newsletter input.text{
    width:50%;
}

/* Last Menu Wiederholung des Inhalts der Reite am rechten Rand  #####################################*/ 
#last_menu{
    border-top:1px solid #7B98C2;
    border-bottom:1px solid #7B98C2;
    padding-top:15px;
    padding-bottom:0px;
    margin-bottom:0px;
}
#last_menu article{
    padding-bottom:10px;
    margin-bottom:0px;
}

/* footer  #####################################*/ 
#footer.row{
    background: url(../Images/background_footer.png) repeat-x;
    padding-top:20px;
    padding-bottom:0px;
    margin-bottom:0px;
}

#footer h3{
    font-size: 100%;
}
#footer ul li a{
    background-position:0px 5px;
}
#footer ul li.facebook a{
    background: url(../Images/icon_facebook.gif) no-repeat;
    background-position:0px 5px;
}
#footer ul li.rss a{
    background: url(../Images/icon_rss.gif) no-repeat;
    background-position:0px 5px;
}
#footer ul li.siteup a{
    background: url(../Images/icon_top.gif) no-repeat;
    background-position:0px 5px;
}
#footer ul li.print a{
    background: url(../Images/icon_druck.gif) no-repeat;
    background-position:0px 5px;
}


/* Slide out rechts  #####################################*/ 
.right_menu {z-index:999999;}
.right_menu .slide-out-div{
    padding: 20px;
    width: 325px;
    background: #ffffff;
    border: 1px solid #7D9CC3;
    -moz-box-shadow:  	3px 3px 3px  #666;
    -webkit-box-shadow: 3px 3px 3px  #666;
    box-shadow:         3px 3px 3px  #666;
    z-index:999999;
    height:auto !important;
} 
.right_menu .slide-out-div ul{
    padding-right:31px;
}

.right_menu .slide-out-div ul li a{
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 3px;
}

.right_menu .slide-out-div ul li.active a,
.right_menu .slide-out-div ul li a:hover{
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 3px;
    color: #98141f;
}


.right_menu .tab{
    top:267px;

}
.right_menu .tab .handle{
    width:41px !important;
    height:105px !important;
}

.right_menu .tab2{
    top:373px;
}
.right_menu .tab2 .handle{
    width:41px !important;
    height:82px !important;
}

.right_menu .tab3{
    top:456px;
    /**height: 38px !important;**/
    /**rausgenommen jh, 06.02.2014**/
}

.right_menu .tab3 .handle{
    width:41px !important;
    height:80px !important;
}

.right_menu .handle{
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color:#990000 !important;
    -moz-box-shadow:  -3px 3px 3px  #ccc;
    -webkit-box-shadow: -3px 3px 3px  #ccc;
    box-shadow:         -3px 3px 3px  #ccc;
}
.right_menu .handle:hover{
    background-color:#7F9EC4 !important;
}

.right_menu .handle span.zeiger{
    background: url(../Images/schieber_raus.gif) no-repeat !important;
    background-position:0px 0px;
    height:13px;
    display:block;
    margin-top:4px;
    margin-bottom:4px;
}


.right_menu .open .handle{
    background-color:#98141f !important;
}

.right_menu .open .handle span.zeiger{
    background: url(../Images/schieber_rein.gif) no-repeat !important;
    background-position:0px 0px;
    height:13px;
    display:block;
    margin-top:4px;
    margin-bottom:4px;
}

/*#########################################################################################################################*/
/*new  stuff oder vorhandene Classen überrbeitet */
/*#########################################################################################################################*/

.csc-default{
    margin:0px;
    padding:0px;
    margin-bottom:20px;
}
.csc-frame-rulerAfter{
    border-bottom:1px dotted #164e93;
    margin-bottom: 1.5em;
}

.csc-frame-rulerBefore{
    border-top:1px dotted #164e93;
    margin-top: 1em;
    padding-top: 1em;
}

.multicolumnContainer .csc-frame-rulerAfter,
.multicolumnContainer  .csc-frame-rulerBefore{
    border-top:0px;
    border-bottom:0px;
    margin: 0px;
    padding:0px;
}


ul.multicolumnContainer{padding-top:10px !important;}

ul.multicolumnContainer li a {
    display: block;
    padding-left: 0px;
    background: none;
}

ul.multicolumnContainer li.columnlast{
    margin-right:2% !important;
}

ul.multicolumnLayout1{
    clear:both;
    padding-top:10px !important;
}
ul.multicolumnLayout1 li{
    width: 48% !important;
    display: block;
    float: left;
    margin-right:2% !important;

}
ul.multicolumnContainer li div p,
ul.multicolumnContainer li div{
    margin:0px;
    padding:0px;
}

ul.multicolumnContainer li .columnItems .columnItem{
    padding-bottom:10px !important;
    border-bottom: 1px dotted #164e93;
}
ul.multicolumnContainer li div{
    margin:0px;
    padding:0px;
}

ul.multicolumnLayout2 li.column{
    width: 31.33% !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
ul.multicolumnLayout2 li.column div.columnItems{
    padding:0px !important;
}

ul.multicolumnLayout2 li.column1{
    margin-right:2% !important;
}
ul.multicolumnLayout2 li.column3{
    margin-left:2% !important;
}


.multicolumnContainer .csc-textpic img{
    width:100%;
    height:auto;
    margin-bottom: 0px !important;
}


.multicolumnContainer .csc-textpic-image,
.multicolumnContainer .csc-textpic-imagewrap{
    width: 100% !important;
}


.multicolumnContainer.item-0 .csc-textpic .csc-textpic-imagewrap,
.multicolumnContainer.item-1 .csc-textpic .csc-textpic-imagewrap,
.multicolumnContainer.item-2 .csc-textpic .csc-textpic-imagewrap,
.multicolumnContainer.item-3 .csc-textpic .csc-textpic-imagewrap{
    clear:both;
    float:none !important;
}



.csc-textpic-center .csc-textpic-imagewrap{text-align: center  !important;}
.csc-textpic-center .csc-textpic-imagewrap .csc-textpic-caption{margin:0 auto;}

.csc-textpic-caption,
.news-single-imgcaption {
    font-style: italic;
    color: #666666;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 10pt !important;
    line-height: 12pt;
}


.csc-copyright{
    font-style: italic;
    color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 8pt;
    line-height: 9pt;
    text-align: right;
    margin-top: -6px;
    margin-bottom: 5px!important;
}




/*teaser*/
.mainContent .teaser{
    width: 31.33%; 
    float:left;
    padding-right:2%;
}

.teaser h3{
    min-height: 39px;
}

.mainContent .teaser .teaser_header .teaser_header_text{
    font-size: 1.2em;
    margin: 0 0 .5em 0;
    line-height: 1.2;
    font-weight: bold;
    display: block;
    padding-left: 0px;
    background: none;
}

.mainContent .teaser .teaser_header_text.fokus {
    font-size: 1.06em;
    font-weight: normal;
}
.mainContent .teaser .teaser_header_text.fokus a {
    color: #000000;
}
.mainContent .teaser p.fokustitel {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
}

.teaser  a.link_mit_pfeil{
    background: url(../Images/listpfeil_blau.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:10px;
}
.teaser  a.link_mit_pfeil:hover{
    background: url(../Images/listpfeil_rot.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
}

.mainContent .teaser_tiefe{
    display:none;
}




/*News*/
.news-single-item h2{font-size:140%;}
.news-single-item h1{}
.news-single-item .news-single-category{
    border-top:1px dotted #164e93;
    border-bottom:1px dotted #164e93;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;
    font-style:italic;
    font-size:96%;
}
.news-single-item .news-single-backlink{
    border-top:1px dotted #164e93;
    padding-top:1%;
}
.news-single-item .news-single-backlink a{
    background: url(../Images/backpfeil_blau.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:15px;
}
.news-single-item .news-single-backlink a:hover{
    background: url(../Images/backpfeil_rot.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
}
.news-single-img{
    width:30%;
    float: left;
    margin: 6px 7px 0 0;

}

.news-single-item p{
    margin-bottom: 0.65em;
    width:100%;
}
.news-single-img img {
    width:100%;
    height:auto;
}

.news-single-item h3 {
    font-size: 1.18571em;
}

.news-list-item .news-list-morelink a,
.news-latest-item .news-latest-morelink a {
    background: url(../Images/listpfeil_blau.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:15px;
}
.news-list-item .news-list-morelink a:hover,
.news-latest-item .news-latest-morelink a:hover{
    background: url(../Images/listpfeil_rot.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
}
.news-list-item  .top,
.news-latest-item .top{
    border-top:1px solid #cccccc;
    width:100%;
    text-align:right;
    margin-bottom:20px;
}


.sidebar .news-latest-item {
    border-bottom:1px solid #cccccc;
}

.sidebar .news-latest-item h3{
    font-size:98%;
    padding-top:10px;
}

.sidebar .news-latest-item .top{
    display:none;
}
.news-latest-item p{
    margin:0px;
    padding:0px;
}

.news-latest-item .news-latest-date{
    /*padding:2%;
    font-size:85%;*/
    font-weight:normal;
    font-style:italic;
}

.news-single-item .start_teaser_images {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width:30% !important;
}
.news-single-item .start_teaser_images img{
    width:100% !important;
    height:auto !important;
}

.news-list-browse .news-list-browse {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 1px dotted #164e93;
    border-bottom:1px dotted #164e93;
}

.news-list-browse .disabledLinkWrap{display:none;}

.news-list-browse span.activeLinkWrap,
.news-list-browse a{
    padding:3px;
    margin-right:3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size:90%;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;

}
.news-list-browse a{
    background:#dce5ef;
}
.news-list-browse span.activeLinkWrap,
.news-list-browse a:hover{ 
    background:#cccccc !important;
}


.news-catmenu{}
.news-catmenu .news-catmenu-header{
    font-weight:bold;
    font-size:110%;
}
.news-catmenu div.level1 a{
    background: url(../Images/listpfeil_blau.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
    display:block;
    padding-left:15px;
}
.news-catmenu div.level1 a:hover{
    background: url(../Images/listpfeil_rot.png);
    background-repeat:no-repeat;
    background-position:0px 4px;
}


.news-catmenu .news-catmenu-NO a{
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 4px;
}
.news-catmenu .news-catmenu-NO a…hover{
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 4px;
    color: #98141f;
}

/**.news-single-item h2{display:none;}**/ /**Überschriften im Newsletter verschwinden - darum auskommentiert. jh, 27.3.14)**/
.news-single-item .news-single-timedata{ font-style:italic;}



/*Newsletter*/
.liste{
    background:#dce5ef;
    width:94%;
    /*width: 84%;*/
    padding:3%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
h2.news,
h3.news,
.liste h3{
    color: #98141f;
}


h2.news{
    margin-bottom:20px;
}
/*h1[tag=news]{width:90%;}*/
.liste ul li{
    padding-left:15px;
    background: url(../Images/punkt_rot.png) no-repeat !important;
    background-position:0px 4px !important;
}

.liste ul li.newsSubhead{
    font-weight:bold;
    font-size:120%;
    border-bottom:1px solid #ffffff;
    padding-bottom:5px;
    margin-bottom:10px;
    padding-left:0px;
    padding-top:10px;
    background:none !important;
}

.mainContent .news.top{
    border-top:1px solid #cccccc;
    width:100%;
    text-align:right;
    margin-bottom:20px;
    /*width:90%;*/
}
.news-single-item dd  {
    padding-bottom: 5px;
}
.news-single-item .news-single-files .news-head{padding-bottom:0.65em;}
.news-single-item dd .filelink_caption{
height:5px;
overflow:hidden;
padding:0px;
margin:0px;
}

.news-single-item dd .filelink_icon{
	padding-right:10px;
	display: block;
	float: left;
}

.news-single-item dd a span{
	padding:0px;
	margin:0px;
}
/*.news-single-item dd .filelink_filesize:before{content:", ";}*/
.news-single-item dd .filelink_filesize{
	padding-left:5px;
	font-style: italic;
	font-size: 96%;
	white-space:nowrap;
	
}
.news-single-item dd .filelink_creator,
.news-single-item dd .filelink_publisher,
.news-single-item dd .filelink_copyright {
	padding-right:5px;
	font-weight:bold;
}
.news-single-item dd .divider{
	padding-right:5px;
}



/*newsletter*/
form#mailform{
    background: #dce5ef;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 96%;
    padding: 2%;
    padding-top:3%;
}
form#mailform label {
    width: 30%;
    float: left;
}
form#mailform input[type=text]{
    background:#ffffff;
}
form#mailform input[type=submit]{
    margin-left:30%;
}

form.newsletterabo{
    background: #dce5ef;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 96%;
    padding: 2%;
    padding-top:3%;
}
form.newsletterabo label {
    width: 30%;
    float: left;
}
form.newsletterabo input[type=text]{
    background:#ffffff;
}
form.newsletterabo input[type=submit]{
    margin-left:30%;
}
form.newsletterabo .nl-cant-read{
    width: 20%;
    margin-left: 2%;
    display: inline-block;
}
form.newsletterabo input[name=captcha_code]{
    float:left;
    margin-left:30%;
}
form.newsletterabo #captcha{
    border:1px solid #cccccc;
    float:left;
    margin-bottom:10px;
}



/*icons*/
.icons, .hints {
    background: none repeat scroll 0 0 #DCE5EF;
    border-radius: 6px;
    clear: both;
    margin-bottom: 20px;
    padding: 3%;
    padding-bottom: 2.9%;
    position: relative;
    width: 94% !important;
}

.icons .icon, .hints .hint {
    /*left: 15px;
    position: absolute;
    top: 15px;
    width: 40px;*/
    float:left;
    width:9%;
}
.icons .icon_text, .hints .hint_text {
    padding-left: 0px;
    float:right;
    width:91%;
    padding-top:5px;
}
.icons .icon_text p, .hints .hint_text p{
    margin:0px;
    padding:0px;
    padding-bottom:3px;
}

.icons.handlungsfelder{
    padding:0;
    width:100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding-bottom:0px;
    margin-bottom:25px;
    background: #ffffff;
}
.icons.handlungsfelder .icon{
    position:absolute;
    width:40px;
    top:0px;
    left:0px;

}

table.table_wettbewerb .icons{
    position:relative;
    margin-bottom:20px;
    background:#dce5ef;
    width:94%;
    padding:3%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
table.table_wettbewerb .icons .icon{
    top:15px;
    left:15px;
}


/*tabellen*/
table{
    width:100%;
    border-spacing: 0px;
}
.contentseite table{
    width:100% !important;
    margin-bottom:10px;
}
.table_mit_Rand_Header_blau table,
.table_mit_Rand_Header_rot table{
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

table.contenttable{
    /*background:#dedede;*/
}

table th,
table td{	
    border-bottom:1px solid #cccccc;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:2px;
    padding-top:3px;
    vertical-align:top;
    -moz-hyphens: none;

}

table.contenttable td{
    margin:0px;
    /**padding:0px;**/ 
    /*padding: 0 5px 0 0; *Änderung jh, 15.01.2014**/
    /**border:none;**/
    padding: 5px 10px 5px 0; /**Änderung sk, 16.01.2014**/
}

/** verschiedenen Tabellenlayouts für Inhaltselement "Tabelle" **/
/** contenttable-0 = Standard, contenttable-1 = linke Spalte fett**/
/** jh, 14.01.2014 **/

table.contenttable-0 td.td-0 {
}

table.contenttable-1 td.td-0 {
    font-weight:bold;
}
table td.center,
table th.center{
    text-align:center;
}
table td.links,
table th.links{
    text-align:left;
}
table td.rechts,
table th.rechts{
    text-align:right;
}
table td p,
table th p{
    margin: 0px !important;
    padding:0px !important;
    display: inline-block;
}

table th{
    /**jh, 13.01.2014: Tabellen im Inhalt an andere Tabellen (z.B. Veranstaltungsdatenbank) anpassen **/
    background-color: #799CC6;
    font-weight:bold;
    font-size: 0.9em;
    color: white;
    /**sk, 16.01.2014 **/
    border-right: 1px solid #ffffff;
    vertical-align: bottom;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.table_ohne_Rand_Header_blau table th{
    background-color: #799CC6;
}
.table_ohne_Rand_Header_rot table th{
    background-color: #98141f;
}



form table td{
    border:0px !important;
    padding-left:0px;
}

a.download{
    font-weight:bold;
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position:0px 4px;
}
a.download:hover{
    font-weight:bold;
    display:block;
    padding-left:15px;
    background: url(../Images/listpfeil_rot.png) no-repeat;
    background-position:0px 4px;
}


/* Termine und Veranstaltungen*/
.foundation_event a.new{
    background: url(../Images/editieren.png) no-repeat;
    background-position:top left;
    padding-left:25px;
    display:block;
}
.foundation_event a.new:hover{
    background: url(../Images/editieren_rot.png) no-repeat;
    background-position:top left;
    padding-left:25px;
    display:block;
}
.tx-felogin-pi1,
.femanager_new,
.foundation_event form,
.feadmin-feusers{
    background: #dce5ef;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    width: 96%;
    padding: 2%;
    padding-bottom: 40px;
}

.feadmin-feusers table td.feadmin-feusers_formLabel{width:25%; margin-right:2%} 
.feadmin-feusers table td.feadmin-feusers_formField{width:70%;} 

.feadmin-feusers table td textarea:hover, .feadmin-feusers table td textarea.f_textarea:hover ,
.feadmin-feusers table td input[type="text"]:hover{background: #cccccc;}
.feadmin-feusers h2,
.feadmin-feusers h1{font-size:120%; color:#000000; clear:both;}

.foundation_event .foundation_event,
.feadmin-feusers form{
    clear: both;
}
.tx-felogin-pi1   label,
.femanager_new   label,
.foundation_event .foundation_event  label,
.feadmin-feusers form label{
    width:30%;
    float:left;
    clear: left;
}


.femanager_new   textarea,
.foundation_event .foundation_event   textarea,
.feadmin-feusers form  textarea{
    border: 1px solid #cccccc;
    background:#ffffff;
}

.tx-felogin-pi1    input[type=text],
.tx-felogin-pi1 input[type="password"], 
.femanager_new   input[type=text], 
.femanager_new    input[type="password"], 
.foundation_event .foundation_event input[type=file], 
.foundation_event .foundation_event  input[type=text], 
.foundation_event .foundation_event input[type="password"], 
.foundation_event .foundation_event input[type="date"], 
.foundation_event .foundation_event input[type="time"], 
.foundation_event .foundation_event input[type="number"], 
.foundation_event .foundation_event input[type="file"], 
.foundation_event .foundation_event  select,
.feadmin-feusers form  input[type=file], 
.feadmin-feusers form  input[type=text], 
.feadmin-feusers form input[type="password"], 
.feadmin-feusers form  select {
    border: 1px solid #cccccc;
    background:#ffffff;
    float:left;
}

.foundation_event .foundation_event  select{
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../Images/select_white.png) no-repeat;
    background-position:top right;
}
.foundation_event .foundation_event select:hover{
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../Images/select_hover.png) no-repeat;
    background-position:top right;
}


.foundation_event input[type="submit"]{
    margin-left: 30%;
}
#femanager_field_submit {
    width: auto !important;
}
#femanager_field_zip{width:30%;}
.tx-felogin-pi1   legend,
.femanager_new  legend,
.foundation_event .foundation_event fieldset legend{
    font-size: 120%;
    color: #000;
    clear: both;
    font-weight:bold;
    margin-bottom:10px;
}

.foundation_event table.foundation-event-list td.cell.title .event_date, 	
.foundation_event table.foundation-event-list td.cell.title .event_title{
    font-weight:bold;
} 	
.foundation_event table.foundation-event-list td:first-child{
    padding-left: 0px;
}	
.foundation_event table.foundation-event-list td.options{
    padding-right:0px;
    min-width:53px;
}
.foundation_event table.foundation-event-list td.options a{
    height: 16px;
    width:16px;
    border: 2px solid #164E93;
    text-indent:-2000px;
    padding: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display:inline-block;
    margin-bottom:10px;
    background: url(../Images/editieren.png) no-repeat;
    background-position:top left;
}


.foundation_event table.foundation-event-list td.options a.edit{
    background: url(../Images/editieren.png) no-repeat;

}
.foundation_event table.foundation-event-list td.options a.delete{
    background: url(../Images/schliessen.png) no-repeat;
    border: 2px solid #9F1B26;
}
.foundation_event table.foundation-event-list td.options a.edit:hover{
    background: url(../Images/editieren_TV_blau.png) no-repeat;

}
.foundation_event table.foundation-event-list td.options a.delete:hover{
    background: url(../Images/schliessen_TV_rot.png) no-repeat;
    border: 2px solid #9F1B26;
}

.feadmin-feusers form .eventTime{width:10%;}
.feadmin-feusers form .eventblock {clear:both; margin-left: 30%;}


.feadmin-feusers .error{clear:both; color:red;}
.feadmin-feusers form  input.plz{width:18%;}
.feadmin-feusers span{float:left;padding-left:1%; padding-right:1%; width:2%; text-align:center;}
.feadmin-feusers form  input.ort{width:36%;}
.feadmin-feusers span.calendar,
.feadmin-feusers span.info{float:none; padding-left:0; padding-right:0; width:auto; text-align:left; margin-bottom: 10px; display: block;}
.feadmin-feusers span.calendar{float:left; margin-left:5px;}
.feadmin-feusers span.bis{width:auto;}

.tx-felogin-pi1  a, 
.tx-felogin-pi1  input[type="submit"], 
.femanager_new form input[type="submit"], 
.feadmin-feusers form input[type="submit"]{
    margin-left:30%;
} 

.feadmin-feusers form input[type="radio"], .feadmin-feusers form input[type="checkbox"] {
    float:left;
}

.tx-felogin-pi1 legend{
    padding-top:10px;
}

.feadmin-feusers form .feadmin-feusers_formSubmit input[type="submit"]{margin-left:0px;}
.feadmin-feusers form .feadmin-feusers_formBack input[type="submit"]{margin-left:0px; margin-right:5px;}
.feadmin-feusers form .event_delete{clear:both; margin-left:30%;}

.feadmin-feusers dl{margin-bottom:10px; }
.feadmin-feusers dl dt {float: left; width: 30%; clear:left;}
.feadmin-feusers dl dd {width: 60%; float: left;}
.feadmin-feusers dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
*:first-child+html .feadmin-feusers dl{ zoom: 1; } /* IE7 */

.femanager_new .control-group{
    position:relative;
}
.femanager_new .alert-error{
    display: block;
    position: absolute;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #9F1B26;
    top: -5px;
    padding: 5px;
    border-radius: 0px;
    z-index: 99999;
    width: 50%;
    left: 47%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    z-index: 99999;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.16);

}
.femanager_new .alert-error h4{
    color:#9F1B26;
    margin-bottom:0px;
    padding-bottom:0px;
}
.femanager_new .alert-error button{
    float: right;
    padding: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #9F1B26;
    color:#ffffff;
    font-weight:bold;
    border:none;
}
.femanager_new .alert-error button:hover{
    float: right;
    padding: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #cccccc;
    color:#ffffff;
    font-weight:bold;
}



.feadmin-feusers form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
*:first-child+html .feadmin-feusers form{ zoom: 1; } /* IE7 */





.tx-veranstaltungsdb-pi3-searchbox{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
    width:96% !important;
    padding:2% !important;
    background:#dce5ef;
}

.tx-veranstaltungsdb-pi3-search-row .tx-veranstaltungsdb-pi3-item-description{
    width: 100% !important;
    float: none !important;
}
.tx-veranstaltungsdb-pi3-search-row .tx-veranstaltungsdb-pi3-item-description table{margin-bottom:0px;}
.tx-veranstaltungsdb-pi3-search-row .tx-veranstaltungsdb-pi3-item-description td input[type=text]{width:95% !important;}


.tx-veranstaltungsdb-pi3-searchbox form{
    clear: both;
}

.tx-veranstaltungsdb-pi3-searchbox form label{
    width:30%;
    float:left;
}

.tx-veranstaltungsdb-pi3-searchbox form  input[type=text], 
.tx-veranstaltungsdb-pi3-searchbox form  select {
    border: 1px solid #cccccc;
    background:#ffffff;
    float:none;
}
.tx-veranstaltungsdb-pi3-searchbox .date_from,
.tx-veranstaltungsdb-pi3-searchbox .date_to{
    width:70%;
    float:left;
}

select.tx-veranstaltungsdb-pi3-searchbox-dropdown-date {
    width: 80px !important;
}

.tx-veranstaltungsdb-pi3-searchbox form .tx-veranstaltungsdb-pi3-searchbox-button{
    margin-left:30%;
} 

.tx-veranstaltungsdb-pi3-searchbox form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*:first-child+html .tx-veranstaltungsdb-pi3-searchbox form{ zoom: 1; } /* IE7 */


.tx-newloginbox-pi1 form label {
    width:30%;
    float:left;
    font-weight:normal !important;
}
.tx-newloginbox-pi1 form  input[type=text], 
.tx-newloginbox-pi1 form  select {
    border: 1px solid #cccccc;
    background:#ffffff;
    float:none;
}

.tx-newloginbox-pi1 form input[type=submit]{
    margin-left:30%;
} 

.tx-newloginbox-pi1 form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*:first-child+html .tx-newloginbox-pi1 form{ zoom: 1; } /* IE7 */


.tx-newloginbox-pi1 form table td input[type=submit]{ margin-left:0px;}

.tx-newloginbox-pi1 form table td input[type="password"], 
.tx-newloginbox-pi1 form table td input[type="text"]{width:98%;}



/*wettbewerb*/
.table_wettbewerb_suchenDiv{
    background:#dce5ef;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
    width:96%;
    padding:2%;
}

.table_wettbewerb_suchenDiv form{
    clear: both;
}

.table_wettbewerb_suchenDiv form label{
    width:30% !important;
    float:none;
    display:inline-block;
}

.table_wettbewerb_suchenDiv form  input[type=text], 
.table_wettbewerb_suchenDiv form  select {
    border: 1px solid #cccccc;
    background:#ffffff;
    float: none;
    display:inline-block;
}
.table_wettbewerb_suchenDiv form  input[type=submit]{
    margin-left:30.7%;
} 

.table_wettbewerb_suchenDiv form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*:first-child+html .table_wettbewerb_suchenDiv form{ zoom: 1; } /* IE7 */

table.table_wettbewerb_suchen{
    margin-bottom: 0px;
}
table.table_wettbewerb_suchen td{
    width:46% !important;
    padding:0;
    padding-left:2%;
    padding-right:2%;
    border:none;
}
table.table_wettbewerb_suchen td label{
    /*height:20px;*/
}
table.table_wettbewerb_suchen td input[type="text"],
table.table_wettbewerb_suchen td select{
    background:#ffffff;
    width: 100%;
}


table.table_wettbewerb_suchen td input[type=submit]{
    margin-bottom:0px;
}


table.table_wettbewerb th,
table.table_wettbewerb td{	
    border-bottom:1px solid #cccccc;
    padding:1%;
}
table.table_wettbewerb td{	
    padding-left:0px;
}
table.table_wettbewerb tr th,
table.table_wettbewerb td{
    width:50% !important;

}
table.table_wettbewerb td{
    width:50% !important;

}
table.table_wettbewerb td.tableright{
    padding-left:1%;

}
table.table_wettbewerb th{
    font-weight:bold;
    background-color: #799CC6;
    font-size: 0.9em;
    color: white;
    white-space:nowrap;
}




table.table_wettbewerb td .icons .icon{width:12%;}
table.table_wettbewerb td .icons .icon_text{width:86%;}

/*Exkurs*/
.exkurs{
    background: #dce5ef;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-top:20px;
    margin-bottom:20px;
    width:96%;
    padding:2%;
    display: block;
}
.exkurs .csc-header{color: #98141f;}
.exkurs .csc-default{
    margin-bottom:0px;
}
.exkurs .csc-default p{
    margin-bottom:10px;
}
.exkurs .csc-default p:last-child{
    margin-bottom:0px;
}

/*Archivkasten*/
.archivKasten{
    background:#dce5ef;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-top:20px;
    width:96%;
    padding:2%;
}

.archivKasten input[type="text"],
.archivKasten select{
    background:#ffffff;
    width:65%;
    float:left;
}
.archivKasten .button{
    width:25%;
    height: 30px;
    padding:1%;
    float:right;
}

h1.aif_ov_title{
    margin-top:20px;
    border-bottom:1px solid #cccccc;
}
a.aif_ov_title_link{
    font-weight:bold;
}
a.aif_ov_title_link{
    font-weight:bold;
}
div.record{
    background:#dce5ef;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
    width:96%;
    padding:2%;
}
div.record a.link_pdf{
    background: url(../Images/icon-pdf.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
    padding-left:20px;
    font-weight:bold;
}

/*Kontakt*/
.tx-spbettercontact-pi1{
    background:#dce5ef;
    text-align:center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:20px;
    width:96%;
    padding:2% !important;
}



/*newsletter styles*/
.newsletter .container	{ width: 90%; }
.newsletter .mainContent{
    border-top:1px solid #cccccc;
    padding-top:20px;	
}

.nl-hinweis {
    border:1px solid #164e93;
    border-radius: 6px;
    clear: both;
    margin-bottom: 20px;
    padding: 3%;
    padding-bottom:1%;
    position: relative;
    width: 94%;
}
.nl-hinweis .csc-default{
    background: url(../Images/eNewsletter_logo.png) no-repeat !important;
    background-position:0px 0px !important;
    padding-left:200px;
    margin:0px;
    min-height: 45px;
}



/* pagination */
div.x span,
div.pagination span{}

div.x span a,
div.pagination span a{
    background: #809ec4;
    padding: 4px;
    color: #ffffff;
    margin-right: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
div.x span a:hover,
div.pagination span a:hover{
    background: #98141f;
    padding: 4px;
    color: #ffffff;
    margin-right: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}


/**Hinweis-Container: Diverses**/
.container .mainContent .hint_text a {
    color: #13427d;
}




/*listings*/
.container .mainContent ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.container .mainContent  li{
    background-image: url(../Images/listcontent_grau.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px; 
    padding-left: 20px; 
}
.container .mainContent .hint_text  li{
    background-image: url(../Images/listcontent_dunkelgrau.gif);
}

/** Checkliste 		**/
/** (jh, 8.1.2014) 	**/
.container .mainContent .csc-bulletlist-1  li{
    background-image: url(../Images/checkmark.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px; 
    padding-left: 20px; 
}


.container .mainContent .checkliste_2 ul li{
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 2px;
    float: none;
    text-align: left;
    background-image: url(../Images/listcontent_grau.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px; 
}



/*.container .mainContent .liste ul li,*/
.container .mainContent .openMenue ul li{
    background:none;
    padding-left: 0px; 
}
.container .mainContent ul.multicolumnContainer li.column{
    background: none;
    padding-left: 0px;
}


/*overwrite plugins###########*/


DIV.csc-textpic DIV.csc-textpic-single-image IMG {
    margin-bottom: 0px;
    max-width:100%;
    height: auto;
}

/**Glossar (a21glossary)**/
.mainContent a.tx-glossary,
.mainContent .hint_text a.tx-glossary {
    border-bottom: 1px dotted #000000;
    color: #000000;
    cursor: help;
    font-style: normal;
    font-weight: normal;
}


.tx-a21glossaryadvancedoutput-pi1 .result {
    background: none;
    padding-left: 0;
    width: 100%;
}
.glossary dt{
    font-weight:bold;
    font-size:110%;
}
.glossary dd{
    padding-left:5%;
}

ul.multicolumnContainer li a.tx-glossary {
    display: inline;
}


label.nl-label{float:left;}


/*####################*/
/*sidebar ####################*/
/*####################*/
.sidebar .teaser_left_right{
    /*border:1px solid #cccccc;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align:center;
    width:94%;
    padding:3%;
    margin-bottom:20px;
}
/*klappteaser*/
.sidebar .klappteaser{
    margin-bottom:20px;
}
.sidebar .klappteaser .teaser_left_right{
    width:100%;
    padding:0px;
    border:none;


}

.sidebar .klappteaser .teaser_left_right div,
.sidebar .klappteaser .news-latest-item{
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 15px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    background: url(../Images/listpfeil_blau.png) no-repeat;
    background-position: 0px 3px;
    clear: both;
    border-bottom:1px solid #cccccc;

}
.sidebar .klappteaser .teaser_left_right div div{
    padding-left: 0px !important;
    padding-bottom:5px !important;
    background:none;
    clear:both;
    border-bottom:none;
}
/*
.sidebar .klappteaser .news-latest-item .news-latest-date{
        color: #98141f;
}*/

.sidebar .klappteaser .news-latest-item h3{
    font-size:94%;
    margin:0px;
    padding:0;
}
.sidebar .klappteaser .teaser_left_right div p,
.sidebar .klappteaser .news-latest-item p{
    margin:0px !important;
    padding:0 !important;
    padding-bottom: 5px !important;
    clear:both;
}
.sidebar .klappteaser .teaser_left_right div p a,
.sidebar .klappteaser .news-latest-item .news-latest-morelink{
    margin-top:-5px;
}
.sidebar .klappteaser .news-latest-item .top{display:none;}

.sidebar .klappteaser .teaser_left_right div h4{
    font-size:96%;
    margin:0px !important;
    padding:0 !important;
}

.sidebar .klappteaser .teaser_left_right .news-list-item .news-list-morelink a, 
.sidebar .klappteaser .teaser_left_right .news-latest-item .news-latest-morelink a {
    /*background: url(../Images/listpfeil_blau.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 15px;
    */
    background:none;
    display: block;
    text-align:right;
    width:100%;
    clear:both;
}


.sidebar .start_newsletterabo form{border-bottom:1px solid #cccccc;}
.sidebar .start_newsletterabo input.textform{float:right; border:1px solid #cccccc; width:60%;}
.sidebar .start_newsletterabo .button{float:right; width:62%;}


.sidebar #sidebar_people,
.ansprechperson .csc-textpic{
    background:#ededed;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    text-align:center;
    width:94%;
    padding:3%;
    margin-bottom:20px;
    border:1px solid #ededed;
}

.sidebar #sidebar_people h3,
.sidebar #sidebar_people p,
.sidebar #sidebar_people div,
.ansprechperson .csc-textpic h3,
.ansprechperson .csc-textpic p,
.ansprechperson .csc-textpic div{
    margin:0px;
    padding:0px;
    /**text-align:center;**/
}

.sidebar .csc-textpic-imagewrap{max-width:100% !important;}
/**width geändert in max-width; **/
/**stattdessen in responsive.css für Smartphones eingetragen: width:100% !important;**/
/**jh, 03.04.2014**/





/**Pagebrowser**/
.tx-smpagebrowser-pi1 #currentsitename {
    border-bottom: 1px dotted #164E93;
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 2em;
    text-align: right;
    width: 50%;
    margin-left: 50%;
}

.csc-textpic-text {
    margin-right: 0px !important;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left:  0px;
}
.csc-textpic-image  img{
    width:100%;
    height:auto;
}


/**video-container**/
.video-container {
    height: 0;
    margin-bottom: 1.5em;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.halbebreite_center{
    margin:auto;
    width: 50%;
}

.rgaccord1-nest .more-toggle-down {
    float: right;
}
.rgaccord1-nest .more-toggle-up {
    float: left;
}
.rgaccord1-nest .more-toggle-up a {
    background: url(../Images/listpfeil_oben_blau.png) no-repeat;
    background-position: 0px 7px;
}
.rgaccord1-nest .more-toggle-up a:hover {
    background: url(../Images/listpfeil_oben_rot.png) no-repeat;
    background-position: 0px 7px;
}
.rgaccord1-nest .more-link {
    float: right;
    clear: none !important;
}
.rgaccord1-nest .clear {
    padding: 0 !important;
}


/*plugin foundation-search*/
.foundation_search_box label{float:left;width:30%;}
.foundation_search_box label{float:left;}
.foundation_search_box .submitButton{margin-left:30%;}
.foundation_search_box #kesearch_filters{margin-left:30%;}
.foundation_search_box #kesearch_filters label{float:none; margin-left:0;}

/*plugin tx-spbettercontact-pi1*/
div.tx-spbettercontact-pi1 label{padding-right:5%;}
div.tx-spbettercontact-pi1 .tx_spbettercontact_button {height: 30px;}
div.tx-spbettercontact-pi1 p.tx_spbettercontact_button input {margin-left:30% !important;} 
div.tx-spbettercontact-pi1 .tx_spbettercontact_captcha_image{width:50%; float:left; margin-bottom:10px;}
div.tx-spbettercontact-pi1 .tx-srfreecap-pi2-cant-read{width:40%; float:right; color: #000000;}

div.tx-spbettercontact-pi1 .tx_spbettercontact_required_info,
div.tx-spbettercontact-pi1 .tx_spbettercontact_button{clear:both;}

div.tx-spbettercontact-pi1 input, div.tx-spbettercontact-pi1 textarea {
    width: 70%;
    margin-right: 0%;
}
div.tx-spbettercontact-pi1 input.captchaInput {margin-left:30%;}
p.tx_spbettercontact_required_info {margin-left: 30%; padding-left:0px !important;}

/*sm_pagebrowser*/
.pageOverview{
    border-top: 1px dotted #164E93;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    text-align: left;
    width: 50%;
    padding-top:5px;
}

/*sitemap*/
.tx-dropdownsitemap-pi1{}
.tx-dropdownsitemap-pi1 DIV.expAll {
    background: #dce5ef !important;
    width: 94% !important;
    padding: 3% !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: inherit;
    border:none !important;
}
.tx-dropdownsitemap-pi1 DIV {
    margin-left: 0px !important;
}
.tx-dropdownsitemap-pi1 li{
    background:none !important;
    padding-left: 0px !important;
}
.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited {
    color: #164e93!important;

}
.tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
    color: #990000 !important;

}


/*Newsletterabo */
#tx_smajaxmailsubscription_pi1 img{
    width:100%;
    height:auto;
}
.start_newsletterabo .usergroup-list,
.newsletterabo_personal .usergroup-list{
    display:none;
}
.start_newsletterabo fieldset{
    clear:both;
}
.start_newsletterabo input[type="text"],
.start_newsletterabo input[type="submit"]{
    float:right;
    width: 60%;
}
.start_newsletterabo span.label{
    float:left;
    width: 35%;
}

.newsletterabo_personal .row{
    clear:both;
    margin-bottom:0px;
}
.newsletterabo_personal label{
    float:left !important;
}
.newsletterabo_personal input[type="text"],
.newsletterabo_personal select{
    float:right;
}
.newsletterabo_personal input[type="submit"]{
    margin-left:37.5%;
	text-align: left;
	width: 39%;
	padding-left: 7%;
}

.newsletterabo_personal .unsubscribe{
	width:100%;
}
.newsletterabo_personal .unsubscribe a{
	margin-left: 37.5%;
	background: #97111a url(../Images/close_btn.png) no-repeat scroll 11px 4px;
	height: auto;
	border: medium none;
	text-align: left;
	color: #FFF;
	padding: 0px;
	border-radius: 6px;
	min-height: 23px;
	width: 32%;
	font-size: 90%;
	display: block;
	padding-top: 5px;
	padding-left: 7%;
}
.newsletterabo_personal .unsubscribe a:hover{
    background: #96b7d4 url(../Images/close_btn.png) no-repeat scroll 11px 4px;
	width: 32%;
	padding-left: 7%;
	text-align: left;
}
.newsletterabo_personal .info{
    background-color:#d5dfe7; 
    padding: 2%; 
    width:96%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.newsletterabo_personal .usergroup-list input[type="checkbox"]{
    float:right;
}
.newsletterabo_personal .usergroup-list .row{
    border-bottom:1px solid #cccccc;
    margin-bottom: 5px !important;
    padding-bottom:5px;
}

.newsletterabo_personal .descript{
    font-weight:bold;
}


.sidebar .newsletterabo_personal input[type="submit"] {
    width: 60%;
    font-size: 75%;
}


/*Sitemap*/
.csc-sitemap .openButton{
    font-weight:bold;
    cursor:pointer;
    color: #164e93;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #cccccc;
    width:100%;
}


.csc-sitemap .openButton .openDirectory{
    background-image: url("../Images/openDirectory.png");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    height: 27px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.csc-sitemap .openButton .closeDirectory{
    background-image: url(../Images/closeDirectory.png);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    height: 27px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.csc-sitemap .openButton .openDirectory:hover{
    background-image: url(../Images/openDirectory_hover.png);
    color: #98141f;

}
.csc-sitemap .openButton .closeDirectory:hover{
    background-image: url(../Images/closeDirectory_hover.png);
    color: #98141f;
}


.csc-sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.csc-sitemap li{
    background:none !important;
    padding-left:30px !important;
}

.csc-sitemap li.li-level-1{
    padding-left:0px;
}

.csc-sitemap li a{
    padding-bottom: 6px;
    display: inline-block;
}




.csc-sitemap li span{
    display:inline-block;
    cursor:pointer;
    width:20px;
    height:20px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.csc-sitemap li span.icon{
    background-image: url(../Images/listcontent_grau.gif);
    background-position: 0 1px;
    background-repeat: no-repeat;
}
.csc-sitemap li  span.icon.folder {
    background-image: url(../Images/folder_closed_blue.png);
    background-position: 0px 1px;	
}
.csc-sitemap li  span.icon.folder:hover {
    background-image: url(../Images/folder_closed_red.png);
}	

.csc-sitemap li  span.icon.folder.open {
    background-image: url(../Images/folder_open_blue.png);
}

.csc-sitemap li  span.icon.folder.open:hover{
    background-image: url(../Images/folder_open_red.png);
}

/**Jquery-ui-Datepicker**/
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: #ffffff;
    padding: 1%;
    border: 1px solid #cccccc;
    border-radius: 6px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker-calendar {
    border: 1px solid #cccccc;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker td.ui-datepicker-today a {
    border: 2px solid #97111a;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/*######################################*/
/*Printvorlage*/
/*######################################*/

@media print {

    #global_nav,
    .subnav,
    .breadcrumb,
    .sidebar,
    .right_menu,
    #footer{display:none;}

    .container{max-width:100%;}
    .mainContent{width:100% !important;}
    .container.contentseite .mainContent {width:100% !important;}
}
