
/* TEMPORÄRE STYLESHEETS */
/*  die fest in den code geschriebene Farben ersetzen */

.tmp_black{
  background-color: #000000;	
}

.tmp_light_grey{
  background-color: #84A5D7;	
}

.tmp_white{
  background-color: #FFFFFF;	
}

.tmp_grey_border{
  border-color: #84A5D7;	
}

.tmp_red{
  background-color: #0066CC;	
}

.tmp_red_txt{
  color: #0066CC;	
}

/* ENDE TEMPORÄRE STYLESHEETS */


/* A D M I N */
.admintxt {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}

.adminbold {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}

.adminklein { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}

/* ENDE A D M I N */



/* BUTTONS */
.button{
        background-color: #CFDDEF;	
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        border-style : solid;
        border-color : #84A5D7;
    	border-width : 1px;
}
/* Ende BUTTONS */

/* Ab Hier die Sachen von Bernhard */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CFDDEF;
}

.ver11wt {
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF;
}

/*  Hier neue Formatierung: background-color:  */
.ver11bl{
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
	background-color: #FFFFFF;
}
			
.ver11blit{
	font-size: 11px; 
	font-weight: normal;
	font-style: italic; 
	color: #000000;
}

.ver11blbld{
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
}

.txt11bl{
	font-size: 11px; 
	line-height: 14pt; 
	color: #000000;
}

.redlernaktiv{
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
	background:#0066CC;
}

/*  Hier neue Formatierung: color:  ||| hab einfach das php kopiert   */
/*  Hier neue Formatierung: font-size:  */
a{  
	text-decoration: none;
	color: #004080;
	font-size: 11px;
}


/* KURSNAVIGATION  */
.naviakt{
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
}

.navideakt{
	font-size: 11px; 
	font-weight: normal; 
	color: #888888;
}

/* E N D E : KURSNAVIGATION */


/* extra Farbfomatierungen - fuer Kalender */
.calender{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
		
.callistrot{
	font-size: 11px;
	font-weight: normal;
	line-height:14pt;
	color: #004080;
}

.callistgrau{
	font-size: 11px;
	font-weight: normal;
	line-height: 14pt;
	color: #888888;
}



/* extra Farbfomatierungen - aktiver Tag im Kalender wird rot angezeigt */
.minicaltagaktiv	{
	font-size: 11px;
	font-weight: normal;
	background-color: #0066CC;
	color: #000000;
}
	
/* M E M O B O A R D  */
/* extra Farbfomatierungen - Titelleiste im MEMOBOARD background in rot */

.memohead{
	font-size: 11px;
	font-weight: normal;
	background-color: #004080;
	color: #FFFFFF;
}

.memosub{
        font-size: 11px;
        font-weight: normal;
        background-color: #9DB8DF;
        color: #000000;
}

.memotxt{
        font-size: 12px;
        font-weight: normal;
        color: #000000;
    	border-style : solid;
    	border-color : #84A5D7;
    	border-width : 1px;
}

.memo{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.memo01{
	font-size: 11px;
	font-weight: normal;
	background-color: #84A5D7;
	color: #000000;
}

.memo02{
	font-size: 11px;
	font-weight: normal;
	background-color: #9DB8DF;
	color: #000000;
}
/* E N D E : M E M O B O A R D  */

/* M A I L S Y S T E M  */
.mailhead{
        font-size: 11px;
        font-weight: normal;
        background-color: #004080;
        color: #FFFFFF;
}

.mailsub{
        font-size: 11px;
        font-weight: normal;
        background-color: #9DB8DF;
        color: #000000;
}

/*  neuer Style	*/
/*  Komplett neuer Style ...  		*/
/*  wird in einer Zelle aufgerufen ... 	*/
/*  ist ab bist jetzt noch nicht  ...  	*/
/*  definiert worden ... 		*/
.mail{
        font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.mailtxt{
        font-size: 12px;
        font-weight: normal;
        color: #000000;
	border-style : solid;
	border-color : #84A5D7;
    	border-width : 1px;
}
.mailtr01	{
	font-size: 11px;
	font-weight: normal;
	background-color: #84A5D7;
	color: #000000;
}

.mailtr02	{
	font-size: 11px;
	font-weight: normal;
	background-color: #9DB8DF;
	color: #000000;
}
/* E N D E : M A I L S Y S T E M  */


/* extra Farbfomatierungen - fuer Benutzerliste */
.user{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/*  Die hab ich nicht in meiner Liste, ich nehm aber "satt" */
.user_red{
	font-size: 11px;
	font-weight: normal;
	color: #0066CC;
}

.useraktchar{
	color: #FFFFFF;
	background-color: #004080;
}	

.userdeakt{
	font-size: 11px;
	font-weight: normal;
	color: #888888;
}

a.user{
	color: #004080;
} 

a:hover.user{
	color: #FFFFFF;
	background-color: #004080;
}

a:aktive.user{
	color: #FFFFFF;
	background-color: #004080;
}	 
	
/* ADRESSBUCH */
.adresshead{
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	background-color: #004080;
	color: #FFFFFF;
}

/*  Die hab ich nicht in meiner Liste, hier fehlen auch die "..."	*/
.adressub{
	font-size: 11px;
	font-weight: normal;
	background-color: #84A5D7;
	color: #004080;
}

.adrestxt{
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}

/*  font-size geändert, von 12 auf 11 Pixel			*/
.adres01{
	font-size: 11px;
	font-weight: normal;
	color: #004080;
}

/*  font-size geändert, von 12 auf 11 Pixel			*/
.adres02{
	font-size: 11px;
	font-weight: normal;
	color: #004080;
}

/* E N D E : ADRESSBUCH */


/* ERWEITERTE SUCHE */
.suchhead{
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #004080;
}

.suchuber{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;
}
.such{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.such01{
	background-color: #84A5D7;
	color: #000000;
}

.such02	{
	background-color: #9DB8DF;
	color: #000000;
}

a.such	{
	color: #000000;
}

a:hover.such	{
	color: #000000;
	text-decoration:underline;
}

a:aktive.such	{
	color: #000000;
	text-decoration:underline;
}
	
/* E N D E : ERWEITERTE SUCHE */

/* CHAT */
.chathead{
	font-size: 11px;
	font-weight: normal;
	background-color: #004080;
	color: #FFFFFF;
}


.chatsub
	{
	font-size: 11px;
	font-weight:normal;
	background-color:#004080;
	color: #FFFFFF;
}

.chattxt{
	font-size: 12px;
	font-weight: normal;
}
/* E N D E : CHAT */

/* P R UE F U N G S UE B E R S I C H T */

.statuber {
	font-size: 12px;
	font-weight : bold;
	letter-spacing : 3px;
	color: #000000;
}
.statrot { 
	font-size: 12px; 
	font-weight: normal; 
	line-height:14pt; 
	color: #004080;
}

.statpunkte { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 14pt; 
	color: #000000;
	background-color: #84A5D7;
}

.statrahmen{ 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
	border-style: solid; 
	border-color: #84A5D7;
	border-width: 1px; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.statlist01{ 
	font-size: 12px; 
	font-weight: normal; 
	background-color: #CFDDEF;
	color: #000000;
}

.statlist02{ 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}

/* E N D E :  P R UE F U N G S UE B E R S I C H T */

/* T U T O R I N G  */

.tutuber{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000000;	
}

.tutrahmen{ 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
	border-style: solid; 
	border-color: #84A5D7;
	border-width: 1px; ; 
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.tutsub{ 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
}

.tuttxt{ 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000;
}

/* E N D E :  T U T O R I N G */

/* V O R W O R T  */
.vorhead{
	font-size: 12px;
	font-weight: bold;
	background-color: #004080;
	color: #FFFFFF;
}

.vortxt{ 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;
}

.vorbold{ 
	font-size: 12px; 
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}

.vor{ 
	font-size: 12px; 
	font-weight: normal;
	color: #000000;
	border-style: solid; 
	border-color: #84A5D7;
	border-width: 1px; 
}

a.vor{
	color: #000000;
	font-weight: bold;
}

a:hover.vor{
	color: #004080;
	text-decoration: none;
	letter-spacing: 3px;
}

a:aktive.vor{
	color: #004080;
	text-decoration: none;
	letter-spacing: 3px;
}	
/* E N D E:  V O R W O R T  */

/* F R A G E B O G E N   P O P U P */
/* Diese Formatierung hab ich nicht und ich weiss auch nicht wo sie gebraucht wird.		*/ 
/* Such dir was aus, die Liste mit den Farbnamen hast du ja.		*/ 

form_activation_popup{
  font-size: 15px; 
  font-weight: bold;
  background-color: #CFDDEF;
  color: #000000;
}

/* E N D E :   F R A G E B O G E N   P O P U P */

/* Neue Formatierung für den Hintergrund im "main"-Bereich 	*/  
.bgmain {
	background-color: #FFFFFF;
}



