@charset "UTF-8";

@import url('../fonts/stylesheet.css');

@import url('module.css');
@import url('http://sources.ado-server.de/fancybox/latest/jquery.fancybox.css');

* {
	margin: 0;
	padding: 0;
}

body {
	color: #242424;
	font-size: 18px;
	line-height: 20px;
	font-family: 'linux_biolinum_oregular', sans-serif;
}

html,body,#container {
	height: 101%;
}

body>#container {
	height: auto;
	min-height: 101%;
}

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

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

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

a:hover,a:active,a:focus {
	color: #242424;
}

img {
	border: none;
}

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

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

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

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

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

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

***********************************************/
#background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 1;
}

#background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}

#container,#footer {
	position: relative;
	z-index: 2;
}

/***********************************************/
#container {
	background: url(../images/container_bg.jpg) 0 0 repeat-x;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 125px;
	position: relative;
}

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

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

#header ul {
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 10px;
}

#header ul li {
	display: inline;
}

#header ul li.empty {
	cursor: help;
}

#header ul li a,#header ul li a:visited,#header ul li.empty {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	background: #0a830f;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0 12px;
}

#header ul li.facebook a {
	text-indent: -9999px;
	background: #3a589b url(../images/topmenu_facebook.jpg) center center no-repeat !important;
	padding: 0;
	width: 33px;
}

#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 {
	background: #E95A0E;
}

#mainmenu {
	width: 100%;
	height: 48px;
	background: #e95a0e;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 901;
}

#mainmenu ul {
	width: 960px;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	list-style: none;
	text-align: center;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li.empty {
	cursor: help;
}

#mainmenu ul li a,#mainmenu ul li a:visited,#mainmenu ul li.empty {
	color: #fff;
	padding: 0 10px;
}

#mainmenu ul li a:hover,#mainmenu ul li a:focus,#mainmenu ul li a:active,#mainmenu ul li.active a,#mainmenu ul li.empty:hover {
	color: #FFD302;
}

#contentcontainer {
	max-width: 1280px;
	min-width: 940px;
	margin: 0 auto;
	padding: 105px 0 155px;
}

#entry {
	height: 397px;
	background: #ffd201;
	margin-bottom: 40px;
}

#entry .content {
	width: 940px;
	margin: 0 auto;
	height: 397px;
	position: relative;
}

#entry .content h2 {
	background: #0a830f;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	height: 100px;
	text-align: center;
	padding-top: 20px;
	position: absolute;
	left: 0;
	top: -16px;
	width: 940px;
	text-shadow: 1px 1px 0 #064d09;
	letter-spacing: -2px;
}

#entry .content h2 span {
	font-size: 40px;
}

#entry .content p {
	font-size: 20px;
	height: 80px;
	position: absolute;
	background: #0a830f;
	color: #fff;
	margin-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
}

#entry .content ul {
	list-style: none;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 6px;
}

#entry .content ul li img {
	display: block;
	margin-bottom: 8px;
}

#entry .content ul li {
	float: left;
	width: 140px;
	height: 196px;
	background: #0a830f;
	text-align: center;
	margin-right: 20px;
}

#entry .content ul li  a,#entry .content ul li  a:visited {
	color: #ccbd04;
	font-weight: bold;
	line-height: 18px;
}

#entry .content ul li  a:hover,#entry .content ul li  a:focus,#entry .content ul li  a:active {
	color: #ffd201;
}

#content {
	width: 940px;
	margin: 0 auto;
}

.contentbox {
	height: auto;
	background: #fff;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0 25px 25px;
}

.contentbox h2,.contentbox h3,.contentbox h4,.contentbox h5 {
	background: #ffd201;
	text-align: center;
	height: 66px;
	line-height: 66px;
	font-weight: bold;
	color: #0a830f;
	font-size: 30px;
	width: 940px;
	margin: 0 -25px 25px;
}

.contentbox h2 span,.contentbox h3 span,.contentbox h4 span,.contentbox h5 span {
	color: #6c4b33;
	font-weight: normal;
}

.contentbox ul {
	margin-left: 15px;
	list-style: url(../images/listenpunkt.png) outside !important;
}

.halfcol {
	width: 435px;
}

.bigcol {
	width: 590px;
}

.smallcol {
	width: 290px;
}

.left {
	float: left;
}

.right {
	float: right;
}

ul#pflegeanleitung {
	list-style: none !important;
	margin: 0 0 0 10px;
}

ul#pflegeanleitung li {
	float: left;
	width: 145px;
	padding-right: 35px;
	text-align: center;
	background: url(../images/pflegeanleitung_bg.jpg) right 47px no-repeat;
	font-size: 18px;
}

ul#pflegeanleitung li.nobg {
	background: none;
}

ul#pflegeanleitung li img {
	display: block;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) 0 bottom repeat-x;
	height: 65px;
	margin-top: -65px;
	position: relative;
}

#footer address {
	margin-bottom: 0;
	padding: 10px 0 0 80px;
	color: #3f2628;
}

#footer .content {
	position: absolute;
	right: 0;
	top: -90px;
	background: #e95a0e;
	width: 300px;
	height: 155px;
	color: #ffd201;
}

#footer .content h5 {
	background: #0a830f;
	color: #ffd201;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 38px;
	font-size: 18px;
}

#footer .content table {
	margin-left: 38px;
	width: 210px;
	border-collapse: collapse;
	padding: 0;
	line-height: 28px;
}

#footer .content table td:last-child {
	text-align: right;
}

/* ///// inhalte ///// */
.center {
	text-align: center;
}

.addPaddingTop {
	padding-top: 20px !important;
}

img.quarter {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 215px;
}