@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|PT+Serif:400italic,700italic);

body {
	background-color: #000;
	margin: 15px;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body, div, td, th, p, ol, ul, li, font, textarea, input {
	font-family: 'PT Sans', Calibri, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Serif', Georgia, serif;
	font-style: italic;
}

body, div, td, th, p, ol, ul, li, textarea, input {
	font-size: 14px;
	line-height: 150%;
}

font[size="2"] {
	font-size: 13px;
	line-height: 150%;
}

h1 {
	font-weight: normal !important;
	font-size: 28px;
	color: #800000;
	text-align: center;
	margin: 0;
	padding: 15px 55px;
	line-height: 1.0em;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	margin: 0;
}

h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#rahmen {
	width: 100%;
	height: 100%;
	background: #ffdd66 url(../gifs/hintergrund.gif);
	margin: 0;
	text-align: center;
}

#kopf {
	height: 45px;
	vertical-align: top;
	background: url(../gifs/ol.gif) no-repeat top left;
	margin: 0;
	padding: 0;
}

#oben {
	background: url(../gifs/or.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	height: 45px;
	min-height: 45px;
}

#kopf>div {
	height: auto;
}

#platzhalter {
	height: 45px;
}

#navi {
	font-size: 85%;
	text-align: left;
	width: 85%;
	margin: auto;
	border-top: 2px solid #800000;
	padding-bottom: 5px;
}

#navi a:visited {
	color: #0000ff;
}

#navi div {
	display: none;
}

#inhalt {
	width: 90%;
	margin: 10px auto;
}

#fuss {
	height: 45px !important;
	background: url(../gifs/ul.gif) no-repeat bottom left;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

#fuss div {
	height: 45px;
	background: url(../gifs/ur.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
	text-align: center;
}

#fuss a {
	font-size: 85%;
	color: #000000;
	vertical-align: middle;
	margin: 0;
	padding: 10px;
}

/* @group Links */

a:link {
	text-decoration: none;
	color: #0000ff;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a img, object {
	border: 1px solid #000;
	margin: 10px;
}

a img.icon {
	border: 0;
	margin: 0;
	vertical-align: top;
}

a[href$=".jpg"] img, a[href$=".png"] img, a[href$=".gif"] img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.thumbnail a img {
	border: 8px solid #fff;
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}

/* @group Sprachen */

a:after {
	font-style: italic;
	color: #000;
	font-size: 85%;
}

a[hreflang="cs"]:after {
	content: " (tschechisch)";
}

a[hreflang="da"]:after {
	content: " (dänisch)";
}

a[hreflang="sv"]:after {
	content: " (schwedisch)";
}

a[hreflang="en"]:after {
	content: " (englisch)";
}

a[hreflang="fr"]:after {
	content: " (französisch)";
}

a[hreflang="pl"]:after {
	content: " (polnisch)";
}

/* @end */

/* @group Buttons */

a.button:link, a.button:visited, #report button {
	color: #fd6;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.3em 1em;
	margin: 0.2em;
	border: 1px solid #800000;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	background: #800000 url(../gifs/lichteffekt.png) repeat-x; /* Grafik als Fallback für ältere Browser */
	background: -moz-linear-gradient(top, #ba7575, #800000 60%, #800000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ba7575), to(#800000), color-stop(0.6, #800000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ba7575, endColorstr=#800000); /* für IE 5.5 - 7 */
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ba7575, endColorstr=#800000)"; /* für IE 8 */
	-moz-box-shadow: 0px 1px 4px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 4px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 4px rgba(255,255,255,0.7);
}

a.button:hover, a.button:focus, #report button:hover, #report button:focus {
	text-decoration: none;
	outline: none;
	background: -moz-linear-gradient(top, #c89191, #800000 60%, #800000);
	background: -webkit-gradient(linear, left top, left bottom, from(#c89191), to(#800000), color-stop(0.6, #800000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c89191, endColorstr=#800000); /* für IE 5.5 - 7 */
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#c89191, endColorstr=#800000)"; /* für IE 8 */
}

a.button:active, #report button:active {
	text-decoration: none;
	outline: none;
	background: -moz-linear-gradient(top, #800000, #800000 40%, #c89191);
	background: -webkit-gradient(linear, left top, left bottom, from(#800000), to(#c89191), color-stop(0.4, #800000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#800000, endColorstr=#c89191); /* für IE 5.5 - 7 */
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#800000, endColorstr=#c89191)"; /* für IE 8 */
}

/* @end */

/* @end */

.klein {
	font-size: 85%;
}

td.klein {
	font-size: 11px; /* extra für WinIE */
}

.gross {
	font-size: 120%;
}

.rand {
	border: 2px solid #000000;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.kursiv {
	font-style: italic;
}

.help {
	cursor: help;
}

/* @group Listen */

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0.3em;
}

ul ul {
	list-style-type: circle;
}

ul.ohne {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.ohne li {
	margin: 0 0 .7em 1em;
	text-indent: -1em;
	line-height: 100%;
}

li {
	text-align: left;
	vertical-align: middle;
	display: list-item; /* für IE, damit er durchnummeriert */
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol.roemisch {
	list-style-type: upper-roman;
}

ol.roemisch li {
	vertical-align: text-top; /* für IE, damit er die Nummern halbwegs mittig darstellt */
}

/* @end */

/* @group Neu */

div.neu {
	margin: 25px auto;
	clear: both;
}

div.neu h3 {
	color: #800000;
}

div.neu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.neu li {
	padding-left: 60px;
}

div.neu span.datum {
	float: left;
	display: inline;
	font-size: 70%;
	height: 1em;
	margin-left: -60px;
	font-style: italic;
	color: #8c701c;
}

div.neu li:hover span.datum {
	color: #000;
}

/* @end */

/* @group Countdown */

#countdown {
	font-family: Lobster, serif;
	font-size: 18px;
	line-height: 1.0;
	vertical-align: bottom;
}

#countdown span {
	margin-right: 8px;
	display: block;
	padding: 0;
}

#countdown span.zahl {
	font-size: 100px;
	float: left;
}

#countdown span.heute {
	font-size: 64px;
	float: left;
}

#countdown span.tage {
	font-size: 45px;
	margin-bottom: 3px;
	padding-top: 6px;
}

#countdown a {
	display: block;
	font-size: 13px;
	font-family: Constantia, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	margin-top: 13px;
}

/* @end */

/* @group Twitter */

#twitter {
	padding: 0;
	margin-top: 25px;
}

#twitter h3 {
	margin: 10px 0;
	color: #800000;
}

#twitter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 350px;
	overflow: auto;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5) inset;
	border: 1px solid #800000;
}

#twitter ul li {
	margin: 10px;
	padding: 5px 5px 0 5px;
	line-height: 110%;
	border: 1px solid #800000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #FFE2A2, #FFCC66);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE2A2), to(#FFCC66));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFE2A2, endColorstr=#FFCC66); /* für IE 5.5 - 7 */
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFE2A2, endColorstr=#FFCC66)"; /* für IE 8 */
}

#twitter ul li a {
	display: block;
	font-size: 85%;
}

#twitter ul li div {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}

/* @end */

hr {
	width: 90%;
	height: 2px;
	background: #800000;
	border: 0;
	color: #800000;
	text-align: center;
	clear: both;
	margin-top: 10px;
}

em {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 85%;
}

h1 small {
	font-size: 75%;
}

del {
	text-decoration: line-through;
	opacity: 0.6;
}

del:hover, del:focus {
	opacity: 1;
	text-decoration: none;
	outline: none;
}

ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}

/* @group Änderung */

.aenderung {
	color: #f00;
	font-weight: normal;
	margin-left: .6em;
}

.aenderung:before {
	content: "[\2009"; /* eckige Klammer und schmales Leerzeichen */
	color: #000;
}

.aenderung:after {
	content: "\2009]"; /* schmales Leerzeichen und eckige Klammer */
	color: #000;
}

/* @end */

sup {
	line-height: 0.9em;
}

code {
	text-align: left;
	display: block;
}

/* @group Formulare */

.stern {
	color: red;
	font-size: 120%;
}

/* @end */

/* @group Lexikon */

#lexikon {
	width: 90%;
	margin: 10px auto;
	text-align: left;
}

#lexikon a img {
	margin: 5px;
}

#lexikon h2 {
	text-align: center;
}

.einzug {
	margin-left: 20px;
}

.quelle {
	font-size: 80%;
	font-style: italic;
	margin-left: 50px;
	clear: left;
}

#lexikon a[name] {
	color: #000000;
	text-decoration: none;
}

/* @group Alphabet */

.alphabet {
	width: 35px;
	padding: 20px 0 0 0;
	background: #000;
}

.alphabet a:link, .alphabet a:visited {
	display: block;
	width: 35px;
	height: 19px;
	line-height: 19px;
	background: #ccaa33 url(../gifs/alphabet.gif) no-repeat 0px 0px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

.alphabet a:hover, .alphabet a:focus {
	text-decoration: none;
	outline: none;
	background: #ffdd66 url(../gifs/alphabet.gif) no-repeat 0px -25px;
}

.alphabet a:active, #active {
	display: block;
	text-decoration: none;
	background: #ffdd66 url(../gifs/alphabet.gif) no-repeat 0px -50px;
	width: 35px;
	height: 19px;
	line-height: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0;
}

/* @end */

/* @group Zitat */

#inhalt blockquote {
	margin-left: 6em;
	font-style: italic;
	padding: 0;
	background: url("../gifs/anfuehrung_vor.gif") left bottom no-repeat;
}

#inhalt blockquote p {
	padding: 0 35px 0.6em 35px;
	margin: 0;
}

#inhalt blockquote .erster {
	background: url("../gifs/anfuehrung_nach.gif") right top no-repeat;
	padding-top: 0.6em;
}

#inhalt blockquote ul {
	margin: 0;
	padding: 0 6em 0.6em 6em;
}

/* @end */

/* @end */

/* @group Terminseiten */

#termin #haupt {
	width: 95%;
	margin: 10px auto;
}

#haupt .wannwo, #haupt .daten {
	float: left;
	width: 45%;
}

#haupt .iframe, #haupt .diskussion {
	float: right;
	width: 50%;
}

#haupt .wannwo > *, #haupt .daten>*, #haupt .diskussion>* {
	margin: 5px 0px 15px 20px;
}

#termin #haupt h3 {
	margin-left: 0;
	margin-bottom: 5px;
}

#termin #haupt h4 {
	margin-bottom: 0;
}

div.wannwo {
	float: left;
	width: 40%;
}

div.iframe {
	float: right;
	width: 55%;
	overflow: auto;
	margin: 0 0 1em 1em;
	text-align: right;
}

div.iframe iframe {
	border: 2px solid #800000;
	width: 99%;
	height: 500px;
}

#termin div.iframe a {
	background: url(../gifs/rechts.gif) no-repeat right center;
	padding-right: 15px;
}

#termin .flyer {
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
}

#termin .flyer img {
	margin: 0.2em 0;
	display: block;
}

#termin h4 {
	margin: 0.2em 0 0 30px;
}

#termin #inhalt p, p.kal, #termin #inhalt div.forum, #termin #inhalt ul {
	margin: 0.2em 0 1em 30px;
}

#termin div#inhalt table {
	margin-left: 30px;
	margin-bottom: 1em;
	border-spacing: 0;
	border: 0;
}

#termin #inhalt table td, #termin #inhalt table th, #termin #haupt table td, #termin #haupt table th {
	vertical-align: top;
	margin: 0;
	padding: 0.2em 1em 0.4em 0;
	line-height: 110%;
}

#termin table.zahlen td, #termin table.zahlen th {
	text-align: right;
}

.clearleft {
	clear: left;
}

/* @group eingebettetes Forum */

#termin h3 small {
	font-style: italic;
	margin-left: 1em;
	font-weight: normal;
}

/*#termin h3.forum {
	clear: both;
}*/

#termin .forum .postbody {
	margin-bottom: 15px;
}

#termin .forum div.author {
	margin: 0;
	font-size: 85%;
}

/* @group Sprechblase */

/* Sprechblase: */
#termin .forum .content {
	position: relative;
	top: 0;
	left: 0;
	padding: 10px 15px;
	margin-top: 3px;
	border: 1px solid #800000;
	background: #fd6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}

* html #termin .forum .content {
	position: static;
}

/* Dreiecke: http://nicolasgallagher.com/pure-css-speech-bubbles/ */
#termin .forum .content:before {
	content:"";
	display:block;
	position:absolute;
	top:-12px;
	left:25px;
	bottom:auto;
	right:auto;
	border:6px solid transparent;
	border-bottom-color:#800000;
}

/* Dreiecke: http://nicolasgallagher.com/pure-css-speech-bubbles/ */
#termin .forum .content:after {
	content:"";
	display:block;
	position:absolute;
	top:-10px;
	left:26px;
	bottom:auto;
	right:auto;
	border:5px solid transparent;
	border-bottom-color:#fd6;
}

/* @end */


#termin .forum .postbody .content blockquote {
	margin: 1em 0 0 1em;
	padding: 0.25em 0.5em 0.25em 0.7em;
	font-style: italic;
	border: 1px solid #800000;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4) inset;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4) inset;

}

#termin .forum .postbody .content blockquote cite{
	font-style: normal;
	font-weight: bold;
	font-size: 85%;
}

#termin .forum hr {
	display: none;
}

/* @end */


/* @end */

/* @group Menü */

.menue {
	width: 115px !important;
	vertical-align: top;
	background-color: #000;
	color: #fff;
}

.menue div {
	width: 100px;
/*	font-weight: bold;*/
	background-color: #000;
	color: #fff;
}

.menue ul, .menue li {
	margin: 0 0  10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 110%;
}

.menue a {
	display: block;
	width: 100%;
	white-space: normal;
}

.menue a:link, .menue a:visited {
	color: #fff;
}

.menue a:hover, .menue a:focus {
	color: #ffcc00 !important;
	outline: none;
}

.menue a.hier {
	width: 80px;
	padding: 2px 10px;
	background: url(../gifs/menue.gif) no-repeat right center;
	color: #ffcc00 !important;
}

.menue a img {
	margin: 0;
	border: 0;
	width: 100px;
	height: 100px;
}

.menue a#home {
	width: 100px;
	height: 100px;
	background: url(../gifs/logokl.jpg) no-repeat;
	text-indent: -9999px;
}

/* @end */

/* @group Report */

body#report #inhalt {
	text-align: left;
}

body#report p.plaetze a {
	margin-left: 3em;
	font-size: 80%;
}

body#report ul.plaetze {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body#report ul.plaetze {
	font-weight: bold;
}

body#report ul.plaetze ol {
	font-weight: normal;
	margin-bottom: 1em;
}

/* @end */

/* @group Galerie */

.galerieliste {
	width: 56%;
	float: right;
}

.galerieliste ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.galerieliste li {
	margin-bottom: 10px;
	padding: 0;
	height: 85px;
}

#galerie #inhalt .galerieliste li img {
	border: 2px solid #000;
	margin: 0 10px 0 0;
	float: left;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.galerietext {
	width: 13em;
	float: right;
	margin-right: 10px;
	text-align: left;
	display: inline;
}

.uebersicht {
	width: 65%;
	float: right;
	text-align: left;
}

.uebersicht img {
	margin: 0 10px 15px 0;
	vertical-align: middle;
}

#galerie #inhalt a img {
	border: 8px solid #fff;
	background: #fff;
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	vertical-align: middle;
}

/* @end */

/* @group Suche und Biete */

.subi {
	width: 46%;
	text-align: left;
}

.subi h2 {
	text-align: center;
}

.subi p {
	text-align: left;
}

.subi p img {
	margin: 0 0 10px 20px;
	float: right;
	clear: right;
	display: inline; /* fuer IE */
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
}

.subi p.kontakt {
	font-size: 85%;
	text-align: right;
	font-style: italic;
	margin-top: -1em;
	clear: both;
}

.subi .datum {
	color: #8c701c;
}

body#suche-biete div.subi {
	text-align: center;
}

body#suche-biete a.button {
	margin: 2em;
	display: inline-block;
}

body#suche-biete .postbody {
	text-align: left;
}

body#suche-biete div.kontakt {
	margin: 0;
	text-align: right;
	font-style: italic;
	clear: both;
}

body#suche-biete div.datum {
	font-size: 85%;
}

body#suche-biete dl.thumbnail {
	margin: 10px;
}

body#suche-biete dl.thumbnail * {
	margin: 0;
	font-size: 85%;
}

/* @end */

/* @group Bilderseiten */

.bildunterschrift {
	padding: 4px 0 0 0;
	text-align: left;
}

.bildunterschrift div {
	text-align: center;
	padding-top: 4px;
	clear: both;
}

.copy {
	padding: 4px 0 0 10px;
	float: right;
	text-align: right;
}

/* @end */
