body.leftframe {
  background-color: #f5f5f5;
}

table.navigation {
  border: 0;
  width: 150px;
  height: 100%;
  background-color: #f5f5f5;
}

td.navigation {
  background-color: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


table.tabletop {
  border: 0;
  width: 150px;
  background-color: #f5f5f5;
}

td.oben {
  background-color: #cc0000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: middle;
  font-family: Arial;
  font-size: 18px;
  text-decoration: bold;
  color: #f5f5f5;
  height: 21px;
}

td.logo {
  background-color: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: middle;
}

td.unten {
  background-color: #cc0000;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  vertical-align: middle;
  height: 21px;
}

table.leftmenu {
  border: 0;
  width: 150px;
  background-color: #F6DDD1;
}

td.leftmenu {
  background-color: #F6DDD1;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

td.leftmenu_act {
  background-color: #F68A54;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

td.leftmenu a {
  display: block;
  width: 145px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #f5f5f5;
  padding-left: 5px;
}

td.leftmenu_act a {
  display: block;
  width: 145px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: black;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #f5f5f5;
  padding-left: 5px;
}

td.leftmenu a:hover {
  display: block;
  width: 145px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

td.leftmenu_act a:hover {
  display: block;
  width: 145px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

table.leftmenu1 {
  border-width: 0px;
  border-style: solid;
  width: 100px;
  background-color: #f50954;
  border-color: #D95D21;
}

td.leftmenu1 {
  background-color: #a9a9a9;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

td.leftmenu1_act {
  background-color: #f50954;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

td.leftmenu1 a {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

td.leftmenu1_act a {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

td.leftmenu1 a:visited {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

td.leftmenu1_act a:visited {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #a9a9a9;
  padding-left: 5px;
}

td.leftmenu1 a:hover {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #cc0000;
  padding-left: 5px;
}

td.leftmenu1_act a:hover {
  display: block;
  width: 95px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration : none;
  background-color: #cc0000;
  padding-left: 5px;
}


#body {
	position: absolute;
	width: 100%;
         height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}


#nav {
	position: absolute;
	width: 170px;
         height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
}


#content {
         height: 98%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	overflow: auto;
         margin-top: 0px;
         margin-bottom: 0px;
         margin-left: 170px;
         margin-right: 0px;
}


#xxxbody {
  height: 95%;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}



#newbody {
  position: absolute;
  height: 100%;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}



body.bodyframe {
  background-color: #f5f5f5;
    font-family: Arial, Verdana, Helvetica;
  font-size: 14px
}

table.tablemain {
  border: 0;
  height: 95%;
}

td.tablemain {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 20px;
  height: 95%;
  vertical-align: top;
}

td.browsebox-prev {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 3px;
}

td.browsebox-next {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 0px;
}

td.browsebox {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

td.browsebox-act {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
}

td.browsebox-act A:link {
  background-color : transparent;
  color : #F68A54;
  text-decoration : none;
  font-weight : bold;
}

td.browsebox-act A:visited {
  background-color : transparent;
  color : #F68A54;
  text-decoration : none;
  font-weight : bold;
}

A:link {
  background-color : transparent;
  color : black;
  text-decoration : none;
  font-weight : bold;
}
A:visited {
  color: black;
  text-decoration : none;
  font-weight : bold;
}
A:hover {
  background-color : transparent;
  color : #cc0000;
  text-decoration : none;
  font-weight : bold;
}
A:active {
  background-color : transparent;
  color : black;
  font-weight : bold;
  text-decoration : none;
}

SELECT {
  font-family: Arial, Verdana, Helvetica;
  font-size: 10px
}

TEXTAREA {
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px
}

INPUT {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  font-weight: bold;
}


H1 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 20px;
  color: black;
  margin-bottom: 3px;
  margin-top: 0px;
}
H2 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 17px;
  color: black;
  margin-bottom: 2px;
  margin-top: 0px;
}
H3 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 15px;
  color: black;
  margin-bottom : 1px;
  margin-top : 0px;
}
H4 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 14px;
  color: black;
  margin-bottom: 0px;
  margin-top: 0px;
}
.subhead1 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  color: black;
}
.subhead2 {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;
  color: green;
}
.subhead3 {
  font-family: Arial, Verdana, Helvetica;
  font-size : 12px;
  color : black;
  margin-bottom : 1px;
  margin-top : 0px;
  font-weight : bold;
}
.headerdate {
  font-family: Arial, Verdana, Helvetica;
  font-size : 10px;
  color : Green;
  font-weight: normal;
}

P {
  font-family: Arial, Verdana, Helvetica;
  font-size : 14px;
  line-height : 120%;
  color: black;
  margin-top : 0px;
  margin-bottom : 5px;
  padding-bottom : 0px;
  text-indent : 0px;
}

P.emptyline {
  font-family: Arial, Verdana, Helvetica;
  font-size : 10px;
  line-height : 100%;
  color: black;
  margin-top : 0px;
  margin-bottom : 0px;
  padding-bottom : 0px;
  text-indent : 0px;
}

LI {
  font-family: Arial, Verdana, Helvetica;
  font-size : 11px;
  line-height : 150%;
  color: black;
  margin-top : 0px;
  margin-bottom : 0px;
  padding-bottom : 0px;
  text-indent : 0px;
}

.caption {
  font-family: Arial, Verdana, Helvetica;
  font-size : 10px;
  color : black;
}
.bulletlist {
  font-family: Arial, Verdana, Helvetica;
  font-size : 10px;
  color : black;
}
.table {
  font-family: Arial, Verdana, Helvetica;
  font-size : 11px;
  color : black;
}

.searchform {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-family: Arial, Verdana, Helvetica;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-family: Arial, Verdana, Helvetica;
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-family: Arial, Verdana, Helvetica;
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}




.loginform {
	font-family: Arial, Verdana, Helvetica;
	font-size : 14px;
	color : black;
	font-weight : normal;
}




.mailform {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-family: Arial, Verdana, Helvetica;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}






.filelinks {
	font-family: Arial, Verdana, Helvetica;
	font-size : 14px;
	color : black;
}
.filelinkssize {
	font-family: Arial, Verdana, Helvetica;
	font-size : 14px;
	color : Green;
}



.sitemap1 {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : black;
}
.sitemap2 {
	font-family: Arial, Verdana, Helvetica;
	font-size : 11px;
	color : black;
	margin-left : 20px;
}
.sitemap3 {
	font-family: Arial, Verdana, Helvetica;
	font-size : 10px;
	black;
	margin-left : 40px;
}
.sitemap4 {
	font-family: Arial, Verdana, Helvetica;
	font-size : 9px;
	color : black;
	margin-left : 60px;
}




.celmenu {
	font-family: Arial, Verdana, Helvetica;
	font-size : 12px;
	color : black;
	margin-top : 10px;
}
.celsubmenu {
	font-family: Arial, Verdana, Helvetica;
	font-size : 11px;
	color : black;
	margin-left : 20px;
	margin-top : 3px;
}

span.highlighted {
  background-color: #f50954;
  color: white;
  font-weight : bold;
}

td.search {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 1px;
  color: black;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration : none;
  background-color: #f5f5f5;
  padding-left: 5px;
}

