/* ******************************************************************** */
/* Anmeldung und Kontakte                                               */
/* ******************************************************************** */
#anmeldung
{
   font-size         : 18px;
   /*padding           : 5px;*/
}
#anmeldung table
{
   border-spacing    : 0px;
   width             : 100%;
}
#anmeldung .error
{
   color             : red;
}
#anmeldung .labelcol
{
   border-bottom     : 1px dotted rgb(69, 120, 175);
   padding-right     : 4px;
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .inputcol
{
   border-bottom     : 1px dotted rgb(69, 120, 175);
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .errorcol
{
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .separator
{
   line-height       : 2px;
   background-color  : rgb(69, 120, 175);
}
#anmeldung .tip
{
   background-color  : #DCDCDC;
   font-size         : 13px;
}
#anmeldung .oksent
{
   display           : inline-block;
   background-color  : #006600;
   color             : #ffffff;
   font-size         : 16px;
   margin-bottom     : 10px;
}
#anmeldung .noksent
{
   display           : inline-block;
   background-color  : red;
   color             : #ffffff;
   font-size         : 16px;
   margin-bottom     : 10px;
}
#anmeldung .errorfield
{
   border            : 1px solid red;
}

.anmeldebutton
{
   display           : inline-block; 
   text-decoration   : none; 
   font-size         : 30px; 
   border            : 2px solid rgb(69, 120, 175); 
   background-color  : rgba(69, 120, 175, 0.3); 
   color             : rgb(69, 120, 175); 
   margin-top        : 10px; 
   margin-bottom     : 10px; 
   padding           : 5px;
}