/* Allgemeines */

* {
	font-family: Arial, Verdana, Tahoma;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
*:focus {
	outline: none;
	}
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
body {
	background-color: #5EC5ED;
	}

/* Hintergrund */

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

/* Elemente Startseite */

img.zweige {
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0%;
	width: 100%;
	}
img.titel {
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 50%;
	width: 50%;
	margin-left: -25%;
	}
img.titel_sub {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 50%;
	margin-left: -140px;
	}
img.kino {
	position: absolute;
	z-index: 2;
	bottom: 1%;
	left: 50%;
	width: 30%;
	margin-left: -15%;
	}
img.wfilm {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	right: 10px;
	}
img.greenpeace {
	position: absolute;
	z-index: 5;
	bottom: 6px;
	left: 4px;
	}
img.wfilm_back {
	position: absolute;
	z-index: 4;
	bottom: 0%;
	right: 0%;
	}
div.sublinks {
	position: absolute;
	z-index: 5;
	bottom: 18px;
	right: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
	}

/* Navigation */

div.nav {
	position: absolute;
	z-index: 3;
	top: 240px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	overflow: hidden;
	}

/* Content-Fenster */

div.content {
	position: absolute;
	z-index: 3;
	top: 330px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	bottom: 60px;
	overflow: auto;
	background: url(images/back_content.png);
	}
div.content_screw_top {
	position: absolute;
	z-index: 3;
	top: 300px;
	left: 50%;
	width: 460px;
	height: 30px;
	margin-left: -230px;
	overflow: hidden;
	background: url(images/back_content_screw.png);
	}
div.content_screw_btm {
	position: absolute;
	z-index: 3;
	left: 50%;
	width: 460px;
	height: 40px;
	margin-left: -230px;
	bottom: 20px;
	overflow: hidden;
	background: url(images/back_content_screw.png);
	}

/* Typo */

div.content_text {
	color: #005D85;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 30px;
	z-index: 4;
	}
div.content_head {
	text-align: center;
	color: #005D85;
	font-weight: bold;
	font-size: 13px;
	z-index: 4;
	}
div.content_link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	z-index: 4;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #005D85;
	text-decoration: none;
	}