/* 		***** Mit diesem CSS werden alle Schrift-Definitionen vergeben ***** 		*/


/* 		*** ALLGEMEIN *** 															*/

/* ie kann das ned...
@import url('menu.css') screen;
*/

/* 		--> Basis-Schriften <-- 													*/

	  /* 		--> Schrift <-- 											  	*/ 


/* in rte.css 

body {
    background-color: #F5F5F5;
}

    body,br,div,p,li,ul,table,tr,td	{
    font-size: 11px;
    color: black;
    font-family: arial, verdana, sans-serif, trebuchet ms;
    line-height: 16px;
    vertical-align: top;
    }
*/
    
/*    td > p {
      margin: 0px;
      padding: 0px;
      }

    #layinhalt p {
      padding-bottom: 13px;
      }
      
    #layinhalt table {
      width: 100%;
      }

b {
    font-weight: bold;
    }

/* 		--> Tabelle <-- 															*/

  TD {
    padding: 0px;
    margin: 0px;
    }
/* 		--> Links <-- 																*/

  /* --> Generell <--  */
  
  #layinhalt a {
    color: #557624;
    font-weight: bold;
    }
  #layinhalt a:link,
  #layinhalt a:visited {
    color: #557624;
    }
  #layinhalt a:hover,
  #layinhalt a:active {
    color: #000000;
    }
    
/* 		--> Inhalt <-- 															*/	

    .csc-firstHeader,
    h1 {
      width: 100%;
      height: 20px;
      vertical-align: middle;
      padding: 2px 0px 0px 0px;
      margin: 2px 0px 16px 0px;
      font-weight: bold;
      font-size: 14px;
      color: #000000;
      border-bottom: solid 1px black;
      }

    .csc-sword { /* markieren der Suchbegriffe, ChH */
     color: red;
    }
      
    hr {
      color: black;
      height: 0px;
      border: 0px;
      border-bottom: solid 1px black;
      }
    li.mymenu_li {
      list-style: none;
      }

#layinhalt ul,
#layinhalt li {
  list-style-image: url(/fileadmin/tpl/nav/list-style_kreisschwarz.gif);
  list-style-position: outside;
  line-height: 16px;
  padding-left: 0px;
  margin-left: 0px;
  }
#layinhalt ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  }
      
/* 		--> Formularfelder <-- 															*/	
	  
    /* TEXT */
    input[type=text],
    input[type=text] {
      margin: 1px;    
      background-color: #FFFFFF;
      border: solid 1px DimGray;
      color: #000000;;
      font-size: 12px;
      padding: 1px 2px 3px 2px;    
      }
    input[type=text]:focus {
      background-color: #F5F5F5;
      border: solid 1px #000000;
      color: #000000;
      }
    
    /* BUTTONS */    
    input[type=submit],
    input[type=button] {
      width: auto;
      height: auto;
      padding: 1px 10px 1px 10px;
      margin: 15px 0px 0px 0px;
      background-color: #bdbdbe;
      border: outset 2px #000000;
      color: #557624;
      font-size: 11px;
      font-weight: bold;
      cursor: pointer;
      }

    input[type=submit]:hover,
    input[type=button]:hover {
      background-color: #d9dbdc;
      border: outset 2px #000000;    
      color: #000000;
      }
      
    /* TEXTAREA */
    textarea {
      margin: 1px;
      background-color: #FFFFFF;
      border: solid 1px DimGray;
      color: black;
      font-size: 12px;
      }
    textarea:focus {
      background-color: #F5F5F5;
      border: solid 1px #000000;
      color: #000000; 
      }

    /* SELECT (Dropdowns) */
    select {
      margin: 1px;
      background-color: #FFFFFF;
      border: solid 1px DimGray;
      color: black;
      font-size: 11px;
      }      

    /* Radio-Buttons */

    input.csc-mailform-radio {
     float: left;
     margin-right: 10px;
     margin-top: 4px;
     }

    .csc-mailform-radio label {
      white-space: nowrap;
      }


/* Lables */

.csc-mailform-field label {
  padding-top: 3px;
  }
fieldset.csc-mailform label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 180px;
  float: left;
  clear: right;
  }
fieldset {
	border: 0px;
	}
      
/* 		--> Bilder <-- 															*/	
	
	  img {
      border: none;     
      }

/* innov8 TM */

    div#fuss a  {
      font-family: verdana, arial, helvetica;
      letter-spacing: 0px;
      text-decoration: none;
      padding-right: 0px;
      color: #557624;
      }
    div#fuss a:link,
    div#fuss a:visited {
      color: #557624;
      font-size: 10px;
      }
    div#fuss a:hover,
    div#fuss a:active {
      color: Gray;
      text-decoration: none;
      }

/*** Gesetzsuche ***/

div#suchergebnisgesetze {
position: absolute;
z-index: 10;
width: 250px;
top: 44px;
left: 550px;
}

iframe#Resultate {
 width: 100%;
 background-color: #ECECEC;
 }


/*** Entscheidsuche ***/

div#suchergebnisentscheide {
position: relative;
top: 25px;
}

div.pub {
  position: relative;
  z-index: 1;
  top: 20px;
  width: 98%;
  height: 100px;
  background-color: #f5f5f5;
  border: outset 1px black;
  padding: 20px 0px 0px 20px;
 }

div#nurmpa {
 font-weight: bold;
 text-align: right;
 margin-right: 3px;
 margin-bottom: 3px;
}

