
A { color : #044868;
    text-decoration : none;
    font-family : verdana, arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    line-height : 18px;
  }

A:hover {
    color : #F1A004;
    font-family : verdana, sans-serif;
    font-size : 10px;
    text-decoration : none;
    font-weight : bold;
    line-height : 18px;
  }

A.footerlink {
    color : #044868;
    text-decoration : none;
    font-family : verdana, arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
  }

A.footerlink:hover {
    color : #044868;
    font-family : verdana, sans-serif;
    font-size : 10px;
    text-decoration : underline;
    font-weight : bold;
  }


TD.text, P.text, SPAN.text, LI.text, div.text, td.text td {
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #000000;
  line-height : 18px;
  text-align : justify;
}

TD.pageheader, div.pageheader, SPAN.pageheader {
  font-family : verdana, arial, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #6086C0;
  letter-spacing : 1px;
}

div.subheader {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #044868;
  margin-bottom : 5px;
  margin-top : 20px;
}

div.subheader2 {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #6086C0;
  margin-bottom : 15px;
}

div.zitat {
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-weight : bold;
  color : #045880;
  font-style : italic;
}

div.pagebottom {
  font-family : 'times new roman', serif;
  font-size : 18px;
  font-weight : bold;
  color : #000000;
  font-style : italic;
}

TD.footer {
  font-family : verdana, arial, sans-serif;
  font-size : 10px;
  font-weight : normal;
  color : #000000;
}

ul {
  list-style-type : square;
}
li {
  padding-bottom : 5px;
}

ul,ol{
  margin-left:16px;
  margin-top:5px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	scrollbar-face-color: #6086C0;
	scrollbar-shadow-color: #eeeeee;
	scrollbar-highlight-color: #045880;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-darkshadow-color: #045880;
	scrollbar-track-color: #6086C0;
	scrollbar-arrow-color: #045880;
}

/* Navigation */
#colleft {
	background-image: url(../navi/spacer.gif);
	background-repeat: repeat-y;
	background-color: #f1f1f1;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	padding-bottom: 8px;
}
#menu ul li.kerning {
	letter-spacing:-1px;
}
#menu ul li a {
	display: block;
	padding-left: 16px;
	width: 177px;
	height: 22px;
	font-size: 11px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../navi/navi_off.gif);
	background-repeat: no-repeat;
	background-color: #6086c0;
}
* html #menu ul li a {
	width: 193px;
}
#menu ul li a:hover, #menu ul li a.active {
	color: #fff;
	background-image: url(../navi/navi_on.gif);
	background-color: #3163ad;
}
#menu ul li a.active {
	cursor: default;
}

/* Content */
#content {
	padding: 10px 20px 30px 0px;
}


/* Common classes */
.nowrap {
	white-space: nowrap;
}
table.inhalt td {
	padding: 0px 15px 20px 0px;
}
