
/* Mehr Hinweise in der Liesmich.html */

/* Eigenschaften der Links */
 a:link          {color:#333333; font-weight:bold; text-decoration: none}  
 a:visited       {color:#333333; font-weight:bold; text-decoration: none}   
 a:hover         {color:#FF6600; font-weight:bold; text-decoration: none;}
 a:active        {color:#FF6600; font-weight:bold; text-decoration: none;}
 a:focus         {color:#FF6600; font-weight:bold; text-decoration: none;}

 a.navi:link          {color:#333333; font-weight:bold; text-decoration: none}  
 a.navi:visited       {color:#333333; font-weight:bold; text-decoration: none}   
 a.navi:hover         {color:#FF6600; font-weight:bold; text-decoration: none;}
 a.navi:active        {color:#FF6600; font-weight:bold; text-decoration: none;}
 a.navi:focus         {color:#FF6600; font-weight:bold; text-decoration: none;}
 
 a.mod:link          {color:#660000; font-weight:bold; text-decoration: none}  
 a.mod:visited       {color:#660000; font-weight:bold; text-decoration: none}   
 a.mod:hover         {color:#FF6600; font-weight:bold; text-decoration: none;}
 a.mod:active        {color:#660000; font-weight:bold; text-decoration: none;}
 a.mod:focus         {color:#660000; font-weight:bold; text-decoration: none;}
 
 a.admin:link          {color:green; font-weight:bold; text-decoration: none}  
 a.admin:visited       {color:green; font-weight:bold; text-decoration: none}   
 a.admin:hover         {color:red; font-weight:bold; text-decoration: none;}
 a.admin:active        {
	color:#660000;
	font-weight:bold; text-decoration: none;
	font-size: 8pt;
}
 a.admin:focus         {color:red; text-decoration: none;}
 
/* Allgemeines und Scrollbalken der Seite */
 body      {background-attachment:fixed;
            background-color:white;
            color:#333333;
            font-family:verdana;
            font-size:8pt;
            font-weight:bold;
            font-style:normal;
            margin-left:10px;
            margin-right:10px;
            margin-top:10px;
            margin-width:10px;
            margin-height:10px;
            margin-bottom:10px;
			scrollbar-base-color:#ccccff;
            scrollbar-arrow-color:red;
            scrollbar-darkshadow-color:#000000;
            scrollbar-face-color:#990000;
            scrollbar-highlight-color:#990000;
            scrollbar-shadow-color:#000000;
            scrollbar-track-color:#ffffff;
			
            }

/* Allgemeines der Tabellenzellen */
 td        {font-family:verdana;
            color:#000000;
            font-size:8pt;
            font-weight:normal;
            font-style:normal;
            }

 pre        {color:#000000;
            font-size:8pt;
            font-weight:normal;
            font-style:normal;
            }
			
/* Trennlinien */
 hr        {color:#000000;
            width:100%;
            size:1;
            }
			
/* Kalender */
 #main      {background-image: url(../img/bg_blau.gif); 
 			color:#000000;   
            font-size:8pt;
            font-family:verdana;
            font-weight:normal;
            font-style:normal;
            }

 #over      {background-image: url(../img/bg5.gif); 
 			color:#000000;   
            font-size:8pt;
            font-family:verdana;
            font-weight:bold;
            font-style:normal;
            }

 #sub      {background-image: url(../img/bg_grau.gif); 
 			color:#000000;   
            font-size:8pt;
            font-family:verdana;
            font-weight:normal;
            font-style:normal;
            }
			
/* Eigenschaften der Buttons */
 .Button   {background-color:#ffffff; 
            color:#333333; 
            border-color:#999999;
			 border:1px solid #999999;
            }

 .Button2 {background-color:#E9E9E9; 
             color:#333333; 
             border-color:#999999;
			 border:1px solid #999999;
             }
			 
 .Button3 {background-color:#E9E9E9; 
             color:#333333; 
             border-color:#999999;
			 border:1px solid #999999;
             }
			 
 .Button4 {background-color:#660000; 
             color:#FFFFFF;
			 border:1px solid #999999;
             }
			 
 #zitat      {background-color:#336699;
             color:#ffffff;
             font-family:verdana;
             font-size:8pt;
             font-weight:normal;
             font-style:normal;
             }
			 
