/* ***** Mit diesem CSS werden alle Schrift-Definitionen vergeben ***** */


/* *** ALLGEMEIN *** */

/* ie kann das ned...
@import url('menu.css') screen;
*/

/* --> Basis-Schriften <-- */

/*--> Schrift <-- */

dt {
 font-weight: bold;
}
dd {
 margin-bottom: 5px;
}


a:hover {
 text-decoration: underline;
}


/* in rte.css 

/*    td > p {
      margin: 0px;
      padding: 0px;
      }
      
    #layinhalt table {
      width: 100%;
      }

b {
    font-weight: bold;
    }

/* --> Tabelle <-- */

  TD, TH {
    text-align: left;
    padding: 0px;
    margin: 0px;
    }
/* --> Links <-- */

/* --> Generell <-- */

/* Home */
#home a {
  font-size: 0.75em;
  padding: 0px 3px 1px 3px;
  text-decoration: none;
  font-weight: bold;
  }
#home a:link,
#home a:visited {
  color: #7b7b7b;
  }
#home a:hover,
#home a:active {
  color: #000000;
  }

div#inhaltrechts ul {
 padding-left: 15px;
}

/* Sprachwahl */
#sprachen,
#sprachen a {
  font-size: 0.75em;
  padding: 0px 3px 1px 3px;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  }
#sprachen a:link,
#sprachen a:visited {
  color: #7b7b7b;
  }
#sprachen a:hover,
#sprachen a:active {
  color: #000000;
  }
#sprachen .aktiv {
  font-size: 0.75em;
}

/* Link bei Bildern entfernen -> Definition ueber Klasse image-link */
a.image-link:link,
a.image-link:visited {
 border: none;
  }

/* 		--> Inhalt <-- 															*/

    .csc-sword { /* markieren der Suchbegriffe, ChH */
     color: red;
    }
      

    li.mymenu_li {
      list-style: none;
      }

#layinhalt ul,
#layinhalt ol {
  list-style-position: outside;
  line-height: 16px;
  padding-left: 0px;
  margin-left: 0px;
  }
#layinhalt ul {
  }
#layinhalt ul,
#layinhalt ol {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  }
  
/* Kapitelbilder */

#kapitelbilder img {
  padding: 0px 0px 0px 5px;
  }

/* Suchfeldeingabe */

#suche img {
  float: left;
  }
#suche img.home {
  padding: 0px 0px 0px 29px;
  margin: 0px 2px 0px 0px;
  left: 29px;
  }
#suche img.info {
  padding: 0px 0px 0px 0px;
  margin: 0px 2px 0px 0px;
  left: 29px;
  }
#suche input.suchfeld {
  width: 100px;
  height: 13px;
  font-size: 0.85em;
  padding: 0px;
  margin: 0px 0px 0px 2px;
  border: 1px solid #000000;
  float: left;
  }
#suche input.suchbutton {
  width: 16px;
  height: 15px;
  font-size: 0.3em;
  padding: 0px;
  margin: 0px 0px 0px 2px;
  background-image: url(/fileadmin/tpl/img/icon_lupe.gif); 
  background-position: -1px -1px;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  }

/* --> Formularfelder <-- */

    /* TEXT */
    input[type=text],
    input[type=password] {
      margin: 1px;
      height: 16px;    
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: #000000;;
      font-size: 0.85em;
      padding-top: 2px;    
      }
    input[type=text]:focus {
      background-color: #F0F0F0;
      border: solid 1px #a5a5a5;
      color: #000000;
      }
    
    /* BUTTONS */    
    input[type=submit],
    input[type=button] {
      margin-top: 15px;
      padding: 2px;
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: black;
      font-size: 0.85em;
      font-weight: bold;
      cursor: pointer;
      }

    input[type=submit]:hover,
    input[type=button]:hover {
      background-color: #fafafa;
      color: #000000;
      }
      
    /* TEXTAREA */
    textarea {
      margin: 1px;
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: black;
      font-size: 0.85em;
      }
    textarea:focus {
      background-color: #F0F0F0;
      border: solid 1px #a5a5a5;
      color: #000000; 
      }

    /* SELECT (Dropdowns) */
    select {
      margin: 1px;
/*      height: 16px;*/
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: #000000;

      font-size: 12px;
      }
    select[multiple=multiple] {
/*      height: inherit;*/
    }

    /* Radio-Buttons */

    input.csc-mailform-radio {
     float: left;
     margin-right: 10px;
     margin-top: 4px;
     }

    .csc-mailform-radio label {
      white-space: nowrap;
      }

/* Listen unter Titel hochsetzen, CA */
#layinhalt #inhalt h3 + ul {
    margin-top:0.1em;
}

#layinhalt #inhalt h2 + ul {
    margin-top:-0.5em;
}

#layinhalt #inhalt p + ul {
    margin-top:0;
}

/* Link bei Detail-Listen in Mediothek, CAU */
.list_link {
    margin-top:1.5em;
}    


/* Kontaktformular TYPO3 */

.csc-mailform {
/*width: 375px;*/
width: 450px;
padding: 0px;
  }

.csc-mailform-field {
  text-align: right;
  }

.csc-mailform-field label {
  padding-top: 0em;
  text-align: left;
  }
fieldset.csc-mailform label {
  font-family: verdana,arial,helvetica,sans-serif;
  float: left;
width: 125px;
  }
fieldset {
border: 0px;
width: 325px;
}
input.csc-mailform-check {
  margin-top: 0.2em;
  margin-right: 2em;
  margin-left: 0px;
  float: left;
  }
      
/* --> Bilder <-- */

img {
 border: none;
}

/* innov8 TM */

div#innov8tm a  {
  letter-spacing: 0px;
  text-decoration: none;
  padding-left: 25px;
  font-size: 0.85em;
  color: #999999;
  }
  div#innov8tm a:link,
  div#innov8tm a:visited {
  color: #999999;
  }
  div#innov8tm a:hover,
  div#innov8tm a:active {
  color: Gray;
  text-decoration: none;
  }

