/* Allgemeine Definitionen ******************************* */

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;	/* erforderlich fuer Zentrierung */
	background-color: #383C1E; /* #bababa */
}

a:link { color: #9aa450; background-color: transparent; text-decoration: none; }
a:visited { color: #9aa450; background-color: transparent; text-decoration: none;  }  
a:hover { color: #707739; background-color: transparent; text-decoration: underline;  }
a:active { color: #707739; background-color: transparent; text-decoration: underline;  } 
a:focus { color: #707739; background-color: transparent; text-decoration: underline;  }

/* Bilder innerhalb von Links ohne Rahmen darstellen */
a img { border: 0; }

/* Goldener Schnitt **************************************** */
/* Zur horizontalen Anordnung des Hauptcontainers 
   nach dem goldenen Schnitt */

#goldener-schnitt {
	float: left;
	width: 100px;
	height: 37.5%;			/* Ungefaehres Verhaeltnis des GS */
	margin-bottom: -210px;	/* Gesamthoehe des Hauptcontainers mal 0,375 */
}

/* Hauptcontainer ****************************************** */

#haupt {
	z-index: 1;
	position: relative;
	clear: left;
	height: 560px;
	width: 900px;
	margin: auto;
	border: 1px solid #444;
}

#bilder-startseite { /* ul */
	/* Bildercontainer auf der Startseite */
	/* Liegt ueber dem Menue-, Kopf- und Inhalts-Container */
	z-index: 10;
	position: absolute;
	list-style-type: none;
	top: 195px;
	left: 57px;
	margin: 0;
	padding: 0;
}

#bilder-startseite li {
	float: left;
	width: 224px;
	height: 88px;
	border: 3px solid #fff;
	margin: 0 48px 0 0;
	padding: 0;
	background-color: #eee;
	color: inherit;
}

#bilder-startseite li img {
	display: block;		/* IE-Workaround */
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#link-startseite { /* a */
	/* Link zur Home-Seite */
	/* Liegt ueber allen anderen Elementen 
	und bedeckt die gesamte Seite */
	z-index: 20;
	position: absolute;
	display: block;
	text-indent: -999em;
	left: 0;
	top: 0;
	width: 900px;
	height: 560px;
}

/* Kopf **************************************** */

#kopf {
	z-index: 2;
	height: 230px;
	width: 900px;
	position: relative;
	background-color: #fff;
	color: inherit;
	background-image: url(bilder/hg-kopf.gif);
	background-repeat: no-repeat;
}

#logo-fehlende-worte {
	/* Fehlende-Worte-Logo (heller Hintergrund) */
	z-index: 10;
	position: absolute;
	left: 38px;
	top: 130px;
	width: 416px;
	height: 69px;
	background-repeat: no-repeat;
	text-indent: 0em;
}

#logo-frankmager { /* h1 */
	z-index: 10;
	position: absolute;
	right: 58px;
	top: 75px;
	width: 266px;
	height: 60px;
	background-image: url(bilder/logo.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Menue **************************************** */

#menu { /* ul */
	z-index: 2;
	height: 34px;
	width: 900px;
	position: relative;
	background-color: #d0d1ab;
	color: inherit;
	background-image: url(bilder/hg-menu.gif);
	background-repeat: no-repeat;
}

#menu-inhalt {
	position: absolute;
	left: 264px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 31px;
	vertical-align: middle;
	width: 600px;
}

#menu-inhalt li {
	font-weight: bold;
	color: #9aa450;
	background-color: transparent;
	float: left;
	text-transform: lowercase;
	line-height: 31px;
}

#menu-inhalt li#current {
	color: #707739;
	background-color: inherit;
}

/* Inhalt **************************************** */

#inhalt {
	z-index: 2;
	position: relative;
	height: 296px;
	width: 900px;
	background-color: #9aa450;
	color: inherit;
	background-image: url(bilder/hg-inhalt.gif);
	background-repeat: no-repeat;
}

#logo-fehlende-worte-startseite {
	/* Fehlende-Worte-Logo (gruener Hintergrund) 
	auf der Startseite */
	z-index: 10;
	position: absolute;
	left: 446px;
	bottom: 82px;
	width: 401px;
	height: 63px;
	background-image: url(bilder/fehlende-worte-gruen.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
}

#bild-links {
	/* Dekoratives Bild links des Fliesstextes */
	z-index: 5;
	display: block;
	position: absolute;
	width: 159px;
	height: 134px;
	left: 38px;
	top: 65px;
	border: 3px solid #fff;
}

#fliesstext {
	z-index: 5;
	position: absolute;
	width: 578px;
	right: 0px;
	padding-right: 58px;
	height: 200px;
	top: 65px;
	overflow: auto;
	/* Vorsicht! Nicht-valide Elemente voraus! */
	scrollbar-base-color: #9aa450;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #e6e6d9;
	scrollbar-face-color: #9aa450;
	scrollbar-highlight-color: #9aa450;
	scrollbar-shadow-color: #9aa450;
	scrollbar-darkshadow-color: #e6e6d9;
	scrollbar-track-color: #9aa450;
}

#fliesstext p {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
.green {
	color: #707739;
	background-color: inherit;
}
.refimg {
	display: block;
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
#referenz {
	margin-top: 30px;
}
.clear {
	color: #D0D1AB;
	background-color: #FFFFFF;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
