/*** Schrift ***/
/* Schriftart */
body, table, td, p {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
}

h1, h2, 
.wf-loading h1, .wf-loading h2, .wf-loading .ueberschrift,
.wf-inactive h1, .wf-inactive h2, .wf-inactive .ueberschrift {
	font-family: 'Times', 'Times New Roman', serif;
	letter-spacing: 1px;
	font-weight: normal;
}

.wf-active h1, .wf-active h2, .wf-active .ueberschrift {
	font-family: 'Josefin Sans', sans;
	letter-spacing: normal;
	font-weight: 600;
}

a, a:link, a:visited {
	color: #2f53a7;
}

a:hover, a:focus, a:active {
	color: #ffc900;
	color: #ff8f00;
}
/* Schriftgröße */
body {
	font-size: 100.01%;
}

table, ul {
	font-size: inherit;
}

h1 {
	font-size: 1.5em;
}

h2, .ueberschrift {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
}

p, td, li {
	font-size: 1em;
}

img {
	font-size: 11px;
}

input, select, textarea, option {
	font-size: inherit;
}

.at {
	height: 1em;
	width: 1em;
	vertical-align: middle
}
/* Abstände */
h1 {
	margin: 0 0 1.2em 0;
	padding: 0;
}

h2, .ueberschrift {
	margin: 1.2em 0 0.2em 0;
	padding: 0;
}

h3 {
	margin: 0;
}

h4 {
	margin: 0;
	margin-bottom: 0.8em;
}

h5 {
	margin: 0;
	margin-bottom: 0.8em;
}

p {
	margin: 0 0 0.5em 0;
}


/* ********** Haupt-Stylesheet ********** */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	color: #fff;
	overflow: hidden;
}

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align:bottom;
	text-decoration: none;
}

hr {
	visibility: hidden;
	width: 20%;
	margin: 0;
	height: 2px;
	padding: 0;

	display: none;
}

noscript * { 
	position: absolute; 
}

/* Klassen für verschiedene Zwecke */
.floatstopper {
	float: none;
	clear: both;
}
.abgesagt {
	text-decoration: line-through;
}

.spendenbutton {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -70px;
	margin-right: 30px;
}

.ereignis {
	/* border: 1px solid #006; */
	background: transparent url(/BILDER/layout-2011/Eckrand.jpg) right top repeat-y;
}

.ereignis img.sicon {
	height: 1.2em; 
	width: 1.2em;
}
.ereignis h3 {
	vertical-align: middle;
	font-family: 'Josefin Sans';
	font-size: 1.1em;
	padding: 15px 10px 5px 10px;
	margin: 0;
	background: #006 url(/BILDER/layout-2011/Ecke.jpg) right top no-repeat;
	color: #fff;
}

.vorbei h3 {
	background: #006 url(/BILDER/layout-2011/Ecke-vorbei.jpg) right top no-repeat;
}

.heute h3 {
	background: #006 url(/BILDER/layout-2011/Ecke-heute.jpg) right top no-repeat;
}

.ereignis h5 {
	margin: 0;
	margin-right: 90px;
	padding: 0 10px 5px 10px;
	background: #006;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.ereignis p {
	background: #fff url(/BILDER/Wolkig.jpg) -30px -30px no-repeat;
	border: 1px solid #ff6;
	padding: 5px 10px;
	margin-right: 90px;
	text-shadow: #eef 2px 2px 3px;
}

.ereignis .mehrtag {
	white-space: nowrap;
}
.ereignis a {
	display: inline-block;
	color: #006;
	text-decoration: none;
	padding: 0.3em 0;
}
.ereignis a:hover {
	color: #900;
}

.ereignis a.domain, 
.ereignis a.domain:link,
.ereignis a.domain:visited,
.ereignis a.domain:focus,
.ereignis a.domain:hover,
.ereignis a.domain:active {
	cursor: text;
	color: #006;
}
.ereignis a.seite {
	padding-left: 25px;
	background: transparent url(/BILDER/layout-2011/Filmrollenlink.png) left center no-repeat;
}

.poster {
	line-height: 200px;
	vertical-align: top;
	position: relative;
}
.mehrpdfs {
	position: relative;
}
.zusatzpdfs {
	display: block;
	position: absolute;
	width: 50px;
	top: 0;
	left: 150px;
}

/* Großabschnitte: Kopf - Seite - Fuss */
#kopf {
	position: relative;
	left: 0;
	top: 0;
	height: 30px;
	min-height: 30px;
	width: 100%;
	border-bottom: 4px solid #006;
	z-index: 3;
	overflow: visible;
}
#seite {
	background: #fff;
	color: #006;
	position: relative;
	height: 85%;
	width: 100%;
	overflow: auto;
	z-index: 1;
}
#fuss {
	position: relative;
	border-top: 3px solid #006;
	height: 5%;
	min-height: 100px;
	width: 100%;
	background: transparent;
	z-index: 2;
	overflow: visible;
}
/* *** */

/* Bereiche im Kopf: Banner - Navigation */
#banner {
	position: absolute;
	left: -600px;
	top: -200px;
	height: 120px;
	width: 350px;
	padding-left: 180px;
	padding-top: 60px;
}

#banner p { 
	position: absolute; 
	left: 10px; 
	top: 10px;
}

#kopf #zeitanzeige {
	display: none;
}

#navigation {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#navigation form {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0;
	float: left;
}
#navigation p {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation select, #navigation option, #navigation input, #FILMnav {
	background: #ffe;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation select {
	width: 12em;
	height: 30px;
	vertical-align: middle;
	background: transparent;
	color: #006;
	font-weight: bold;
}
#navigation #VERWALTnav {
	width: 11em;
}
#navigation a.druck {
	float: left;
}
/* Bereiche in der Seite: Inhalt*/
#inhalt {
	padding: 25px;
	text-align: left;
	min-height: 900px;
	max-width: 600px;
	z-index: 1;
}

#inhalt .iconbutton {
	float: left;
	min-width: 50%;
	white-space: nowrap;
}


				
/* Bereiche im Fuss: zoomhinweis impressumslink */

#fuss h2, #fuss p {
	margin-left: 20px;
	white-space: nowrap;
}

#impressumslink {
}
#impressumslink a {
	font-size: 11px;
}


/* SWFs und so */
#anwendungen {
	float: left;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #111;
}
.swfFenster, 
.zusatzFenster {
	float: left;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin: 0;
	background: #111; /* url(/BILDER/HDV-Standbild-2018.jpg) no-repeat center center; */
	color: #ffc;
}
.swfFenster * {
	float: left;
}
.swfFenster a,
.zusatzFenster a {
	float: none;	
	color: #fff;
}

.zusatzFenster p {
	float: left;
	margin-right: 40px;
}