* {
	margin: 0 auto;
	font-family: "Times New Roman", Georgia, Serif;
}

a {
	color: #5b0d0d;
}

a:hover {
	text-decoration: underline;
}

html {
	height: 100%;
}

body {
	background-color: #D8CFB2;
	width: 800px;
	height: 100%;
}

.bold {
	font-weight: bold;
}

header {
	height: 140px;
	position: fixed;
	background-color: #D8CFB2;
	background-image: url("img/menuroh.jpg");
	background-repeat: repeat-y;
}

	header h1 {
		margin-top: 3px;
		background-color: rgba(255, 255, 255, 0.6);
		background: linear-gradient(to right, rgba(255,255,255,0.6) 80%,rgba(255,255,255,0) 100%); 
		padding: 10.5px;
		font-size: 34px;
		margin-left: 142px;
		padding-left: 50px;
		border-left: 2px solid #5b0d0d;
		position: fixed;
		width: 590px;
	}

	header h2 {
		margin-top: 2.75px;
		background-color: rgba(255, 255, 255, 0.6);
		background: linear-gradient(to right, rgba(255,255,255,0.6) 80%,rgba(255,255,255,0) 100%); 
		padding: 2.5px;
		font-size: 19px;
		margin-left: 142px;
		border-left: 2px solid #5b0d0d;
		position: fixed;
		width: 590px;
		text-align: center;
		margin-bottom: -50px;
		padding-left: 21px;
	}

#container {
	background-image: url("img/menuroh.jpg");
	background-repeat: repeat-y;
	padding: 0;
	height:auto !important;
	min-height: 100%;
}

section {
	margin-left: 150px;
	padding-left: 15px;
	padding-top: 140px;
	padding-right: 0px;
	background-repeat: no-repeat;
	background-position: 20px 150px;
	text-align: justify;
	min-height: auto;
	padding-right: 30px;
	padding-bottom: 50px;
}

section h1 {
	margin-top: 1px;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 10px;
	font-size: 34.5px;
	margin-left: 150px;
	padding-left: 50px;
	border-left: 2px solid #5b0d0d;
	width: 540px;
}

section img {
	margin-left: 7px;
	margin-right: 9px;
	margin-bottom: 10px;
	display: inline;
	box-shadow: 6px 6px 0px #c2aa92;
}

section p {
	text-align: justify;

}

section p {
	margin: 10px;
}

#impress {
	margin-left: 25px;
	width: 200px;
	font-size: 13px;
	color: #D8CFB2;
	position: fixed;
	bottom: 20px;
}

#impress img {
	margin: 0;
	margin-bottom: 5px;
	display: block;
}

#impressum {
	color: #D8CFB2;
	text-decoration: none;
}

.noshadow {
	box-shadow: none;
}

#overlay {
	display: none;
}