/* Hintergrund aller Bildschirme */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DFF9F7;
}
/* Alle dicken Hervorhebungen */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2B87AA;
	border: 0px none;
	padding: 10px;
	font-style: normal;
	line-height: normal;
	margin: 0px;



}
/* Alle Tabelles (3D-Style) */
table {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACE4F0;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #ACE4F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* Standart für Zellen */
td {
	font-size: 12px;
}
/* Standart für Beschreibende Zellen (login als Name ist ungeschickt gewählt) */
td.login {
	font-size: 12px;
}
/* Dateianzeige */
table.file {
	width : 95%;
	border-spacing:1px;
	table-layout:fixed;
	background-color : #dddddd;
	margin : 10px;
}
/* Zellen für die Anzeige von Dateien in der Ansicht */
td.datei {
	text-align : center;
	width : 100px;
	padding : 2px;
	font-size: 10px;
	background-color: #eeeeee;
}
/* Zellen für die Anzeige von Verzeichnisen in der Ansicht */
td.verz {
	text-align : center;
	font-weight : bold;
	width : 100px;
	padding : 2px;
	font-size: 10px;
}
/* Formatierung der Adress-Zeile */
td.adress {
	padding : 10px;
	font-weight: bold;
	font-size: 12px;
}
/* Normale Eingabefelder */
input {
	font-size: 12px;
}
/* Das Feld in welchem der Counter bei Falscheingabe zählt */
input.counter {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #DFF9F7;
}
/*  Alle Links */
a {
	text-decoration: none;
	color : #000000;
}
a:hover {
	text-decoration: ;
	color : #ff0000;
}
