@charset "utf-8";

/*
CSS-Datei für Powwow-Kalender.de
webmaster@powwow-kalender.de
*/

body {
	background-color: #000;
	margin: 15px;
	padding: 0;
	}

body, div, td, th, p, ol, ul, li, h1, h2, h3, h4, h5, h6, a, font, textarea, input {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	}

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

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

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

h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

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

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

#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;
	}

#zaehler {
	background: url(../gifs/zaehler.gif) no-repeat;
	float: right;
	width: 50px;
	height: 22px;
	}

#zaehler img {
	margin: 5px;
	height: 12px;
	cursor: help;
	}

/* @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;	
	}

/* @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 */

.button:link, .button:visited {
	color: #fd6;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.2em 0.65em;
	background-color: #800000;
	background-position: 0 0;
	border: 1px solid #800000;
	border-radius: 0.35em;
	-moz-border-radius: 0.35em;
	-webkit-border-radius: 0.35em;
	}

.button:hover, .button:focus {
	text-decoration: none;
	background-position: 0 -100px;
	}

.button:active {
	text-decoration: none;
	background-position: 0 -200px;
	}

html>body .button {					/* richtige Browser */
	background: url(../gifs/lichteffekt.png) repeat-x;
	}

* html .button {					/* IE */
	background: url(../gifs/lichteffekt.jpg) repeat-x !important;
	}

/* @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: 0.5em auto;
	clear: both;
	}

div.neu strong {
	color: #800000;
	font-weight: bold;
	font-size: 120%;
	float: left;
	display: inline;
	}

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

div.neu li {
	padding-left: 4em;
	}

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

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

/* @end */

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

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

/* @group Änderung */

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

.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;
	height: 19px;
	width: 35px;
	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 {
	text-decoration: 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;
	height: 19px;
	width: 35px;
	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;
	/*text-align: justify;*/
	}

#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 h4 {
	margin: 0.2em 0 0 30px;
	}

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

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

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

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

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

div.iframe a:before {
	content: url(../gifs/rechts.gif);
	}

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

.clearleft {
	clear: left;
	}

/* @end */

/*/* @group Forum *!/

font[size="1"] {
	font-size: 85%;
	}

#forum *[bgcolor="#ffdd66"] {
	background-image: url(../gifs/hintergrund.gif) !important;
	}

#forum a {
	white-space: normal !important;
	}

#forum a.seiten {
	padding: 0 0.35em;
	}

#forum .name em{
	width: 11em;
	padding-top: 6px;
	}

#forum .name .kontext {
	font-size: 85%;
	padding-left: 1em;
	}

#forum .name .kontext a {
	padding-right: 0.4em;
	}

#forum img.avatar {
	width: 10em;
	}

#forum .beitrag .kontext {
	font-size: 85%;
	border-bottom: 1px solid #800000;
	margin-bottom: 1em;
	}

#forum .beitrag .kontext .nr {
	color: #800000;
	font-weight: bold;
	margin-right: 2em;
	}

#forum .beitrag .text {
	max-width: 640px;
	margin: 0 0.5em;
	overflow: auto;
	}

#forum .beitrag .datum {
	font-size: 85%;
	color: #8c701c;
	margin: 0 0 0.25em 3em;
	float: right;
	display: inline;
	}

#forum .beitrag img {
	max-width: 600px;
	}

#forum blockquote {
	margin: 2em 2em -1em;
	border: 1px solid #800000;
	padding: 0.6em 2em;
	font-style: italic;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	}

#forum blockquote * {
	font-weight: normal;
	}

#forum blockquote i {
	font-weight: bold;
	position: relative;
	left: -1em;
	}

#forum .sig {
	font-size: 85%;
	border-top: 1px dashed #800000;
	padding: 0.5em;
	margin: 2em 0 1em 0;
	font-style: italic;
	}

#forum p.sig span {
	display: none;
	}

#forum a img {
	margin: 0;
	border: 0;
	}

/* @end *!/*/

/* @group Navi */

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

.menue div {
	width: 100px;
/*	position: fixed;
	top: 15px;
	left: 15px;*/
	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: 115%;
	}

.menue a {
	display: block;
	width: 100%;
	font-size: 13px;
	white-space: normal;
	}
	
.menue a:link, .menue a:visited {
	color: #fff;
	}

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

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

.menue a img {
	margin: 0;
	border: 0;
	}
	
/* @end */

/* @group Report */

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

/* @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;
	}

.galerieliste li img {
	border: 2px solid #000;
	margin: 0 10px 0 0;
	float: left;
	}

.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;
	}

/* @end */

/* @group Suche und Biete */

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

.subi h2 {
	text-align: center;
	}

.subi img {
	margin: 0 0 10px 20px;
	float: right;
	display: inline; /* fuer IE */
	}

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

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

/* @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 */