@charset "UTF-8";
/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/


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

RESET DEFAULT STYLES

-------------------------------------------------------------------*/
@media screen, print {
	
/* Reset margin and padding of all HTMl elements */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* suppress outline on clicked links. 
   see: http://people.opera.com/patrickl/experiments/keyboard/test#outline-suppressed-on-active */
a:hover, a:active {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

}


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

SCREEN STYLES

-------------------------------------------------------------------*/
@media screen {


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

GLOBAL BLOCK ELEMENTS

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

/* force vertical scrollbar to prevent jumps when content is longer than screenspace */
html {
	overflow-y: scroll;
}


body {
	background: #941123 url(../images/body-hintergrund.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

#container {
	width: 894px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	position: relative;
	margin-top: 50px;
	height: 240px;
	background: url(../images/header-mathildenhoehe-content.png) right top no-repeat;
	z-index: 9;
}

#contentContainer {
	background-color: #fff6df;
	padding: 25px;
	color: #282828;
}

#mainContent {
	float: left;
	width: 574px;
}

#sidebar {
	float: right;
	width: 245px;
}

#footer {
	padding: 30px 25px;
	background: #850c19 url(../images/footer-hintergrund.gif) 0 0 no-repeat;
}

/* HomePage */
.HomePage #header {
	background-image: url(../images/header-mathildenhoehe-homepage-transparent.png);
}

.HomePage #contentContainer {
	color: #fff6df;
	padding: 25px 0 53px 25px;
	background: transparent url(../images/footer-hintergrund-homepage.png) left bottom no-repeat;
}

.HomePage #mainContent {
	width: 390px;
}

.HomePage #sidebar {
	width: 440px;
}

.HomePage #footer {
	background-image: none;
	padding-top: 2px;
}


/* ContactPage */
.ContactPage #mainContent{
	width: 390px;
}

.ContactPage #sidebar {
	width: 390px;
}

.js #map {
	height: 390px;
}

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

GLOBAL CLASSES AND DEFINITIONS

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

.kein-abstand {
	display: block;
	margin-top: 0 !important;
}

h2 .kein-abstand, h3 .kein-abstand {
	margin-top: -30px !important;
}

h4 .kein-abstand, h5 .kein-abstand, p .kein-abstand {
	margin-top: -20px !important;
}

.clearfix:before,
.clearfix:after,
dl dd:before,
dl dd:after {
  content: " ";
  display: table;
}

.clearfix:after,
dl dd:after{
  clear: both;
}

.clearfix,
dl dd {
  *zoom: 1;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
h1,
.invisible {
	position: absolute;
	left: -9000px;
	top: auto;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


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

TYPOGRAPHY

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

h1, h2, h3, h4, h5, h6 {
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #941123;
	font-weight: normal;
	line-height: 1.2;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 18px;
}

h4, h5 {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}

h5 {
	color: #565656;
}

/* font-family and font-size */
p,
ol,
ul,
dl,
th,
td,
form,
input,
textarea {
	font-size: 14px;
}

/* margins and line-height */
p,
ol,
ul,
dl,
form {
	margin-top: 20px;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* margins */
ul,
ol {
	margin-left: 18px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul, ul ol, ul dl,
ol ol, ol ul, ol dl,
dl ul, dl ol {
	font-size: 100%;
}

ul li,
ol li {
	margin-top: 5px;
}



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

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/
.adresse-eingerueckt,
.adresse-eingerueckt-lang {
	float: left;
	width: 55px;
}

.adresse-eingerueckt-lang {
	width: 80px;
}

.bildunterschrift {
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #b5152b;
}

/* SYSTEM MESSAGES */
.message {
	display: block;
	padding: 2px 5px;
	background-color: #fdda69;
	color: #fff;
}

.message.required,
.message.validation,
.message.bad {
	background-color: #ad0501;
}

.message.required,
.message.validation {
	margin-top: 5px;
}

.message.good {
	border-color: #137f00;
	background-color: #d6ffcf;
	color: #137f00;
}


/* SEARCH RESULTS */
#SearchResults li {
	background: none;
	padding-left: 0;
	margin: 0;
}

#SearchResults h3 a {
	padding: 0;
	background-color: transparent;
	text-shadow: none;
}

#SearchResults h3 a:hover,
#SearchResults h3 a:active,
#SearchResults h3 a:focus {
	color: #cf0601;
}

.highlight {
	font-weight: bold;
}

/* PAGE NUMBERS */
#PageNumbers {
	margin-top: 36px;
}

#PageNumbers li {
	float: left;
	padding: 0;
	margin: 0 2px;
}

#PageNumbers a,
#PageNumbers .current {
	background-color: #ad0501;
	color: #fff;
	display: block;
	padding: 5px 10px;
}

#PageNumbers a:hover,
#PageNumbers a:active,
#PageNumbers a:focus {
	background-color: #cf0601;
}

#PageNumbers .current {
	font-weight: bold;
	color: #303134;
	background-color: #e1e2e4;
}

/* SIDEBAR */
#imagelist,
#teaserlist {
	list-style-type: none;
	margin: 0;
}

#imagelist li {
	margin-top: 30px;
	line-height: 1;
}

#teaserlist li {
	margin-top: 0;
	margin-bottom: 25px;
}

#teaserlist div {
	margin-left: 25px;
	padding: 25px;
	background-color: #ffecbd;
}

#teaserlist #imageTeaser {
	position: relative;
	margin-top: -95px;
	line-height: 0;
}

#teaserlist #imageTeaser div {
	position: absolute;
	width: 365px;
	left: 0;
	bottom: 0;
	padding-top: 15px;
	background-color: #ffecbd;
	background-color: rgba(255,236,189,.9);
}

#teaserlist #imageTeaser #imageTeaserTop {
	position: absolute;
	padding: 0;
	margin-left: 0;
	width: 415px;
	height: 24px;
	top: -24px;
	left: 0;
	background: url(../images/teaserlist-imageteaser-hintergrund.png) 0 0 no-repeat;
	opacity: .9;
}

.no-rgba #imageTeaserTop {
	display: none;
}

.no-rgba #teaserlist #imageTeaser div {
	padding-top: 25px;
}


#teaserlist h2, #teaserlist h3, #teaserlist p {
	margin-top: 0;
}

#teaserlist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

#teaserlist p a {
	font-size: 13px;
	text-transform: uppercase;
}

/* BREADCRUMBS */
#breadcrumbs p {
	margin-top: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #565656;
}

#breadcrumbs p strong {
	font-weight: normal;
}


/* FOOTER */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6,
#footer p, #footer ul, #footer ol {
	color: #b2283b;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}


/* HOMEPAGE */
.HomePage h1, .HomePage h2, .HomePage h3 {
	color: #ffecbd;
}

.HomePage h4, .HomePage h5, .HomePage h6 {
	color: #fff;
}

.HomePage #sidebar h1, .HomePage #sidebar h2, .HomePage #sidebar h3, .HomePage #sidebar h4, .HomePage #sidebar h5, .HomePage #sidebar h6,
.HomePage #sidebar {
	color: #000;
}

/* DIVIDED LIST (OVERVIEW) */
#dividedList {
	margin-left: 0;
}

#dividedList li {
	margin: 20px 0 0 0;
	list-style: none;
	border-top: 1px solid #941123;
	padding-top: 20px;
}

#dividedList li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#dividedList a.articleLink {
	font-size: 13px;
	text-transform: uppercase;
}



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

IMAGES

-------------------------------------------------------------------*/
img {
	line-height: 0;
	color: #000;	/* set color so that it has enaough contrast to background-color */
}

img.left {
	float: left;
	margin: 20px 20px 20px 0;
}

img.leftAlone {
	margin-right: 100%;
}

#logo-print {
	display: none;
}


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

LINKS

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

a,
a:link,
a:visited {
	color: #941123;
	text-decoration: none;
	border-bottom: 1px solid #941123;
}

a:hover, 
a:active,
a:focus {
	color: #fff6df;
	background-color: #941123;
}

/* HOMEPAGE */
.HomePage #mainContent a,
.HomePage #mainContent a:link,
.HomePage #mainContent a:visited {
	color: #fff6df;
	border-bottom-color: #fff6df;
}

.HomePage #mainContent a:hover,
.HomePage #mainContent a:active,
.HomePage #mainContent a:focus {
	color: #941123;
	background-color: #fff6df;
}

/* BUTTON */
a.button,
a.button:link,
a.button:visited {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #941123;
	color: #ffecbd;
	border-bottom: none;
}

a.button:hover,
a.button:active,
a.button:focus {
	background-color: #b5152b;
}


a img {
	border: none;
}

/* unstyled links */
a.unstyled,
#logo,
#fancybox-wrap a,
#map a {
	border-bottom: none;
}

a.unstyled:hover, a.unstyled:active, a.unstyled:focus,
#logo:hover, #logo:active, #logo:focus,
#fancybox-wrap a,
#map a {
	background-color: transparent;
}

#logo {
	position: absolute;
	top: 28px;
	left: -18px;
}

/* POPUP OVERLAY */
a.image {
	display: inline-block;
	line-height: 0;
	position: relative;
}

a.image .popup_overlay {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	bottom: 0;
	background: url(../images/icon-popup-image.gif) 0 0 no-repeat;
	opacity: .8;
}

a.image:hover .popup_overlay,
a.image:focus .popup_overlay {
	opacity: 1;
}

/* link to external website that is opened in a new window */
a.externer_link {
}

/* link that open popup window (fancybox required) */
a.popup {
	text-decoration: none;
}


/*-------------------------------------------------------------------
SKIP LINKS
-------------------------------------------------------------------*/
#skipnav {
	margin: 0;
	padding: 0;
}

#skipnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

/* take links aout of document flow through absolute positioning
   hide links by positioning them outside of the visible screen area */
#skipnav a {
	position: absolute; 
	z-index: 2; 
	overflow: hidden; 
	left: -9000px;
	padding: 0;
	margin: 0;
} 

/* show links when focused or active, by positioning them inside visible screen area */
#skipnav a:focus, 
#skipnav a:active {
	display: block;
	line-height: 50px;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}


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

FORMS 

-------------------------------------------------------------------*/
form {
	
}

fieldset {
	border: solid 0 #fff;
}

fieldset legend {
	display: none;
}

label {
	display: block;	
}

.checkbox label {
	display: inline;
}

.text,
.password,
.checkbox,
.select,
.Actions {
	margin-top: 10px;
}

.text input,
.password input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
}

.text input,
.password input,
textarea {
	width: 384px;
	margin: 0;
	padding: 5px 3px;
	background: #fff url(../images/input_text_bg.gif) 0 0 repeat-x;
	border: 1px solid #ccc;
	border-color: #aaa #fff #fff #aaa;
	color: #565656;
}

.text input:focus,
.password input:focus,
textarea:focus {
	border-color: #941123;
}

textarea {
	font-size: 100%;
}

.text input.short {
	width: 100px !important;	
}

/* BUTTON */
input.action {
	border: solid 0 #fff;
	margin: 0 15px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 7px 15px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #941123;
	color: #ffecbd;
	cursor: pointer;
}

input.action:hover,
input.action:focus {
	background-color: #b5152b;
}

form .error label,
form .error h3 {
	color: #b11717;
}

form .error input.text,
form .error textarea {
	border-color: #b11717;
	background-color: #ffdfe0;
	color: #b11717;
}


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

NAVIGATION

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

#nav {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10;
}

#nav ul {
	width: 864px;
	margin: 0 0 0 -447px;
	padding: 0 15px;
	list-style-type: none;
	background-color: #941123;
}

#nav li {
	position: relative;
	float: left;
	margin-top: 0;
}

#nav a {
	display: block;
	padding: 0 12px;
	line-height: 50px;
	color: #ffecbd;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: none;
	border-right: 1px solid #941123;
}

#nav a:hover, #nav a:active, #nav a:focus,
#nav li:hover, #nav li:focus,
#nav li:hover a, #nav li:focus a,
#nav li.sfHover, #nav li.sfHover a,
#nav .current ul a, #nav .section ul a{
	background-color: #ffecbd;
	color: #941123;
}

#nav .current a, #nav .section a {
	background-color: #b2142a;
	color: #fff6df;
}

/* Unternavigation */
#nav ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	margin: 0;
	padding: 10px 0;
	background-color: #ffecbd;
	width: auto;
}

#nav li:hover ul,
#nav li:focus ul {
	display: block;
}

#nav ul ul li {
	float: none;
}

#nav ul ul a {
	padding: 5px 15px;
	line-height: 18px;
	color: #941123;
	text-transform: none;
	white-space: nowrap;
	border-right: none;
}

#nav ul ul a:hover,
#nav ul ul a:active,
#nav ul ul a:focus {
	color: #ffecbd;
	background-color: #941123;
}

/* JAVASCRIPT ENABLED */
.js #nav ul ul {
	display: block;
	visibility: hidden;
}


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

FOOTER

-------------------------------------------------------------------*/
#partnerList,
.footernav {
	margin: 5px 0 0 -10px;
	list-style: none;
	line-height: 0;
}

#partnerList li,
.footernav li {
	min-height: 35px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
    margin: 5px 10px;
}

#partnerList a,
#partnerList a:link,
#partnerList a:visited,
.footernav a,
.footernav a:link,
.footernav a:visited {
	border-bottom: none;
	line-height: 0;
}

#partnerList a:hover,
#partnerList a:active,
#partnerList a:focus,
.footernav a:hover,
.footernav a:active,
.footernav a:focus {
	background-color: transparent;
}

.footernav a {
	color: #fff6df;
}


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

FANCYBOX

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

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-size: 13px;
	line-height: 18px;
	color: #303134;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}

}


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

PRINT STYLES

-------------------------------------------------------------------*/
@media print {


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

HIDDEN ELEMENTS THAT AREN´T PRINTED

-------------------------------------------------------------------*/
#skipnav,
#nav,
#logo,
#footer,
h1,
.invisible,
.dont_print,
#map {
	display: none;
}


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

GLOBAL BLOCK ELEMENTS

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

body {
	font-family: Arial, Helvetica, sans-serif;
}

#contentContainer {
	margin: 0 24pt;
}


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

GLOBAL CLASSES AND DEFINITIONS

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

.kein-abstand {
	display: block;
	margin-top: 0 !important;
}

h2 .kein-abstand, h3 .kein-abstand {
	margin-top: -19px !important;
}

h4 .kein-abstand, h5 .kein-abstand, p .kein-abstand {
	margin-top: -13px !important;
}

/* class to print hidden elements */
.do_print {
	display: block !important;
}



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

TYPOGRAPHY

-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	margin-top: 19pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 13pt;
}

h4, h5 {
	margin-top: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	text-transform: uppercase;
}

/* font-family and font-size */
p,
ol,
ul,
dl,
th,
td,
form,
input,
textarea {
	font-size: 9pt;
}

/* margins and line-height */
p,
ol,
ul,
dl,
form {
	margin-top: 13pt;
	line-height: 13pt;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* margins */
ul,
ol {
	margin-left: 13pt;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul ul, ul ol, ul dl,
ol ol, ol ul, ol dl,
dl ul, dl ol {
	font-size: 100%;
}

ul li,
ol li {
	margin-top: 2pt;
}



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

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/
.adresse-eingerueckt,
.adresse-eingerueckt-lang {
	float: left;
	width: 1.5cm;
}

.adresse-eingerueckt-lang {
	width: 2.5cm;
}

.bildunterschrift {
	margin-top: 2pt;
	font-size: 8pt;
	line-height: 11pt;
}


/* SEARCH RESULTS */
#SearchResults li {
	background: none;
	padding-left: 0;
	margin: 0;
}

#SearchResults h3 a {
	padding: 0;
	background-color: transparent;
	text-shadow: none;
}

#SearchResults h3 a:hover,
#SearchResults h3 a:active,
#SearchResults h3 a:focus {
	color: #cf0601;
}

.highlight {
	font-weight: bold;
}

/* PAGE NUMBERS */
#PageNumbers {
	margin-top: 26pt;
}

#PageNumbers li {
	float: left;
	padding: 0;
	margin: 0 2pt;
}

#PageNumbers a,
#PageNumbers .current {
	display: block;
	padding: 2pt 5pt;
}

#PageNumbers .current {
	font-weight: bold;
	border: 1pt solid #000;
}

/* SIDEBAR */
#imagelist,
#teaserlist {
	list-style-type: none;
	margin: 0;
	margin-top: 26pt;
	border-top: 1pt solid #000;
	padding-top: 26pt;
}

#imagelist li {
	margin-top: 0;
	margin-bottom: 26pt;
	line-height: 1;
}

#teaserlist li {
	margin-top: 0;
	margin-bottom: 13pt;
	border-bottom: 1pt solid #000;
	padding-bottom: 13pt;
}

#teaserlist #imageTeaser div {
	margin-top: 13pt;
}


#teaserlist h2, #teaserlist h3, #teaserlist p {
	margin-top: 0;
}

#teaserlist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}

#teaserlist h3 {
	font-size: 13pt;
}

#teaserlist p a {
	font-size: 8pt;
	text-transform: uppercase;
}

/* BREADCRUMBS */
#breadcrumbs p {
	margin-top: 0;
	border-bottom: 1pt solid #000;
	padding-bottom: 8pt;
	margin-bottom: 8pt;
	font-size: 8pt;
	text-transform: uppercase;
}


/* DIVIDED LIST (OVERVIEW) */
#dividedList {
	margin-left: 0;
}

#dividedList li {
	margin: 13pt 0 0 0;
	list-style: none;
	border-top: 1pt solid #000;
	padding-top: 13pt;
}

#dividedList li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#dividedList a.articleLink {
	font-size: 8pt;
	text-transform: uppercase;
}



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

IMAGES

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

img {
	line-height: 0;
}

#header img {
	margin-bottom: 26pt;
}


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

LINKS

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

a {
	color: #941123;
}

a img {
	border: none;
}

/* link to external website that is opened in a new window */
a.external_link {
}

/* show href attribute of external links */
a.external_link:after {
	content:" [URL: "attr(href)"]";
}



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

FANCYBOX

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

/**
 * Fancybox Bilder maximal so breit wie Seitenbreite darstellen
 * alle Bedienelemente ausblenden
 * Schriftgröße der Bildunterschrift setzen
 */
#fancybox-tmp,
#fancybox-loading,
#fancybox-overlay {
	display:none;
}

#fancybox-wrap,
#fancybox-content,
#fancybox-title {
	max-width: 100% !important;
	height: auto !important;
}

#fancybox-wrap {
	padding: 0 23pt;
	margin-top: 26pt;
}

#fancybox-wrap img {
	width: 100%;
}

#fancybox-title {
	margin-top: 5pt;
	margin-left: 0 !important;
	font-size: 8pt;
}

}
