body { font-family:Verdana,System,Arial; font-size:12px; color:#000000; margin-left:25px; 
        background-color:#FFFFFF; background-image:url(../images/bggnd.jpg); }

/* allgemeine Einstellungen fuer Links */
a:link, a:visited, a:active {
  color:#c00000;
	font-weight: bold;
  text-decoration:none;
}
a:hover {
  color:#ffffff;
  text-decoration:none;
  background-color:#c00000;
}

/* Menubar Links */

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  background: url(../images/menu_bg.png) no-repeat;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 18px;
  height: 20px !important;
  height: 25px;
  width: 100%;
  text-decoration: none;
}
a.mainlevel:hover {
  display: block;
  background: url(../images/menu_bg1.png) no-repeat;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-top: 5px;
  padding-left: 18px;
  height: 20px !important;
  height: 25px;
  width: 100%;
  text-decoration: none;
}

a.sublevel:link, a.sublevel:visited {
  padding-left: 1px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  color: #ff6600;
  text-align: left;
}
a.sublevel:hover {
  color: #C43C03;
  text-decoration: none;
  background: transparent;
}

/* Zurueckknopf */

.back_button {
  float: right;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 3px double #cccccc;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
}

/* Textueberschriften */

.contentpagetitle {
  font-size: 20px;
  font-weight: bold;
}

.contentheading {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.componentheading {
  font-size: 20px;
  font-weight: bold;
}


/* Table Einstellungen */

table.contentpaneopen {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px;
}
table.contentpaneopen td {
  padding-right: 5px;
}
table.contentpaneopen td.componentheading {
  padding-left: 4px;
}

table.moduletable {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.moduletable th {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
table.moduletable td {
  font-size: 12px;
}

/* Topmenu Einstellungen */

ul#mainlevel-nav
{
  list-style: none;
  font-size: 10px;
  width: auto !important;
}
ul#mainlevel-nav li
{
  float: right;
  padding-left: 15px;
  background: transparent;
}

.modifydate {
  font-size: 10px;
  color: #999999;
  padding-top: 20px;
}

.footer {
  text-align: center;
  font-size: 8px;
}

