@charset "utf-8";
/* CSS Document */


.clear {
	clear:both;
	float:none;
	font-size:0;
	height:0;
	line-height:0;
	width:1px;
}

.navSkip {
	display: none;
}

/* ***************************** */
/* Grundlayout                   */
/* ***************************** */
html, body {
	padding: 0px;
	margin: 0px;
	background-color: #ffdf89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #7d1c36;
	line-height: 130%;
	min-width: 940px;
}

body {
	background: url(img/bg-page-top.gif) 0px 0px repeat-x;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 30px 0px 25px 0px;
}

#header-section {
	margin-bottom: 30px;
}

#logo-section {
	float: left;
	margin-right: 55px;
}

#logo-section a {
	display: block;
	border: none;
}

#logo-section a img {
	border: none;
}

.language-selection-box,
.slogan-box { 
	float: left;
	height: 1%;
}

.language-selection-box {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.slogan-box {
	margin-right: 0px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	color:#fff;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
}

.page-cover .slogan-box {
	text-align: center;
	}


.slogan-box img {
	display: block;
}
.slogan-box .print {
	display: none;
	}

.navigation-section {
	width: 225px;
	float: left;
}

.main-content-section {
	width: 555px;
	float: left;
}

.content-section {
	margin-right: 15px;
	padding: 20px 20px 1px 20px;
	background-color: #fff;
	height: 1%;
}

.marginal-section {
	width: 160px;
	float: left;
}

.quicksearch-box {
	margin-bottom: 35px;
}

.teaser-box.top {
	height: 170px;
	overflow: hidden;
	margin-bottom: 35px;
}

.calendar-box {
	margin-bottom: 35px;
}

/* ***************************** */
/* Grundlayout - Startseit       */
/* ***************************** */
body.homepage {
	background-image: url(img/bg-page-top-homepage.gif);
}

#page.page-cover {
	padding-top: 45px;
	width: 800px;
}
.page-cover .language-selection-box,
.page-cover .slogan-box {
	padding-top: 135px;
	margin-right: 25px;
}




.page-cover .main-content-section {
	width: 100%;
	float: none;
}

.page-cover .content-cover-page {
	background-color: #FFDF89 !important;
	padding-top:  1px;
}
.page-cover .cover-appetizer h2 {
	font-size: 165%;
	font-style: italic;
	letter-spacing: 4.3pt;
	color: #7d1c36;
	margin-top: 13px;
	margin-bottom:  10px;
}

.page-cover .cover-appetizer h2 a,
.page-cover .cover-appetizer h2 a:visited {
	color: #7D1C36;
}

.page-cover .cover-appetizer h2 a:hover {
	color: #DA653F;
}

.page-cover .cover-appetizer p {
	padding-left: 80px;
	letter-spacing: 2.5pt;
}
.page-cover .cover-appetizer p,
.page-cover .cover-appetizer a,
.page-cover .cover-appetizer a:hover,
.page-cover .cover-appetizer a:visited {
	color: #DA653F;
	text-decoration: none;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}

.page-cover .cover-appetizer a:hover{
	text-decoration: underline;
}

.page-cover #appetizer-0 {
	margin-left: 250px;
	margin-bottom: 45px;
}

.page-cover #appetizer-0 p {
	padding-left: 110px;
}

.page-cover #appetizer-1 {
	margin-left: 10px;
	margin-bottom: 27px;
}

.page-cover #appetizer-1 p {
	padding-left: 155px;
}

.page-cover #appetizer-2 {
	margin-left: 360px;
}

.page-cover #appetizer-2 p {
	padding-left: 120px;
}

/* ***************************** */
/* No-CSS Layout                 */
/* ***************************** */
.nocss {
	display: none;
}

/* ***************************** */
/* Navigation                    */
/* ***************************** */

/* Sprach-Navigation */
.language-selection-box ul {
	list-style-type: none;
	padding: 33px 0px 0px 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.language-selection-box ul li {
	float: left;
	margin-right: 15px;
}

.language-selection-box ul li a {
	color: #7d1c36;
	text-decoration: none;
	font-weight: bold;
}


.language-selection-box ul li a.current,
.language-selection-box ul li a:hover {
	color: #da653f;
	text-decoration: none;
}

/* Main-Navigation */
.navigation-section ul {
	margin: 0px;
	padding: 10px 15px 0px 0px;
	list-style-type: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.navigation-section ul li {
	padding: 0px 0px 10px 0px;
}

.navigation-section ul li a {
	color: #7d1c36;
	text-decoration: none;
	display: block;
}

.navigation-section ul li a.active,
.navigation-section ul li a.current,
.navigation-section ul li a:hover {
	color: #da653f;
	text-decoration: none;
}

.navigation-section ul ul {
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 0px;
}

.navigation-section ul ul li {
	padding: 0px 0px 2px 0px;
}

.navigation-section ul ul li a {
	padding-left: 10px;
	background: url(img/nav-icon-inactive.gif) 0px 7px no-repeat;
}

.navigation-section ul ul li a.current,
.navigation-section ul ul li a:hover {
	background: url(img/nav-icon-active.gif) 0px 7px no-repeat;
}


/* ***************************** */
/* Footer-Navigation             */
/* ***************************** */
.footer-section ul {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	list-style-type: none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer-section ul li {
	float: left;
	margin-right: 5px;
}

.footer-section ul li a {
	color: #7d1c36;
	text-decoration: none;
}

.footer-section ul li a.current,
.footer-section ul li a:hover {
	color: #da653f;
	text-decoration: none;
}


/* ***************************** */
/* BOX-MODELL INHALT             */
/* ***************************** */
.ce {
	margin-bottom: 20px;
	clear: both;
}

.marginal-section .ce {
	padding: 0px 15px;
}

/* ***************************** */
/* SECTION FRAMES                */
/* ***************************** */
.sf-highlighted .ce {
	background-color: #fff8e7;
	padding: 3px;
}

.marginal-section .sf-highlighted .ce {
	background-color: #fff;
	padding: 10px 15px;
}

ection .sf-highlighted .ce .ce {
	padding: 0px;
}

.marginal-section .sf-highlighted.width-icon .ce {
	background-image: url(img/icon-teaser.gif);
	background-position: 13px 0px;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.marginal-section .sf-highlighted .ce .ce,
.marginal-section .sf-highlighted.width-icon .ce .ce {
	background-image: none;
	padding:0px;
}
