body {
  font-family:Verdana,System,Arial;
  font-size: 12px;
  color: #000000;;
  background-color:#ffffff; 
  background-image:url(../images/bggnd.png);
}

/* 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: #ffffff;
  text-align: left;
  padding-top: 5px;
  padding-left: 18px;
  height: 20px !important;
  height: 25px;
  width: 160px;
  text-decoration: none;
}
a.mainlevel:hover {
  background-position: 0px -25px;
  text-decoration: none;
  background-color: transparent;
  color: #333333;
}

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 {
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.moduletable th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
table.moduletable td {
  font-size: 12px;
}

table.joomlastats {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.joomlastats th {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}
table.joomlastats td {
  padding-left: 3px;
  font-size: 10px;
  text-align: right;
}

th.sectiontableheader {
  background-color: silver;
}

/* 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: 10px;
}

/* width="1024" border="0" cellpadding="0" cellspacing="0" */
div#main-frame {
  width: 1024px;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px;
  background-image:url(../images/watermark.png);
  background-repeat: no-repeat;
  background-position: 160px 100px;
  border: 0px solid silver;
}

/* width="100%" border="0" cellpadding="0" cellspacing="0" */
table#header-main {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid silver;
}

td#header-left {
  width: 160px;
  border: 0px solid silver;
}

td#header-logo {
  text-align: center;
  border: 0px solid silver;
}

/* width="100%" border="0" cellpadding="0" cellspacing="0" */
table#body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid silver;
}

td#menu-left {
  width: 160px;
  vertical-align: top;
  border: 0px solid silver;
}

div#menu-left-space {
  height: 75px;
  border: 0px solid silver;
}

td#main-right {
  vertical-align: top;
  border: 0px solid silver;
}

/* width="100%" border="0" cellpadding="0" cellspacing="0" */
table#main-right {
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid silver;
}

td#main {
  vertical-align: top;
  border: 0px solid silver;
}

td#right {
  vertical-align: top;
  border: 0px solid silver;
}
