@charset "utf-8";
/* CSS Document */

/* Allgemeine Angaben zum Seitenlayout */
body {
	background-image:url(http://www.rechtsanwalt-hoyer.de/bilder/background.jpg);
}


/* Definition für das H1-Tag (Überschrift) */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#174D89;
	font-size:20px;
	font-weight:bold;
	margin:0px;
}


.header1 {
	background-image:url(http://www.rechtsanwalt-hoyer.de/bilder/header-1.jpg);
	width:100%;
	height:150px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}

.middle {
	background-image:url(http://www.rechtsanwalt-hoyer.de/bilder/middle.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#174D89;
}

.footer {
	background-image:url(http://www.rechtsanwalt-hoyer.de/bilder/footer.jpg);
	text-align:right;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	height:39px;
}

.menue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#174D89;
}

a.menue:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#F00;
	text-decoration:none;
}
