.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
.hintergrund {
	background-image: url(../img/hg_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Links */
a:active, a:visited, a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.fliesstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.kleinstext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1,h2,h3,h4,h5 {    /* Überschriften haben Standardmässig keine spezielle optische Auszeichnung */
    font-weight:bolder;
    font-size: 1em;
    margin: 0px;
}
input {
	WIDTH: 450px; 
	BACKGROUND: #FFEAD4; 
	FONT: 13px Georgia, "Times New Roman", Times, serif; 
	COLOR: #000000; 	
}
table.lined td {
	border-top: 1px solid #AF090D;
	padding: 2px;
}

