/* Baukastenelement PopUp */
.popupDiv{}
.popupTBL{
   border:solid 1px #000000;
   background-color:#ffffff;
}

/* InputFelder der Loginmaske*/
.loginInput{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:8pt;
   background-color:#f9f9f9;
   color:#000000;
   border-color:#000000;
   border-style:solid;
   border-width:1px;
   width:100;
}
/* Anmeldebutton*/
.loginInputBtn{
   font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:8pt;
   background-color:#f9f9f9;
   color:#000000;
   border-color:#000000;
   border-style:solid;
   border-width:1px;
   width:100px;
}

/* Text von Username und Passwort*/
.loginFText{
   font: 10px #000000;
}
/* Sonstiger Text*/
.loginText{
   font: 10px #000000;
}


a:link {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #174E77; 
text-decoration: none}

a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #174E77; 
text-decoration: none}

a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11pt; 
color: #174E77; 
text-decoration: none}

tr, td, body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #174E77; 
text-decoration: none}

.ueber { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt; 
color: #174E77; 
text-decoration: none}

/* Mainmenü */
a:link,
a:visited,
a:focus,
a:hover,
a:active {
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #1a5784; 
font-weight: bold;
text-decoration: none
}



