html, body {
    height: 100%;
}

body {
    background: #e8ebf0 url('../images/body_bg.gif') top left repeat-x;
    font-size: 11px;
    font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
    color: #000000;
    padding:0px;
    margin:0px;
    position: relative;
}

div  {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {color: #001c8c; text-decoration:none}
a:visited {color:#001c8c; text-decoration:none}
a:hover {color: #001c8c; text-decoration:underline}
a:active { color:#001c8c; text-decoration:none}

h1, .teaserbox h2, .teaserbox_content_big h2 {
    font-family: Arial, Arial, Verdana;
    color: #013773;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

h2 {
    font-size:11px;
    font-weight: bold;
    color: #000;
}

h3 {
    font-size:11px;
    color: #667175;
    font-weight: bold;
    padding: 0;
    margin:20px 0 0 0;
}

hr {
    border-top: 1px #000000 solid;
    border-bottom: none;
    border-left: none;
    borderright: none;
}

p, pre{
    padding: 0px;
    margin: 0 0 15px 0;
    color: #000000;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    margin: 0;
}

th, td {
    text-align: left;
    padding: 3px;
    border-bottom: 1px #EFEFEF solid;
}

td, tr {
    vertical-align: top;
}

img.imageborder {
    padding: 1px;
    border: 1px solid #575654;
}

div.clear {clear: both;}

fieldset.kontakt {
    width: 260px;
    float: left;
}

fieldset.auswahl {
    width: 300px;
}

fieldset.auswahl select{
    width: 140px;
}

#closewindow span {
    float: right;
    border: 1px solid #c2c2c2;
    padding: 2px;
    background: #D1D7E3;
    font-weight: bold;
}

#closewindow span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#spalte_rechts fieldset.auswahl ul.termine ul{
    margin: 0;
}

#spalte_rechts fieldset.auswahl ul.termine li{
    font-size: 9px;
    padding: 0;
    background: none;
}

fieldset {
    border: 1px #D1D7E3 solid;
    background-color: #f1f4f9;
    padding: 10px 8px 8px 8px;
}

fieldset legend {
    font-weight: bold;
    color: #000000;
}

fieldset h3 {
    font-weight: bold;
    color: #000000;
    font-size: 1em;
    margin: 0 0 10px 0;
    padding: 0;
}

fieldset .caption {
    font-size: 9px;
}

fieldset input {
    line-height: 1.1em;
    font-size: 0.9em;
    margin: 3px 1px;
    width: 160px;
    border: 1px #A3AFC7 solid;
    background-color: #E8EBF0;
}

fieldset textarea {
    border: 1px #A3AFC7 solid;
    background-color: #E8EBF0;
    padding: 3px;
}

fieldset input.small {
    width: 40px;
}

fieldset input.radio {
    width: 30px;
    border: none;
    background-color: #F1F4F9;
}

fieldset input.checkbox {
    width: 15px;
    border: none;
    background-color: #F1F4F9;
}

.addinfo {
    font-size: 10px;
    color: #666666;
}

#spalte_rechts fieldset.auswahl ul li{
    background: none;
    padding-left: 0;
}

#spalte_rechts fieldset.auswahl ul li a{
    display: block;
    background: url(../images/icons/plus01.gif) no-repeat 0 3px;
    padding-left: 15px;
}

#spalte_rechts fieldset.auswahl ul li ul li{
    background: none;
    padding-left: 5px;
}

#spalte_rechts fieldset.auswahl ul li.offen a{
    display: block;
    background: url(../images/icons/minus01.gif) no-repeat 0 3px;
    padding-left: 15px;
}

#content_box fieldset label.angebot_add {
    display: block;
    border-bottom: 1px #e0e5ed solid;
    color: #000000;
    padding: 2px 0 2px 0;
    font-size: 9px;
    width: 100%;
}

a.ober_punkt{
    color: #4C7BAA;
    font-weight:bold;
}

#content_box fieldset label.angebot_add:hover {
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

fieldset input.half {
    width: 113px;
}

fieldset label {
    min-width: 60px;
    float: left;
}

fieldset label.labelright {
    float: none;
    display: inline;
}

fieldset br {
    clear: both;
}

.submitarea {
    margin: 10px 0 0 0;
    border-top: 1px #A3AFC7 solid;
    padding: 8px 0 0 0;
    text-align: right;
}

.submit {
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

#spalte_rechts ul#errorwindow {
    background-color: #FFFFFF;
    border-color: #A3AFC7 #000000 #000000 #A3AFC7;
    border-left: 1px solid #A3AFC7;
    border-style: solid;
    border-width: 1px;
    left: 35%;
    padding: 10px;
    position: absolute;
    top: 10%;
    z-index: 100;
}

#suche_box {
    background: #D1D7E3;
    border: 1px #A3AFC7 solid;
    font-size: 11px;
    height: 14px;
    width: 130px;
    float: left;
    margin: 0 10px 0 0 ;
}

#searchbox {
    position: relative;
    top: 10px;
    left: 40px;
}

.startseite #searchbox {
    height: 100px;
}


/* ---SUCHE Template Gestaltung---
----------------------------------
----------------------------------*/
table.searchresult th {
    text-align: left;
    padding: 5px;
    color: #353535;
}
table.searchresult td {
    vertical-align: top;
    padding: 5px;
    border-top: 1px solid #5a5a5a;
}

table.searchresult tr.bc td {
    background: #f0f0f0;
}

table.searchresult tr:hover td {
    background: #C2E4EF;
    cursor: pointer;
}

table.searchresult tr td a:hover {text-decoration: none;}

table.searchresult td img {
    margin: 4px 0 0 0;
}

table.searchresult td span {
    color: red;
}


/* ----------container zentriert das layout-------------- */
#container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0;
/*  background: url(../images/box_content_bg.gif); */
}

#holder {
    min-height: 100%;
    position: relative;
    float: left;
    left: 8px;
    background: url("../images/box_content_bg_2col.gif") 227px 0 repeat-y;
    /*  background: url(../images/box_content_bg.gif); */
}

#holder.startseite {
    background: none;
}

#container #header {
    height: 114px;
    width: 1000px;
}

#container #header #logo {
    position: absolute;
    width: 260px;
    height: 60px;
    top: 26px;
    left: 10px;
}

/****************** HAUPTMENU **********************/

#container #header ul#mainmenu {
    position: absolute;
    width: 520px;
    z-index:1000;
    top: 37px;
    right: 58px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: url('../images/mainmenu_trenner.gif') top left no-repeat;
}

#container #header ul#mainmenu li {
    position: relative;
    float: left;
    height: 62px;
    margin: 0;
    background: url('../images/mainmenu_trenner.gif') top right no-repeat;
}

#container #header ul#mainmenu li a {
    display: block;
    width: auto;
    color: #000;
    font-size:10px;
    height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 20px 0 20px;
}

#container #header ul#mainmenu li ul li a {
    padding: 0;
    font-size:11px !important;
    text-transform: none;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #000;
}

/****************** HAUPTMENU HOVER **********************/

#container #header ul#mainmenu li ul {
    position: absolute;
    z-index: 1000;
    margin-top: 6px;
    top: 47px;
    left: 0;
    float: left;
    width: auto;
    display: none;
    background: #fff;
}

#container #header ul#mainmenu li:hover ul {
    display: block;
}

#container #header ul#mainmenu li:hover ul li {
    background: #fff;
    width: auto;
    height: auto;
    padding: 5px 18px 5px 18px;
    list-style: none;
    margin: 0;
}

#container #header ul#mainmenu li:hover ul li:hover {
    background: url('../images/selected.gif') 5px 10px no-repeat;
}

#navbg {
    float: left;
    height: 100%;
    position: relative;
    background:url("../img/navgb.jpg") repeat-y scroll 0 0 transparent;
}


/****************************** SPALTE LINKS **********************************/
#container #spalte_links {
    float: left;
    height: 100%;
    background-position: -8px 0px;
}

/****************************** SPALTE RECHTS **********************************/
#container #spalte_rechts {
    float: left;
    width: 763px;
    height: 100%;
}

#header_bild {
    margin: 10px;
}

/********************** FOOTER **********************************/
#footer {
    width: 100%;
    height: 134px;
    background: url('../images/footer_bg.gif') top left repeat-x;
}

#footer #inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 134px;
    background: url('../images/footer_inner_bg.gif') top left no-repeat;
}

#footer #inner div#zertifikat {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 140px;
    text-align: center;
    color: #424655;
    font-size: 11px;
}

#footer #inner div#zertifikat strong {
    font-size: 14px;
}

#footer #inner #shortcuts {
    position: absolute;
    right: 30px;
    top: 3px;
    height: 16px;
}

#footer #inner #shortcuts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer #inner #shortcuts ul li {
    float: left;
    border-left: 1px solid #e7e9ee;
    padding: 0 18px;
    margin: 0;
}

#footer #inner #shortcuts ul li a {
    color: #464646;
}

/********************** TEASERBOXEN **********************************/


#spalte_rechts .teaserbox_col {
    width: 372px;
    float: left;
}

#spalte_rechts .teaserbox_col_big {
    width: 744px;
    float: left;
}

#spalte_rechts .teaserbox_col .teaserbox_content{
    position: relative;
    margin: 0;
    padding: 27px;
    height: 237px;
    overflow:hidden;
}

#spalte_rechts .teaserbox_col_big .teaserbox_content_big{
    position: relative;
    margin: 0;
    padding: 27px;
    height: 150px;
    overflow:hidden;
}

#spalte_rechts .teaserbox_col .big .teaserbox_content{
    height: 237px;
    overflow:hidden;
}

#spalte_rechts .left .teaserbox{
    margin: 0;
    padding: 0;
    background: url(../images/bg_teaser_left_bottom.gif) no-repeat bottom left;
}

#spalte_rechts .left .teaserbox_content{
    background: url(../images/bg_teaser_left_top.gif) no-repeat top left;
}

#spalte_rechts .right .teaserbox{
    margin: 0;
    padding: 0;
    background: url(../images/bg_teaser_right_bottom.gif) no-repeat bottom left;
}

#spalte_rechts .right .teaserbox_big,
#spalte_rechts .left .teaserbox_big{ 
    margin: 0;
    padding: 0;
    background: url(../images/bg_teaser_right_bottom_big.gif) no-repeat bottom left;
}

#spalte_rechts .right .teaserbox_content_big,
#spalte_rechts .left .teaserbox_content_big {
    background: url(../images/bg_teaser_right_top_big.gif) no-repeat top left;
}

#spalte_rechts .right .teaserbox_content{
    background: url(../images/bg_teaser_right_top.gif) no-repeat top left;
}

#spalte_rechts ul{
    border-bottom: 1px #e8e8e8 solid;
}

#spalte_rechts ul li{
    list-style: none;
    list-style-type: none;
    background: url(../images/li_1.gif) no-repeat top left;
    border-top: 1px #e8e8e8 solid;
    padding: 3px 0 5px 20px;
    text-indent: 0;
}

#spalte_rechts ul li.lc{
    background-image: url(../images/li_2.gif);
}
/******************************************************************/
/* KONTAKTE					                                     **/

#spalte_rechts .ptermine {
    padding:0;
    margin: 0;
}

#spalte_rechts .ptermine li{
    padding:0;
    margin: 0;
    background: none;
}

.kimage {
    float: left;
    margin: 0 10px 0 0;
    width: 160px;
    min-height: 110px;
    max-height: 110px;
    padding: 0;
    border: 1px #555555 solid;
}

.kimage img {
    border: none;
    padding: 0;
    margin: 0;
}

.kbox {
    border-bottom: 1px #c4c6ce solid;
    min-height: 140px;
}

.kontakte_kategorie {
    margin: 0 0 15px 0;
}
.kontakte_kategorie h2 {
    font-size: 1.2em;
}
.kontakte_kategorie h3 {
    font-size: 1.2em;
    margin: 0 8px 0 0;
    padding: 0;
}

.kontakte_kategorie div.kimage {
    margin-top: 10px;
}

/******************************************************************/
/* FARBSCHEMA DER NAVIGATION                                     **/

#subnavigation {
    float: left;
}

/* blau */
#container #header ul#mainmenu li.nav3:hover {
    background: url('../images/mainmenu_hov_blau.gif') top right no-repeat;
    cursor: pointer;
}

#container #header ul#mainmenu li.nav3:hover  a {
    color: #012D76;
}

/* orange */
#container #header ul#mainmenu li.nav1:hover {
    background: url('../images/mainmenu_hov_orange.gif') top right no-repeat;
    cursor: pointer;
}

#container #header ul#mainmenu li.nav1:hover  a {
    color: #fb6c00;
}

/* gruen */
#container #header ul#mainmenu li.nav2:hover {
    background: url('../images/mainmenu_hov_gruen.gif') top right no-repeat;
    cursor: pointer;
}

#container #header ul#mainmenu li.nav2:hover  a {
    color: #098901;
}

/* cyan */
#container #header ul#mainmenu li.nav4:hover {
    background: url('../images/mainmenu_hov_cyan.gif') top right no-repeat;
    cursor: pointer;
}

#container #header ul#mainmenu li.nav4:hover  a {
    color: #016776;
}

/* rot */
#container #header ul#mainmenu li.nav5:hover {
    background: url('../images/mainmenu_hov_rot.gif') top right no-repeat;
    cursor: pointer;
}

#container #header ul#mainmenu li.nav5:hover  a {
    color: #762301;
}

/* gelb #container #container #headerder ul#mainmenu li.nav1:hover {
    background: url('../images/mainmenu_hov_orange.gif') top right no-repeat;
    cursor: pointer;
#container #container #headerder ul#mainmenu li.nav1:hover  a {
    color: #fb6c00;
}


.teaserbox_content a,
.teaserbox_content_big a{
    color:#000000;
}

#sub_nav a{
    color:#000000;
}

/* ***** DOWNLOAD ICONS ****** */

div.fileoverview {
    margin: 20px 0 0 15px;
    background: #F5F5F5;
    width: 470px;
    padding: 10px;
}

div.fileoverview h2 {
    margin: 0 50px 0 0;
}
div.fileoverview table {
    margin: 0;
    padding: 0;
}
div.fileoverview table td {
    padding: 6px 0;
    border: 0;
    vertical-align: middle;
}
div.fileoverview table td.file_description {
    width: 100px;
}
div.fileoverview table td.file_date {
    width: 100px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.teaserbox_content_big p span.mehr {
    position: absolute;
    display: block;
    text-align: right;
    font-weight: bold;
    width: auto;
    height: auto;
    bottom: 20px;
    right: 40px;
}

/* Additional - Download-Icons */
.download_link_pdf {
    display: block;
    height: 16px;
    padding:0px 0 2px 20px;
    background: url(../images/icons/icon_download_pdf.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_doc {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_word.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_zip {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_zip.gif) 0 0px no-repeat;
    cursor:pointer
}
.download_link_jpg {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_png {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_gif {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_video {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_video.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_default {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../images/icons/icon_download_default.gif) 0 0 no-repeat;
    cursor:pointer
}

/* ***** flashbanner ****** */

#bildbanner {
    margin: 0;
    position:relative;
    z-index: 1;
}

#bildbanner-startseite {
    background:url("../images/spalte_rechts_bg_start.gif") no-repeat scroll top left transparent;
    float:left;
    position:absolute;
    z-index: 1;
    left: 227px;
    top:-287px;
    width:760px;
    height:287px;
}

/* *****teaser_box******* */

/*.teaserbox_col img{
    padding: 0 0 10px 0;
}
.teaserbox_col_big .big h2 span.front{
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col_big .big h2 span.end{
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}

 - gr�n - 
.teaserbox_col .teaser_gruen h2 span.front,
.teaserbox_col_big .teaser_gruen h2 span.front
{
    color: #5FCF00;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_gruen h2 span.end,
.teaserbox_col_big .teaser_gruen h2 span.end{
    color: #5FCF00;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_gruen .mehr,
.teaserbox_col .teaser_gruen .mehr a,
.teaserbox_col_big .teaser_gruen .mehr,
.teaserbox_col_big .teaser_gruen .mehr a{
    color: #5FCF00;
    font-weight: bold;
}
.teaserbox_col .teaser_gruen .mehr:hover,
.teaserbox_col .teaser_gruen .mehr a:hover,
.teaserbox_col_big .teaser_gruen .mehr:hover,
.teaserbox_col_big .teaser_gruen .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}

 - rot - 
.teaserbox_col .teaser_rot h2 span.front,
.teaserbox_col_big .teaser_rot h2 span.front{
    color: #dd0301;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_rot h2 span.end,
.teaserbox_col_big .teaser_rot h2 span.end{
    color: #dd0301;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_rot .mehr,
.teaserbox_col .teaser_rot .mehr a,
.teaserbox_col_big .teaser_rot .mehr,
.teaserbox_col_big .teaser_rot .mehr a{
    color: #dd0301;
    font-weight: bold;
}
.teaserbox_col .teaser_rot .mehr:hover,
.teaserbox_col .teaser_rot .mehr a:hover,
.teaserbox_col_big .teaser_rot .mehr:hover,
.teaserbox_col_big .teaser_rot .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}

 - gelb - 
.teaserbox_col .teaser_gelb h2 span.front,
.teaserbox_col_big .teaser_gelb h2 span.front{
    color: #fdd400;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_gelb h2 span.end,
.teaserbox_col_big .teaser_gelb h2 span.end{
    color: #fdd400;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_gelb .mehr,
.teaserbox_col .teaser_gelb .mehr a,
.teaserbox_col_big .teaser_gelb .mehr,
.teaserbox_col_big .teaser_gelb .mehr a{
    color: #fdd400;
    font-weight: bold;
}
.teaserbox_col .teaser_gelb .mehr:hover,
.teaserbox_col .teaser_gelb .mehr a:hover,
.teaserbox_col_big .teaser_gelb .mehr:hover,
.teaserbox_col_big .teaser_gelb .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}


 - cyan - 
.teaserbox_col .teaser_cyan h2 span.front,
.teaserbox_col_big .teaser_cyan h2 span.front{
    color: #00c4de;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_cyan h2 span.end,
.teaserbox_col_big .teaser_cyan h2 span.end{
    color: #00c4de;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_cyan .mehr,
.teaserbox_col .teaser_cyan .mehr a,
.teaserbox_col_big .teaser_cyan .mehr,
.teaserbox_col_big .teaser_cyan .mehr a{
    color: #00c4de;
    font-weight: bold;
}
.teaserbox_col .teaser_cyan .mehr:hover,
.teaserbox_col .teaser_cyan .mehr a:hover,
.teaserbox_col_big .teaser_cyan .mehr:hover,
.teaserbox_col_big .teaser_cyan .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}


 - orange - 
.teaserbox_col .teaser_orange h2 span.front,
.teaserbox_col_big .teaser_orange h2 span.front{
    color: #fd9500;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_orange h2 span.end,
.teaserbox_col_big .teaser_orange h2 span.end{
    color: #fd9500;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_orange .mehr,
.teaserbox_col .teaser_orange .mehr a,
.teaserbox_col_big .teaser_orange .mehr,
.teaserbox_col_big .teaser_orange .mehr a{
    color: #fd9500;
    font-weight: bold;
}
.teaserbox_col .teaser_orange .mehr:hover,
.teaserbox_col .teaser_orange .mehr a:hover,
.teaserbox_col_big .teaser_orange .mehr:hover,
.teaserbox_col_big .teaser_orange .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}


 - grau - 
.teaserbox_col .teaser_grau h2 span.front,
.teaserbox_col_big .teaser_grau h2 span.front{
    color: #ababab;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_grau h2 span.end,
.teaserbox_col_big .teaser_grau h2 span.end{
    color: #ababab;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_grau .mehr,
.teaserbox_col .teaser_grau .mehr a,
.teaserbox_col_big .teaser_grau .mehr,
.teaserbox_col_big .teaser_grau .mehr a{
    color: #ababab;
    font-weight: bold;
}
.teaserbox_col .teaser_grau a:hover .mehr:hover,
.teaserbox_col .teaser_grau .mehr a:hover,
.teaserbox_col_big .teaser_grau a:hover .mehr:hover,
.teaserbox_col_big .teaser_grau .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}

 - violett - 
.teaserbox_col .teaser_violett h2 span.front,
.teaserbox_col_big .teaser_violett h2 span.front{
    color: #9600c6;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.teaserbox_col .teaser_violett h2 span.end,
.teaserbox_col_big .teaser_violett h2 span.end{
    color: #9600c6;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 5px;
}
.teaserbox_col .teaser_violett .mehr,
.teaserbox_col .teaser_violett .mehr a,
.teaserbox_col_big .teaser_violett .mehr,
.teaserbox_col_big .teaser_violett .mehr a{
    color: #9600c6;
    font-weight: bold;
}
.teaserbox_col .teaser_violett .mehr:hover,
.teaserbox_col .teaser_violett .mehr a:hover
.teaserbox_col_big .teaser_violett .mehr:hover,
.teaserbox_col_big .teaser_violett .mehr a:hover{
    font-weight: bold;
    text-decoration: underline;
}*/


/*[if EDITOR]
body {
    background: #FDFDFD;
    padding: 5px;
}

li { list-style: disc inside none !important; }
[endif]*/
