/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Prolific
Description: A two-column, fixed-width design with a bright color scheme.
Version    : 1.0
Released   : 20120719

Color theme modified:
"Forest Archive" – darker, calmer green tones for a serious, timeless look
Structure and layout unchanged.
*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #2F6F4E; /* dark forest green */
}

a:hover {
	text-decoration: none;
	color: #1E4D35; /* darker hover */
}

body {
	color: #3E3E3E;
	font-size: 11.5pt;
	line-height: 2em;
}

#outer {
	padding: 80px 0 0 0;
	background: #E8E6DF; /* warm parchment background */
}

body,input {
	font-family: "Open Sans", sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	margin-bottom: 1em;
	color: #2B2B2B;
	font-family: Abel, sans-serif;
}

h3 {
	font-size: 1.75em;
	color: #2F6F4E; /* section green */
}

h4 {
	font-size: 1.5em;
	color: #2F6F4E;
}

strong {
	color: #2B2B2B;
}

img.alignleft {
	float: left;
	margin: 5px 30px 30px 0;
	border-radius: 6px;
}

img.aligntop {
	margin: 5px 0 20px 0;
	border-radius: 6px;
}

p {
	margin-bottom: 1.75em;
}

ul {
	margin-bottom: 1.75em;
}

ul h4 {
	margin-bottom: 0.4em;
}

ul {
	list-style: none;
}

.box {
	margin: 0 0 35px 0;
	overflow: hidden;
}

.section-list {
	padding-left: 0;
	list-style: none;
}

.section-list li {
	padding: 25px 0 25px 0;
	clear: both;
}

ul.list li {
	border-top: solid 1px #C9C9C9; /* softer divider */
	padding: 10px 0 10px 0;
}

ul.list li.first {
	padding-top: 0;
	border-top: 0;
}

#content {
	padding: 0;
	width: 750px;
	margin: 0 0 0 350px;
}

#footer {
	text-align: center;
	padding: 50px 0 130px 0;
	color: #7A756B; /* muted footer */
}

#footer a {
	color: #7A756B;
}

#footer a:hover {
	color: #2F6F4E;
}

#header {
	position: relative;
	padding: 40px;
	height: 70px;
	background: #1F3A2E; /* deep forest green */
	color: #FFF;
	overflow: hidden;
}

#logo {
	height: 147px;
	line-height: 147px;
	left: 40px;
	bottom: 0;
	position: absolute;
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#logo a:hover {
	color: #D9EFE4; /* soft mint highlight */
}

#logo h1 {
	font-family: Abel, sans-serif;
	font-size: 3.5em;
}

#menu {
	padding: 0 40px 0 40px;
	font-family: Abel, sans-serif;
	line-height: 60px;
	margin: 0;
	background: #2F6F4E; /* dark olive green */
	height: 60px;
	width: 1100px;
	border-bottom: solid 1px #4F8F6E;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}

#menu a {
	font-size: 1.25em;
	color: #F2F6F3;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	padding: 0 20px 0 20px;
	display: inline;
}

#menu ul li.first {
	padding-left: 0;
}

#page {
	margin: 0;
	width: 1100px;
	padding: 70px 40px 0 40px;
	position: relative;
	background: #FFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#col1 {
	overflow: hidden;
	width: 355px;
	float: left;
}

#col2 {
	width: 355px;
	margin: 0 0 0 390px;
	overflow: hidden;
}

#search {
	bottom: 0;
	height: 147px;
	position: absolute;
	line-height: 147px;
	right: 40px;
}

#search input.form-text {
	border: 0;
	padding: 9px 40px 9px 9px;
	background: #2F6F4E url(images/search.png) top right no-repeat;
	border-bottom: solid 1px #4F8F6E;
	color: #fff;
	border-radius: 6px;
}

#sidebar {
	float: left;
	padding: 0;
	width: 315px;
}

#wrapper {
	width: 1180px;
	position: relative;
	margin: 0 auto;
}

/* --------------------------------------------------------------------- */

.teil_div{
	margin-left: 30px;
}

.buch_div{
	margin-left: 30px;
}

/* Verse links */
a.class1:link {
	text-decoration: none;
	color: #1F1F1F;
}
a.class1:visited {
	text-decoration: none;
	color: #1F1F1F;
}
a.class1:active {
	text-decoration: none;
	color: #1F1F1F;
}
a.class1:hover {
	text-decoration: underline;
	color: #2F6F4E;
}
