/*
*
* @autor: Sascha Vo� sascha.voss@mierau.de
* @date: 2008-10-06 - 2008-10-13
* @document: style.css
*
*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #212921;
	font-family: arial, verdana, helvetica, sans-serif;
	height: 100%; /* font-size: 70%; braucht man um den Container im IE auf die volle H�he zu setzen */
	/*background-image:url(../images/verlauf_links.gif); background-repeat:repeat-y;*/
}

.verlauf_oben{
	background-image:url(../images/verlauf_oben.gif); background-repeat:repeat-x;
}


/* Text - anfang */

.pfad{
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-right:18px;
	text-align:right;
  color: #212921;
}

.einrichtungen{
  color:#212921;
  font-size: 11px;
	font-weight:bold;
}


h1 {
  font-size: 16px;
  font-weight: bold;
	/*color:#477C43;*/
	color:#8ABD52;
  text-align: left;
  margin-top:16px;
  margin-bottom:12px;
}
 
h2 {
  font-size: 14px;
  font-weight: bold;
	/*color:#477C43;*/
	color:#8ABD52;
  text-align: left;
  line-height: 1.1em;
  margin-top:14px;
  margin-bottom:6px;
    
}/**/

h3 {
  font-size: 12px;
  font-weight: bold;
	/*color:#477C43;*/
	color:#8ABD52;
  text-align: left;
  line-height: 1.2em;
  margin-top:12px;
  margin-bottom:6px;
}


p.abstand0Pixel {
  margin-top: 0px;
  font-size: 11px;
}

p.abstand0PixelGross {
  margin-top: 0px;
  font-size: 12px;
}

p {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;/**/
}

p.linksbuendig {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;/**/
  text-align:left;
}

p.rechtbuendig {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;/**/
  text-align:right;
}

p.zentriert {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;/**/
  text-align:center;
}

p.blocksatz {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;/**/
  text-align:justify;
}

p a {
  font-weight: normal; 
  font-size: 12px;
	/*color:#477C43;*/
	color:#8ABD52;
  text-decoration: underline;
}

a {
  font-weight: normal; 
  font-size: 12px;
	/*color:#477C43;*/
	color:#8ABD52; 
  text-decoration: underline;
}

td {
  font-size: 12px;
  font-weight: normal;
  color: #212921;
  line-height: 1.4em;
  margin-top:10px;
  margin-bottom:10px;
}/**/

td ul{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none; 
  list-style-image: url(../images/green_dot_n1.gif);/* */
  margin:5px;
  margin-left:21px;

}

ul{
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none; 
  list-style-image: url(../images/green_dot_n1.gif);/* */
}

ul li {
  margin-top: 1px;
  margin-bottom: 1px;
}

ul li a {
  font-weight: normal; 
  font-size: 12px;
	/*color:#477C43;*/
	color:#8ABD52;
  text-decoration: underline;
}

/* Text - ende */

/* indexed search */

.search-form-title{
 font-weight:bold;
	/*color:#477C43;*/
	color:#8ABD52;
}

.tx-indexedsearch-searchbox-sword{
	width: 150px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, verdana, helvetica, sans-serif;
	border: 1px solid #BABABE;
}


