@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: #cfb899;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 150%
}
.headline {
	color: #cfb899;
	font-size: 11pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 130%
}
.kolumne {
	color: #cfb899;
	font-size: 9pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 150%;
	font-style: italic;
}
#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/erdteil-signet-2010.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 70px;
	left: 9px;
	top: 316px;
	position: absolute;
	z-index: 8;
	visibility: visible;
}
#scrollLinks {
	height: 12px;
	width: 12px;
	left: 629px;
	top: 412px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}
#scrollLinkshor {
	height: 17px;
	width: 28px;
	left: 820px;
	top: 412px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}
#wn {
	height: 420px;
	width: 460px;
	left: 161px;
	top: -23px;
	position: absolute;
	z-index: 6;
	visibility: visible;
	overflow: hidden;
}
#wn.texte {
	height: 420px;
	width: 460px;
	left: 161px;
	top: 0px;
	position: absolute;
	z-index: 6;
	visibility: visible;
	overflow: hidden;
}
#title {
	height: 60px;
	width: 460px;
	left: 3px;
	top: 0px;
	position: absolute;
	z-index: 7;
	visibility: visible;
	overflow: hidden;
	background-color: #475a5c;
	border-bottom: solid 1px #6e997d;
}
#linie {
	height: 16px;
	width: 460px;
	visibility: visible;
	border-bottom: solid 1px #6e997d;
}
#wnhor {
	height: 480px;
	width: 640px;
	left: 161px;
	top: -43px;
	position: absolute;
	z-index: 6;
	visibility: visible;
	overflow: hidden;
}
#column-right {
	height: 420px;
	width: 188px;
	left: 675px;
	top: -24px;
	position: absolute;
	z-index: 5;
	visibility: visible;
	overflow: hidden;
}
#Menu {
	height: 245px;
	width: 100px;
	left: -50px;
	top: 70px;
	z-index: 5;
	position: absolute;
	visibility: visible;
}
#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: #475a5c;
}
#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; }
