/* =========================================================
Stylesheet für kueng-training.ch
========================================================== */

/* ======================================
   1. Kalibrierung und Restauration
   ====================================== */
/* Kalibrierung */
* {
	padding: 0;
	margin: 0;
}
/* Abstand nach unten */
p, ul, ol {
	margin-bottom: 1em;
}
/* Abstand nach oben */
h1, h2, h3, p, ul, ol {
	margin-top: 1em;
	color: #000000;
}
/* Verschachtelte Listen ohne Abstand */
ul ul {
	margin-bottom: 0;
}
/* Bildlaufleiste im Firefox immer zeigen */
html, body { height: 100%; }

html {
	overflow-y: scroll;
}
/* ======================================
   2. Allgemeine Styles
   ====================================== */
/* Seitenhintergrund und Voreinstellungen Typographie */
body {
	background-color: #EEEEEE;
	font-family: cambria, georgia, times, "times new roman", serif;
	color: #000000;
}

/* Logo Positionierung und Rahmen um Logo entfernt Firefox */
#logo {
	border-width: 0px;
}	
#logotype {
	position: absolute;
	border-width: 0px;
	top: 102px;
	left: 233px;
}
/* Headlines */
h1 {
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	color: #000000;
}
/* SUB-Headlines */
h2 {
	font-weight: normal;
	font-size: 135%;
	line-height: 120%;
}
/* SUB-SUB-Headlines */
h3 {
	font-family:  "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: -1em;
}
/* Lauftextschrift etwas kleiner */
p {
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
/* Hervorhebung */
strong {
	font-weight: bold;
}

/* ======================================
   3. Styles für Layoutbereiche
   ====================================== */
/* Aussenhülle für alle weiteren Divs */
#wrapper {
	position: relative;
	background-image: url(./pics/shadow.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #EEEEEE;
	top: 0px;
	margin: 0px auto;
	width: 960px;
	min-height: 100%;
}
/* Kopfbereich */
#header {
	height: 180px;
}
/* Navigation */
#menu {
	position: absolute;
	top: 200px;
	margin-left: 50px;
	width: 220px;
	margin-bottom: 1000px;
}
/* Listenstyle für Navigation */
#navi li {
	list-style-type: none;
	line-height: 200%;
	font-size: 90%;
}
/* Linkstyle Navigation */
#navi a:link {
	color: #000000;
	text-decoration: none;
}
#navi a:visited {
	color: #000000;
	text-decoration: none;
}
#navi a:hover {
	color: #7AAF1D;
	text-decoration: none;
}
#navi a:active {
	color: #7AAF1D;
	text-decoration: none;
}
#navi a:focus {
	color: #7AAF1D;
	text-decoration: none;
}
/* Style für Hervorhebung der aktuellen Seite in der Navigation */
#menu #navi .activelink {
	font-weight: bold;
	color: #7AAF1D;
}
/* Style für Kontaktadresse */
#adresse address {
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	line-height: 130%;
}
/* Linkstyle adresse */
#adresse a:link {
	color: #7AAF1D;
	text-decoration: none;
}
#adresse a:visited {
	color: #7AAF1D;
	text-decoration: none;
}
#adresse a:hover {
	color: #7AAF1D;
	text-decoration: underline;
}
#adresse a:active {
	color: #7AAF1D;
	text-decoration: underline;
}
#adresse a:focus {
	color: #7AAF1D;
	text-decoration: underline;
}
/* Positionierung der Adresse */
#adresse {
	position: fixed;
	bottom: 30px;
}
/* Bereich für den Inhalt der Webseite */
#contents {
	position: relative;
	padding-top: 15px;
	left: 300px;
	width: 500px;
	line-height: 120%;
	padding-bottom: 100px;
}
/* Aufzählungen im Lauftext */
#contents ul {
	padding-left: 17px;
	list-style-type: disc;
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
/* Hyperlinks im Lauftext */
#contents a:link {
	text-decoration: none;
	color: #7AAF1D;
}
#contents a:visited {
	text-decoration: none;
	color: #7AAF1D;
}
#contents a:hover {
	text-decoration: underline;
	color: #7AAF1D;
}
#contents a:active {
	text-decoration: underline;
	color: #7AAF1D;
}
#contents a:focus {
	text-decoration: underline;
	color: #7AAF1D;
}
/* Ausrichtung Portrait */
#Portraitbild {
	position: relative;
	float: right;
	margin-right: -120px;
	padding-left: 80px;
	top: 16px;
}
/* Ausrichtung und Style Portraitlegende */
#Portraitlegende p {
	margin-top: -1em;
	font-size: 75%;
}
/* Fussnote */
#contents .footnote {
	font-size: 70%;
	line-height: 120%;
	padding-top: 50px;
}
/* Überschrift für Listen im Lauftext */
#contents .listhead {
	font-weight: bold;
	list-style-type: none;
	margin-left: -15px;
}
/* Link-Liste im Lauftext */
#contents .linklist {
	list-style-type: none;
	margin-left: -15px;
}