@page { size:landscape; }
.Menu {
color: #0000FF;
}
/*Die Schriftfarbe wird auf schwarz gesetzt*/

.Inhalt {
font-family: Arial, MS Sans Serif, Verdana;
font-size: 12px;
width: 760px;
color: black;
}

html, body {
margin:0;
background-image: url(img/bg.gif);
background-repeat: repeat-y;
background-color:#FFFFFF;
}
a,a:hover,a:visited,a:active {
	color:#000000;
	text-decoration: none;
}