body {
	margin: 0pt;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
    background-image:url(/templates/icons/logo_hintergrund.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
}

table.view {
	font-size: 8pt;
	border: 1px solid #87002F;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

table.view td {
	padding: 5px;
	border: 1px solid #87002F;
	font-size: 8pt;
	vertical-align: center;
}

table.view th {
	background-color: #87002F;	
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;	
	padding:5px;
}

input {
	width:100px;
	font-size:8pt;
}

select {
	width:100px;
	font-size:8pt;
} 

input.checkbox {
	width:15px;
	height:15px;	
}

input.add_user {
	width:200px;	
}

input.add_user {
	width:200px;	
}

input.login {
	width:150px;		
}

input.login_ok {
	width:50px;		
}
input.add_dir {
	width:123px;	
}

a.infobox { 	
	text-decoration:none; 
}

a.infobox span { 
	visibility:hidden; 
	position:absolute; 
	padding:6px; 
	text-decoration:none; 
}
a.infobox:hover span { 
	visibility:visible; 	
    border:1px solid green; 
    color:black; 
    background:#F9F9F9; 
   	text-decoration:none; 
}
</style>
