/* CSS BoxMania */



html {}

body {}



* {}



h1, h2, h3, h4, h5, h6 {}



a {}

a:link {}

a:visited {}

a:hover {}

a:active {}



body {

	background: #008000; 

     }



table

       {

        width: 100%;

	margin-bottom: 20px;

       }







div#editForm td

       {

	background: #FFE4B5;

	border: 1px solid blue;

	color: #330066; 

	font-family: verdana,arial,helvetica;

	font-size: 10pt;

	font-weight: bold;

	text-align: center;      

	margin: 2px 2px 2px 2px;

       }



div#editForm td.left

       {

	text-align: right;     

	padding-right: 5px;

       }



div#tableBody table  {

 

  margin-top: 10px;

  margin-bottom: 10px;

  background: red;

  // border: 3px solid #660000;

}



div#tableBody table tr td

       {

	background: #FF7F7F;

	border: 2px solid #FF9F00;

	color: #FFFFFF; 

	font-family: verdana,arial,helvetica;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	padding: 2px 8px 2px 8px;

	empty-cells: show;

       }



div#tableBody table thead tr td

       {

	font-size: 14px;

       }



div#tableBody td.besonderheit

       {

	text-align: left;

	font-size: 14px;

	font-weight: none;

       }



div#tableBody td.leerzeile

       {

	background: #8000800; 

	border-style: none;

	font-size: 2pt;

       }



div#tableBody td.auflage

       {

	text-align: right;

       }



div#tableBody tr td.leer

       {

	background: #FF0000;    

       }



div#tableBody tr.V0 td.nichtLeer

       {

	background: #808000;   

       }



div#tableBody tr.V1 td.nichtLeer

       {

	background: #808000;   

       }



div#tableBody tr.V2 td.nichtLeer

       {

	background: #808000;   

       }



div#tableBody tr.V0 td.leer

       {

	background: #FF0033;   

       }





div#tableBody tr.V1 td.leer

       {

	background: #FF0033;   

       }



div#tableBody tr.V2 td.leer

       {

	background: #FF0033;   

       }



div#tableBody thead tr td

       {

	font-size: 8pt;

	background: #800080;

	}



div#tableBody tr td BUTTON

       {

	display: inline; 

	height: 20px;

	width:  20px;

	}



div#tableBody tr.selected td

       {

	background: red;

       }



div#tableBody tr.V0 td

       {

	background: #800000;

       }

                 

div#tableBody tr.V1 td

       {

	background: #008080;

       }



div#tableBody tr.V2 td

       {

	background: #000080;

	       }



div#tableBody  a

       {

	color: white;

       }





div#editForm table td input

       {

	background: white;

	font-size: 12pt;

	font-weight: bold; 

	}



div#editForm table td input.fullCell

       {

	width: 100%;

	}





td textarea

       {

	width: 100%; 

	}





hr {

  color: #000033;

}

a img {
  border:  solid #FF00FF 1px;
      }
      
      
      
div#headerMuenze {
   background: blue;
   margin: 20px;
   padding: 10px;
   font-family: Verdana;
}
div#headerMuenze a {
   color: yellow;
}
div#headerMuenze p {
   color: white;
   font-weight: bold;
   display: inline;
   padding-left: 20px;
}