@charset "UTF-8";
/* CSS Document */
a:link    {
	color: black;
	font-style: normal;
	text-decoration: none
}
a:visited {
	color: black;
	font-style: normal;
	text-decoration: none
}
a:hover   {
	color: white;
	font-style: normal;
	text-decoration: none
} 
a:link.zwei    { 
	color: #d1d617; 
	font-style: normal; 
	text-decoration: none 
}
a:visited.zwei {
	color: #d1d617; 
	font-style: normal; 
	text-decoration: none 
	}
a:hover.zwei   { 
	color: white; 
	font-style: normal; 
	text-decoration: none 
} 
p, b     {
	color: black;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%
}
#inhalt   {
	visibility: visible;
	margin-top: -200px;
	margin-left: -450px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 230px;
}
#logo {
	background-image: url(../Bilder/nlogo_3_03.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 110px;
	left: 254px;
	top: 208px;
	position: absolute;
	z-index: 8;
	visibility: hidden;
	}
#stoerer {
	height: 134px;
	width: 128px;
	z-index: 7;
	position: absolute;
	left: 648px;
	top: 275px;
	visibility: hidden;
}
#scrollLinks {
	height: 12px;
	width: 12px;
	left: 866px;
	top: 414px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}
#wn {
	height: 493px;
	width: 341px;
	left: 526px;
	top: -56px;
	position: absolute;
	z-index: 5;
	visibility: visible;
	border-color: #a7aeb8;
	overflow: hidden;
}

#Menu {
	height: 245px;
	width: 100px;
	left: -50px;
	top: 70px;
	z-index: 4;
	position: absolute;
	visibility: visible;
	border-color: #b2b9c3;
}
#pflanze-right {
	background-image: url(../Bilder/Pflanze-rechts-200.jpg);
	background-repeat: no-repeat;
	height: 528px;
	width: 200px;
	left: 888px;
	top: -65px;
	z-index: 3;
	position: absolute;
	background-color: #8aa18e;
	visibility: visible;
}
#main {
	height: 528px;
	width: 760px;
	left: 131px;
	top: -65px;
	position: absolute;
	z-index: 2;
	visibility: visible;
	background-color: #D2DED6;
}
#pflanze-left {
	background-image: url(../Bilder/pflanze-1.jpg);
	background-repeat: no-repeat;
	height: 528px;
	width: 385px;
	left: -246px;
	top: -65px;
	z-index: 1;
	position: absolute;
	visibility: visible;
}
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#focus-stealer      { position: absolute; left: -9999px; }

