/********************************/
/************ BOXES *************/
/********************************/

div.box_main {
width: 850px;
margin: auto;
}

div.box_header {
width: 850px;
height: 144px;
}

div.box_sec_navigation {
width: 850px;
height: 24px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
padding-top: 2px;
text-align: right;
}

* html div.box_sec_navigation { /* hack ie */
margin-top: -3px;
}

div.box_info {
width: 850px;
}

div.box_info_left {
width: 207px;
float: left;
}

div.box_info_left_middle {
width: 207px;
background-image: url('../upload/layout/background_info_left.jp');
background-repeat: repeat-y;
float: left;
}

div.box_info_right {
width: 643px;
padding-left: 0px;
padding-right: 0px;
float: left;
}

div.box_info_right_ausrichter {
margin-left: 20px;
margin-right: 35px;
}

div.box_info_right_middle {
width: 643px;
background-image: url('../upload/layout_02/background_info_right.jpg');
background-repeat: repeat-y;
background-position: 13px 0px;
float: left;
}

div.box_footer {
clear: both;
width: 850px;
height:52px;
}

div.box_footer_left {
width: 207px;
float: left;
}

div.box_footer_right {
padding-top: 10px;
width: 643px;
float: left;
text-align: right;
}


/* ################################################# */
/* ################## Allgemeines ################## */
/* ################################################# */

a {
color: #000046;
}

acronym.acronym {
border-bottom: 1px dotted #999999;
cursor: help;
text-decoration: none;
}



h1 {
font-size: 20px;
color: #000046;
margin-top: 10px;
}

h2 {
font-size: 15px;
color: #666666;
}

h3 {
font-size: 14px;
font-weight: 900;
color: #666666;
}

input.button {
border: 1px solid #000046;
}

span.hinweis_klein {
font-size: 12px;
}

table.text {
}

td.text {
font-size: 14px;
text-align: left;
vertical-align: top;
}

th.text {
background-color: #555555;
color: #ffffff;
font-size: 14px;
text-align: left;
vertical-align: top;
}


/* ############################################ */
/* ################## MODULE ################## */
/* ############################################ */

/* ################## Formular Mailkontakt MH ################## */

span.fehler_mailkontakt {
margin-left: 20px;
font-size: 14px;
color: #FF0000;
}


/* ################## Hauptnavigation ################## */
div#mnavi a {
display: block;
border-bottom: 0px solid #aaaaaa;
text-decoration: none;
font-weight: 900;
}

li.navigation {
list-style: none;
}

/*----- Ebene 1 -----*/
ul.e1 {
margin: 0px;
padding: 0px;
}

li.navigation a.e1p { /* Menüpunkt ist passiv. */
padding-left: 30px;
padding-top: 13px;
margin-bottom: 0px;
color: #000000;
font-size: 20px;
font-weight: 900;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e1_passive.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 30px;
}


* html li.navigation a.e1p { /*hack ie*/
margin-bottom: -2px;
}

li.navigation a.e1p:hover { /* Menüpunkt ist passiv, wird gehovert. */
padding-left: 30px;
padding-top: 13px;
margin-bottom: 0px;
color: #000000;
font-size: 20px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e1_hover.gif');
background-repeat: no-repeat;
background-position: left top;
height: 30px;
}

* html li.navigation a.e1p:hover { /*hack ie*/
margin-bottom: -2px;
}

li.navigation a.e1oa, /* Wenn dieser Menüpunkt aktiviert wurde. */
li.navigation a.e1o,  /* Wenn einer der Unterpunkte dieses Punkts aktiviert wurde. */
li.navigation a.e1a { /* Menüpunkt ist aktiviert, hat keine Unterpunkte. */
padding-left: 30px;
padding-top: 13px;
margin-bottom: 0px;
color: #ffffff;
font-size: 20px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e1_active.gif');
background-repeat: no-repeat;
background-position: left top;
height: 30px;
}

/* hack ie */
* html li.navigation a.e1oa,
li.navigation a.e1o,
li.navigation a.e1a {
margin-bottom: -2px;
}



/*----- Ebene 2 -----*/
ul.e2 {
margin: 0px;
padding: 0px;
}

li.navigation a.e2p { /* Menüpunkt ist passiv. */
padding-top: 7px;
padding-left: 30px;
color: #000000;
font-size: 12px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_passive.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 26px;
}

li.navigation a.e2p:hover { /* Menüpunkt ist passiv, wird gehovert. */
padding-top: 7px;
padding-left: 30px;
color: #000000;
font-size: 12px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_hover.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 26px;
}

li.navigation a.e2oa, /* Wenn dieser Menüpunkt aktiviert wurde. */
li.navigation a.e2o,  /* Wenn einer der Unterpunkte dieses Punkts aktiviert wurde. */
li.navigation a.e2a { /* Menüpunkt ist aktiviert, hat keine Unterpunkte. */
padding-top: 5px;
padding-left: 30px;
color: #ffffff;
font-size: 12px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_active.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 26px;
}

/* hack ie */
* html li.navigation a.e2oa,
li.navigation a.e2o,
li.navigation a.e2a {
padding-top: 5px;
}


/*----- Ebene 3 -----*/
ul.e3 {
margin: 0px;
padding: 0px;
}

li.navigation a.e3p { /* Menüpunkt ist passiv. */
padding-top: 5px;
padding-left: 40px;
color: #000000;
font-size: 11px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_passive.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 20px;
}

li.navigation a.e3p:hover { /* Menüpunkt ist passiv, wird gehovert. */
padding-top: 5px;
padding-left: 40px;
color: #000000;
font-size: 11px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_hover.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 20px;
}

li.navigation a.e3oa, /* Wenn dieser Menüpunkt aktiviert wurde. */
li.navigation a.e3o,  /* Wenn einer der Unterpunkte dieses Punkts aktiviert wurde. */
li.navigation a.e3a { /* Menüpunkt ist aktiviert, hat keine Unterpunkte. */
padding-top: 7px;
padding-left: 40px;
color: #ffffff;
font-size: 11px;
font-weight: 100;
font-family: helvetica, arial, geneva, sans-serif;
background-image: url('../upload/layout_02/hauptnavi_e2_active.jpg');
background-repeat: repeat-y;
background-position: 25px 0px;
height: 20px;
}

/* hack ie*/
* html li.navigation a.e3oa,
li.navigation a.e3o,
li.navigation a.e3a {
padding-top: 5px;
}



/* ################## Hilfsnavigation 1, 2 ################## */

a.hilfsnavigation_1,
a.hilfsnavigation_2 {
text-decoration: none;
font-size: 10px;
color: #ffffff;
}

a.hilfsnavigation_1:hover,
a.hilfsnavigation_1:active,
a.hilfsnavigation_2:hover,
a.hilfsnavigation_2:active {
text-decoration: none;
font-size: 10px;
color: #999999;
}



/* ####################### SEARCH INPUT ################# */

#search {
    margin:10px 0 0 20px;
    font-size:11px;
    background-color:transparent;
}
#search label {
    font-size:11px;
    display:block;
    float:left;
    width:42px;
    padding:2px 0 0 0;
}
#search input {
    border:1px solid #ccc;
    width:100px;
    height:12px;
    font-size:10px;
}
#search input.sbmt {
    border:0;
    width:5px;
    height:8px;
    margin:0 0 0 10px;
}

/* ####################### SEARCH OUTPUT ################ */

#searchResults {
    margin-left: 20px;
    margin-right: 35px;
}
#searchResults p.message {
    margin:20px 20px 30px 0;
}
#searchResults div.searchResultItem {
    border-bottom:1px solid #ccc;
    margin:0 0 10px 0;
    padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
    font-size:14px;
    margin:0 0 5px 0;
    padding:0;
    color:#0060b1;
    font-style:normal;
}

/* ################## Text ################## */

div.textItem {
margin-left: 17px;
font-size: 14px;
}





/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
}
html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;
}
body {
    height:100%;
    background-color: #000000;
    background-image: url('../upload/layout_02/background_body.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
form {
    margin:0;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}

/* /----------------- general html structure */



/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */
#head {
    height:150px;
    background-color:#F1F1F1;
    background-image:url('../images/pattern_head_right.gif');
    background-repeat:repeat-x;
    background-position:0 90px;
    padding:0;
}

#head #headBody {
    padding:0;
    margin:0;
    background-image:url('../images/header_bild_beispiel.gif');
    background-repeat:no-repeat;
    background-position:240px 0;
    width:960px;
}

#head a#logoTop {
    display:block;
    float:left;
    padding:0;
    margin:0;
}

#head h1 {
    display:block;
    float:left;
    padding:0 0 0 30px;
    margin:0;
    width:690px;
    height:60px;
    line-height:60px;
    font-weight:normal;
    color:#435d06;
    /* transparency */
    background-color:#fff;
/*    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;*/
}

#head h1, #head a#logoTop {
    margin:90px 0 0 0;
}

/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#outerContainer {
    /*background-image:url('../images/pattern_contenido.gif');*/
    min-height:90%;
}
* html #outerContainer {
    height:90%;
}
#contentContainer {
    width:960px;
}
#outerContainer, #contentContainer {
    margin:0;
    padding:0;
}

#whiteBg {
    float:left;
    background-color:#fff;
    padding:0;
    margin:0;
    height:100%;
}

#navigation, #content, #teasersRight {
    float:left;
    padding-top:30px;
}
#outerContainer #contentContainer #content {
    padding-top:30px;
}

#content, #teasersRight {
    background-color:#fff;
}

#contentContainer #navigation {
    width:240px;
    background-color:transparent;
}

#contentContainer #content {
    width:430px;
    padding:0 30px;
    margin:0;
}

#contentContainer #teasersRight {
    width:230px;
}






/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
    font-size:11px;
    color:#333;
    line-height:14px;
}
#content h1, #content h2 {
    margin:0 0 10px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
    color:#333;
}
#content h1 {
    line-height:22px;
}
#content h1 a {
    color:#0060b1;
    text-decoration:none;
}
#content h2 {
    font-style:italic;
    font-size:11px;
}

img.hr {
    display:block;
    margin:10px 0;
    padding:0;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
    color:#333;
    font-size:11px;
}
#teasersRight .teaserItem h3 {
    color:#0060b1;
    font-size:14px;
    margin:0 0 5px 0;
    font-weight:normal;
}

#teasersRight .teaserItem a.more {
    display:block;
    width:230px;
    margin:10px 0;
    padding:0 0 0 15px;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
    width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
    /*width:100%;*/
    height:104px;
    font-size:11px;
    background-color:#ccc;
    overflow:hidden;
}
#footerContainer {
    width:960px;
}
#footer a#logoBottom {
    display:block;
    float:left;
}

#footer #footerContentContainer {
    float:left;
    background-color:#F1F1F1;
    width:720px;
    height:104px;
}
#footerContentLeft, #footerContentRight {
    float:left;
    color:#999;
}
#footerContentLeft {
    width:450px;
    margin:10px 0 0 30px;
    font-size:10px;
    padding-right:10px;
}
* html #footerContentLeft {
    margin-left:15px; /* hae? */
}
#footerContentRight {
    width:220px;
    font-size:11px;
    background-color:#F9FBDD;
    padding-left:10px;
    height:104px;
}
* html #footerContentRight {
    padding-top:10px;
}

#footerContentRight h3 {
    font-size:11px;
}

#footerContentRight input {
    width:150px;
    height:12px;
    border:1px solid #ccc;
    font-size:10px;
    margin:0 0 4px 0;
}
* html #footerContentRight input {
    width:142px;
}

#footerContentRight label {
    display:block;
    width:60px;
    float:left;
    margin:0 0 4px 0;
}

#footer input#loginBtn {
    background-color:#F9FBDD;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil_klein.gif);
    background-repeat:no-repeat;
    background-position:right 6px;
    font-size:12px;
    width:auto;
    height:auto;
    float:right;
    margin:0 10px 0 0;
}
* html #footer input#loginBtn {
    margin:0 14px 0 0;
}

ul#metaNavigation {
    margin:0 0 0px 0;
    padding:0;
}
ul#metaNavigation li {
    margin:0;
    padding:0 0px 0 0px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#logoutText {
    position:relative;
    height:70px;
}
#logoutText a {
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:none;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
    color:#0060b1;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*.clearfix {display:inline-block;}*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/**** IMAGE GALLERY ****/
table.gallery {
    margin: 20px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 220px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:120px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}


/* ######################################### */
/* ################# SITEMAP ############### */
/* ######################################### */

/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

a.sitemap {
color: #000046;
margin-left: -10px;
}

.sitemap, .sitemap ul {
        margin-left: 35px;
        margin-right: 25px;
        padding-left: 0;
}

.sitemap li {
    list-style-type: square;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}


/* ###################################################### */
/* ################## Bildergalerie MH ################## */
/* ###################################################### */

a.bildergalerie_mh_detail,
a.bildergalerie_mh_vorschau {
font-size: 12px;
color: #000000;
}
a.bildergalerie_mh_detail:hover,
a.bildergalerie_mh_vorschau:hover {
font-size: 12px;
color: #000000;
text-decoration: underline;
}

a.bildergalerie_mh_seitenwaehler_active {
color: #000000;
font-size: 14px;
font-weight: 900;
}

a.bildergalerie_mh_seitenwaehler_passive {
color: #000000;
font-size: 12px;
}

div.bildergalerie_mh {
text-align: center;
}

div.bildergalerie_mh_beschreibung {
margin-top: 10px;
text-align: center;
font-size: 10px;
}

div.bildergalerie_mh_bild {
text-align: center;
}

div.bildergalerie_mh_bild_vorschau {
text-align: center;
/*border-left: 1px solid #000046;
border-top: 1px solid #000046;
border-right: 1px solid #222222;
border-bottom: 1px solid #222222;*/
/*background-color: #e6e6fb;*/
background-image: url(../upload/layout/diarahmen.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 120px;
height: 120px;
display: table-cell;
vertical-align: middle;
}

div.bildergalerie_mh_menue_detail,
div.bildergalerie_mh_menue_vorschau {
text-align: center;
margin-bottom: 5px;
margin-top: -10px;
}

img.bildergalerie_mh_bild_vorschau {
border: 1px solid #777777;
}

table.bildergalerie_mh {
text-align: center;
margin-right:auto;
margin-left:auto;
}

td.bildergalerie_mh {
text-align:center;
padding: 10px;
}

/* ################################################# */
/* ################## Seitwert.de ################## */
/* ################################################# */

a.seitwert {
color: #36ff00;
text-decoration: none;
}

a.seitwert:hover {
text-decoration: underline;
}

table.seitwert {
font-size:10px;
}

td.seitwert {
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
}

th.seitwert {
color: #ffffff;
font-weight: 100;
text-align: left;
background-color: #555555;
}


/* ################################################## */
/* ################## TextScroller ################## */
/* ################################################## */

#scroller_content {
clip: rect(0 520px 200px 0);
width: 520px;
position: absolute;
}

div.scroller {
float: right;
width: 10px;
height: 200px;
margin-right: 20px;
}

p.bar {
height: 50px;
margin: 2px;
border: 1px solid black;
padding: 0 2px;
background-color: red;
}


/* ########################################## */
/* ################## TEST ################## */
/* ########################################## */

  #l1 {
    position: relative;
    z-index: 100;
    left: 300px;
    top: 300px;
    width: 300px;
    padding: 3px;
    border: 2px solid black;
    background-color: #fdeaa8;
    color: black;
/*    visibility: hidden;*/
    overflow: auto;
  }
  

/********************* terminkalender_sd und terminkalender_sd_terminliste **********************/

span.terminkalender_sd_samstag,
span.terminkalender_sd_sonntag,
span.terminkalender_sd_normal_feiertag,
span.terminkalender_sd_samstag_feiertag,
span.terminkalender_sd_sonntag_feiertag,
span.terminkalender_sd_heute_feiertag {
color: #ff0000;
font-weight: 900;
}
span.terminkalender_sd_normal {}
span.terminkalender_sd_heute {}

a.terminkalender_sd_vormonat,
a.terminkalender_sd_kommender_monat {}

a.terminkalender_sd_vormonat:hover,
a.terminkalender_sd_kommender_monat:hover {}

a.terminkalender_sd_ein_termin,
a.terminkalender_sd_mehrere_termine {
font-weight: 900;
background-image: url('../upload/bullets/bullet_termin.gif');
background-repeat: no-repeat;
background-position: 25px 5px;
display: block;
text-decoration:none;
color: #000000;
}

table.terminkalender_sd  {
background-color: #ffffff;
}

th.terminkalender_sd_vormonat,
th.terminkalender_sd_kommender_monat {
border-bottom: 1px dotted #555555;
}
th.terminkalender_sd_aktueller_monat {
font-weight: 900;
color: #555555;
font-size: 16px;
border-bottom: 1px dotted #555555;
}

td.terminkalender_sd_tage_woche {
color: #555555;
width: 35px;
}
td.terminkalender_sd_tage_wochenende {
color: #555555;
font-weight: 900;
width: 35px;
}
td.terminkalender_sd_zelle_leer {
background-color: #ffffff;
}
td.terminkalender_sd_zelle_heute {
background-color: #999999;
color: #000000;
}
td.terminkalender_sd_zelle_standard {
border: 1px solid #999999;
}

div.terminkalender_sd_terminliste_title {
color: #000000;
text-decoration: underline;
margin-top: 30px;
margin-bottom: 10px;
}
div.terminkalender_sd_terminliste_block {}

a.terminkalender_sd_terminliste_headline {
color: #555555;
font-weight: 900;
text-decoration: none;
}
a.terminkalender_sd_terminliste_headline:hover {
text-decoration: underline;
}
a.terminkalender_sd_terminliste_mehr {
text-decoration: none;
}
a.terminkalender_sd_terminliste_mehr:hover {
text-decoration: underline;
}


/********************* artikel_bewerten_dropdown_sd, artikel_bewerten_imap_sd und bild_bewerten_imap_sd **********************/

div.artikel_bewerten_sd_ergebnisgrafik {
width: 125px;
height: 24px;
background-image: url('../upload/bullets/scorebullets_ausgang.gif');
background-repeat: no-repeat;
}

div.artikel_bewerten_sd_ergebnisgrafik_score {
background-image: url('../upload/bullets/scorebullets_5p.gif');
background-repeat: no-repeat;
height: 24px;
}

select.artikel_bewerten_sd {
font-size: 20px;
color: #555555;
}

span.artikel_bewerten_sd_hinweis {
font-weight: 900;
font-size: 12px;
margin-top: 10px;
display: block;
}
table.artikel_bewerten_sd_ergebnis {
margin-top: 10px;
font-size: 12px;
}
td.artikel_bewerten_sd_ergebnis_li {
font-weight: 900;
background-color: #555555;
color: #ffffff;
}
td.artikel_bewerten_sd_ergebnis_re {
font-weight: 900;
color: #555555;
}

/********************* bild_bewerten_imap_sd_auswertung, artikel_auswerten_sd_auswertung und artikel_auswerten_imap_sd_auswertung **********************/

a.artikel_bewerten_sd_auswertung {
font-size: 10px;
font-weight: 900;
}
span.artikel_bewerten_sd_auswertung_artikel {
font-weight: 100;
font-size: 10px;
}
table.artikel_bewerten_sd_auswertung {
background-color: #ffffff;
}
td.artikel_bewerten_sd_auswertung {
border-bottom: 1px solid #555555;
border-right: 1px solid #555555;
font-size: 10px;
}
td.artikel_bewerten_sd_auswertung_ueberschrift {
background-color: #111111;
color: #ffffff;
font-size: 12px;
font-weight: 900;
}
td.artikel_bewerten_sd_auswertung_filename{
font-weight: 900;
border-bottom: 1px solid #555555;
border-right: 1px solid #555555;
}

/********************* searchterm-logging **********************/
h2.st-logging {
color: #000046;
font-size: 16px;
font-weight: 900;
text-decoration: underline;
}
table.st-logging{
font-size: 14px;
}
td.st-logging {
border-bottom: 1px solid #555555;
border-left: 1px solid #555555;
}
td.st-logging-header {
background-color: #555555;
color: #ffffff;
}