
/*************************************************************

             Bäckerei Konditorei Eggers 

**************************************************************
                   Stile für die Inhalte
**************************************************************
                                         (c) 2009   dienst-iT
                                             www.dienst-it.de
*************************************************************/


/************************************************************
 Ueberschriften
*************************************************************/

/* Hauptueberschrift auf der Startseite */
h1.start {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.6em; font-weight:bold; color:#000099;
	margin:10px 10px 15px 10px;
	text-align:center;
	}

/* Hauptueberschrift auf jeder normalen Seite */
h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.5em; font-weight:bold; color:#000099;
	margin:10px 10px 15px 10px;
	text-align:left;
	}

/* kleinere Ueberschrift, z.B. auf Vorlesungs- und Mitarbeiterseiten */
h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em; font-weight:normal; color:#000099;
	margin:10px 10px 15px 10px;
	text-align:left;
	}

/* Zwischenueberschrift, farbig hinterlegt */
h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em; font-weight:bold; 
	color:#220000; background-color:#ccffff;
	margin:20px 10px 10px 10px;
	text-align:left;
	}

/* kleinere Zwischenueberschrift fuer Vorlesungsseiten (nicht hinterlegt) */
h4 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.95em; font-weight:bold; color:#220000;
	margin:15px 10px 5px 40px;
	text-align:left;
	}

/************************************************************
 Fliesstext
*************************************************************/

/* normaler Fliesstext */
p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.95em; font-weight:normal; color:#220000;
	line-height:1.4;
	margin:10px 10px 10px 10px;
	}


/* normaler Fliesstext mit groesserem linkem Einzug */
p.einrueck {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.95em; font-weight:normal; color:#220000;
	line-height:1.4;
	margin:0px 10px 5px 40px;
	}
p.end {font-size:1.5em; }


/* normale Listen */
li {	
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.95em; font-weight:normal; color:#220000;
	line-height:1.4;
	margin:0px 0px 5px 0px;

	}

/* Kleingedrucktes */
p.smalltext {	font-family:Arial,Helvetica,sans-serif;
		font-size:0.6em; font-weight:300; color:#000000;
		text-align:center;line-height:1.0;}



/************************************************************
 Hyperlinks
*************************************************************/

/* globale Links */

a.glob:link {	text-decoration:none; color:#000099;}
a.glob:visited {	text-decoration:none; color:#000099;}
a.glob:hover {	text-decoration:none; color:#000099;}
a.glob:active {	text-decoration:none; color:#000099;}


/* lokale Links */

a.lok:link {	text-decoration:none; color:#000099;}
a.lok:visited {	text-decoration:none; color:#000099;}
a.lok:hover {	text-decoration:none; color:#000099;}
a.lok:active {	text-decoration:none; color:#000099;}


/* Fussnoten */

a.reflink {	font-size:0.7em; vertical-align:super;}
a.reflink:link {text-decoration:none; color:#000099; font-weight:500;}
a.reflink:visited{text-decoration:none; color:#000099; font-weight:500;}
a.reflink:hover{text-decoration:underline; color:#0000FF; font-weight:500;}

a.ref:link {	text-decoration:none; color:#000099; font-weight:500;}
a.ref:visited {	text-decoration:none; color:#000099; font-weight:500;}
a.ref:hover {	text-decoration:underline; color:#0000FF; font-weight:500;}


/************************************************************
 Sonstige Absatz-Stile
*************************************************************/

th,td  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em; font-weight:normal; color:#220000;
	}

ul,ol  {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.0em; 
	font-weight:normal; 
	color:#220000;
	padding-left:0px;
	margin:0px 0px 0px 25px;

	}

/************************************************************
 Spezielle Absatz-Stile
*************************************************************/

/* Inhaltsverzeichnis (Sitemap) */
.sm {		width:400px; margin-left:10px;
		background-color:#ffffff; border:1px solid #ffffff;}
.sm_main {	font-family:Arial,Helvetica,sans-serif;
		font-size:1.1em; line-height:1.5;
		width:200px; float:left; clear:left; padding-left:10px;}
.sm_sub {	font-family:Arial,Helvetica,sans-serif;
		font-size:0.8em; line-height:1.3;
		padding-left:240px;}
.sm_dum {	font-size:1.1em; line-height:1.5; padding-left:240px;}


/************************************************************
 Text-Auszeichnungen
*************************************************************/

/* fett */
b,strong  {	
	color:#000099; 
	font-weight:bold;
	}

/* betont (=blau) */
em {	
	color:#000099;
	font-style:normal;
	font-weight:normal;
	}

/* klein */
small {
	font-size:0.8em;
	}

/* nicht fett */
.nichtfett {
	font-weight:normal;
	}

/************************************************************
 Bilder Positionierung
*************************************************************/


#ibar2 { position:absolute; top:40px; left:400px; z-index:30;}



