@import url("basic_20.css");
html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
p strong {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
b {	font-weight: bold;
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
	line-height: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 0px;
	padding-left: 0px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
	padding-top: 0px;
	font-weight: normal;
}
h1 {
	color: #A00;
	font-size: 16px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	color: #000;
	font-size: 20px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 00px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.dateloc17 {
	color: #969696;
	font-size: 18px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: right;
}
.artistitle17 {
	color: #0E0E0E;
	font-size: 22px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
}
h3 {
	color: #121212;
	font-size: 16px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: 400;
	margin-bottom: 3px;
	margin-top: 0px;
}
h4 {
	color: #666;
	font-size: 14px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: normal;
	margin-bottom: 10px;
	border: thin none #CCC;
	background-color: #FFF;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 1px;
}
h5 {
	font-size: 16px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: bold;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	color: #4A4A4A;
}
h6 {
	color: #333;
	font-size: 14px;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 2px;
	background-color: #FFF;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: thin solid #999;
}
a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}
/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #5E5E5E;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #818181;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #09F;
}
a:active {
    color: red;
    
}
a.navi:link {
	color: #777;
}
a.navi:hover {
	color: #33E1FF;
	font-weight: bold;
}
a.navi:active {
	color: #777;
}
a.back-to-top {
	display: none;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 350px;
	background-image: url(../pix/icon/arrow-up_30grey.jpg);
	background-repeat: no-repeat;
	background-position: center 43%;
}
a:hover.back-to-top {
	background-color: #000;
}
hr.style-one {
	width: 320px;
	border: solid 2px #969696;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
}
hr.style-two {
	border: solid 2px #969696;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.main {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	background: #fff;
	max-width: 1800px;
	min-height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex; /* or inline-flex */
	flex-direction: row;
}
.container {
	width: 100%;
	height: 100%;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 15px;
	padding-top: 57px;
}
.leftbox {
	height: 100%;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 75px;
	width: 200px;
	flex-basis: 200px;
	min-width: 200px;
}
.sidemenu {
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 16px;
	line-height: 20px;
	height: auto;
	margin-top: 23px;
	padding-right: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 170px;
}
.topbox_new {
	height: auto;
	position: fixed;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
}
.topbox_new_c {
	height: auto;
	position: fixed;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	display: flex;
	flex-direction: row;
	background-color: #F1F1F1;
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
}
.headerbox_new {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0px;
	padding-left: 15px;
	display: flex; /* or inline-flex */
	flex-direction: column;
	-webkit-justify-content: space-between;
	/* Safari 6.1+ */
	justify-content: space-between;
	background-color: #EAEAEA;
	margin-bottom: 5px;
}
.headerbox_text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0px;
	padding-left: 15px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 0;
}
#headerbox_logo {
	max-width: 250px;
	height: auto;
	position: static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex; /* or inline-flex */
	margin-left: -60px;
	margin-top: 10px;
}
#headerbox_top {
	height: auto;
	position: static;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex; /* or inline-flex */
	align-items: baseline;
	margin-left: 0px;
	margin-top: 0px;
}
.wrappertop {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper3 {
	height: auto;
	max-width: 100%;
	font-family: 'Avenir', arial, helvetica, Verdana;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper1a {
	height: auto;
	width: 100%;
	font-family: 'Avenir', arial, helvetica, Verdana;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper2 {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrappgrey {
	height: auto;
	width: 100%;
	background-color: #F6F6F6;
}
.schamrockbox {
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 14px;
	line-height: 18px;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #000;
	background-color: #F3F2CC;
}
.right {
	font-size: 12px;
	line-height: 16px;
	flex-grow: 0;
	flex-basis: 250px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rightgrey {
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
	flex-grow: 2;
	flex-shrink: 2;
	flex-basis: 50px;
	max-width: 180px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #E4DDDD;
}
.right figure{
	margin-bottom: 0px;
}
.right img{
	

}
.right figcaption{
	color: #F36D6D;
	font-size: 10px;
	margin-top: -20px;
	margin-right: 5px;
	text-align: right;
}
.right figcaption2{
	color: #060000;
	font-size: 10px;
	margin-top: -20px;
	margin-right: 5px;
	text-align: right;
}
.right2 {
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
	flex-grow: 0;
	flex-basis: 350px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
}
.containerfilm {
	height: auto;
	width: 100%;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.liste_salon {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #EAEAEA;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	max-width: 250px;
	min-width: 250px;
	list-style-type: none;
	margin: 0px;
}
.liste_salon ul {
	padding-top: 10px;
	list-style-type: none;
}
.liste_salon ul li {
	margin-top: 3px;
}
.liste_salon ul li a {
	text-decoration: none;
	color: #3C3C3C;
}
.liste_salon ul li a:hover {
	color: #fff;
	background-color: #369;
}
.archivbox_text {
	width: 100%;
	height: auto;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 14px;
	line-height: normal;
	background-color: #CFF;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px;
}
.slidewrapper {
	width: 100%;
	display: flex; /* or inline-flex */
	-webkit-justify-content: space-between;
	;
	/* Safari 6.1+ */
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 25px;
}
.slidebox {
	width: 100%;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.slidebox2 {
	width: 600px;
	height: 400px;
	flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
}
.slidebox3 {
	width: 266px;
	height: 400px;
	margin-left: 60px;
	margin-right: 25px;
}
.presseliste {
	background-color: #FBFBFB;
	height: auto;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: normal;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	max-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #0E0E0E;
	overflow: hidden;
	margin-right: 5px;
}
.headcontainer2016 {
	float: left;	 /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
.textbox0 {
	background-color: #E2E2E2;
	width: 100%;
	height: auto;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: normal;
	margin-top: 1px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #090909;
	overflow: hidden;
	margin-right: 0px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.textbox01 {
	background-color: #E2E2E2;
	width: 100%;
	height: auto;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: normal;
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #090909;
	overflow: hidden;
	margin-right: 0px;
		
}
.textbox00 {
	background-color: #FBFBFB;
	width: 100%;
	height: auto;
	font-family: 'Avenir', arial, helvetica, Verdana;
	font-size: 13px;
	line-height: normal;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #0E0E0E;
	overflow: hidden;
	margin-right: 5px;
}
.textbox_archiv_left {
	background-color: #FBFBFB;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: normal;
	margin-top: 25px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-shrink: 0;
	flex-basis: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #0E0E0E;
	overflow: hidden;
	margin-right: 5px;
}
.textbox4 {
	background-color: #FAF5EE;
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#navibox2016 {
	height: auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #A00;
	display: flex; /* or inline-flex */
	-webkit-justify-content: flex-start;
	/* Safari 6.1+ */
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-content: space-between;
	position: static;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 8px;
	padding-bottom: 11px;
}
#navibox2016 ul {
	width: 100%;
	display: flex; /* or inline-flex */
	-webkit-justify-content: flex-start;
	/* Safari 6.1+ */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#navibox2016 li {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: auto;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	list-style-type: none;
	margin-top: 4px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#navibox2016 li a {
	color: #FFF;
	text-decoration: none;
}
#navibox2016 li a:hover {
	background-color: #369;
}
.menu {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	-webkit-justify-content: flex-start;
	/* Safari 6.1+ */
	justify-content: flex-start;
	flex-direction: row;
	text-decoration: none;
	text-align: left;
	font-size: 15px;
}
.menu a {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 80px;
	text-decoration: none;
	text-align: center;
	border: 1pt solid #818181;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.invers {
	color: #FFF;
	background-color: #818181;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.invers a {
	color: #FFF;
}
.menu2 {
	display: flex;
	flex-direction: column;
}
.menu2 a {
	flex-grow: 1;
	background: #E9894A;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border: 2px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.sidebar {
	display: flex;
	color: gray;
	margin-top: 112px;
}
.textbox1a {
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	margin-top: -10px;
}
.container2016i {
	height: auto;
	width: 100%;
	display: flex; /* or inline-flex */
	-webkit-justify-content: space-between;
	;
	/* Safari 6.1+ */
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.container2016s {
	width: 100%;
	display: flex; /* or inline-flex */
	-webkit-justify-content: space-between;
	;
	/* Safari 6.1+ */
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.container2016col {
	height: auto;
	width: 100%;
	display: flex; /* or inline-flex */
	-webkit-justify-content: start;
	;
	/* Safari 6.1+ */
	justify-content: start;
	flex-direction: column;
	;
	align-content: start;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.textbox16 {
	height: 250px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 280px;
	max-width: 330px;
	min-width: 300px;
}
.textbox16text {
	height: 115px;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 2px;
}
.textbox16textsmall {
	height: 97px;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	overflow: hidden;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 2px;
}
.poetbox16 {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	background-color: #C8D6DA;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	justify-content: start;
	-webkit-justify-content: stretch;
	;
	/* Safari 6.1+ */
	align-content: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 300px;
	min-width: 300px;
}
.poetbox16_text {
	background-color: #F4EEE0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	color: #484848;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	min-width: 200px;
}
.boxcol_1{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	-webkit-justify-content: start;
	/* Safari 6.1+ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F4EEE0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	color: #484848;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 350px;
	min-width: 200px;
	clear: both;
}
.poetbox16_textgrey {
	background-color: #C8D6DA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 0px;
	color: #484848;
	flex-grow: 1;
	flex-shrink: 0;
	max-width: 392px;
	margin-right: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
}
.poets {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	justify-content: start;
	-webkit-justify-content: stretch;
	;
	/* Safari 6.1+ */
	align-content: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 300px;
	min-width: 300px;
}
.poetbox_text {
	background-color: #F4EEE0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	color: #484848;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	min-width: 200px;
}
.poetbox16_liste {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-color: #C8D6DA;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	max-width: 180px;
	min-width: 120px;
	list-style-type: none;
	color: #3C3C3C;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	margin-top: 0px;
}
.poetbox16_liste ul {
}
.poetbox16_liste ul li {
	padding-bottom: 4px;
}
.poetbox16_liste ul li a {
	text-decoration: none;
	color: #3C3C3C;
}
.poetbox16_liste ul li a:hover {
	color: #fff;
	background-color: #369;
}
.filmboxout {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.poetbox {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filmboxin {
	width: 100%;
	height: auto;
	padding-right: 0px;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-bottom: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filmboxin2 {
	width: 100%;
	height: auto;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.filmmenu {
	height: auto;
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-basis: 150px;
	max-width: 150px;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filmmenuitems {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #424242;
}
.textbox4a {
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pubbox {
	min-width: 350px;
	max-width: 450px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	flex-grow: 1;
	flex-shrink: 0;
}
.pubbox2 {
	width: 100%;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #CFF;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 2;
	flex-shrink: 2;
}
.archivbox_liste {
	margin-left: 0px;
	margin-top: 5px;
	display: flex; /* or inline-flex */
	background-color: #9FF;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colbox16 {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	background-color: #C8D6DA;
	display: flex; /* or inline-flex */
	flex-direction: column;
	justify-content: start;
	align-content: start;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 300px;
	min-width: 300px;
}
.colbox16 figure {
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 10px;
}
.colbox16 figcaption {
	color: #A00;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 5px;
}
.colbox16 figcaption2 {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	border: thin none #CCC;
	margin-top: 2px;
}
.colbox16 figure img {
	max-width: 100%;
}
.colbox16_text {
	width: 100%;
	height: auto;
	padding-right: 10px;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-bottom: 10px;
	background-color: #C8D6DA;
	padding-left: 10px;
}
.colbox16_textE {
	width: 100%;
	height: auto;
	padding-right: 10px;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-bottom: 10px;
	background-color: #99CC99;
	padding-left: 10px;
}
.colbox16_slide {
	width: 100%;
	height: auto;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.colbox16_slideT {
	width: 100%;
	height: auto;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E8D070;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.biobox16 {
	height: auto;
	width: 100%;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 0px;
	min-width: 300px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}
.biobox16 figure {
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 10px;
}
.biobox16 figure2 {
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 0px;
}
.biobox16 figure figure {
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
}
.biobox16 figure figure figure {
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
}
.biobox16 figcaption {
	color: #A00;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	margin-bottom: 5px;
	padding-right: 1px;
	padding-left: 1px;
}
.biobox16 figcaption2 {
	color: #666;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 10px;
}
.biobox16 figure3{
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 0px;
	float: left;
}
.biobox16 figcaption3 {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;}
.biobox16 figure3 img {
	max-width: 100%;
}
.perfwrap16 {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
}
.pressbox16 {
	background-color: #C8D6DA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	color: #484848;
	flex-grow: 1;
	flex-shrink: 0;
}
.poetbox16_textV {
	padding-right: 10px;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
}
.poetbox16_textV2 {
	background-color: #99FFCC;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.poetbox16_textV22 {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	background-color: #F4EEE0;
	color: #663;
}
.focusliste {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: #C8D6DA;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 150px;
	max-width: 160px;
	min-width: 120px;
	list-style-type: none;
	color: #3C3C3C;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	margin-top: 0px;
	padding-left: 10px;
}
.lyrik16 {
	height: auto;
	width: 100%;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 300px;
	min-width: 300px;
}
.lyrikbox16 {
	width: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 10px;
	border: 1px solid #666;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 250px;
	min-width: 150px;
	line-height: 18px;
}
.lyrik17 {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 200px;
	min-width: 250px;
}
.lyrik17col {
	height: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 5px;
	border: 1px solid #666;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	min-width: 150px;
	line-height: 18px;
}.lyrikbox17noborder 
{
	height: auto;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	min-width: 150px;
	line-height: 18px;

}
.lyrikbox17 {
	height: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 5px;
	border: 1px solid #666;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	min-width: 150px;
	line-height: 18px;

}
.lyrikbox17Z {
	height: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 5px;
	border: 1px solid #666;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	max-width: 271px;
	min-width: 251px;
	line-height: 18px;
}
.lyrikbox17R2 {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 5px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 0px;
	border: 1px solid #666;
	line-height: 18px;	
}
.lyrikbox17R {
	height: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #484848;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 5px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 0px;
	border: 1px solid #666;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	min-width: 150px;
	line-height: 18px;
}
.lyrikbox17R ol
{
	list-style-type: none;
}.navbox {
	width: 150px;
	color: #808080;
}
.newscontainer {
	width: 900px;
	background: #FFF;
	margin: auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. */
}
#newsletter {
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 16px;
}
.header_salon {
	background-image: url(../pix/header/salonb-und-festival-blu2.jpg);
	height: 112px;
	float: right;
	width: 958px;
	position: fixed;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.header_archiv {
	background-image: url(../pix/header/salon-und-festival-grey3.jpg);
	height: 112px;
	float: right;
	width: 958px;
	position: fixed;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.header_2014 {
	background-image: url(../pix/header/2014a.jpg);
	height: 111px;
	float: right;
	width: 958px;
	position: fixed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}
.header_2016 {
	background-image: url(../Festival_2016/pix/weblogos/Logo-2016-v6a.gif);
	height: 114px;
	float: none;
	width: 958px;
	position: fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 15px;
}
.header_2014E {
	background-image: url(../pix/header/F2014E.jpg);
	height: 111px;
	float: right;
	width: 958px;
	position: fixed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}
.header_2012 {
	background-image: url(../pix/header/2012.jpg);
	height: 112px;
	float: right;
	width: 958px;
	position: fixed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}
.header_Film2014 {
	background-image: url(../pix/header/FF_2014_Header.jpg);
	height: 111px;
	float: right;
	width: 958px;
	position: fixed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	clip: rect(auto,auto,auto,auto);
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}
.header_Film2017 {
	background-image: url(../pix/header/FF_2014_Header.jpg);
	height: auto;
	position: static;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding-right: 15px;
	padding-left: 15px;
	display: flex; /* or inline-flex */
	-webkit-justify-content: space-around;
	/* Safari 6.1+ */
	justify-content: space-around;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar1a {
	float: left;
	color: gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	width: 150px;
	margin-top: 112px;
	position: fixed;
}
.gallerypix {
	width: 580px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: thick ridge #F1F1F1;
}
.gallerytext {
	width: 400px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.rosabox {
	background-color: #FFDDDD;
	padding: 6px;
	margin: 0px;
}
.bluebox {
	background-color: #66FFFF;
	padding: 6px;
	margin: 0px;
}
.greenbox {
	background-color: #363;
	padding: 6px;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
}
.blueboxhead {
	padding: 6px;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../pix/header/header_blue_textur.jpg);
}
.blueboxhead2 {
	font-weight: normal;
	color: #FFF;
	background-image: url(../pix/header/header_blue_textur.jpg);
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
}
.blueboxhead3 {
	font-weight: normal;
	color: #FFF;
	background-image: url(../pix/header/header_blue_textur.jpg);
	font-size: 12px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
}
.bluewhitehead2 {
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	width: 100%;
	background-color: #FFF;
}
.greyboxhead {
	padding: 6px;
	margin: 0px;
	font-weight: normal;
	color: #333;
	background-color: #E3E3E3;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textbox1 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.textboxhalf {
	width: 380px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.textbox1pad {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 20px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.vitabox_2012 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FECC33;
}
.vitabox_2012_text {
	width: 490px;
	float: right;
	background-color: #F93;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	padding: 10px;
	color: #484848;
}
.vitabox_2012_liste {
	width: 250px;
	float: left;
	padding-right: 5px;
	background-color: #FECC33;
	padding-top: 10px;
}
.vitabox_2014 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #C8D6DA;
}
.vitabox_2014_text {
	width: 555px;
	float: right;
	background-color: #F4EEE0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	color: #484848;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.vitabox_2014_liste {
	width: 205px;
	float: left;
	padding-right: 5px;
	background-color: #C8D6DA;
	padding-top: 10px;
}
.vitaboxmusik_2014 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #E7E7E7;
}
.vitaboxmusik_2014_text {
	width: 555px;
	float: right;
	background-color: #F4EEE0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	color: #484848;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.vitaboxmusik_2014_liste {
	width: 205px;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}
.lyrikbox_2014 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F4EEE0;
}
.lyrikbox_2014_text {
	width: 555px;
	float: right;
	background-color: #C8D6DA;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	color: #484848;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.lyrikbox_2014_liste {
	width: 205px;
	float: left;
	padding-right: 5px;
	background-color: #F4EEE0;
	padding-top: 10px;
}
.lyrikbox_2012 {
	width: 790px;
	float: right;
	margin-top: 135px;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #99CC9A;
}
.lyrikbox_2012_text {
	width: 490px;
	float: right;
	background-color: #9CC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.lyrikbox_2012_liste {
	width: 250px;
	float: left;
	padding-right: 10px;
	background-color: #99CC9A;
	padding-top: 10px;
}
.vitabox_salon {
	width: 790px;
	float: right;
	background-color: #9FF;
	margin-top: 135px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #7E7E7E;
	border-bottom-color: #7E7E7E;
	border-left-color: #7E7E7E;
	font-size: 13px;
	color: #424242;
}
.archivbox {
	display: flex; /* or inline-flex */
	flex-direction: row;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #9FF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textboxNews {
	width: 800px;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #555;
	line-height: normal;
	background-color: #FDFDFD;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 20px;
}
.textbox5 {
	width: 570px;
	margin-left: 170px;
	line-height: 16px;
	height: 172px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: thick ridge #F1F1F1;
	clip: rect(-15px, auto, auto, auto);
}
.timebox {
	float: right;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.time {
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.timeinvers {
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.timeinvers a{
	color: #FFF;
}
.timeinversR {
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: right;
}
.timeinversRa {
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #F6F6F6;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: right;
}
.timecomment {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: right;
	float: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#timebox14 {
	float: right;
	padding: 0px;
	margin-top: -10px;
	margin-right: -10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5A5A5;
	border-right-color: #A5A5A5;
	border-bottom-color: #A5A5A5;
	border-left-color: #A5A5A5;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 214px;
	position: relative;
	background-color: #FFF;
}
.time14 {
	color: #4C60A9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	width: 65px;
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 13px;
	border: thin none #4C60A9;
}
.timeinvers14 {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 70px;
	background-color: #6D7CB7;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 13px;
}
.timecomment14 {
	color: #6D7CB7;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: left;
	width: 62px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: 13px;
	border: thin none #A5A5A5;
}
.presse {
	color: gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
.presse ul {
	font-style: normal;
	float: left;
	width: 200px;
	list-style-image: none;
	list-style-type: none;
}
#presse ul li {
	padding-bottom: 3px;
	list-style-type: none;
	list-style-image: none;
}
.lyrikbox {
	width: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: auto;
	color: #484848;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: oblique;
	line-height: 15px;
	letter-spacing: normal;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-right: 40px;
	border: 1px solid #666;
}
.lyrikbox2 {
	width: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: auto;
	color: #484848;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	line-height: 17px;
	letter-spacing: normal;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 25px;
	margin-right: 40px;
	border: 1px solid #666;
}
.startbox2 {
	width: 1126px;
	height: 680px;
	padding: 0px;
	left: 50%;
	top: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -563px;
	position: absolute;
}
/* ~~ Stile für die Navigationslisten (können entfernt werden, wenn Sie ein vordefiniertes Ausklappmenü wie Spry verwenden) ~~ */
ul.nav {
	list-style: none; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
	margin-left: 36px;
	position: fixed;
	padding: 3px;
}
ul.nav li {
	text-align: right;
	height: 28px;
}
ul.nav1 {
	list-style: none;
	position: relative;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin solid #F00;
}
ul.nav1 li {
	text-align: left;
	border: thin none #F00;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul.nav1 ul {
	text-align: left;
	margin-left: 25px;
	list-style-type: none;
	margin-bottom: 0px;
	border: thin none #CC0;
}
ul.nav1 ul li {
	margin-bottom: 7px;
}
ul.nav1a {
	list-style: none;
	position: relative;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: thin solid #F00;
}
ul.nav1a li {
	text-align: left;
	margin: 0px;
	border: thin none #F00;
	margin-bottom: 8px;
}
ul.nav1a ul {
	text-align: left;
	margin-left: 25px;
	list-style-type: none;
	border: thin none #CC0;
	line-height: none;
}
ul.nav1a ul li {
	margin-bottom: 8px;
}
/* ~~ Fußzeile ~~ */
.footer {
	float: left;
	margin-top: 35px;
	margin-left: 0px; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
	padding-top: 5px;
	padding-left: 10px;
	height: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AAA;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navfooter ul li {
	display: inline;
	font-size: 12px;
	padding-left: 8px;
}
/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear: both;
	font-size: 1px;
}
.textsmall {
	color: #990033;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height: 16px;
}
.textsmallgrey {
	color: #999999;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height: 12px;
}
.textgrey {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.textnormal {
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height: 16px;
}
.textsmallstart {
	color: #C00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
}
.textnormalfett {
	color: #67726a;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.text14fett {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding-top: 2px;
	padding-bottom: 14px;
	margin: 0px;
}
.textfettrot {
	color: #EE0000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.textnormalred {
	color: #990033;
	font-size: 13px;
	font-weight: 200;
}
.textnormalred14 {
	color: #EE0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
}
#navcontainer {
	color: gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	margin-left: 15px;
}
#navcontainer ul {
	font-style: normal;
	list-style-type: none;
}
ul.nav3 {
	list-style: none; /* Hiermit wird der Abstand zwischen den Navigationselementen und den Inhalten unten erstellt. */
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: -10px;
}
ul.nav3 li {
	height: auto;
}
#navcontainer4 ul{
 list-style-type: none;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0px;
 float: right;
}
#navcontainer4 ul li {
	display: inline;
	font-size: 10px;
	float: right;
	padding-left: 8px;
}
#vita {
	color: #3C3C3C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
#vita ul {
	font-style: normal;
	list-style-type: none;
	float: left;
	width: 250px;
	list-style-image: none;
}
#vita2 {
	color: gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
#vita2 ul {
	font-style: normal;
	list-style-type: none;
	float: left;
	width: 250px;
	list-style: none;
}
#vitatitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: 500;
	color: #600;
	padding-bottom: 10px;
	clear: both;
}
#lyriktitel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: 600;
	color: #600;
	margin-bottom: 5px;
	margin-left: 15px;
}
.bild {
	float: left;
	margin: 0 10px 0 0;
}
.bildvar {
	max-width: 100%;
    max-height: 100%;
}
.bildvarL {
	float: left;
	max-width: 100%;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.bildright {
	text-align: right;
	margin: 0 0 0 10px;
	float: right;
}
.bildvarR {
	text-align: right;
	margin: 0 0 0 10px;
	float: right;
	max-width: 100%;
	height: auto;
}
.bildrightbottom {
	float: right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
.bild p {	/* Bildunterschrift */
	color: gray;
	padding: 5px 0;
	font-size: 11px;
}
.bildright p {
	color: gray;
	font-size: 11px;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.bild2 {
	float: left;
	margin-left: -12px;
}
.bild3 {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fotocredits {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: none;
	margin-top: 4px;
	padding: 0px;
}
.bildboxR {
	color: #666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	padding: 0px;
	margin-left: 8px;
	margin-right: -1px;
}
.bildboxL {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bildboxL img{
	padding-bottom: 5px;
}
#fotobox1 {
	margin-top: 170px;
	margin-left: 550px;
	position: fixed;
}
.stoerer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	padding: 3px;
	height: auto;
	width: auto;
	color: #EEE;
	float: right;
	position: absolute;
	clear: none;
	top: 285px;
	margin: 0px;
	left: 645px;
	line-height: normal;
	background-color: #800;
	text-align: left;
}
.bildp {	/* Bildunterschrift */
	color: gray;
	padding: 5px 0;
	font-size: 11px;
}
.bildrightp {
	color: gray;
	font-size: 11px;
	float: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.closed {
	background: url(button.png) left no-repeat;
}
.open {
	background: url(button.png) right no-repeat;
}

.main {
		width: 100%;
		font-family: 'Avenir', arial, helvetica, Verdana;
		font-size: 14px;	
}
.liste21 {
    padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	color: #3C3C3C;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	background-color: #EBEBEB;
}
.liste21 ul {
    list-style: none;
}
.liste21 ul li {
	padding-bottom: 0px;
}
.liste21 ul li a {
	text-decoration: none;
	color: #3C3C3C;
}
.liste21 ul li a:hover {
	color: #fff;
	background-color: #369;
}
.poetbox22 {
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 0px;
    font-size: 13px;
    color: #333333;
    line-height: normal;
    background-color: #C8D6DA;
    display: flex; /* or inline-flex */
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    align-content: space-between;
    align-items: stretch;
	align-content: flex-start 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    gap: 10px;
	flex-grow: 1;
    flex-shrink: 0;
    min-width: 300px;
    flex-basis: 650px;
}
.poetbox22a {
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 35px;
	font-size: 13px;
	color: #333333;
	line-height: normal;
	display: flex; /* or inline-flex */
	flex-flow: row wrap;
	justify-content: start;
	-webkit-justify-content: stretch;
	/* Safari 6.1+ */
	align-content: stretch;
	align-items: stretch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
    min-width: 300px;
    flex-basis: 650px;
}
.wrapper22 {
	height: auto;
	max-width: 100%;
	font-family: 'Avenir', arial, helvetica;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: stretch;
	flex-grow: 1;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
}
.box22 {
	height: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #484848;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: normal;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	margin-right: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
	min-width: 150px;
	line-height: 18px;
    }
.box22a {
	max-width: 900px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #555;
	line-height: normal;
    background-color: #F1F3F4;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 20px;
    }
