@charset "utf-8";

/* 
Farben:
- Beige HG: #e2cdc0
*/

body, h1, h2, h3, p, ul, ol, li {
	margin: 0.75em 0;
	padding: 0;
	font: normal 1em/1.4em Aller, Arial, Helvetica, sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
}
body {
	background: url(../_pix/corporate/Platte-HG.gif) top center #e2cdc0;
	background-size:cover;
	background-repeat:no-repeat;
	margin: 0;
}
h1 {
	font-size: 137.5%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 0.3em;
}
h2 {
	font-size: 112.5%;
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #586a73;
}
#header h1 {
	margin-top: 1em;
	text-align: center;
}
#header p {
	margin-top: 1.5em;
	text-align:center;
}

p {
	margin-top: 1em;
}
ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 1.2em;
	margin-top: 0;
}
li {
	margin: 0;
	color: #900;
}
li > span {
	color: #000;
}
p.abb {
	margin: 0.5em 0 0 0;
}
p.abb img {
	margin-right: 0.25em;
}
a, span.adr {
	color: #900;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	background-color: #900;
	color: #fff;
	text-shadow: none;
}
a img {
	border: none;
}
span[title] {
	border-bottom: 1px dotted #900;
	cursor:help;
}

.auszeichnung {
	color: #900;
}
.nowrap, .addr {
	white-space: nowrap;
}


/**
 * Seitenlayout
 */
 
#mainContainer {
	position: relative;
	margin: 0 auto;
	max-width: 48em; 
}
#grossbild, #aktuell {
	display:block;
	width:100%;
	height:auto;
}

#mainContainer div.section {
	margin: 1.25em;
	padding: 0.8em 1em 0.6em 1em;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95); 
	border-radius: 10px;
	z-index: 10;
}

#mainContainer div#header {
	margin-top: 50px;
}

#fancybox-left {
	left: -43px !important;
}

#fancybox-right {
	right: -43px !important;
}
