@charset "utf-8";
body {
}


#inhalt {
	top: 50px;
	position: relative;
}

#header {
	background-color:transparent;
	background-image:none;
		
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-box-shadow:3px 3px 2px rgba(0,0,0,0);
	-webkit-box-shadow:3px 3px 2px rgba(0,0,0,0);
}