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

*{
	margin: 0;
	padding: 0;
}

body{
	background: #4289b1;
	color: #bb5664;
	font-size: 20px;
	line-height: 22px;
	font-family: 'fontregular', sans-serif;
}

.captcha { padding: 0 10px; }
.ds { padding: 10px; }

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: 22px;}

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

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

a:hover,
a:active,
a:focus{
	text-decoration: none;
}

img{
	border: none;
}

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

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

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

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

.nopadding{
	padding: 0 !important;
}

.nomargin{
	margin: 0 !important;
}

.aligncenter {
	text-align: center !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;
	
}

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

#mainmenu {
	min-width: 960px;
	width: 100%;
	height: 74px;
	background: #fff url(../images/mainmenu_bg.jpg) center top no-repeat;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 901;
}

#mainmenu ul {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li.empty span {
	text-decoration: none;
	display: inline-block;
	line-height:78px;
	color: #438bb3;
	font-size: 21px;
	margin-left: 22px;
	font-family: 'fontdemibold';
}

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

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

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

#entry {
	height: 631px;
	min-width: 960px;
	max-width: 1017px;
	margin: 74px auto 0;
	background: url(../images/entry_bg.jpg) center top no-repeat;
	position: relative;
}

#entry h1 {
	margin: 0;
	padding: 18px 0 0 45px;
}

#entry h1 a {
	display: block;
	text-indent: -9999px;
	width: 452px;
	height: 50px;
}

#entry #bubble {
	position: absolute;
	width: 416px;
	height: 416px;
	overflow: hidden;
	left: 50%;
	top: 114px;
	margin-left: -208px;
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#entry #bubble p.big {
	color: #fbfcfd;
	font-family: 'fontdemibold';
	padding: 65px  100px 0;
}

#entry #bubble ul {
	margin-bottom: 10px;
	padding: 5px  45px 0;
	font-family: 'fontdemibold';
	list-style: url(../images/list-style.jpg) inside;
}

#entry #bubble p.bottom {
	padding: 0 90px;
	font-family: 'fontlight';
	font-size: 19px;
}

#entry #bubble p.bottom  strong {
	font-family: 'fontregular';
	display: block;
}

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

#special {
	width: 520px;
	height: 305px;
	padding:  35px 90px;
	margin: 25px auto 277px;
	background: #fcfdfd url(../images/special_bg.jpg) left bottom no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#special .right {
	float: right;
	width: 240px;
}

#special h3 {
	margin-bottom: 80px;
	color: #bb5664;
	font-size: 31px;
	line-height: 33px;
	font-family: 'fontdemibold';
}

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

#content {
	padding:  35px 90px;
	margin:25px auto 252px;
	background: #fcfdfd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	min-width: 780px;
	max-width: 837px;
	height: auto;
	overflow: hidden;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#content .bigcol {
	width: 438px;
}

#content .smallcol {
	width: 350px;
}

#content h2,
#content h3,
#content h4,
#content h5 {
	color: #bb5664;
	font-size: 31px;
	line-height: 33px;
	font-family: 'fontdemibold';
}

#content ul {
	margin-left: 15px;
	list-style: url(../images/list-style.jpg) outside;
}

#content ul li {
	margin-bottom: 5px;
}

p.more a,
p.more a:visited {
	display: inline-block;
	background: #3582ad;
	color: #fff;
	padding: 0 35px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-family: 'fontdemibold';
}

p.more a:hover,
p.more a:focus,
p.more a:active {
	background: #bb5664;
}

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

#footer {
	min-width: 960px;
	max-width: 1017px;
	margin: -252px auto 0;
	height: 252px;
	overflow: hidden;
	background: #bb5664;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	position: relative;
	clear: both;
}

#footer .content {
	width: 820px;
	margin: 0 auto;
	color: #fff;
	padding: 30px 0 0 0;
	font-size: 18px;
	font-family: 'fontdemibold';
}

#footer .content p {
	margin-bottom: 17px; 
}

#footer .content hr {
	border: none;
	border-bottom: 1px solid #d69aa2;
	margin-bottom: 17px;
	height: 1px;
	background: transparent;
}

#footer .content a,
#footer .content a:visited {
	color: #fff;
}

#footer .content .left {
	float: left;
	width: 438px;
	border-right: 1px solid #d69aa2;
	font-family: 'fontregular';
	font-size: 17px;
}

#footer .content .right {
	float: right;
	width: 340px;
	font-family: 'fontregular';
	font-size: 17px;
}

#footer .content .left address,
#footer .content .right address {
	font-family: 'fontdemibold';
}

#footer .content .abstand {
	display: inline-block;
	width: 90px;
}