/* 		***** Mit diesem CSS werden alle Schrift-Definitionen vergeben ***** 		*/


/* 		*** ALLGEMEIN *** 															*/

/* ie kann das ned...
@import url('menu.css') screen;
*/

/* 		--> Basis-Schriften <-- 													*/

	  /* 		--> Schrift <-- 											  	*/ 


/* 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 <--  */
#layinhalt #inhalt a,
#layinhalt #innov8tm a,
#layinhalt #inhaltrechts a  {
  color: #a90838;
  text-decoration: none;
  }
#layinhalt #inhalt a:link,
#layinhalt #inhalt a:visited,
#layinhalt #inhaltrechts a:link,
#layinhalt #inhaltrechts a:visited,
#layinhalt #innov8tm a:link,
#layinhalt #innov8tm a:visited {
  color: #a90838;
  }
#layinhalt #inhalt a:hover,
#layinhalt #inhalt a:active,
#layinhalt #inhaltrechts a:hover,
#layinhalt #inhaltrechts a:active,
#layinhalt #innov8tm a:hover,
#layinhalt #innov8tm a:active {
  color: #a90838;
  text-decoration: underline;
  }

/* Link bei Bildern entfernen -> Definition über 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 {
  list-style-image: url(/fileadmin/tpl/nav/list-style_kreisschwarz.gif);
  }
#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.3em;
  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;
  }
  
/* Sprachwahl */

div#sprachen {
  font-size: 0.5em;
  }
      
/* 		--> Formularfelder <-- 															*/	
	  
    /* TEXT */
    input[type=text],
    input[type=text] {
      margin: 1px;
      height: 16px;    
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: #000000;;
      font-size: 12px;
      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: 3px;
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      border-bottom: solid 2px #a5a5a5;
      border-right: solid 2px #a5a5a5;
      color: black;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer;
      }

    input[type=submit]:hover,
    input[type=button]:hover {
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: #000000;
      }

    /* TEXTAREA */
    textarea {
      margin: 1px;
      background-color: #fafafa;
      border: solid 1px #a5a5a5;
      color: black;
      font-size: 12px;
      }
    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;
      }      

    /* Radio-Buttons */

    input.csc-mailform-radio {
     float: left;
     margin-right: 10px;
     margin-top: 4px;
     }

    .csc-mailform-radio label {
      white-space: nowrap;
      }

 
/* 		--> Bilder <-- 															*/	
	
	  img {
      border: none;     
      }

/* innov8 TM */

div#adresse {
  font-size: 0.65em;
  color: #7d7d7d;
  border-top: solid 1px #bfbfbf;
  text-indent: 5px;
  padding-top: 1px;
  }
