/* ******************************************************************** */
/* Anmeldung und Kontakte                                               */
/* ******************************************************************** */
#anmeldung
{
   font-size         : 12px;
   /*padding           : 5px;*/
}
#anmeldung table
{
   border-spacing    : 0px;
   width             : 100%;
}
#anmeldung .error
{
   color             : red;
}
#anmeldung .labelcol
{
   border-bottom     : 1px dotted #DCDCDC;
   padding-right     : 4px;
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .inputcol
{
   border-bottom     : 1px dotted #DCDCDC;
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .errorcol
{
   padding-top       : 5px;
   padding-bottom    : 5px;
}
#anmeldung .separator
{
   line-height       : 3px;
   background-color  : #DCDCDC;
}
#anmeldung .tip
{
   background-color  : #DCDCDC;
}
#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;
}

#NSAnmeldeForm
{
   position          : relative; 
   width             : 438px; 
   float             : left; 
   border            : 1px solid #0066cc;
   background-color  : #4BB9FE;
   margin-right      : 10px;
   margin-bottom     : 10px;
   padding           : 5px;
}
#NSAnmeldeForm td
{
   text-align        : left;
}
#NSOK
{
   position          : relative; 
   width             : 438px; 
   /*float             : left; */
   border            : 1px solid #0066cc;
   background-color  : #4BB9FE;
   text-align        : left;
   display           : inline-block;
   padding           : 5px;
}
#Diverses
{
   position          : relative; 
   width             : 438px; 
   /*float             : left; */
   border            : 1px solid #0066cc;
   background-color  : #4BB9FE;
   text-align        : left;
   padding           : 5px;
   margin-bottom     : 10px;
}
#OKChef
{
   position          : relative;
   float             : left;
   display           : inline-block;
   margin-left       : 10px;
   margin-right      : 10px;
   text-align        : center;
}
#Bauten
{
   position: relative;
   float             : left;
   display           : inline-block;
   margin-left       : 10px;
   margin-right      : 10px;
   text-align        : center;
}
#Personal
{
   position: relative;
   float             : left;
   display           : inline-block;
   margin-left       : 10px;
   margin-right      : 10px;
   text-align        : center;
}
#Finanzen
{
   position: relative;
   float             : left;
   display           : inline-block;
   margin-left       : 10px;
   margin-right      : 10px;
   text-align        : center;
}
#Betrieb
{
   position: relative;
   float             : left;
   display           : inline-block;
   margin-left       : 10px;
   margin-right      : 10px;
   text-align        : center;
}


