a:link
  {
	font-weight:normal;
	color:#1F6AA3;
	text-decoration: none;
  }
a:visited
  {
	font-weight:normal;
	color:#1F6AA3;
	text-decoration: none;
  }
a:hover
  {
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
  }
a:active

  {
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
  }
a:focus
  {
	font-weight:normal;
	color:#FF0000;
	text-decoration: none;
  }
.untertitel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1F6AA3;
	text-decoration: none;
}
.untertitel-beschreibung {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.head {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
}
.überschrift {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.normal {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

/* Neuer Teil */
.php
	{
		border: 1px solid black;
		width:650px;
		background-color: #EEFFFF;
		padding: 2px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
table.colored
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
tr.nohighlight
	{
		background-color: #FFFFFF;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
		color: #000000;
	}
tr.highlight
	{
		background-color: #F4F4F4;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
		color: #000000;
	}
.text
	{
		margin: 5px;
		padding: 5px;
		border: 1px solid black;
		background-color: #F4F4F4;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
		color: #000000;
	}
span
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
	}
li.g
	{
		List-Style-Type: square;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: italic;
		text-decoration: none;
		color: #000000;
	}
li#s
	{
		text-decoration: underline;
	}
li.n
	{
		Margin-Left: 20px;
		List-Style-Type: circle;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
		color: #000000;
	}
.new
	{
		color: #FF0000
	}
.italic
	{
		font-style: italic;
	}
.bottom
	{
		float: bottom;
		/*display: none;*/
	}
.invisible
	{
		/*font-size: 1px;
		color: #FFFFFF;*/
		/* Warum in 1px grosser schrift, wenn man es auch KOMPLETT verstecken kann!?! */
		visibility: hidden;
		display: none;
	}
/* farbige inputboxen, falls gewünscht ent kommentieren ;) */
/*input
	{
		background-color: #CCFFFF;
		color: #000000;
		border: 1px solid black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: normal;
		font-variant: normal;
		text-transform: none;
		font-style: normal;
		text-decoration: none;
	}*/
