/* @import must be at top of file, otherwise CSS will not work */

body,div,ul,li,h1,h2,h3,h4,span,a,b,p {
  font-family: 'Univers45','Arial', sans-serif;
  font-size: 13px;
  line-height: 135%;
  color:#8a7b74;
  background:transparent;
  text-align: left;
  padding:0;
  margin:0;
  list-style:none;
  text-decoration:none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}
img {
	border:0px;
}
body {
	background-color:#f3f3f1;
}
.hamburger {
	display:none;
}
#page {
	margin: 40px auto;
	max-width:900px;
}

#header {
	width:50%;
	margin-left:30%;
	margin-bottom:30px;
}
#header img {
	width:100%;
}
#seite {
	width:80%;
	margin:0 10%;
}
#seite img {
	width:100%;
	margin:10px 0;
	
}
.rechts {
	float:right;

}
.links {

	float:left;
}
.rechts a,
.rechts a:link,
.rechts a:active,
.rechts a:visited {
	color:#625854;
}
.clear {
	clear: both;
}