body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link { text-decoration:none }
a:visited { text-decoration:none }
a:hover { text-decoration:underline }
a:active { text-decoration:none }
a:focus { text-decoration:none }

.frame_tabelle {
	border:1px solid gainsboro;
}
.frame_oberfläche { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bold; 
	color:#003399;	
}
.frame_navigation { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold;
	color: white;
	background-color: slategray;	
}
.frame_hintergrund {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
	color: gainsboro;
}
.login { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight:bold; 
	color:#003399;	
}


.tabelle_übersicht {
	background-color: #EEEEEE;
	border: thin solid #666666;
	text-align: center;
}
.tabelle_bearbeiten {
	background-color: #EEEEEE;
	border: thin solid #666666;
	text-align: left;
}

.titelzeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000080;
}

.controlling_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
	color: gainsboro;	
}

.controlling_function {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: black;
}

