	/* Standard Banner und Foot, sowie Tabellen */
	body { margin:0px auto; width:960px; font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 13px; background-color:silver}	
	
	div#LayoutLYR { position:absolute; float:left; width:910px; height:1300px; background-color:white; box-shadow: 5px 0px 8px #999, -3px 0px 8px #999;}
	
	div#Banner1LYR { position:absolute; left:0px; height:100px; width:910px; z-index:1; }
	
	div#Text3LYR { position:absolute; top:199px; left:0px; width:100%; height:17px; z-index:11 }
	
	div#btnLogout {position:absolute; margin-top:110px;  left:880px; z-index:13}
	
	div#langMenu  { position:absolute; margin-top:110px; left:680px; width:200px; height:17px; z-index:12 }
	
	select { width:200px; font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 12px; }
	
	input  { width:200px; font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 12px; }
	 		
	table { position:relative; 
			border:1px solid silver; 
			box-shadow: 2px 2px 2px #999;
	        background-color:white; 
	        border-collapse:collapse;
	        font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif; font-size: 13px;}
	        
	.plain {table-layout:fixed;
			border:none; 
			box-shadow:none; 
			background-color:transparent;
			width:100%;}	              		
	
	tr { background-color:white;}
	.data:hover { background-color:silver;}
	.weekend { background-color:white;}
	.weekend:hover { background-color:silver;}
	.footer { border-bottom:0px;}
	
	th { padding-top:10px; padding-bottom:10px; color:black; border-bottom:2px solid silver; 
	     border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px}
	.center { text-align: center;}
	
	td { padding: 2px; color:black;}
	.center { text-align: center;}
	.left { text-align: left; padding-left:5px;}
	.right { text-align:right; padding-right:5px;}
	.big {padding-top: 8px; padding-bottom: 8px; padding-left: 8px; border-bottom:0px}
	.footer { border-bottom:0px;}
	.dataField {width:100px; border:1px solid grey}

	input[type="checkbox"] {
		margin:0px 8px 3px 1px; vertical-align:middle; width:13px; height:13px; padding:0px;}
	
	