

.greybg {
  background: #eeeeee;
}

/*for title or site name*/
.title {
font-family: arial, sans-serif;
font-size: 20px;
font-weight: bold;
color : #FFFFFF;
}

/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #FFFFFF;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 20px;
}

#active_menu {
  color: #ff9900;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
display: block;
color: #ffffff;
font-weight: bold;
background-image: url(../images/menu_bgr.png);
background-repeat: no-repeat;
width: 95%;
text-indent: 15px;
text-decoration: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 20px;
margin-bottom: 1px;
}
a.mainlevel:hover {
color: #FFFF00;                                                       /*  Hover-Farbe in den Menüs  */
}

a.mainmenu:link, a.mainmenu:visited {
color: #ff9900; 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;

}
a.mainmenu:hover {
color: #ff9900; 
}

table.moduletable {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px; margin-left: 0px; margin-top:0px;                                                                  
}

table.moduletable_left {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px; margin-left: 6px; margin-top:0px;
	                                                                   
}	                                                            
table.moduletable th {                                               /* Überschriften in Nav_menüs */
    font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
	text-align       : left;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 6px;
    padding-top: 10px;
}

table.moduletable_left th {                                           /* Überschriften in Nav_menüs nur links */
	font-size        : 11px;
	font-weight      : bold;
	color            : #000000;
	text-align       : left;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 0px;
	padding-bottom: 6px;
    padding-top: 10px;
}

table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
font-size: 10px;                                                        /*  Schrift in Nav-Menüs */
font-weight: normal;                    
}
table.moduletable_left td {
font-size: 10px;                                                        /*  Schrift in Nav-Menüs */
font-weight: normal;                    
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

a:link, a:visited {
color: #000099;
text-decoration: none;
}

a:hover {
color: #ff0000;
text-decoration: underline;
}