/* 		***** 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 {
    padding: 0px;
    margin: 0px;
    }
/* 		--> Links <-- 																*/

/* --> Generell <--  */
#layinhalt #inhalt a {
  font-weight: bold;
  text-decoration: none;
  }
#layinhalt #inhalt a:link,
#layinhalt #inhalt a:visited {
 color: #004380;
  }
#layinhalt #inhalt a:hover,
#layinhalt #inhalt a:active {
  color: #000000;
  }

/* --> Fusszeile <--  */
#layinhalt #fuss a,
#layinhalt #fuss a {
  font-weight: bold;
  text-decoration: none;
  }
#layinhalt #fuss a:link,
#layinhalt #fuss a:visited {
 color: #ffffff;
  }
#layinhalt #fuss a:hover,
#layinhalt #fuss a:active {
  color: #000000;
  }

/* Link bei Bildern entfernen -> Definition über Klasse image-link */
#inhalt a.image-link:link,
#inhalt a.image-link:visited {
 border: none;
  }

/* --> Inhalt <-- */	

.csc-firstHeader,
h1 {
  width: 100%;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 125%;
  line-height: 130%;
  color: #378831;
  border-bottom: 1px solid #e0d6c4;
  }
h2 {
  width: 100%;
  vertical-align: top;
  margin: 0px;
  padding: 15px 0px 5px 0px;
  font-weight: bold;
  font-size: 105%;
  line-height: 110%;
  color: #378831;
  border-bottom: 1px solid #e0d6c4;
  }

h3 {
  width: 100%;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 100%;
  line-height: 120%;
  color: #222222;
  }

/* --> Bilder <-- */

.thumbsquad {
 width: 100px;
 height: 100px;
 }



    li.mymenu_li {
      list-style: none;
      }

#inhalt ul,
#inhalt ol {
  list-style-position: outside;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  }
#inhalt ul {
  list-style-image: url(/fileadmin/tpl/nav/list-style_kreisschwarz.gif);
  }
      
/* 		--> 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;
      }

/* Kontaktformular TYPO3 */

.csc-mailform {
width: 375px;
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: 70%;
  color: #c6c7c5;
  }
  div#innov8tm a:link,
  div#innov8tm a:visited {
  color: #c6c7c5;
  }
  div#innov8tm a:hover,
  div#innov8tm a:active {
  color: #000000;
  text-decoration: none;
  }
