

body		{ 	background-image: url(images/background.png);
			background-repeat:repeat;
			color: maroon;	
			text-align: center; 		}

h1		{	font-size: 250%;
			color: maroon;
			font-family:'monotype corsiva', 'arial' ;
			font-weight: bold;	
			text-align: center;			}

h2		{	font-size: 200%;
			color: maroon;
			font-family:'monotype corsiva', 'arial' ;
			font-weight: bold;	
			text-align: center;			}

h3		{	font-size: 400%;
			color: maroon;
			font-family:'monotype corsiva', 'arial' ;
			font-weight: bold;	
			text-align: center;			}

p		{	font-size: 100%;
			line-height: 120%;
			font-family: 'times new roman';
			color: maroon;	
			letter-spacing: 0em;
			word spacing: 0.4em;
			text-align: justfy;
			font-weight: bold;			}

.chap		{	margin-left: 10px; margin-right: 15px;
			font-size: 100%;
			line-height: 120%;
			font-family: 'times new roman';
			letter-spacing: 0em;
			word spacing: 0.4em;
			text-align: justify;
			font-weight: bold;			}

.chapx		{	text-decoration:underline; 		}

li		{	font-size: 70%;
			line-height: 100%;
			font-family: Arial;
			font-weight: bold;
			letter-spacing: 0em;
			word spacing: 0.3em;
			text-align: justify;			}

p#Fusszeile 	{	clear: both;
   			font-size: 0.9em;
  			margin: 0px; padding: 0.1em;
  			text-align: center;			}

 #fixiert 		{	position: absolute;
			top: 239px; left: 21px; width: 120px;
			background-color: none;
    			border: 0px solid silver;			}
  html>body #fixiert {  /* nur fuer moderne Browser! */ position: fixed;}

 #Inhalt 		{	margin-left: 130px; padding: 10px;
    			border: 0px solid black;
  			font-size: 100%;
			line-height: 200%;
			font-family: 'Times new roman';
			letter-spacing: 0em;
			word spacing: 0.3em;
			text-align: justify;
			font-weight: bold;		}

div#Inhalt h1 	{	font-size: 250%;
			font-family: 'monotype corsiva', 'times new roman';
			text-align: center;
  			margin: 1em;		}
div#Inhalt h2 	{	font-size: 2em;
			font-family: 'monotype corsiva', 'times new roman';
  			margin: 1em;	
			text-align: center;		}
div#Inhalt p 	{	font-size: 100%;
			line-height: 120%;
			font-family: 'times new roman';
			letter-spacing: 0em;
			word spacing: 0.4em;
			text-align: block;
			font-weight: bold;		}

a:link { text-decoration:underline; font-weight:bold; color:#FF0000; }
a:visited { text-decoration:underline; font-weight:bold; color:#DF0000; }

div#Seite 	{	text-align: center;    /* Seiteninhalt wieder links ausrichten */
    			margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    			width: 970px;
    			padding: 1px;
    			border: 2px ridge silver;
 						 	}
html>body div#Seite 	{	border-color: gray;  /* Farbangleichung an den Internet Explorer  */
							}







---------------------------







ul#Projekte 	{	margin: 0px; padding: 0.3em;
			text-align: center;
    			border: 1px solid black;
    			background-color: #CC6600;		}

ul#Projekte li 	{	list-style: none;
			display: inline;
    			margin: 0em; padding: 0px;		}

ul#Projekte a, ul#Projekte span
		{ 	padding: 0.3em 0.8em; 
    			text-decoration: none; font-weight: bold; font-family: 'comic sans', 'arial';
			text-align: center; font-size: 1.3em; line-height: 80%;
    			border: 1px solid black;
    			border-left-color: white; border-top-color: white;
    			color: maroon; background-color: #FF870F;		}

* html ul#Projekte a, ul#Projekte span
		{	width: 1em;    /* nur fuer IE 5.0x erforderlich */
   			 w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */	}

ul#Projekte a:hover, ul#Projekte span
		{	border-color: white;
    			border-left-color: black; border-top-color: black;
    			color: white; background-color: #804000;			}

ul#Menue 	{	font-size:0.91em;
			float: left; width: 10em;
			margin: 0px; padding 0.5em;
			text-align: center;
    			border: 1px solid black;
    			background-color: #CC6600;	}
* html ul#Menue {  /* Korrekturen fuer IE 5.x */width: 10em;w\idth: 10em;padding-left: 0;padd\ing-left: 0.5em}

ul#Menue li 	{	list-style: none;
			text-align: center;
    			margin: 0px; padding: 0.5em;		}

ul#Menue a, ul#Menue span
		{ 	display: block; 
		 	padding: 0.4em;
    			text-decoration: none; font-weight: bold; font-family: 'comic sans', 'arial';
			 font-size: 1.5em; line-height: 100%;
    			border: 1px solid black;
    			border-left-color: white; border-top-color: white;
    			color: maroon; background-color: #FF870F;		}
* html ul#Navigation a {  /* Breitenangaben nur fuer IE */width: 100%;w\idth: 8.8em;}


* html ul#Menue a, ul#Menue span
		{	width: 1em;    /* nur fuer IE 5.0x erforderlich */
   			 w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */	}

ul#Menue a:hover, ul#Menue span
		{	border-color: white;
    			border-left-color: black; border-top-color: black;
    			color: white; background-color: #804000;			}