/* Body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	overflow-y: scroll;
	background-image: url(../content_images/background_melanchthon.jpg);
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* Container */
#rahmen {
	width: 740px;
	text-align:justify;
	margin: auto;
	padding-bottom: 20px;
	border-color:#61844d;
	border-style:solid;
	border-top: 0;
	border-bottom: 0;
	background-color:#DDDDDD;
}

#rahmen,
.Shadow {
	box-shadow:0px 0px 25px #5b913e;
	-webkit-box-shadow:0px 0px 25px #5b913e;
	-khtml-box-shadow:0px 0px 25px #5b913e;
	-moz-box-shadow:0px 0px 25px #5b913e;
}

#header {
	background-image: url(../content_images/hauptgebaude_header.jpg);
	height: 308px;
	float: none;
}

#content {
	width: 700px;
	float: none;
	color: #010101;
	margin: 30px 20px 10px 20px;
}

/* Text */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #61844d;
	padding: 15px 0 6px 0;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #1C6D34;
	margin-top: 12px;
}

p {
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 17px;
	color: #010101;
}

a {
	color: #1C6D34;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #c3191b;
	text-decoration: none;
}

/* Button to scroll to top */
#scroll_btn {
	display:none;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index: 99;
	border:2px solid #61844d;
	border-radius:50%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
	width:50px;
	height:50px;
	cursor: pointer;
	background-color: white;
	opacity:0.8;
}

#scroll_btn:hover {
	opacity:1;
	border:4px solid #61844d;
	background:#FEFEFE;
}