.hid, .hidden, .invis{display:none;}

.tagcloud1 {
 font-size:1.1em;
}
.tagcloud2 {
 font-size:1.2em;
}
.tagcloud3 {
 font-size:1.3em;
}
.tagcloud4 {
 font-size:1.4em;
}
.tagcloud5 {
 font-size:1.5em;
}

.suchworte, .sw {
  font-size:0.8em;
  background-color:#B0C4DE;
  color:#000;
  font-style: italic;
  border:1px solid #EEEEEE;

}
.errormsg {
    color: black;
    background-color: #FFC277;
    font-size: 0.9em;
    border-bottom:2px solid red;
    font-style: italic;
    margin-bottom:0;
}
.statusmsg {
    color: black;
    background-color: #B1E69D;
    font-size: 0.9em;
    border-bottom:1px solid black;
    font-style: italic;
}
.notes {
  position:absolute;
  background-color:#F5F089;
  color:black;
  font-weight:bold;
  font-size:1em;
  border:1px solid black;
  border-top:none;
  z-index:2;
}
.notes legend{
  background-color:#F5F089;
  color:black;
  border-bottom:1px solid black;
  border-top:1px solid black;
  font-weight:bold;
  font-size:1em;
  width:100%;
}
.notes div {
  width:100%;
  height:100%;
  overflow:auto;
}

.helptext {
    color: infotext;
    background: infobackground;
    font-style: italic;
    cursor: help;
    border: 1px solid #255FFF;
}
.anleitung {
    color: infotext;
    background-color: infobackground;
    line-height:120%;
    font-size:0.8em;
    cursor: help;
    border: 1px solid #255FFF;
    margin:1em 0;
    padding:0 1em 0 1em;

}
.help {
    color: InfoText;
    background: InfoBackground;
    text-align:center;
    cursor: help;
    border:1px solid black;
    margin:0 2px 0 2px;
    padding:0;
}
    .help a {
        color: InfoText;
        background: InfoBackground;
        text-decoration:none;
        cursor: help;
        margin:0;
        padding:0;
        display:block;
    }

.blind{background-color:white; color:black;}

.inputsubmit{
    height: 20px;
    font-size:0.8em;
}

.inputradio,
.inputsubmit{
    border:solid 1px #DDD9D4;
}



.error{
   color:red;
   background-color:white;
   font-size:0.9em;
}
.noerror{
   color:green;
   background-color:white;
   font-size:0.9em;
}

.errorblock {
   font-size:1em;
   border: 1px solid;
   margin-top: 1em;
   padding-left: 10px;
   margin-left: 10px;
   margin-right: 10px;
   color:white;
   background-color: black;
   width:95%;
   overflow:auto;
}
   .errorblock h2 {
      font-size:1.2em;
      text-decoration:underline;
      margin:0;
      padding:0;
      color:white;
      background-color: black;
   }
   .errorblock pre {
   }
   .errorblock .datum {
    font-family: courier new;
   }

button {
   margin:0;
   padding:0;
}

.notseenhere {
    width:1px;
    height:1px;
    color:white;
    background-color:white;
    font-size:1px;
}

.hrefextern {
  background: url(../../../skins/images/hrefextern.png) center right no-repeat;
  padding-right: 13px;
}

.newpage {
  color:red;
  background-color:white;
}


/**************************************************************************************
    htmlDatePicker CSS file

    Feel Free to change the fonts, sizes, borders, and colours of any of these elements
***************************************************************************************/
/* The containing DIV element for the Calendar */
#dpCalendar {
/*    display: none; */                 /* Important, do not change */
/*    position: absolute; */            /* Important, do not change */
    background-color: #eeeeee;
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    height:100%;
}
    /* The table of the Calendar */
    #dpCalendar table {
        border: 1px solid black;
        width: 100%;
        height:100%;
    }
    /* The Next/Previous buttons */
    #dpCalendar .cellButton {
        background-color: #ddddff;
        color: black;
    }
    /* The Month/Year title cell */
    #dpCalendar .cellMonth {
        background-color: #ddddff;
        color: black;
        text-align: center;
    }
    /* Any regular day of the month cell */
    #dpCalendar .cellDay {
        background-color: #ddddff;
        color: black;
        text-align: center;
    }
    /* The day of the month cell that is selected */
    #dpCalendar .cellSelected {
        border: 1px solid red;
        background-color: #ffdddd;
        color: black;
        text-align: center;
    }
    /* The day of the month cell that is Today */
    #dpCalendar .cellToday {
        background-color: #ddffdd;
        color: black;
        text-align: center;
    }
    /* Any cell in a month that is unused (ie: Not a Day in that month) */
    #dpCalendar .unused {
        background-color: transparent;
        color: black;
    }
    /* The cancel button */
    #dpCalendar .cellCancel {
        background-color: #cccccc;
        color: black;
        border: 1px solid black;
        text-align: center;
    }
    /* The clickable text inside the calendar */
    #dpCalendar a {
        display:block;
        text-decoration: none;
        background-color: transparent;
        color: blue;
        width:100%;
        height:100%;

    }
    #dpCalendar a:hover {
        text-decoration: none;
        background-color: lightgrey;
        color: blue;
    }



#kalendertable a{
    display:block;
    width:100%;
    height:100%;
    font-size:12px;
    color:BLUE;
}
    #kalendertable a:hover{
       background-color:lightgrey;
    }
    #kalendertable a.today{
       font-size:18px;
       color:red;
    }

    #kalendertable td{
       height:2em;
       width:4em;
       text-align:center;
    }
.flag {
    height: 17px;
    text-align: center;
    width: 24px;
}


#cmstplcontainer {
    height: 100%;
    background-color: #DFE8F0;
}
    #cmstplcontainer fieldset {

    }
    #cmstplcontainer legend {
        margin: 5px;
        color: #255fff;
        font-size:1.2em;
    }
    #cmstplcontainer h2 {
        background: #FFEA6C;
    }
    #cmstplcontainer .inputtext {
        border: #C28300 1px solid;
        width:100%;
    }
    #cmstplcontainer textarea {
        border: #C28300 1px solid;
        width:100%;
    }
    #cmstplcontainer label {

    }
    #cmstplcontainer .numberedfilelist li
    {
     margin:0 0 0 3em;
    }
    #cmstplcontainer .datastyle {
     background-color: #F5F5F5;
     border-bottom: dotted;
    }
    #cmstplcontainer .datastyle INPUT {
     background-color: transparent;
     border: none;
     margin:0;
     padding:0;
     text-decoration:underline;
     text-align:left;
    }
    #cmstplcontainer .datastyle TD {
     border-bottom: 1px solid Blue;
     text-align:left;
     width:20em;
     overflow:auto;
    }
    #cmstplcontainer .headstyle {
     background-color: #FFA500;
     color: Black;
     text-align: center;
    }


/*

    FILES LISTE

*/

.filelist {
    font-size:0.9em;
    border:1px solid black;
    margin:0.5em 0em;
    padding:0;
}
    .filelist a {

    }

    .filelist h4 {
      margin:0;
      padding:0;
    }
    .filelist div {
      margin:0;
      padding:0;

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

    }


#statistik TH,
#statistik TD,
.ntpsuserrights DIV,
.ntpsgrouprights DIV,
.flag{
    border: 1px solid #000000;
}

/*

       BILDERLISTE.TPL

*/




#bildgruppenauswahl {
    border:1px solid #255FFF;
}
    #bildgruppenauswahl p{
       margin:0em 1em 0 0;
       padding:0;
    }
    #bildgruppenauswahl h2{
       margin:0;
       padding:0;
       background-color:#E6E6FA;
    }
    #bildgruppenauswahl select{
       border:none;
       background-color: #E6E6FA;
       height:200px;
       width:100%;
       margin:0;
    }
    .bilderliste_einzelbild{
        width:100%;
    }
    .bilderlistebildbereich{
        width:99%;
        overflow:auto;
    }

/*

       LOGIN.TPL

*/
#formular label span {
    float: left;
    width: 10em;
    text-align:left;
}
    #formular label {
      float: left;
      width: 10em;
      text-align:left;
    }
    #formular a {
        color:grey;
    }
    #formular input.biginput {
        height:80px;
    }

#loginform label span {
    float: left;
    width: 10em;
    text-align:left;
}
    #loginform label {
        float: left;
        width: 10em;
        text-align:left;
    }
    #loginform a {
        color:grey;
    }
/*

      STATISTIK

*/
#statistik TD{

}
#statistik TH{
     background-color:#AFE4F3;
}



.searchoutput {
  font-size:1em;
}
 .searchoutput li {
  margin:1em 0 0 0;
 }
 .searchoutput a {
  color:#6666DF !important;
  text-decoration: underline;
 }
 .searchoutput p {
  color:black;
  font-size:0.9em;
  margin:0 !important;
  padding:0;
 }
 .searchoutput div {
  color:#008000;
  font-size:0.9em;
  margin:0;
  padding:0;
 }

/*

      NTPS.TPL

*/


.ntpsallrights{
    float: left;
    margin: 0;
    padding: 0;
    width: 45%;
}
    .ntpsallrights TEXTAREA{
        height: 100px;
        width: 100%;
    }
.ntpscurrentconfig .checkbox{
    border: 1px solid #255FFF;
    width: 1em;
}
    .ntpscurrentconfig .text{
        border: 1px solid #255FFF;
        width: 100%;
    }
    .ntpscurrentconfig FIELDSET DIV {
        color: #255FFF;
        font-family: verdana, geneva, arial, helvetica, sans-serif;
        font-weight: bold;
        margin: 0;
        text-align: right;
        width: 100%;
    }
.ntpscurrentrights{
    float: right;
    margin: 0;
    padding: 0;
    width: 45%;
}
    .ntpscurrentrights TEXTAREA{
        border-color: #FF0000;
        height: 100px;
        width: 100%;
    }
    .ntpsgrouprights{
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
.ntpsgrouprights DIV{
}
    .ntpsgrouprights TEXTAREA{
        height: 100px;
        width: 100%;
    }
.ntpsstandardgroups{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
    .ntpsstandardgroups TEXTAREA{
        float: left;
        height: 100px;
        width: 100%;
    }
.ntpsuserrights{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
    .ntpsuserrights DIV{
    }
    .ntpsuserrights TEXTAREA{
        height: 100px;
        width: 100%;
    }


/*

       TRANS.TPL

*/

#translatecontainer {
}
    #translatecontainer fieldset {
        font-size: 0.8em;
    }
    #translatecontainer textarea {
        cursor: hand;
        height: 60px;
        width: 100%;
        word-break: break-all;
        word-wrap: break-word;
    }
    #translatecontainer li {
        list-style-position: inside;
        margin: 0;
        padding:0;
    }
    #translatecontainer ol {
        height: 600px;
        margin: 0;
        overflow: auto;
        padding: 0;
    }
    #translatecontainer fieldset legend{
        background: #D3D3D3;
        color: darkgrey;
    }
    #translatecontainer fieldset span{
        background: #FFFFE0;
        display: block;
    }
    #translatecontainer .inputsubmit {
        font-size: 0.8em;
    }
    #translatecontainer .heading p {
        border: 1px solid #000;
        height: 80px;
        margin: 0;
        padding:0;

    }
    #translatecontainer textarea.vorlage,
    #translatecontainer span.original {
        cursor: pointer;
        cursor: hand;
        word-break: break-all;
        word-wrap: break-word;
        margin: 0;
        padding:0;

    }
    #translatecontainer fieldset,
    #translatecontainer fieldset legend,
    #translatecontainer .inputsubmit {
        border: 1px solid #B0C4DE;
        margin: 0;
        padding:0;
    }

.ubahn{width:47%;}

/*

    ALLE JAVASCRIPT MENÜS

*/

.menuheads {
   cursor: pointer;
   cursor: hand;
   color: #000000;
}
.menubody {
   z-index:2;
   border-top: 0px;
   border: 1px solid #e2e2e6;
   background-color:white;
}
  .menubody div {
     width:100%;
     height:100%;
     background-color:white;
  }
    .menuentry {
      border: 1px solid #e2e2e6;
      border-bottom: 0px;
    }
    .menuentry a {
      display:block;
    }
    .menuentry a:hover {
      color: #ff9900;
    }
    .menuentry .linktrennzeichen {
       display:none;
    }
/* submenus falls vorhanden */
      .smenuheads {
        cursor: pointer;
        cursor: hand;
      }
        .smenuentry {
         border: 1px solid #e2e2e6;
         border-bottom: 0px;
        }

        .smenubody {
         display:none;
         position:absolute;
         z-index:2;
         border-top: 0px;
         border: 1px solid transparent;
         background-color:white;
        }

/*

  autotableiste für metainfo, useradmin, u.a.
  breite ist in datafld oder standard=W20
*/

#autotableiste {
  clear:both;
  width:100%;
  float:right;

}
  #autotableiste DIV {
     border:1px solid;
     margin:1px;
     font-size:0.7em;
     cursor:pointer;
     height:1.4em;
     text-align:center;
     padding:0 3px;
     cursor:hand;
  }
  #autotableiste .tabitem {
     float:left;
     margin:0;
     padding:0;
  }






.newsletter .inputtext {
   width:100%;
}




/*

   adminblock

*/

#adminblock {

}
  #adminblock .menuheads {

  }
  #adminblock #adminmenu {

  }
    #adminblock #adminmenu .menuentry {

    }


/*

   allgemeines verhalten für aktive sprache, fahnelinks-worte.tpl

*/

.sprachname {
  float:left;
  height:1.2em;
}
  .sprachname_aktiv {
     float:left;
     border-bottom:2px outset red;
     height:1.2em;
  }

#jsadminmenu {
  display:none;
}





/*

    SPRACHEN FLAGGEN

*/
/* DE */
a.fahnede{background:url(/bilder/flags/deu-klein.png) no-repeat;}
a.fahnede:hover{background:url(/bilder/flags/deu-klein-o.png) no-repeat;}

/* EN */
a.fahneen{ background:url(/bilder/flags/gbr-klein.png) no-repeat;}
a.fahneen:hover{ background:url(/bilder/flags/gbr-klein-o.png ) no-repeat;}

/* CZ */
a.fahnecz{background:url(/bilder/flags/cze-klein.png) no-repeat;}
a.fahnecz:hover{background:url(/bilder/flags/cze-klein-o.png) no-repeat;}

/* FR */
a.fahnefr{background:url(/bilder/flags/fra-klein.png) no-repeat;}
a.fahnefr:hover{background:url(/bilder/flags/fra-klein-o.png) no-repeat;}

/* IT */
a.fahneit{background:url(/bilder/flags/ita-klein.png) no-repeat;}
a.fahneit:hover{background:url(/bilder/flags/ita-klein-o.png) no-repeat;}

/* PL */
a.fahnepl{background:url(/bilder/flags/pol-klein.png) no-repeat;}
a.fahnepl:hover{background:url(/bilder/flags/pol-klein-o.png) no-repeat;}

/* NL */
a.fahnenl{background:url(/bilder/flags/nl-klein.png) no-repeat;}
a.fahnenl:hover{background:url(/bilder/flags/nl-klein-o.png) no-repeat;}

/* HR */
a.fahnehr{background:url(/bilder/flags/hr-klein.png) no-repeat;}
a.fahnehr:hover{background:url(/bilder/flags/hr-klein-o.png) no-repeat;}

/* HU */
a.fahnehu{background:url(/bilder/flags/hun-klein.png) no-repeat;}
a.fahnehu:hover{background:url(/bilder/flags/hun-klein-o.png) no-repeat;}

/* RU */
a.fahneru{background:url(/bilder/flags/ru-klein.png) no-repeat;}
a.fahneru:hover{background:url(/bilder/flags/ru-klein-o.png) no-repeat;}
