

html, body
{ font: 13px Helvetica, Arial;
 /* margin: 0;  äußeren Abstand / Rand auf zurücksetzen */
  /*padding: 0;  inneren Abstand zurücksetzen */
  height: 100%; /* Seite soll über volle Höhe gehen */
  color:black;
}

.unsichtbar{font-size:0px; }


h1 
{
    font-size:20px;
    color: White;/**/
}


			table { list-style-type: none; margin: 0; padding: 0; }
			table {  font-size:12px; font-family:Arial; width:100%;}
			table tr { padding: 5px 0px; }
			/*table td { padding: 0px 10px; white-space: nowrap; }*/
			table td { padding: 0px 5px;border: 1px solid white;}
			table tbody tr:nth-child(odd) { background: #E0E0E0  ; }
			table input[type="text"] { border: 1px dotted #D8D8D8 ; padding: 1px; width: 100%;font-size:12px; font-family:Arial;  }
			table th tr { padding: 10px 0px; font-weight:bolder;}
            table thead tr:nth-child(2) {background-color:#505050 ;color: white;font-weight:bolder; font-size:13px; margin: 20px 0px}


#div_inhalt
{
	position:absolute;
	top:0px;
	left:2%;
	border-radius: 50px;
	overflow: auto;
	
	width:95%;
	height:94%;
	margin: 1% 1% 5% 1% ;
	z-index:6;
    border: 1px solid black; 


 background: #e3e8ef; 
background: -moz-linear-gradient(top, #e3e8ef 0%, #dae4ea 34%, #d9e6f9 75%, #e0e0e0 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e8ef), color-stop(34%,#dae4ea), color-stop(75%,#d9e6f9), color-stop(100%,#e0e0e0)); 
background: -webkit-linear-gradient(top, #e3e8ef 0%,#dae4ea 34%,#d9e6f9 75%,#e0e0e0 100%); 
background: -o-linear-gradient(top, #e3e8ef 0%,#dae4ea 34%,#d9e6f9 75%,#e0e0e0 100%); 
background: -ms-linear-gradient(top, #e3e8ef 0%,#dae4ea 34%,#d9e6f9 75%,#e0e0e0 100%); 
background: linear-gradient(to bottom, #e3e8ef 0%,#dae4ea 34%,#d9e6f9 75%,#e0e0e0 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e8ef', endColorstr='#e0e0e0',GradientType=0 ); 


/*Transparenz*/

 background: rgb(0, 0, 0) transparent;   /* Fallback for web browsers that doesn't support RGBa */
 background: rgba(180, 194, 193, 0.7);   /* RGBa with 0.6 opacity */
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);  /* For IE 5.5 - 7*/
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";  /* For IE 8*/

}