img {
	border-width:1px;
	border-color:#666;
	border-style: solid;
	margin-right:5px;
	margin-bottom:5px;
}
body, td, th {
    font: normal 1em Arial, sans-serif;  /* Mindestschriftgröße wird dem Browser, bzw. dem Nutzer überlassen! */
font-family: 
    -apple-system,        // Safari auf OS X oder iOS (San Francisco)
    BlinkMacSystemFont,   // Chrome < 56 auf OS X (San Francisco)
    "Segoe UI",           // Windows
    Roboto,               // Android
    "Helvetica Neue",     // Fallback
    sans-serif;
	
	color: #999;

}
body {
	background-color: #282828;
}
.txt_aktivesjahr {
	font-size: larger;
	font-weight:none;
}
h3 {
	border-bottom-color:666; 
	border-bottom-width:1px;
	border-bottom-style:solid; 
	padding:2px
}
h1 {
	margin-bottom:0px; 

}
.txt_footer {
	font-size: smaller;
	border-top-color:666; 
	border-top-width:1px;
	border-top-style:solid; 
	padding:2px
	}
.underline {
	border-bottom: 1px solid #000;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	margin-left:100px;
	margin-bottom:10px;
	margin-top:-15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 5px;
	
	/* Runde Ecken: */
	border: 1px solid black;
	/* Radius: */
	border-radius: 5px;
	/* Entspricht: */
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}