/* Formulare */
input.textbox
{
 background-color:#ffffff;
 border: 1px #999999 dotted;
 
 font-size: 16px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 
 width: 95%;
}
input.textboxdate
{
 background-color:#ffffff;
 border: 1px #999999 dotted;
 
 font-size: 16px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 
}
input.textbox:focus 
 { 
 background-color: #E9F0F5; 
 }

input.button
{
 background-color:#ffffff;
 border: solid 1px #999999;

 font-size: 10px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 
 width: auto;
}
textarea.texta
{
 background-color:#ffffff;
 border: 1px #999999 dotted;
 
 font-size: 16px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 
 width: 95%;
}



div.form
{
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 
 height: auto;
 width: 99%;

}




div.sub_info
{
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 
 height: auto;
 width: 99%;

 padding-left: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 
 border: solid 1px #000000;
 
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 
 background: #00ff00;

}
div.sub_infor
{
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 
 height: auto;
 width: 99%;

 padding-left: 5px;
 padding-top: 5px;
 padding-bottom: 5px;
 
 border: solid 1px #000000;
 
 font-size: 11px;
 font-weight: bold;
 color: #ffffff;
 
 background: #FF3434;
}
