/* Style - */

body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* background: #D6CCB4 */
	background: #fac25a
	}
a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
}

/* Hyperlink */
a:link {
	color: #A90016;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A90016;
}
a:hover {
	text-decoration: none;
  color: black;
}
a:active {
	color: black;
	text-decoration: none;
} 


/* Menü auf der linken Seite */

a.menu {
	display:block;
	width: 18ex;
	height: 3.2ex;
	border: outset 2px;
	border-color: #cccccc #666666 #666666 #cccccc;
	color: #99ccff;
	font: bold;
	vertical-align: middle;
	text-align: center;
	/*line-height: 18px; */
	font-size: 16 px;
	margin:0px;
	padding: 0px;
	}


a.menu:link    { color:#A90016; background-color:transparent; }
a.menu:visited { color:#A90016; background-color:transparent; }
a.menu:hover   { color:black; background-color:#A90016; }
a.menu:active  { color:black; background-color:#A90016; }




/* Farben!!

#A90016  Rot
#666666  Grau

*/
.banner {
	font-family: "Book Antiqua";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.copyright {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.standartueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
}
.unterueberschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.standarttext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.staandarttext_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ueberschrift_ankerlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A90016;
}

