a  {
	font-weight:normal;
	text-decoration: underline;
	color: #000000;
}

a:hover   {
	color: #5f1f81;
}

/**************************************************************************/
/*  Grundlayout                                                           */
/**************************************************************************/

body {
  font:             normal 9pt Arial, Helvetica, Switzerland;
  // background-color: white;
  padding:          0px;
  margin:           0px 0px 0px 0px;
  }

p {
	font:             normal 9pt/20px Arial, Helvetica, sans-serif;
	color:            #000000;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	padding: 10px 0px 0px;





  }

h1 {
	margin:           15px 20px 5px;
	color:            black;
	font-size: 12pt;
	font-weight: bold;

  }

h2 {
  font:             bold 9pt Arial, Helvetica, Switzerland;
  line-height:      11pt; 
  margin:           11pt 5pt; 
  color:            black;
  }

h3 {
  font:             normal italic 9pt Arial, Helvetica, Switzerland;
  line-height:      11pt; 
  margin:           11pt 5pt; 
  color:            black;
  }

h6 {
  font:             bold 7pt Arial, Helvetica, Switzerland;
  line-height:      9pt; 
  margin:           3pt 3pt; 
  color:            black;
  }

li {
	line-height:      normal;
	list-style-image:  url(../Images/Seitenelemente/PfeilRechtsHohl.gif);
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: none;
 }

td {
  font:             normal 9pt Arial, Helvetica, Switzerland;
  line-height:      11pt;
  color:            black;
  }


/* ---------------------------------------------------------------------- */
/*  Navigation                                                            */
/* ---------------------------------------------------------------------- */

tr.knoten {
  background-color: #c2b8d9;
  }

tr.blatt {
  background-color: none;
  }

td.linkoff {     /* Container fuer nichtaktiven Link */
  font-weight:      bold;
  color:            none;
  background-color: none;
  padding:          2px;
  border-style:     none;
  }

td.linkon {      /* Container fuer aktiven Link (MouseOver) */
  font-weight:      bold;
  color:            #5f1f81;
  background-color: white;
  padding:          1px;
  border:           1px solid #AE3DEA;
  cursor:           hand;
  }





table {
	position: static;
	line-height: normal;

}

.ueberschriftkopf {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-variant: small-caps;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

img {
	margin: 0px;
	padding: 0px;
}

.ueberschriftkopflinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #5f1f81;
}

.subline {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #5f1f81;
	line-height: 70px;
}

.sublineInitial {
	font-size: 18px;
	color: #5f1f81;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

.incaptrequired {
	color: 5f1f81;
	font-weight: bold;
}

.incapt {

}

input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.inputform {
	background-color: #DBD5E9;
	border: 1px solid #000000;
}

form {
	margin: 0px;
	padding: 0px;
}
