/***************************************************************************
 * main.css
 * Stylesheet für Heidis Homepage
 * Diese Datei enthält die Hauptstile
 * Zusätzliche Einstellungen finden sich in anderen Datei getrennt für 
 * Versionen mit und ohne Frames.
 *
 * Farben: f8731e (Gelb wie die Überschriften und die Poesie)
 *         f57345 (Rot aus dem Logo)
 *         fff773 (Hellgelb aus dem Logo)
 *
 ***************************************************************************/


/***************************************************************************
 * Allgemeines
 ***************************************************************************/

/* Bilder */
IMG { 
	border-style: none; 
}

/***************************************************************************
 * Überschriften
 ***************************************************************************/

H1 {
	color: #f8731e; 
	text-shadow: #000000;
}

H2 {
	color: #f8731e; 
	font-style:normal;
	font-stretch:expanded;
	font-weight:bold;
}

H3 {
	color: #000000; 
}

ul.schluesselwort {
	list-style-type:none;
	line-height: 1.5;
}

.schluesselwort {
	color: #000000;
	font-size: x-large;
}

ul.poesie {
	list-style-type:none;
}

.poesie {
	color: #f8731e;
	font-size: larger;
	text-align: center;
}

/***************************************************************************
 * Bereiche
 ***************************************************************************/
 
.frontseite {
	text-align: center;
}


/***************************************************************************
 * Seminare
 ***************************************************************************/
 
.seminare ul {
	text-align: center;
	color: #f8731e; 	
	font-stretch:expanded;
	font-weight:bold;	
	font-size: x-large;	
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}

.seminare ul ul {
	color: #000000; 
	font-size: large;
	font-weight:bold;
	padding-top: 1em;
	padding-bottom: 1em;
}

.seminare ul ul ul {
	color: #000000; 
	font-size:medium;
	font-weight: normal;
}

li.absatz {
	padding-top: 1em;
}

/***************************************************************************
 * Links
 ***************************************************************************/

a:link {color:#90600b; text-decoration: none; }
a:active {color: #90600b; text-decoration: none; }
a:visited {color: #a0802b; text-decoration: none; }
a:hover {color: #000099; text-decoration: underline; }


/***************************************************************************
 * Das Navigationsmenü
 ***************************************************************************/

ul.navmenu a:link {color:#f8731e; text-decoration: none; }
ul.navmenu a:active {color: #f8731e; text-decoration: none; }
ul.navmenu a:visited {color: #f8731e; text-decoration: none; }
ul.navmenu a:hover {color: #cdb897; text-decoration: none; }
