body { font-family:Verdana,System,Arial; font-size:12px; color:#000000; margin-left:25px; 
        background-color:#ffffff; background-image:url(../images/bggnd.png) }

/* allgemeine Einstellungen fuer Links */
a:link, a:visited, a:active {
  color:#ff6633;
	font-weight: bold;
  text-decoration:none;
}
a:hover {
  color:#333333;
  text-decoration:none;
}

/* Menubar Links */

/* Main-Menu & User-Menu Class */

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  height: 15px !important;
  height: 20px;
  width: 160px;
  text-decoration: none;
}
a.mainlevel:hover {
  color:#333333;
  text-decoration: none;
  background-color:#ff6633;
}

a.sublevel:link, a.sublevel:visited {
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  height: 15px !important;
  height: 20px;
  width: 160px;
  text-decoration: none;
}
a.sublevel:hover {
  color:#333333;
  text-decoration: none;
  background-color:#ff6633;
}

/* Bottom-Menu */

a.mainlevel-nav:link, a.mainlevel-nav:visited {
  font-size: 10px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
a.mainlevel-nav:hover {
  color:#333333;
  text-decoration: none;
  background-color:#ff6633;
}

/* Zurueckknopf */

.back_button {
  text-align: center;
}

/* Textueberschriften */

.contentpagetitle {
  font-size: 24px;
  font-weight: bold;
}

.contentheading {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.componentheading {
  font-size: 25px;
  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;
}

table.joomlastats {
  align: left;
  width: 120px;
  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 {
  font-size: 10px;
  text-align: right;
}

/* Topmenu Einstellungen */

ul#mainlevel-nav {
  list-style: none;
  font-size: 10px;
	font-weight: normal;
  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;
}

/* Frame */
.li {
  border-color:#999999;
  border-left-width:2px;
  border-left-style:solid;
  padding-left:2px;
}

.li_re {
  border-color:#999999;
  border-left-width:2px;
  border-left-style:solid;
  padding-left:2px;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
}

.li_re_ob {
  border-color:#999999;
  border-left-width:2px;
  border-left-style:solid;
  padding-left:2px;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
  border-top-width:2px;
  border-top-style:solid;
  padding-top:2px;
}

.li_re_un {
  border-color:#999999;
  border-left-width:2px;
  border-left-style:solid;
  padding-left:2px;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding-bottom:2px;
}

.li_ob_un {
  border-color:#999999;
  border-left-width:2px;
  border-left-style:solid;
  padding-left:2px;
  border-top-width:2px;
  border-top-style:solid;
  padding-top:2px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding-bottom:2px;
}

.re {
  border-color:#999999;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
}

.re_ob_un {
  border-color:#999999;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
  border-top-width:2px;
  border-top-style:solid;
  padding-top:2px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding-bottom:2px;
}

.ob_un {
  border-color:#999999;
  border-top-width:2px;
  border-top-style:solid;
  padding-top:2px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding-bottom:2px;
}

.re_un {
  border-color:#999999;
  border-right-width:2px;
  border-right-style:solid;
  padding-right:2px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  padding-bottom:2px;
}

.li_re_ob_un {
  border-style:solid;
  border-color:#999999;
  border-width:2px;
  padding:2px;
}

