
##Allgemeiner teil
## alter body {background-color:#C0C0C0;}
img.test {
    position:absolute;
    top:40px;
    right:10px;
    }

body {background-color:#FFFFFF;}
p {font-size:8pt;
   font-family:Helvetia, Arial;
   }
p.messages {font-size:8pt; font-family:Helvetia, Arial; font-weight:bold;}
p.gross {font-size:12pt; font-family:Helvetia, Arial; font-weight:bold;}

p.green {color:green; font-size:10pt; font-family:arial; font-weight:bold; position:absolute; top:210px; left: 280px;} 
p.login {color:green; font-size:10pt; font-family:arial; font-weight:bold; position:absolute; top:100px;} 
p.greenstud {color:green; font-size:10pt; font-family:arial; font-weight:bold; position:absolute; top:40px; left: 400px;} 

p.red {color:red; font-size:10pt; font-family:arial; font-weight:bold; position:absolute; top:210px; left: 280px;}
p.redstud {color:red; font-size:10pt; font-family:arial; font-weight:bold; position:absolute; top:40px; left: 400px;}


##{Anmeldepositionen}

p.vorname {position:absolute; top:40px; left: 80px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.nachname {position:absolute; top:40px; left: 80px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.matrikelnummer {position:absolute; top:40px; left: 40px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.username {position:absolute; top:40px; left: 80px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.passwort {position:absolute; top:40px; left: 80px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.pseudonym {position:absolute; top:40px; left: 40px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}
p.kennzahl {position:absolute; top:40px; left: 80px;color:red; font-size:10pt; font-family:arial; font-weight:bold;}


font.red {font-size:8pt; font-family:Helvetia, Arial; color:red;}
   
##h2 {background-color:#6D7EA3; color:#DBDBDB; font-size:16pt;}
h2 {background-color:#CC3333; 
    color:black; font-size:14pt; 
    text-align:center;
    font-family:Helvetia, Arial;
   }
h2.angemeldet {background-color:#CC3333; 
    color:black; font-size:14pt; 
    text-align:center;
    font-family:arial garde;
   }
   
table {border-style:ridge; border-color:black; border-width:thin; }
table.ghost {border-style:none; }

##Tabellenansicht
##alt tr.titel {background-color:#6D7EA3; color:#DBDBDB; font-size:10pt;}
tr.titel {background-color:#CC3333; color:black; font-size:10pt; font-weight:bold;font-family:Helvetia, Arial;}
td.titel {border-style:ridge; border-width:thin; font-size:10pt; border-color:black;font-family:Helvetia, Arial;}

table.namen {border-style:ridge; border-width:thin; border-collapse:collapse;}
tr.namen {font-family:arial; font-size:8pt; height:15pt; border-style:solid;border-width:thin;}
td.namen {border-style:solid; border-width:thin;font-family:Helvetia, Arial;}

td.details {font-family:Helvetia, Arial;font-size:8pt; text-align:right; text-decoration:underline;  font-weight:bold;vertical-align:top;}

td.text {font-family:Helvetia, Arial;font-size:8pt; }

a.text {font-family:Helvetia, Arial;font-size:8pt; }

a.sort {font-family:Helvetia, Arial; color:#000000;}

a.anker {font-family:Helvetia, Arial; font-size:8pt;text-decoration:none;font-weight:bold; color:#000000;}

a.oben {font-family:Helvetia, Arial; font-size:8pt;color:#000000;}

a.faq {font-family:Helvetia, Arial; font-size:8pt; text-decoration:underline;}

##Druckansicht
table.druck {font-size:10pt;
            border-width:thin;
            border-collapse:collapse;
            }
            
td.drucktitel {background-color:#F0C800; border-width:thin; color:black; font-size:10pt; font-weight:bold;font-family:Helvetia, Arial;}

tr.druck {font-family:arial; font-size:8pt; height:15pt; border-style:solid;border-width:thin;}
td.druck {border-style:solid; border-width:thin;font-family:Helvetia, Arial;}


##Buttons

 #mybutton   {border-style: inset;
        border-color: #ffffff;
        background-color: #ffffff;
        text-decoration: none;   
        width: 100px;
        text-align: center;}
  
  .anmelden {color: green; 
                text-decoration: none;   
                font: bold 8pt arial;
                cursor: hand;}
                
  .abgelaufen {color: red; 
                text-decoration: none;   
                font: bold 8pt arial;
                cursor: hand;} 
  
  .aktiv {color: red; 
                text-decoration: none;   
                font: 8pt arial;
                cursor: hand;}
                
  .start {color: orange; 
                text-decoration: none;   
                font: bold 8pt arial;
                cursor: hand;}             
  

