/* CSS Über Wasser */

* {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

*:focus {
	outline: none;
}

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

*.blau {
	color: #009EE0;
}


/* Aufbau */

div.hintergrund {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
img.hintergrund {
	/*
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	*/
	width: 100%;
}

img.titel {
	position: absolute;
	z-index: 1;
	left: 45px;
	top: 24px;
}

img.neue_visionen,
img.klima_allianz {
	position: absolute;
	z-index: 10;
	/* alte Fassung
	position: absolute;
	z-index: 1;
	bottom: 20px;
	*/
}
img.neue_visionen {
	left: 2px;
	top: 11px;
	/* alte Fassung
	right: 20px;
	*/
}
img.klima_allianz {
	left: 6px;
	bottom: 11px;
	/* alte Fassung
	left: 20px;
	*/
}

div.schwarzer_rand {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 23px;
	background-color: #000000;
}

div.wasser_oben,
div.wasser_unten {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 12px;
	background: url(bilder/wasser.png);
}
div.wasser_oben {
	top: 0px;
}
/*
div.wasser_unten {
	bottom: 1px;
}
*/


/* Navigation */

div.navigation_oben {
	position: absolute;
	z-index: 1;
	left: 285px;
	top: 20px;
}

a.navigation_oben {
	color: #009EE0!important;
	text-decoration: none!important;
}

a.navigation_oben:hover,
a.navigation_oben:focus {
	text-decoration: underline!important;
}

div.navigation_extra {
	position: absolute;
	z-index: 1;
	left: 125px;
	top: 193px;
	width: 150px;
}

a.navigation,
a.navigation_sub {
	color: #FFFFFF!important;
	text-decoration: none!important;
	display: block;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #009EE0;
	/*
	background: url(bilder/1x1_blau.png);
	*/
}

a.navigation {
	padding-left: 7px;
	margin-top: 1px;
}

a.navigation_sub {
	padding-left: 17px;
	border-top: 1px solid #1890C2;
}

a.navigation:hover,
a.navigation:focus,
a.navigation_sub:hover,
a.navigation_sub:focus {
	background-color: #22B2EE;
	/*
	color: #000000;
	*/
}

a.aktiv {
	color: #000000!important;
	background-color: #22B2EE;
}
a.aktiv_ohne {
	color: #000000!important;
}

div.navigation_aktiv {
	/*
	color: #000000!important;
	text-decoration: none!important;
	*/
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #009EE0;
	margin-top: 1px;
}

/* Inhalt */

div.inhalt,
div.inhalt_start {
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 275px;
	width: 460px;
	bottom: 20px;
	overflow: auto;
}

div.inhalt {
	/*
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	*/
	background: url(bilder/wasser_text.png);
	background: url(bilder/1x1.png);
}

div.inhalt_innen {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-right: 15px;
}

div.verlauf_oben,
div.verlauf_unten {
	position: absolute;
	z-index: 2;
	left: 0px;
	width: 100%;
	height: 5px;
	background-repeat: repeat-x;
}
div.verlauf_oben {
	top: 0px;
	background: url(bilder/verlauf_oben.png);
}
div.verlauf_unten {
	bottom: 0px;
	background: url(bilder/verlauf_unten.png);	
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #009EE0;
	margin-bottom: 17px;
	clear: left;
}

p.stichpunkt {
	margin-left: 0.8em;
	text-indent: -0.8em;
}

table {
	border: 0px;
	spacing: 0px;
	padding: 0px;
}

table.text td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
}

td + td {
	padding-right: 0px!important;
}

b {
	font-weight: bold;
}

hr {
	border-top: 1px solid #999999;
	height: 1px;
}


/* Links */

a {
	text-decoration: underline;
}

a:hover {
	color: #009EE0;
}

a.schwarz {
	color: #000000!important;
}

a.bild {
	text-decoration: none!important;
}

/*
a.bild:hover {
	color: #009EE0;
	text-decoration: none!important;
}
*/


/* Presse */

table.presse td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 17px;
	width: 200px;
}

table.presse img {
	border: 1px solid #888888;
}

span.grau {
	color: #777777;
}

img.pdf-icon {
	margin: 0px;
	margin-bottom: -4px;
	border: 0px;
}

table.presse a {
	text-decoration: none;
}

table.presse a:hover {
	text-decoration: underline;
}


/* Bilder unter Der Film */

img.bild {
	margin-top: 5px;
}


/* Kino-Termine */

table.termine {
	width: 100%;
	border-bottom: 1px solid #009EE0;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

table.termine td {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	width: 0px;
	border-top: 1px solid #009EE0;
	border-top: 1px solid #999999;
	padding-top: 1px;
	padding-bottom: 2px;
}

table.termine td.ueberschrift {
	padding-top: 4px!important;
	padding-bottom: 5px!important;
}

table.termine td.zweite_spalte {
	width: 100%!important;
}

table.termine td.ohne {
	border-top: 0px!important;
	/*
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	*/
}

