body {
  color            : #000000;
  margin-top       : 20px;
  margin-bottom    : 20px;
  padding          : 0px;
  background-color : #fcfcfc;
  font-family      : arial, sans-serif;
  font-size        : 12px;
 
}
td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #441100;
}
hr {
  color            : #BCB778;
  height           : 1px;
  width            : 100%;
}
.mod {
  background       : #FFFFFF;
  width            : 4px;
}
.background { 
  background-image :url(../images/shadow.jpg);
 align             : right;
}
.main { 
  float            : left; 
  width            : 100%;
  margin           : 0px; 
  padding          : 0px;
  background-color : #FFFFEE;
}
.contentdescription { 
  width            : auto !important;
  display          : block;
} 
#buttons {
  float            : right;
  margin           : 0px;
  padding          : 0px;
  width            : 50%;
}


/*************************************/
/*   Spezielles Menu Stylesheet      */
/*************************************/
.mainlevel-top{
    align            : right;  
    margin-left      : 11px;
}


#mainlevel-top, #mainlevel-top ul {
    font-size        : 11px;
    padding          : 0;
    margin           : 0;
    list-style       : none;
    text-align       : left;  
    z-index          : 1000;
}

/*second level punkte*/
#mainlevel-top ul {
    width             : 108px;
    overflow          : hidden;
    background-color  : #e7fc93;
    border            : 1px solid #e7fc93;
    z-index           : 1000;
   
 }
 
#mainlevel-top ul:hover {
   overflow: hidden;
   background-color: #fefdf2;
    z-index          : 1000;
   
 }

#mainlevel-top li:hover {
    overflow          : hidden;
    background-color  : #e7fc93;
    z-index           : 1000;
   
 }

#mainlevel-top a {
  display: block;
  width: 108px;
    z-index          : 1000;
}
#mainlevel-top a:hover {
  display: block;
  width: 108px;
background-color: #e7fc93;
    z-index          : 1000;
}

#mainlevel-top ul li a {
  width            : 108px;
  font-size        : 11px;
  display          : block;
  padding-left     : 16px;
  padding-right    : 15px;
  text-decoration  : none;
  background       : transparent;
    z-index          : 1000;
}

#mainlevel-top li a {
 font-size        : 11px;
 display          : block;
 padding-left     : 16px;
 padding-right    : 15px;
 text-decoration  : none;
 background       : transparent;
    z-index          : 1000;
}

#mainlevel-top li {
  display          : block;
  background-image : none;
  padding-left     : 1px;
  padding-right    : 1px;
  float            : right;
  margin           : 0;
  width            : 108px;
  font-size        : 11px;
  line-height      : 24px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;
    z-index          : 1000;
}




/**
 * Hide the submenus
 */
#mainlevel-top li ul {
  position: absolute;
  width: 108px;
  left: -2000px;
  z-index: 1000;
}

/**
 * Show the submenus on mouse-over (.hover class)
 */
#mainlevel-top li:hover ul {
  left: auto;
    z-index          : 1000;
}

/**
 * IE fix ... Javascript Fix
 */
#mainlevel-top li.sfhover ul {
  left: auto;
   overflow: hidden;
   background-color: #fefdf2;
    z-index          : 1000;
}





.sublevel {
  padding-left     : 10px;
}

/*untere Bloecke, Breite 748px*/
.leftrow {
  background-color : #ffffee;
  width            : 187px;
  border-top       : 2px solid #FFFFFF;
  overflow         : hidden;
  
}

.user1, .user2 {
  background-color : #ffffee;
  width            : 185px;
  border-top       : 2px solid #FFFFFF;
  overflow         : hidden;
}
.rightrow {
  background-color : #ffffee;
  width            : 187px;
  border-top       : 2px solid #FFFFFF;
  overflow         : hidden;
  
}
/*---*/

table.moduletable {
  width		   : 100%;
  table-layout	   : auto;
  border-top       : 1px solid #FFFFFF;
  
}
table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  height           : 21px;
  line-height      : 21px;
  text-indent      : 8px;
  letter-spacing   : 1px;
  color            : #352900;
  background-image : url(../images/modul.jpg);  
}
table.moduletable td {
  padding-left     : 0px;
  padding-right    : 0px;
}

table.moduletable li {
  background-image : url('./../images/bullet-d.png');
  background-repeat: no-repeat;
  padding-left     : 10px;
  padding-right    : 0px;
}

table.moduletable-online{
margin-top: 10px

}
#search {
  float            : right;
  margin-top       : 2px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width            : 108px;
  height           : 16px !important;
  height           : 16px;
  overflow         : hidden;
    z-index          : 1;
}
#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 2px 3px 2px 6px !important;
  padding          : 0px 3px 2px 6px;
  font-family      : arial, helvetica, sans-serif;
  font-size        : 10px;
  height           : 12px !important;
  height           : 12px;
  width            : 123px !important;
  width            : 125px;
  color            : #666666;
  background       : #FFFFFF;
}
.back_button {
  color            : #89cf01;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/bb.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : normal;
  border           : 1px solid #89cf01;
  padding-bottom   : 4px;
  padding-left     : 20px;
  padding-right    : 2px;
  padding-top      : 1px;
  margin-right     : 4px;
  float            : right;
  font-weight      : normal;
  line-height      : 10px;
  text-decoration  : none; 
}
.button {
  font-size        : 11px;
  color            : #996600;
  border           : 1px solid #BCB778;
  margin-bottom    : 5px;
  background-color : #E3E1C6;
  padding          : 1px;
}
.inputbox {
  border           : 1px solid #BCB778;
  background	   : transparent url(../images/back.gif);
  background-color : #DDDAB9;
  margin-bottom    : 5px;
  color		   : #660000;
}
.sectiontableheader {
  font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #660000;
  background       : #FFFFEE;
  padding          : 1px;
}
.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #ECEAD8;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #BCB778;
}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #BCB778;
}
a.mainlevel {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 168px;
  background-color : #ECEAD8;
  text-indent      : 10px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 12px;
  border-top       : 1px solid #ffffff;
  border-bottom    : 1px solid #BCB778;
  background-color : #ECEAD8;
  font-weight      : normal;
  padding          : 2px 0px 2px 0px;
  color            : #996600;
  width            : 168px;
  text-indent      : 10px;
}
a.mainlevel:hover {
  
  font-size        : 12px;
  font-weight      : normal;
  text-decoration  : none;
  text-indent      : 10px;
}

#active_menu {
  color            : #996600;
  background-color : #E3E1C6;
  font-weight      : bold;
}
a#active_menu:hover {
  color            : #333333;
}
a:link, a:visited {
  font-size        : 11px;
  color            : #885500;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #552200;
  text-decoration  : none;
  font-weight      : bold;
}
a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}
a.readon:link, a.readon:visited {
  color            : #CC9900;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #BCB778;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
}
a.readon:hover {
  color            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/read.gif);
  background-repeat: no-repeat;
  white-space      : normal;
  font-weight      : bold;
  border           : 1px solid #BCB778;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
}
ul {float            : left;
  margin           : 2px;
  padding-left     : 2px;
  list-style       : none;
}
li {
  
  line-height      : 15px;
  padding-left     : 15px;
  padding-top      : 0px;
 
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
table.contenttoc {
  border           : 1px solid #FFFFFF;
  background       : #ECEAD8;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}
.pagenavcounter {
  font-size        : 10px;
  color            : #CC0000;
}
.pagenavbar {
  border-top       : 1px solid #BCB778;
  padding          : 2px;
}
.pagenav {
  font-weight      : bold;
  color            : #DBD8B7;
}
a.pagenav:link, a.pagenav:visited {
  text-decoration  : none;
}
a.pagenav:hover {
  text-decoration  : none;
}
.date {
  font-size        : 10px;
  color            : #663300;
  padding-right    : 10px;
}
.small {
  font-size        : 10px;
  color            : #663300;
}
.smalldark {
  font-size        : 10px;
  color            : #552200;
}
.createdate, .modifydate {
  font-size        : 10px;
  color            : #774400;
}
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}
.content_rating {
  font-size        : 10px;
  color            : #CC9900;
}
.pathway {
  font-size        : 10px;
  color            : #996600;
  padding-left     : 8px;
  background-color : transparent !important;
}
a.pathway:link, a.pathway:visited {
  font-size        : 10px;
  padding-left     : 0px;
}
a.pathway:hover {
  font-size        : 10px;
  padding-left     : 0px;
}
table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
}
.pollstableborder{
  border-color     : #ffffff;
}
.contentheading, .componentheading {
  background       : url(../images/header.gif) repeat;
  font-size        : 14px;
  font-weight      : bold;
  line-height      : 24px;
  text-transform   : uppercase;
  text-align       : left;
  color            : #996600;
  width            : 100%;
}
.title {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-indent      : 8px;
  font-size        : 12px;
  text-align       : left;
  color            : #333333;
}

.title a:link, .title a:visited {
  font-size        : 10px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.title a:hover {
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}


.ontab {
  border-left      : 1px solid #404040;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : default;
  line-height      : 40px;
}
.offtab {
  border-left      : 1px solid #404040;
  text-align       : center;
  color            : #666666;
  font-weight      : normal;
  padding          : 5px;
  cursor           : default;
  line-height      : 40px;
}
.tabpadding {
 border-left       : 1px solid #404040;
}
.pagetext {
  visibility       : hidden;
  position         : relative;
  top              : 0px;
  background-color : #FFFFFF;
  display          : none;
}
.footer {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align	   : center;
  color            : #FFFFFF;
  font-size        : 10px;
  font-weight      : normal;
  width            : auto !important;
 }
.footer a:link, .footer a:visited {
  font-size        : 11px;
  color            : #885500;
  text-decoration  : none;
  padding-left     : 5px;
  padding-right    : 5px;
  border-left      : 1px solid #cccccc;
  border-right     : 1px solid #cccccc;
}
.footer a:hover {
  font-size        : 11px;
  color            : #552200;
  text-decoration  : none;
  font-weight      : bold;
  
}

.footer#createdlink a:hover, .footer#createdlink a:visited{
  border-left      : none;
  border-right     : none;
}
