/***********************************************************************
 * Layout fuer den Seiteninhalt
 ***********************************************************************/
 
/**** Allgemeine Schrift- und Link-Definition ****/

#ContentArea a {
  color: #D96722;
	text-decoration: none;
}

#ContentArea a:hover {
  color: #D96722	;
  text-decoration: underline;
}


/**** Definition des Seitentitels ****/

#ContentArea h3 {
  font-size: 18px;
  font-weight: bolder;
  color: #185613;
  text-align: right;
}

/**** Abstandsdefinitionen ****/

#Spacer {
/* fuer groessere Abstaende zwischen zwei Absaetzen */
	height: 30px;
}

#ContentArea p, h1 {
/* Abstand unterhalb von Ueberschriften und Absaetzen */
  margin: 0px 0px 8px 0px;
}

/**** Festlegung der Ueberschrift ****/

#ContentArea h1 {
  font-size: 13px;
  font-weight: bold;
}

/**** Einstellung fuer Listen ****/

#ContentArea ul {
  list-style: square;
}

#ContentArea table {
  width: 100%;
	border-spacing: 1px;
}

#ContentArea td, th {
  padding: 2px 2px;
}

/**** Layout fuer Bilder im Inhalt ****/

.ImageLeft {
  float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.ImageRight {
  float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.ImageFrame {
  border: 1px solid #000000;
}

/**** Schriftstile ****/

.Small {
	font-size: 9px;
}

/**** Tabellenlayout ****/

.tableDark {
	color: #FFFFFF;
	background-color: #83A754;
}

.tableBrigth {
	background-color: #EAD081;
}

.textJustify
{
  text-align:justify;
}

.index {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.textRight {
	text-align: right;
}