@charset "utf-8";
* {
	padding:0px;
	margin:0px;
	outline:none;
	text-decoration:none;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

html {
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
}

body {
	background-color:#ffffff;
	overflow-y: scroll;
	background-image:url(../images/hintergrund_steinwand.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:100%;
}

#all {
	position:relative;
	margin:0 auto;
	margin-top:30px;
	width:840px;
	z-index:0;`
	display:block;
	background-image:url(../images/hintergrund_weiss.png);
	background-repeat:repeat-y;
	background-position:top;
}

#all #head {
	float:relative;
	width:840px;
	height:150px;
	margin-top:0px;
}

#all #topmenu {
	float:relative;
	width:780px;
	height:35px;
	margin-top:10px;
	margin-left:32px;
}

#all #content {
    float: relative;
    margin-bottom: 50px;
    margin-top: 20px;
    margin-left:47px;
    width: 731px;

/*    background-color:#aaa;*/
}

#all  #footer {
    margin-left:47px;
    width: 751px;
    height:30px;
}