
/**************************************************************************************************************************/
.modulbutton {
    line-height: normal;
    background-color:silver;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.modultabkopfzeile {
   font-weight: bold;
   color: black; 
   background-color: #99CCFF;
}

.modulverfasserzeile {
	font-weight: bold;
	color:#818181;
	font-size:0.95em;
}

.modulcontent {
	margin: 5px 0 0 0;    
}

.modulcontent2 {
	font-weight: bold;
	color: black
}

.modulcontent3 {
	font-weight: normal;
	font-style: italic;
	color: gray
}
.modulcontenttab {
    font-weight: normal;
    color: black
}

.modullistelink {
   font-weight: normal; 
   color: black; 
   text-decoration:none;
}

.modullistelinkaktiv {
   font-weight: bold;
   color: #333399;
   text-decoration:none;
}

.modulcontentlink {
   font-weight: normal; 
   color: #333399;
   text-decoration: underline;
}

.modulueber {
	padding: 1px; 
	font-size:1.2em;
	font-weight: bold; 
	color: #000;
	background-color:#e3e3e3;
}
.modulgruppe {
     font-style: normal; 
     font-weight: bold; 
     color: #000000; 
     text-decoration: none;
}
.modullink {
	font-size: 0.95em;  
	text-decoration: underline;
	font-weight:bold;
	color:#818181;
}
a.modullink:link, a.modullink:visited{
	color:#818181;
	text-decoration: underline;
}
a.modullink:hover, a.modullink:active{
	color:#c61d23;
	text-decoration: underline;
}
.modulkommentar{
	margin:10px 0 0 25px;
}
.kommentartext{
	margin:5px 0 0 0;
}

.modulformular {
	font-style: normal; 
	font-weight: bold; 
	color: #333399; 
	text-decoration: none
}
