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

/* H1 für Ja oder Nein */
h1 {
	font-size:90px;
	margin: 10px;
}

/* H2 für lange Überschriften z.B. bei Wochenende */
h2 {
	font-size:36px;
	margin: 10px;
}

p, td, body, div, h2, h1 {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}

hr {
	border: solid #000000 1px; 
}

.copyright {
		font-size:10px;
}

#specials { 
	position: relative; 
	top: 100px; 
	left: 70px;
	background-image: url(trans.png);

}

#specials_footer {
	position: relative; 
	top: 120px; 
	left: 200px;
	background-image: url(trans.png);
	width: 500px;
	vertical-align: middle;
	margin: 20px;
}

