	/* [Body] */
	body 
	{
                color:#000000; /* Textfarbe: schwarz */
		background-color:#D6EC9D; /* Hintergrundfarbe: helles Ende Farbverlauf */
		background-image:url(./images/hintergrund.jpg); /* Hintergrundbild: grüner Farbverlauf */
		font-family:Arial,Verdana,Helvetiva,sans-serif; /* Schriften: Arial,Verdana */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
		text-align: center; /* Zentrierung, IE */
		margin-left:100px; /* Zentrierung FF */
		margin-right:auto; /* Zentrierung FF */
	}
	/* [/Body] */
	
	/* [Links] */
	a:link 
	{
		color:#000000; /* Linkfarbe: schwarz */
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		font-weight:bold; /* fett */
		text-decoration:underline; /* unterstrichen */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}
	a:hover
	{ 
		color:#000000; /* Linkfarbe: schwarz */
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		font-weight:bold; /* fett */
		text-decoration:none; /* keine Markierung */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}
	a:focus
	{ 
		color:#000000; /* Linkfarbe: schwarz */
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		font-weight:bold; /* fett */
		text-decoration:none; /* keine Markierung */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}
	a:visited 
	{
		color:#3F4828; /* besuchte Linkfarbe: dunkelgrün */
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		font-weight:bold; /* fett */
		text-decoration:underline; /* unterstrichen */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}	
	a:active
	{
		color:#3F4828; /* aktive Linkfarbe: dunkelgrün */
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		font-weight:bold; /* fett */
		text-decoration:underline; /* unterstrichen */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}
	
	/* [Inputfelder & Textareas] */
	input,textarea
	{
		border-width:1px; /* Rahmenweite: 1 Pixel */
		border-color:#3F4828; /* Rahmenfarbe: dunkelgrün */
		border-style:solid; /* Rahmenstil: durchgezogene Linie */
		color:#000000; /* Schriftfarbe: Schwarz */
		background:url(./images/input.gif); /* Hintergrundbild: 3D-Effekt */
		background-color:#FFFFFF;
		background-repeat: repeat-x; /* nur eine Zeile waagrecht wiederholen */
	}
	
	input.inputKeinHintergrund
	{
		border-width:1px; /* Rahmenweite: 1 Pixel */
		border-color:#3F4828; /* Rahmenfarbe: dunkelgrün */
		border-style:solid; /* Rahmenstil: durchgezogene Linie */
		color:#000000; /* Schriftfarbe: Schwarz */
		background:url(); /* kein Hintergrundbild */
		background-color:#FFFFFF;
	}
	/* [/Inputfelder & Textareas] */
	
	/* [Tabellenzellen] */
	td
	{
		font-family:Arial,Verdana,Helvetiva,sans-serif; /* Schriften: Arial,Verdana */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
	}
	/* [/Tabellenzellen] */
	
	/* [Absätze] */
	p
	{
		font-family:Arial,Verdana,Helvetiva,sans-serif; /* Schriften: Arial,Verdana */
		font-size:10pt; /* Schriftgröße: 10 Punkt */
		text-align:justify; /* Text als Blocksatz darstellen */
	}
	/* [/Absätze] */
	
	/* [Seitenblock] (um Hauptblock zu zentrieren) */
	#Seitenblock
	{
		text-align:center; /* Text-Ausrichtung zentrieren */
		margin-left:auto; /* Zentrierung FF */
		margin-right:auto; /* Zentrierung FF */
		width: 800px; /* Weite */
	}
	/* [/Seitenblock]
	
	/* [Rahmenblock] */
	#Rahmenblock
	{
		border-color:#3F4828; /* Rahmenfarbe: dunkelgrün */
		border-style:dashed; /* Rahmenstil: gezogene Linie */
		border-width:2px; /* Rahmendicke: 1 Pixel */
		width:800px; /* Weite */
		margin-top:50px; /* Abstand nach oben: 50 Pixel */
	}
	/* [/Rahmenblock] */
	
	/* [Hauptblock] */
	#Hauptblock
	{
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		color:#000000; /* Textfarbe: schwarz */
		border-color:#3F4828; /* Rahmenfarbe: dunkelgrün */
		border-style:solid; /* Rahmenstil: gezogene Linie */
		border-top-width:1px; /* Rahmendicke: 1 Pixel */
		border-left-width:0px; /* links kein Rahmen */
		border-right-width:0px; /* rechts kein Rahmen */
		border-bottom-width:0px; /* unten kein Rahmen */
		height:500px; /* Höhe: 500 Pixel */
		overflow:auto; /* Falls mehr Inhalt, dann automatisch anpassen */
		padding:10px; /* Innenabstand: 10 Pixel */
		margin-top:0px; /* Abstand nach oben: 0 Pixel */
		text-align:justify; /* Text als Blocksatz darstellen */
	}
	/* [/Hauptblock] */
	
	/* [Kontakttabelle] */
	#Kontakttabelle
	{
		
	}
	/* [/Kontakttabelle] */
	
	/* [Copyrightblock] */
	#Copyrightblock
	{
		background-color:#EAF5CC; /* Hintergrundfarbe: helles Grün */
		color:#7E9050; /* Textfarbe: dunkles Grün */
		font-size: 8pt; /* Schriftgröße: 8 Punkt */
		width:800px; /* Weite */
	}
	/* [/Copyrightblock] */
