/* CSS Document */

		*
		{
		margin: 0;
		padding: 0;
		/*outline: none;*/
		}
		
		
        body
        {
        font-family: verdana;
        color: white;
        }
  
        /*Tabellen Auszeichnung*/
        
        
        table, table textarea, table input, table option, table select
   		{
        font-family: verdana;
        font-size:11px;
        }
        
        
        form
        {
        background-color: #FFFACD;
        padding: 5px;
        }
        
        label
        {
        color: #000000;
        }
        
        table
        {
        color: #000000;
        margin: 15px;
        width: 430px;
        }
        
     /*   
        table textarea
   		{
        font-family: verdana;
        font-size:12px;
        margin-bottom: 20px
        }
        
	*/	
      th
	  	{
        
        padding: 7px;
      /*rückt Text in Zeilen ein*/
        font-family:verdana;
        color:#000000;
        text-align: left; /*schaltet Standard "center" (table-header ist per default auf center)aus*/
        }
        
      td
	  	{
      /*  padding-left:20px;*/ /*rückt Text in Zeilen ein*/   
      	/*padding-left: 5px; */      
        }
		
      .Pflicht
	  	{
		font-size: 9px;
		color: #000000;
        /*padding: 8px;*/
		vertical-align: top;
		}
		
	  .Anrede
	   {
        color: #000000;     
        } 
        
      .textfeldclass
        {
		width: 40px;
        }
        
        caption
 		{
        font-family: verdana;
        font-size: 10px;
        text-align: left; /*schaltet Standard "center" (table-header ist per default auf center)aus*/
        margin-bottom: 40px;
        }
        
        /* Styling der runden Ecken*/
        .boxMain 
        { 
        width: 430px; 
        background: #FFFACD;
        }
        
        .boxMain h1Main, .boxMain p 
        {
        margin: 0 10px;
        }

        .boxMain .topMain, .boxMain .bottomMain
        {
        display:block;
        background: #660000;
        }
        
        .boxMain .topMain span, .boxMain .bottomMain span
        {
        display:block;
        height: 1px; 
        overflow: hidden; 
        background: #FFFACD;
        }
        
        .boxboxMain .r1Main
        {
        margin: 0 5px;
        }
        
        .boxboxMain .r2Main
        {
        margin: 0 3px;
        }
        .boxboxMain .r3Main
        {  
        margin: 0 2px;
        }
        
        .boxboxMain .topMain .r4Main, .boxboxMain .bottomMain .r4Main
        {
        margin: 0 1px; 
        height: 2px;
        }
        
        
