body {
background-color: #FFFFFF;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
margin:0px;
line-height:1.3em;

}

a:link, a:visited {
text-decoration:none;
color:#999;
font-size:11px;
}

a:hover {
color:#ccc;
text-decoration:none;
}

.small {
font:0.9em Verdana,Helvetica,sans-serif;
color:#ccc;
}
.createdate, .modifydate {
font:0.9em Verdana,Helvetica,sans-serif;
color:#ccc;
}


/* Sektionen*/
.sectiontableheader {
background:url(../images/teaser.png);
color:#cebea7;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
padding:5px;
}
.sectiontableheader a:link,.sectiontableheader a:visited {
color:#444;
}
.sectiontableentry1, .sectiontableentry2{
text-align:left;
}

/* Buttons*/
.button {
height:20px;
font-size:12px;
margin-left:4px;
padding:0px 4px;
cursor:hand;
color:#666;
border: 1px solid #333;
padding:2px;

}

.inputbox{
background-color:transparent;
border: 1px solid #000000;
color:#000000;
}
#mod_login_username.inputbox{
background-color:transparent;
border: 1px solid #333;
color:#ccc;
}
#mod_login_password.inputbox{
background-color:transparent;
border: 1px solid #333;
color:#ccc;
}
#mod_login_remember.inputbox{
border:none;
}


/*Menu Linke Seite*/

a.mainlevel {
  margin           : 0px;
  padding          : 0px;
  list-style-type  : none;
  width            : 160px;


}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  padding          : 4px 0px 4px 40px;
  width            : 160px;
  border-bottom    : 1px dotted #333;
  text-decoration  : none;
  color            : #666666;
  background:url(../images/menu.gif);
  background-repeat:no-repeat;
  background-position:left;

}
a.mainlevel:hover{
  color            : #fff;
    background:url(../images/menu_hover_3.gif);
  background-repeat:no-repeat;
  background-position:left;


}

#active_menu {  color: #fff ! important;   background:url(../images/menu_hover_3.gif);
  background-repeat:no-repeat;
  background-position:left;
}

/* Untermenus*/
a.sublevel {
  display          : block;
  float:right;
  padding          : 2px 0px 2px 2px;
  width            : 120px;
  border-bottom    : 1px dotted #333;
  text-decoration  : none;
  color            : #000000;
  font-size:0.9em;
}
a.sublevel:link, a.sublevel:visited {
  text-decoration  : none;
  color            : #666666;
  background-color : #000;

}
a.sublevel:hover {  color: #fff ! important;}
a.sublevel#active_menu { background-image:none; background-color:transparent;color: #fff ! important;}  /* Formatierung der aktiven Unter-Menü-Links */
a.sublevel#active_menu:hover {}

#topmenu #mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: left;
white-space: nowrap;
}

#topmenu #mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
height: 12px;
line-height: 12px;
white-space: nowrap;
margin-right: 1px;
}

#topmenu #mainlevel-nav li a{

font-weight: normal;
color:#fff;
height: 12px;
display: block;
padding-left: 5px;
padding-right: 5pt;
text-decoration: none;
white-space: nowrap;
border-right: 1px solid #fff;
font-size:0.9em;

}

#topmenu #mainlevel-nav li a:hover{
font-weight: normal;
color:#fff;
height: 12px;
display: block;
padding-left: 5px;
padding-right: 5pt;
text-decoration: none;
white-space: nowrap;
text-decoration:underline;
}

#menu .moduletable th{
color:#999;
font-size:12px;
text-align:left;
margin-bottom:10px;
border-bottom:1px dotted #333;
font-weight:normal;
letter-spacing:1px;
height:20px;
line-height:20px;
}

#menu .moduletable{
margin-bottom:20px;
}
#menu .moduletable td{
margin-top:10px;
}

/*Ausblenden des Module Tabel Headers rechts Menu Seite
#topmenu .moduletable th{
display:none;
}
#bottom .moduletable th{
color:#999;
font-size:12px;
text-align:left;
margin-bottom:10px;
font-weight:bold;
height:20px;
line-height:20px;
}
*/
.contentheading, .componentheading {
font-size:12px;
color:#666;
font-weight:bold;
border-bottom: 1px dotted #ccc;}