﻿@charset "utf-8";
/* Einfache flie&szlig;ende Medien
   Hinweis: F&uuml;r flie&szlig;ende Medien m&uuml;ssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	top: 0px;
}
/* IE 6 unterst&uuml;tzt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}





/*
	Dreamweaver-Eigenschaften f&uuml;r flie&szlig;ende Raster
	----------------------------------
	dw-num-cols-mobile:		7;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout f&uuml;r Mobilger&auml;te: 480 px oder weniger. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.4%;
	padding-left: 1.3%;
	padding-right: 1.3%;
	vertical-align: text-top;
	position: static;
	z-index: 0;
}

#text {
	position: absolute;
	height: 100px;
	width: 500px;
	left: -3500px;
}
#navmobi {
	border-radius: 5px;
	-moz-border-radius: 5;
	-webkit-border-radius: 5;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 350px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	letter-spacing: 0.2em;
	text-align: center;
	font-variant: small-caps;
	background-color: #202020;
	min-width: 100px;
	border: 1px solid #666666;
	padding: 5px;
	z-index: 1000;
	top: 60px;
	margin-top: 10px;
}
#navmobi:hover {
	border: 1px solid #A39F14;
	background-color: #333333;
}
#navmobi:hover a {
	display: block;
	color: #EAEA00;
}
#navmobi MenuPanelContent:hover a {
	display: block;
}
#bogunt {
	float: left;
	width: 100%;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 700px;
	background-position: center bottom;
	background-image: url("images/bogunt1a.png");
	z-index: 2;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
}
#unten-mob {
	float: left;
	width: 100%;
	height: auto;
	left: 0px;
	position: absolute;
	top: 810px;
	background-color: #330000;
	margin: 0;
	z-index: 70;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#unten-desk {
	left: -2000px;
	position: absolute;
	height: 20px;	
	}
#unten-tab {
	left: -2000px;
	position: absolute;
	height: 20px;	
	}	
#navigation {
	position: relative;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
#navu1 {
	position: static;
	z-index: 50;
	height: auto;
	top: 10px;
	width: 90%;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
#navu2 {
	position: static;
	z-index: 50;
	width: 90%;
	height: auto;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;	
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#navu3 {
	position: static;
	z-index: 50;
	width: 90%;
	height: auto;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;	
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}	
#fadeshow1 {
	position: relative;
	top: 20px;
	left: -75px;
	z-index: 20;
	width: 400px;
	height: 300px;
	background-color: transparent;
	padding: 0px;
}
#fadeshow1 .gallerylayer img{ /* make all images inside fadeshow scale to a percentage of slideshow width and/or height */
max-width: 85%; /*less than 100% may also reduce the height of the images inside the div having id="fadeshow", but the size of the div itself will remain unchanged*/
}

#welcome{
	top: 10px;
	z-index: 2000;
	height: auto;
	width: auto;
	max-width: 100%;
	position: relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #CC0000;
	background: transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0.1em;
	box-shadow: 5px 8px 15px #330000;
	webkit-box-shadow: 5px 8px 15px #330000;
	moz-box-shadow: 5px 8px 15px #330000;
	font-weight: normal;
	font-variant: small-caps;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#player{
	top: 130px;
	z-index: 2000;
	height: auto;
	width: auto;
	max-width: 90%;
	position: relative;
	margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
	color: #CCCCCC; 
	vertical-align: bottom;	
}

.img{
	margin-top: 6px;
}
#audio_with_controls{
	width: 170px;
	float: right;
	background-image: url("images/navhg3.png");
	margin-right: 5px;
}
#bogob {
	float: left;
	width: 100%;
	height: 120px;
	left: 0px;
	position: fixed;
	top: 0px;
	background-position: center top;
	background-image: url("images/bogob1a.png");
	z-index: 5000;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#logo{
	position: relative;
	top: 40px;
	max-width: 180px;
	max-height: 129px;
	z-index: 4000;
	margin-right: auto;
	margin-left: auto;
}
iframe {
	position: absolute;
	top: -5px;
}
#menubox {
	width: 100%;
	position: fixed;
	height: auto;
	left: 0px;
	top: 2px;
	z-index: 5500;	
	}
#scrollab {
	width: 240px;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #FFFF00;
	border: 1px dotted #FFFFCC;
	font-weight: bold;
	background-image: url(images/navhg3.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0.1em;
	box-shadow: 5px 8px 15px #330000;
	webkit-box-shadow: 5px 8px 15px #330000;
	moz-box-shadow: 5px 8px 15px #330000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;

	}
#scrollab a {
	width: 240px;
	color: #FFFF00;
	padding-top: 5px;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 90px;
	}
#scrollab:hover, #scrollab:active {
	width: 240px;	
	color: #FFFF00;
	font-weight: bold;
	border: 1px dotted #FF0000;
	background-image: url(images/navhg2.png);	
	}	
#scrollab a:hover, #scrollab a:active {
	color: #FFFF00;
}
.Stil1 {
	font-size: 0.8em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	font-variant: small-caps;
}
#fusstext {
	position: fixed;
	z-index: 10000;
	height: 15px;
	width: 100%;
	bottom: 0px;
	background-color: #660000;
	left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
	font-variant: normal;
	color: #999999;
	letter-spacing: 0.2em;
}
#welpennotiz{
	left:-5000px;
	position: absolute;
}
#welpennotizmob{
	width: 200px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.05em;
	z-index: 100;
	margin-top: 1px;
	float: left;
	left: -15px;
	padding: 0px;
}
#welpennotizmob:hover {
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px dotted #FF0000;
	-moz-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	color: #FFFFFF;
}
#zitat {
	width: 160px;
	height: 210px;
	position: relative;
	z-index: 3000;
	right: 20px;
	margin-top: 36px;
	float: left;
	margin-left: 200px;
}

	
#nav li {
	margin-top: 10px;
	margin-bottom: 10px;
	}
#nav li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	text-transform: none;
	font-variant: normal;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 2.5em;
	font-style: normal;
	margin-left: -30px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0px;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
.AccordionPanelTab {
	font-size: 11px;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-indent: -35;
	font-variant: small-caps;
	background-image: url(images/navhg4.png);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px dotted #CCCCCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}	

	
/* Layout f&uuml;r Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout f&uuml;r Mobilger&auml;te. */

@media only screen and (min-width: 481px) {

#logo{
	margin-left: auto;
	margin-right: auto;
	max-width: 280px;
	max-height: 200px;
	z-index: 4000;
	top: 50px;
}
.Stil1 {
	font-size: 0.8em;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	font-variant: small-caps;
}
#unten-tab {
	float: left;
	width: 100%;
	height: auto;
	left: 0px;
	position: absolute;
	top: 1030px;
	background-color: #330000;
	margin: 0;	
	z-index: 70;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#unten-desk {
	left: -2000px;
	position: absolute;
	height: 20px;	
	}
#unten-mob {
	left: -2000px;
	position: absolute;
	height: 20px;	
	}
#navigation {
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}

#navmobi1 {
	left: -3000px;
}
#navmobi {
	left: -3000px;
}


#navu1 {
	position: static;
	z-index: 50;
	height: auto;
	top: 10px;
	width: 45%;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
#navu2 {
	position: static;
	z-index: 50;
	width: 45%;
	height: auto;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;	
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#navu3 {
	position: static;
	z-index: 50;
	width: 45%;
	height: auto;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;	
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#fadeshow1 {
	position: relative;
	top: 100px;
	width: 500px;
	height: 235px;
	left: 0px;
	z-index: 20;
	background-color: transparent;
	box-shadow: 0px 0px 30px #333333;
	webkit-box-shadow: 0px 0px 30px #333333;
	moz-box-shadow: 0px 0px 30px #333333;	
}

#audio_with_controls{
	width: 250px;
	float: right;
	margin-right: 5px;
}
#bogunt {
	float: left;
	width: 100%;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 930px;
	background-position: center bottom;
	background-image: url("images/bogunt1b.png");
	z-index: 2;
	background-repeat: no-repeat;
}
#bogob {
	float: left;
	width: 100%;
	height: 120px;
	left: 0px;
	position: fixed;
	top: 0px;
	background-position: center top;
	background-image: url("images/bogob1b.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	z-index: 5000;	
}
#welcome{
	top: 150px;
	z-index: 200;
	font-size: 1.2em;	
	width: 80%;
	position: relative;
	margin: auto;
	background: #transparent;
}	
#player{
	top: 150px;
	z-index: 200;
	width: auto;
	max-width: 40%;
	position: relative;
	margin: auto;
	background: #transparent;
}			
#welpennotiz{
	left:-5000px;
	position: absolute;
}
#welpennotizmob{
	width: 200px;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.05em;
	z-index: 100;
	margin-top: 180px;
	float: left;
	left: 25px;
	padding: 0px;
}
#welpennotizmob:hover {
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px dotted #FF0000;
	-moz-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	color: #FFFFFF;
}
#zitat {
	width: 160px;
	height: 210px;
	position: relative;
	z-index: 3000;
	right: 20px;
	margin-top: 215px;
	float: left;
	margin-left: 300px;
}


}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts f&uuml;r Mobilger&auml;te und Tablet-PCs. */

@media only screen and (min-width: 769px) {


#logo{
	max-width: 316px;
	max-height: 244px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 6000;
}
#bogob {
	float: left;
	width: 100%;
	height: 200px;
	left: 0px;
	position: fixed;
	top: 0px;
	background-position: center top;
	background-image: url("images/bogob1c.png");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0px;
	z-index: 5000;	
}
#fadeshow1 {
	position: static;
	top: 250px;
	width: 900px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	z-index: 20;
	background-color: transparent;
}
#welcome{
	top: 330px;
	z-index: 2000;
	width: auto;
	max-width: 40%;
	position: relative;
	margin: auto;
	background: #transparent;
}
#player{
	top: 330px;
	z-index: 2000;
	width: auto;
	max-width: 40%;
	position: relative;
	margin: auto;
	background: #transparent;
}
#navmobi1 {
	left: -3000px;
}
#navmobi {
	left: -3000px;
}
#bogunt {
	float: left;
	width: 100%;
	height: 250px;
	left: 0px;
	position: absolute;
	top: 830px;
	background-position: center bottom;
	background-image: url("images/bogunt1c.png");
	z-index: 2;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
}
#unten-desk {
	float: left;
	width: 100%;
	height: auto;
	left: 0px;
	position: absolute;
	top: 1100px;
	background-color: #330000;
	margin: 0;
	z-index: 70;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#unten-mob {
	left: -2000px;
	position: absolute;
	height: 20px;	
	}
#unten-tab {
	left: -2000px;
	position: absolute;
	height: 20px;
	}
#navigation {
	position: relative;
	width: 96%;
	margin-left: 3%;
	}	

#navu1 {
	position: static;
	z-index: 50;
	height: 340px;
	top: 10px;
	width: 30%;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
}
#navu2 {
	position: static;
	z-index: 50;
	width: 30%;
	height: 300px;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#navu3 {
	position: static;
	z-index: 50;
	width: 30%;
	height: 300px;
	top: 10px;
	float: left;
	text-align: left;
	padding: 0px;
	background-image: url("images/navhg2.png");
	margin-right: 1%;
	margin-left: 1%;	
	margin-top: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#zitat {
	width: 160px;
	height: 210px;
	max-width: 160px;
	max-height: 118px;
	position: fixed;
	z-index: 5000;
	right: 5%;
	top: 10%;
	float: none;
}
#scrollab {
	width: 240px;
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #FFFF00;
	border: 1px dotted #FFFFCC;
	font-weight: bold;
	background-image: url(images/navhg3.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	letter-spacing: 0.1em;
	box-shadow: 5px 8px 15px #330000;
	webkit-box-shadow: 5px 8px 15px #330000;
	moz-box-shadow: 5px 8px 15px #330000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	}
#scrollab a {
	width: 240px;
	color: #FFFF00;
	padding-top: 15px;
	padding-right: 90px;
	padding-bottom: 15px;
	padding-left: 90px;
	}
#welpennotizmob{
	left:-5000px;
	position: absolute;
}	
#welpennotiz{
	width: 200px;
	top: 300px;
	position: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: 0.05em;
	margin-right: auto;
	margin-left: auto;
	left: 30px;
	z-index: 100;
	padding: 8px 2px;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	float: ;	
}
#nav li {
	margin-top: 5px;
	margin-bottom: 5px;
	}
.AccordionPanelTab {
	font-size: 11px;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-indent: -35;
	font-variant: small-caps;
	background-image: url(images/navhg4.png);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px dotted #CCCCCC;	
	-moz-user-select: none;
	-khtml-user-select: none;	
}
#nav li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	text-transform: none;
	font-variant: normal;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 2.5em;
	font-style: normal;
	margin-left: -30px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0px;
	padding: 8px;
}
}
