﻿@charset "utf-8";

/* ==============================================================================
Stylesheet für die Website der Stiftung Aaretal (www.stiftung-aaretal.ch)
Stand: Testlauf vor Beginn der Arbeiten im Hechtenloch
Datei: ../stylesheets/layout.css
Datum: 13.06.2009
Autor: Marc Rosset
Aufbau: 1. Kalibrierung und allgemeine Styles
		2. Styles für Layoutbereiche
		3. Sonstiges, v.a. Darstellung von Bildern, Aufzählungen und Tabellen
==================================================================================*/


/* 	==========================================================
	1. Kalibrierung und allgemeine Styles
	==========================================================*/

/* 	margin und padding 0, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
* { padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
/* Hyperlinks allgemein */

/* Unterstreichung entfernen */
a {
	text-decoration: none;
	outline: none;
	color: #0C0;
}
/* 	Ueberschriften, Schriften */

/* h1 wird bei header definiert */

/* h2 ist die Ueberschrift des maincontent */
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  15px;
	color: #FFC;
	font-weight: normal;
	padding-top: 20px;
}
/* h3 ist die Ueberschrift eines Untermenues im sidebar */
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#FFC;
	line-height: 36pt;
	font-weight: normal;
}
/* h4 ist eine Unter-Ueberschrift innerhalb des maincontent */
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#FFC;
	line-height: 26px;
	font-weight: normal;
}

/* h2_sz bis h4_sz entsprechen h2 bis h4, aber schwarz, allenfalls bold */
h2_sz	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:  15px;
	color: #FFC;
	font-weight: bold;
	padding-top: 20px;
}
h2_sitemap {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFC;
	font-weight: normal;
	padding-top: 20px;
}
/* h3 ist die Ueberschrift eines Untermenues im sidebar */
h3_sz {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#FFC;
	line-height: 36pt;
	font-weight: bold;
}
/* h4 ist eine Unter-Ueberschrift innerhalb des maincontent */
h4_sz {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#FFC;
	line-height: 26px;
	font-weight: bold;
}
h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFC;
	line-height: 26px;
	font-weight: bold;
}
h2_sitemap {
	font-family:Verdana, Geneva, sans-serif;
	font-size:  10px;
	color: #FFC;
	font-weight: normal;
	padding-top: 20px;
}
hr {
	noshade size="1"
}

/* 	Formulare */
.button {
	background-color: #CCC;
	color: #000;
}
/* 	==========================================================
	2. Styles für Layoutbereiche
	==========================================================*/
body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/* color:#333; */
	color:#CCC;
	line-height: 18px;
	font-weight: normal;
	background-color: #99CC67;
	background-image: url(../images/hintergrund/verlauf_hintergrund_neu.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center; /* Damit Container in IE 5*-Browsern zentriert. Text erhält im #container die Standardausrichtung left */
}
#container {
	position: relative; /* damit sidebar aboslut positioniert werden kann */
	width: 980px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
} 
/* Im Header stehen das Logo */
#header {
	position: relative; /* Trick aus Little Boxes, S. 217. Bezugspunkt, damit #header h1 abolut positioniert werden kann */
	padding: 5px 10px 10px 10px;
	width: auto;
	height: 75px;
	margin-bottom: 5px;
} 
#header h1 {
	padding: 0 0 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	position: absolute;
	left: 76px;
	top: 35px;
	color: #333;
	line-height: normal;
}
#header h1 span {
	font-size: 16px;
	color:#666
}
#mainmenu {
	position: absolute;
	top: 12px;
	left: 817px;
	height: 24px;
	width: 180px;
}
#mainmenu ul {
	border-top: 0px solid #999;
}
#mainmenu li {
	display: block;
	list-style-type: none;
	color: #FFF;
}
#mainmenu a {
	text-decoration: none;
	outline: none; /* entfernt die gepunktete Umrisslinie im Moment des Klicks bei focus & active */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 21px 0 0;
}
#mainmenu a:link {
	color: #FFF;
}
#mainmenu a:visited {
	color: #FFF;
}
#mainmenu /* folgende Zeilen stellen sicher, dass im mainmenu die akutelle Seite nach dem Anklicken hervorgehoben wird. */
	a:hover, a:focus,
	#seite_stiftung #navi01 a,
	#seite_kartierung #navi02 a,
	#seite_hechtenloch #navi03 a {
	color: #FF6;
}
#mainmenu a:active {
	text-decoration: none;
	color: #FFF;
}
#mainContent {
	position: relative;
	height: 400px;
	width: 770px;
	margin-bottom: 5px;
	padding:0px 0px 0px 10px;
} 
/* Im Sidebar liegen das Untermenu, das nach Auswählen eines Hauptmenupunktes angepasst wird, aber auch der footer */

#sidebar1 {
	position: absolute;
	top: 101px;
	right: -2px;
	width: 150px;
	padding: 10px 15px 10px 15px;
}
#untermenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
}
#untermenu ul {
	width: 12em;
	border-top: 1px solid #999;
}
#untermenu li {
	list-style-type: none;
	border-bottom: 1px solid #999;
	margin: 0;
}
#untermenu a {
	text-decoration: none;
	outline: none; /* wichtig für Firefox, damit die Umrandung bei hover und focus unterbleibt */
	color:#FFF;
}
#untermenu a:hover {
	color:#000;
}
#footer {
	position: absolute;
	top: 420px;
	height: 95px;
	width: 130px;
	margin: 55px 0px 10px 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	left: 14px;
} 
#footer ul {
	width: 15em;
	text-align:right;
	border-bottom-color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
#footer li {
	list-style-type: none;
	margin: 0;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}
#Infocontainer { /* container, der die 5 Info- bzw. Infoboxes enthält */
	float: left;
	width: 780px;
	height: 160px;
	padding: 5px 0 0 0;
}
.Infobox li { /* Box, bestehend aus einer *.jpg - Graphik */
	float: left;
	display: inline;
	height: 160px;
	width: 145px;
	padding: 0 0 0 11px;
	color: #999;
}
.clearfloat {
	clear: both;
}
/* 	======================================================================
	3. Sonstiges, v.a. Darstellung von Bildern, Aufzählungen und Tabellen
	======================================================================*/

img:not(.logo) {
	border: thin solid #999;
}

/* Einzelbild quer in diversen Inhalten des Mainframes */
.baubild {
	float: left;
	text-align: right;
	font-size: 8pt;
	padding: 0 0 10px 100px;
	margin: 0 0 10px 10px;
}
dl.baubild dd {
	font-size: 100%;
	margin: 0;
}
/* Im obgenannten Uebersichtsplan sind Rollovers untergebracht, diese werden als #bild_auswahl_plan bezeichnet */
#bild_auswahl_plan {
	position: absolute;
	top: 70px;
	left: 10px;
}
/* Einzelbild quer in diversen Inhalten des Mainframes */
.einzelbild {
	float: right;
	text-align: right;
	padding: 0 0 0px 30px;
  	margin: 0 0 10px 10px;
}
dl.einzelbild dd {
	font-size: 90%;
	margin: 0;
}
/* Einzelbild hoch für Inhalte des Mainframes, vorläufig nur Bild der aktuellen UHU-Ausgabe */
.einzelbild_hoch {
	float: right;
	width: 250px;
	padding: 0 0 0 30px;
}
.kleinbilder_galerie li {
	float: left;
	list-style-type: none;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}	
.kleinbilder_galerie img {
	width: 147px;
	height: 113px;
	display: block;
	padding: 3px 5px 0 0;
}	
.kleinbilder_galerie_patenschaft li {
	float: left;
	list-style-type: none;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}	
.kleinbilder_galerie_patenschaft img {
	width: 147px;
	height: 113px;
	display: block;
	padding: 0px 0px 0 0;
	margin: 0px 5px 0px 0px;
}
.mittelbilder_galerie li {
	float: left;
	list-style-type: none;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 2px 10px 5px 0px;
}	
.mittelbilder_galerie img {
	width: 240px;
	height: 185px;
	display: block;
	padding: 0px 16px 0px 0px;
}	
div.aufzaehlung_mit_kleinbildern_links img {
	float: left;
	width: 150px;
	height: 100px;
	padding: 5px 20px 10px 0px;
}	
div.aufzaehlung_mit_bildern360_rechts img {
	float: right;
	width: 360px;
	padding: 0px;
	margin: 10px 0px 10px 10px;
}	
div.aufzaehlung_mit_kleinbildern_links_ohne_hoehenlimit img {
	float: left;
	width: 150px;
	padding: 5px 20px 10px 0;
}
.aufzaehlung_mit_bildern360_umbruch { /* damit die Box mit den Kleinbildern auf die Grösse des Bildes aufgedrückt wird */
	width: 100%;
	height: 1px;
	clear: both;
}
#plan_MF {
	position: absolute;
	left: 0px;
	top: 253px;
}	
#foto_MF {
	position: absolute;
	top: 253px;
	left: 601px;
}
.aufzaehlung_mit_kleinbildern_umbruch { /* damit die Box mit den Kleinbildern auf die Grösse des Bildes aufgedrückt wird */
	width: 100%;
	height: 1px;
	clear: both;
}
.aufzaehlungsliste li {
	list-style-type: disc;
	list-style-position:inside;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 10px;
}
.aufzaehlungsliste_eng {
	list-style-position: inside;
	list-style-type: disc;
	line-height: 20px;
	padding-left: 20px;
}

.tabelle_sitemap {
	margin: auto;
	color: #CCC;
}
.tabelle_sitemap td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 150%;
	padding: 0px;
	border-bottom-width: 1px;
	text-align: left;
	margin: auto;
}
.tabelle_sitemap a {
	text-decoration: none;
	color: #CCC;
}
.tabelle_mit_zellen_bottomline td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	padding-top: 3px;
}
.tabelle_faq {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
}
/* Tabelle zentrieren */
.tabelle_werte {
	margin-right: auto;
	margin-left: auto;
}
.tabelle_werte td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	padding: 0px;
	border: 1px solid #333;
}
.tabelle_geschichte {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.tabelle_geschichte td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	vertical-align:top;
	white-space: pre-wrap;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #CCC;
}
.tabelle_geschichte input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	vertical-align:top;
	white-space: pre-wrap;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	text-align: left;
	background-color: #666;
	color: #FFC;
}
.tabelle_vege_edit {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.tabelle_vege_edit td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 90%;
	vertical-align:top;
	white-space: pre-wrap;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #CCC;
}
.tabelle_vege_edit input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	vertical-align:top;
	white-space: pre-wrap;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	text-align: left;
	background-color: #666;
	color: #FFC;
}

.fehlerhinweis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #F6F;
}

.tabelle_anmeldung {
	margin: auto;
}
.schrifttyp_tabelle_werte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
}

.erklaerungen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	padding: 0px;
	text-align:left;
}

/* 	======================================================================
	4. Formulare, vorderhand nur jenes zum Abrufen der Grundwasserdaten
	======================================================================*/
	
form#formular_gw {
	width: 230px;
	background: none;
	padding: 0px;
	border: none;
	margin: auto;
}
fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	margin:0px;
}
legend {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#CCC;
	line-height: 19px;
}
form#formular_gw label {
	position: relative;
	top: 5px;
	cursor: pointer;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
label.davor {
	float: left;
	clear: left;
	width: 30px;
	text-align: left;
	margin-right: 10px;
}
input#ugr, input#ogr {
	width: 120px;
	height: 16px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
input#aufnahmedatum {
	width: 70px;
	height: 16px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
input#deckungsangabe {
	width: 40px;
	height: 10px;
	padding: 0px;
	text-align: center;
	color:#FFF;
	margin: 0px 0px 0px 0px;
	border: thin;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	background-color:#666;
}
select#aufnahmedatum {
	width: 100px;
	height: 18px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
select#auswahl_mfp {
	width: 100px;
	height: 18px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
select#pflanzenart {
	width: 180px;
	height: 18px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
select#pflanzenart_in_tabelle {
	width: 180px;
	height: 16px;
	padding: 0px;
	border: none;
	margin: 0px 0px 0px 0px;
	background-color: #666;
	color: #FFC; /* Schriftfarbe */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
select#punktfarbe {
	width: 180px;
	height: 18px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
form input[type=submit], input[type=reset] {
	width : 150px;
	height :20px;
	border: thick;
	background-color: #666;
	border-color:#FFC;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #FFC; /* Schriftfarbe */
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-style: normal;
	line-height: normal;
}
#daten_abrufen {
	width: 100px;
	height: 22px;
	cursor: pointer;
	padding: 0px;
	margin: 10px 0px 0px 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
form p {
	margin: 0;
	margin-left: 0px;
}
form#formular_patenschaft label {
	position: relative;
	top: 5px;
	cursor: pointer;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}

/* 	==========================================================
	ENDE DES STYLESHEETS
	==========================================================*/
