/*
* versteckter Submit-Knopf Herr Geisler
*/
input[type="submit"].bxn.white {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/*
* Materialien: Ueberschrift, Freitext
*/
#text div.materialSectionTitle {
  font-weight: bold;
  font-size: 0.8em;
  margin: 1em 0 0 1.3em;
  text-indent:-1.3em;
}

#text div.materialSectionBody {
  margin-left: 1em;
}

#text div.materialSectionBody ol {
  list-style: decimal outside none;
}

#text div.materialSectionBody ul {
  list-style: circle outside none;
}

#text div.materialSectionBody li {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-left: 1em;
}

#text div.materialSectionBody li a.anlage{
	margin-left: 3em;
}

/*
* Links fuer Markierung setzen / löschen als Button look alike
*/
a.button {
		background-color: #D9DADA ;
		border: none; 
		color: #005D90 ;
		font-weight: bold ;
		padding: .3em .6em 2px .6em;	
		text-decoration: none;
	
}
a.button:hover,
a.button:focus { background-color: #005D90 ; color: #FFFFFF; text-decoration: underline; }
