@charset "UTF-8";
@import url("open_sans/stylesheet.css");
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	background-image: url(../images/buetten.jpg);
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	background-color: #ADB96E;
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000000;
	text-align: left;
	text-shadow: 0 0 0;
	font-style: normal;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Frutiger 67 Bold Condensed";
	font-size: 100%;
}
