/* Main */

#table {
   position:absolute; top:0px; left:0px;
   width: 830px /*100%*/;
   list-style: none;  
   font-family:'Open Sans';font-weight:400;font-size:16px;color:#454545;
   line-height: 2;
   vertical-align: text-top;
   border-collapse: collapse;
   background-color: #e8e8e8;
}

.Row1{
 column-width: 20px;
 }
.CellMan{
   width: 0px;
}

.CellTextInput  input{
   position: relative;
   left: 0px;
}
.CellTextInput input {
   vertical-align: bottom; 
   width: 200px;
   font-family:'Open Sans';font-weight:400;font-size:16px;color:#454545;
   border: 0;
}
#CellEMail input {
   height: 25px;
   width: 200px;
   font-family:'Open Sans';font-weight:400;font-size:16px;color:#454545;
   background-color: white;
   border: 0;
}

#CellVeranstaltung select {
   height: 30px;
   width: 200px;
   font-family:'Open Sans';font-weight:400;font-size:16px;color:#454545;
   background-color: white;
   border: 0;
}

#CellAnmerkung textarea {
   width: 600px;
   font-family:'Open Sans';font-weight:400;font-size:16px;color:#454545;
   background-color: white;
   border: 0;
}
#CellSubmit input {
   height: 35px;
   width: 150px;
   background-color: #536aad;
   font-family:'Open Sans';font-weight:400;font-size:16px;color:white;
   border: 0;
   margin-bottom:20px;
}
#CellSubmit input:hover{
   background-color: #a5966a;
   color:white;
   border: 0;
}
.ImportantCell {
   border: 0;
}

/* the following is for php formular: */
#EMailConfirm {
	font-family:'Open Sans';font-weight:300;font-size:24px;color:#536aad;
}


/* until here ===================================================================================== */