@charset "UTF-8";
@import url('../fonts/stylesheet.css');
@import url('module.css');

*{
	margin: 0;
	padding: 0;
}

body{
	color: #262626;
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 18px;
	background: #85d4a3; 
}

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}

p, #contentcontainer ul, #contentcontainer ol, #contentcontainer table, address, h1, h2, h3, h4, h5, h6{margin-bottom: 16px;}

address{
	margin-bottom: 16px;
	font-style: normal;
}

a,
a:visited{
	outline: none;
	color: #d71747;
	text-decoration: none;
}

a:hover,
a:active,
a:focus{
	color: #262626;
	color: #0DA947;
}

img{
	border: none;
}

/**********************************************

	   ////////// Nicht löschen ///////////

***********************************************/

.clear{
	clear: both;
	float: none;
}

.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

#container {
	background: #f3fbf6;
	max-width: 1280px;
	min-width: 940px;
	margin: 0 auto;
}

#header {
	max-width: 1280px;
	min-width: 940px;
	border-radius: 0 0 5px 5px;
	height: 115px;
	box-shadow: 0 2px 2px #787878;
	position: relative;
	z-index: 901;
	background: #fdfefd;
}

#inner_header {
	width: 940px;
	height: 115px;
	position: relative;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	position: absolute;
	left: 150px;
	top: 20px;
}

#header h1 a {
	display: block;
	width: 730px;
	height: 43px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#header img {
	position: absolute;
	left: 0px;
	top: 3px;
}

#header ul {
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 151px;
	list-style: none;
}

#header ul li {
	display: inline;
}

#header ul li a,
#header ul li a:visited,
#header ul li.empty {
	color: #0da949;
	font-size: 24px;
	margin-right: 45px;
}

#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active,
#header ul li.active a,
#header ul li.empty:hover {
	color: #E11344;
}

#entry {
	width: 940px;
	margin: 0 auto;
	height: 620px;
	position: relative;
}

#entry .content {
	width: 940px;
	height: 94px;
	border-radius: 0 0 5px 5px;
	background: #85d4a3;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	line-height: 34px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#entry p.more a,
#entry p.more a:visited {
	display: block;
	position: absolute;
	right: 60px;
	margin: 0;
	bottom: 150px;
	z-index: 900;
	min-width: 260px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 0 20px;
	background: #10aa4b url(../images/more.jpg) 0 0 repeat-x;
	border-radius: 50px;
}

#entry p.more a:hover,
#entry p.more a:focus,
#entry p.more a:active {
	background: #85d4a3 url(../images/more.jpg) 0 -50px repeat-x;
}

#contentcontainer {
	height: auto;
	overflow: hidden;
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#contentcontainer .highlight {
	background: #85d4a3 url(../images/highlight_bg.jpg) right top no-repeat;
	border-radius: 5px;
	overflow: hidden;
	height: 320px;
	margin-bottom: 70px;
}

#contentcontainer .highlight  h3 {
	font-weight: normal;
	color: #ffffff;
	font-size: 69px;
	line-height: 71px;
	margin:  20px 30px 20px 25px;
	background: url(../images/big_heart.png) right center no-repeat;
	padding-right: 80px;
	font-family: 'open_sanslight';
	display: inline-block;
}

#contentcontainer .highlight  h3  span {
	color: #d71747;
}

#contentcontainer .highlight p {
	margin: 0 0 0 30px;
	width: 440px;
}

#contentcontainer ul {
	margin-left: 24px;
	list-style-image: url(../images/small_heart.png);
}
#contentcontainer li {
	padding-bottom: 12px;
}

#contentcontainer h2, 
#contentcontainer h3 {
	font-family: 'open_sanslight';
	color: #0da949;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 40px;
	font-weight: normal;
}
#contentcontainer h4,
#contentcontainer h5 {
	font-family: 'open_sanslight';
	color: #0da949;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}

#contentcontainer p {
	-moz-hyphens: auto;
	hyphens: auto;}
	
.center {
	text-align: center;
}

.teaser {
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-bottom: 40px;
}

.teaser h2,
.teaser h3 {
	font-size: 15px !important;
	color: #d71747 !important;
	margin-bottom: 20px !important;
	font-family: 'open_sansregular' !important;
	font-weight: bold !important;
	background: url(../images/small_heart.png) left center no-repeat;
	padding-left: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bigcol {
	width: 620px;
	margin-bottom: 40px;
}

.smallcol {
	width: 300px;
	margin-bottom: 40px;
}

.halfcol {
	width: 460px;
	margin-bottom: 40px;
}

.halfcol_padding {
	padding-left: 80px;
	width: 380px;
}

#footer {
	height: 62px;
	margin-top: -62px;
	min-width: 940px;
	max-width: 1280px;
	margin: 0 auto;
	background: #f3fbf6;
	position: relative;
}
#inner_footer {
	width: 1540px;
	height: 62px;
	line-height: 62px;
	/*text-align: center;*/
	font-size: 14px;
	margin: 0 auto;
}

#inner_footer address {
	color: #000000; 
	float:left;
}
#inner_footer a {
	color: #0DA947;
}
#inner_footer a:hover{
	color: #F11344;
}

