body      {
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14pt  }
#shadow    { }
#main       {
	background-repeat: repeat-y;
	background-position: right 0;
	text-align: left;
	margin: auto;
	width: 850px }
a  {
	color: #232c60;
	text-decoration: underline }
a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  color: #999;
}
blockquote   {
	color: #a5a4a4;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 16pt;
	margin: 0 0 10px 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 250px;
	float: right;
	border-top: 1px solid #000;
	border-bottom: 2px solid #000 }
address {
	font-style: normal }
hr    {
	margin: 0;
	padding: 0 }
/*header*/
#header        {
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 850px;
	height: 120px }
#logo  {
	visibility: visible;
	width: 255px;
	float: right }
/*extnav*/
#extnav  {
	visibility: hidden;
	padding-left: 7px }
#extnav ul   {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	float: left }
#extnav ul li  {
	display: inline }

#extnav ul li a   {
	color: #fff;
	text-decoration: none;
	padding: 5px 8px 0;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: none }

#extnav ul li a:hover  {
	color: #fff }
/*hauptnavigation*/
#hauptnav  {
	visibility: hidden;
	margin: 0 }
#hauptnav ul  {
	color: #143060;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	background-color: #fff;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	float: left;
	border-top: 1px solid #143060;
	border-bottom: 1px solid #143060 }
#hauptnav ul li {
	display: inline	}

#hauptnav ul li a   {
	color: #143060;
	text-decoration: none;
	background-image: url("../img/hauptnav_background.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 5px 15px;
	float: left;
	border-right: 1px solid #143060;
	border-bottom: medium none }
#hauptnav ul li a:hover  {
	color: #143060;
	background-image: url("../img/hauptnav_background.gif");
	background-repeat: no-repeat;
	background-position: 0 -27px }
#hauptnav ul li a.aktiv  {
	color: #143060;
	background-image: url("../img/hauptnav_background.gif");
	background-repeat: no-repeat;
	background-position: 0 -27px }
/*sidebar rechts*/
#sidebar          {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	visibility: hidden;
	margin-top: 30px;
	width: 186px;
	float: right }
#sidebar ul    {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #d1d5ff;
	border-bottom: 1px solid #d1d5ff;
	border-left: 1px solid #d1d5ff }
#sidebar li    {
	margin: 0 }
#sidebar li a      {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	padding: 4px 2px 4px 7px;
	width: 100%;
	border-top: 1px solid #d1d5ff;
	border-right: none;
	border-bottom: none;
	border-left: none }
html>body #sidebar li a {
	width: auto }
#sidebar li a:hover  {
	color: #232c60 }
#sidebar li a.aktiv   {
	color: #143060;
	text-decoration: none;
	background-color: transparent;
	background-image: url("../img/subnav_active.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 100%;
	border-top: 1px solid #555a86 }
html>body #sidebar li a.aktiv {
	width: auto }
/*inhalt*/
#content         {
	color: #000;
	background-color: #fff }
h1    {
	color: #000;
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold }
h2   {
	color: #000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder }
p   {
	color: #000;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14pt }
/*footer*/
#footer      {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	margin-top: 10px }
#footer a   {
	color: #d4d4d4;
	text-decoration: none;
	border-style: none }
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-style: none }
.clear {
	clear: both }
