﻿/* Stylesheet
   www.mensch-und-natur-seminare.de
   Letzte Änderung: 12.02.2010
*/   

/* Farbschema:
----------------------------------------------------------- */
/*
   Blau (Hintergrund und H1):  #333383 
   Blau (Zitate und H2):   
   Gelb (Hintergrund Kopf und Fuß):  #FFCA63 
   Weiss (Hintergrund):  #FFFFFF
   Schwarz (Text): #000000
   Graublau #96B6C7
*/

/* Globales Reset
----------------------------------------------------------- */
* {
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: top;
}


/*---------------------------------------------------------
   Regeln für allgemeine Elemente 
  --------------------------------------------------------- */

body {
	text-align: center;     /* für IE: Text im "body" wird zetriert, damit das gesamte Layout zentriert ist */
	background-color: #1B4876;
	font-size: 80%; 
}


/* Hülle  - eigentlicher Layoutbereich */
div#huelle {
	color: #000000;
	background-color: #FFFFFF;
	width: 875px;
	margin: 0 auto;  /* Layoutbereich wird zentriert */
	text-align: left; /* Text in der Hülle wird für IE wieder links ausgerichtet */
	clear: both; 
}

/* Überschriften */
h1 {
	color: #990000;
	background-color: transparent;
	font: normal 1.8em Arial, Helvetica, Sans-Serif;
	margin: 0 0 .6em 335px;
}

h2 {
	color: #005500;
	background-color: transparent;
	font: normal 1.4em Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: .6em; 
}

h3 {
	color: #005500;
	background-color: transparent;
	font: bold 1.2em Arial, Helvetica, Sans-Serif;
	margin-top: .9em;
	margin-bottom: .3em; 
}


/* Absätze */
p {
	color: #000000;
	background-color: transparent;
	font: normal 1.1em/1.5 Arial, Helvetica, Sans-Serif; 
	margin-top: 0;
	margin-bottom: .5em; 
}


/* Listenpunkte */
ul {
	color: #000000;
	background-color: transparent;
	font: normal 1.1em/1.5 Arial, Helvetica, Sans-Serif; 
	margin-top: 0;
	margin-bottom: .9em;
    list-style: disc outside;
}

li {
	margin: 0 0 0.5em 1.2em;
}


/* ---------- Inline-Elemente --------- */
/* Links und Anker */
a:visited {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}

a:link {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}


a:focus {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}


/* Bilder */
img {
	vertical-align: bottom;
}

img.absatz {
	margin-bottom: 25px;
}

/* Hervorhebungen */
strong {
    color: #900000;
}

/*---------------------------------------------------------
   Regeln für besondere Bereiche
  --------------------------------------------------------- */

  
/* Metanavigation
---------------------------------------------------------- */
div#metanavi {
	background-color: transparent;
	width: 875px;
	margin: 0 auto;  /* Layoutbereich wird zentriert */
	text-align: right; /* Text wird für IE rechts ausgerichtet */ 
}

h2.unsichtbar {
    position: absolute;
    left: -9999px;	
}

#metanavi ul {
    color: #98BF98;
	background-color: transparent;
	font: bold 1.2em Arial, Helvetica, Sans-Serif; 
    list-style: none;
    margin: 0;
}

#metanavi li {
    margin: 0;
    padding: 10px 20px;
    float: right;
}

#metanavi a:visited {
	color: #98BF98;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:link {
	color: #98BF98;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:hover {
	color: #98BF98;
	background-color: transparent;
	text-decoration: underline;
}

#metanavi a:active {
	color: #98BF98;
	background-color: transparent;
	text-decoration: none;
}

#metanavi a:focus {
	color: #98BF98;
	background-color: transparent;
	text-decoration: none;
}

#metanavi strong {
	color: #98BF98;
}


/* Seitenkopf
---------------------------------------------------------- */
div#seitenkopf {
	background-color: transparent;
	margin: 0 30px;
}

/* Seitentitel mit Logo */
div#seitentitel {
}

#seitentitel p {
	margin: 0;
	float: left;
}

#seitentitel h1 {
	color: #000066;
	background-color: transparent;
	font: normal 1.4em Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding-top: 30px;
	float: right;
}

#seitentitel strong {
	color: #990000;
	background-color: transparent;
	font: normal 1.4em Arial, Helvetica, Sans-Serif;
}

/* Navigationsleiste */
div#navigation {
	background-color: transparent;
	margin: 0;
	padding: 0 50px 70px 315px;
	border-top: 3px #000066 solid;
	clear: both;
}

h2.unsichtbar {
    position: absolute;
    left: -9999px;	
}

#navigation ul {
    color: #005500;
	background-color: transparent;
	font: normal 1.4em Arial, Helvetica, Sans-Serif; 
    list-style: none;
    margin: 0;
}

#navigation li {
    margin: 0;
    padding: 15px 13px 0 20px;
    float: left;
}

#navigation a:visited {
	color: #005500;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:link {
	color: #005500;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:hover {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:active {
	color: #005500;
	background-color: transparent;
	text-decoration: none;
}

#navigation a:focus {
	color: #005500;
	background-color: transparent;
	text-decoration: none;
}

#navigation strong {
	color: #000066;
	font-weight: normal;
}


/* Inhaltsabsatz
---------------------------------------------------------- */
div.inhaltsabsatz {
	background-color: transparent;
	margin: 30px 40px 0 50px;
	clear: both;
}


/* Nebeninformation
---------------------------------------------------------- */
div.nebeninformation {
	background-color: transparent;
	width: 235px;
	float: left;
}

.nebeninformation p,
.nebeninformation h2,
.nebeninformation h3,
.nebeninformation ul, {
	width: 225px;
}

.nebeninformation h2 {
 	margin-top: 0;
}

.nebeninformation blockquote p {
    color: #005500;	
	background-color: transparent;
	font: normal 1.5em/1.3 Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: .8em; 
}

.nebeninformation blockquote cite {
    color: #000000;	
	background-color: transparent;
	font: italic 0.8em Arial, Helvetica, Sans-Serif;
	margin-top: 0;
	margin-bottom: .5em; 
}


/* Hauptinhalt
---------------------------------------------------------- */
div.hauptinhalt {
	background-color: transparent;
    width: 500px;
	float: right;
}

.hauptinhalt p,
.hauptinhalt h1,
.hauptinhalt h2,
.hauptinhalt h3,
.hauptinhalt ul, {
	width: 490px;
}


/* Seitenfuss
---------------------------------------------------------- */
div#seitenfuss {
    background-color: transparent;
	clear: both;
}

#seitenfuss p {
    color: #98BF98;
	background-color: #006400;
	font: bold 1em/4 Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 60px 0 0 0;
	border-top: 3px #333383 solid;
}

#seitenfuss a {
	color: #98BF98;
}



/*---------------------------------------------------------
   Regeln für besondere Seiten
  --------------------------------------------------------- */

/* Startseite
----------------------------------------------------------- */

p#unterschrift {
	color: #990000;
	background-color: transparent;
	font: italic 1.4em Arial, Helvetica, Sans-Serif; 
	margin-top: 15px;
	margin-bottom: 30px; 
}

/* Kurse
----------------------------------------------------------- */

div.abgesetzt {
	border-top: 1px #000000 dotted;
	padding: 20px 0;
}

h2.kurstag {
	margin-top: 51px;
}

h3.kurstitel {
    color: #990000;
	font: bold 1.3em Arial, Helvetica, Sans-Serif;
	border-top: 1px #000000 dotted;
	padding-top: 25px;
	margin-top: 25px;
}

ul.kursdaten {
	list-style: none;
	margin: 7px 0;
}

.kursdaten li {
	color: #000066;
	background-color: transparent;
	font: bold .9em/1.5 Arial, Helvetica, Sans-Serif; 
    margin: 0;
}

/* Kontakt
----------------------------------------------------------- */

p.adresse {
	margin-top: 35px;
}

