/* __________ Allgemeine Typografie Deklarationen __________ */
html, body {
  font-size: 12px;
  font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
}

strong, b {
	font-weight: bold;
}

a {
	outline: none;
}

a {
  color: #333;
  text-decoration: underline;
}

div.footer_wrapper a {
  color: #999;
  text-decoration: none;
}

	a:hover, div.footer_wrapper a:hover {
	  color: #c7d32b;
	  text-decoration: underline;
	}


/* __________ Überschriften __________ */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  position: absolute;
  margin-top: -9999px;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;  
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

h2.highlighted, h3.highlighted {
  color: #C7D32B;
}

div.infomodule h2 {
  display: inline-block;
  font-size: 1.2em;  
  font-weight: bold;
  margin: 10px 0 10px 40px;  
}

div.contentmodule h2 {
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0 10px 40px;
  width: 590px;
}

div.contentmodule h2.wide {
  width: 910px;
}




/* __________ Links __________ */
a.highlighted, .highlighted {
  color: #C7D32B !important;
  font-weight: bold;
}

.footer_wrapper a, .header a {
  font-size: 0.9em;
} 

a.pdf {
  background: url(../../images/schnellestelle/icon_pdf.gif) no-repeat;
  display: block;
  height: 30px;
  padding: 7px 0 0 35px;
} 



/* __________ Abstand __________ */
span.separator {
  display: block;
  height: 1em;
}

span.separator.large {
  height: 2em;
}



/* __________ Größe __________ */
p.small {
  font-size: 0.9em;
}



/* __________ Ausrichtung __________ */
p.right, a.right {
  float: right;
}

img.left {
  float: left;
}

.middle {
  text-align: center;
}

.right {
	text-align: right;
}


/* __________ Eingerückte Listen __________ */
ul.listing li {
  list-style: disc;
  margin-left: 20px;
}



/* __________ Voransteller __________ */
span.prepend {
  display: inline-block;
  width: 60px;
}
