/*WYSIWYG:  .normal#Normal,.bold#Fett,.italic#Italic,.italicbold#Italic+Bold,.headline#Überschrift,*/
/*TABLECORE: .normal#Normal,.bold#Fett,.italic#Italic,.italicbold#Italic+Bold,.headline#Überschrift,.underlined#Unterstrichen*/
body.wysiwyg      { font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12 px;
                    background: white }
body              { font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12 px;
                    background: white }
body.tablecore    { font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12 px;
                    color: black;   }
input.button      { background: #FFFFFF;
                    border: 1px solid;
                    border-bottom-color: #9AADB5;
                    border-left-color: #9AADB5;
                    border-right-color: #9AADB5;
                    border-top-color: #9AADB5;
                    font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12px;
                    height: 21px;
                  }
input.text        { background: #FFFFFF;
                    border: 1px solid;
                    border-bottom-color: #FF0000;
                    border-left-color: #FF0000;
                    border-right-color: #FF0000;
                    border-top-color: #FF0000;
                    font-family: Verdana,Arial,Helvetica,sans-serif;
                    font-size: 12px;
                    color: #000000;
                    height: 21px;
                  }
                  
table.border,     { border:#9F7272 1px solid;
                  }
/**************** Linkfarbe ********************/
a {
color:#9F7272;
text-decoration:none;
}
a:hover {
color:#FFFFDA;
text-decoration:none;
}
/**************** Schriftarten ********************/
td,.normal   { font-family: Verdana,Arial,Helvetica,sans-serif;
               font-size: 12 px;
               font-style: normal;
               font-weight: normal;
               color: black;  
               text-decoration:none  }
.headline	    { color: black;
               font-size: 16px;
               font-weight: bold; 
               font-style: normal;
               letter-spacing: 0.1; 
               text-decoration:none }
               
.headline-c  { color: #9F7272;
               font-size: 22px;
               font-weight: normal; 
               font-style: normal;
               letter-spacing: 0.1; 
               text-decoration:none }
.bold	{     font-size: 12 px;
               font-weight: bold;
               font-style: normal;
               color: black; 
               text-decoration:none   }
               
.boldbig	{     font-size: 13 px;
               font-weight: bold;
               font-style: normal;
               color: black; 
               text-decoration:none   }
.small	    { color: back;
               font-size: 10px;
               font-weight: normal; 
               font-style: normal;
               letter-spacing: 0.1; 
               text-decoration:none }
.italic	{     font-size: 12 px;
               font-weight: normal;
               font-style: italic;
               color: black;  
               text-decoration:none  }
.italicbold  { font-size: 12 px;
               font-weight: bold;
               font-style: italic;
               color: black; 
               text-decoration:none  }
.underlined  { font-size: 12 px;
               font-weight: normal;
               font-style: normal;
               color: black;
               text-decoration:underline   }     
               
span.weberror     { color: red; 
                    font-weight: bold;  }
