body {
		background-color: #cccccc;
}
	
	#container
	{
		margin-top: -10px;
		margin-left: -10px;
		width: 1000px;
		min-height: 660px;
	}
	
	#headbox
	{
		margin-top: 30px;
		width: 990px;
		height: 26px;
	}
	
	#headstrich
	{
		background-color: #000000;
		width: 1000px;
		height: 1px;
	}
	
	#headline
	{
		margin-top: 4px;
		margin-left: 155px;
		height: 20px;
		text-align: left;
	}
	
	#menu
	{
		float: left;
		margin-top: 27px;
		min-height: 590px;
		width: 150px;
	}
	
	#feld
	{
		background-color: #ffffff;
		float: left;
		margin-top: 12px;
		min-height: 605px;
		width: 850px;
	}
	
	#inside
	{
		float: left;
		margin: 15px;
		min-height: 585px;
		width: 820px;
	}
	
	#block
	{
		float: left;
		width: 820px;
	}
	
	#block-l
	{
		float: left;
		width: 150px;
		text-align: right;
	}
	
	#block-r
	{
		float: left;
		margin-left: 30px;
		width: 640px;
		text-align: left;
	}
	
	#cont
	{
		float: left;
		margin-top: 30px;
		width: 820px;
	}
	
	#row
	{
		float: left;
		margin-top: 15px;
		width: 820px;
		text-align: center;
	}
	
	#bild
	{
		float: left;
		width: 165px;
		height: 110px;
	}
	
	#space
	{
		float: left;
		width: 20px;
		height: 110px;
	}
	
	#dist
	{
		float: left;
		width: 820px;
		height: 30px;
	}
	

/* Nachoben mit Animation V2 =========================== */
/* erfordert zzJavascripts.js  ------------------------- */
#zzNachoben {
   position: fixed;       /* bleibt beim Scrollen stehen */
   z-index: 100;          /* ¸berlagert andere Elemente */
   bottom: 20px;        
   right: 20px; } 
#zzNachoben a {
   width: 45px;           /* Breite des Buttons */
   display: block;        /* Blockelement - neue Zeile */
   /* Dauer Ueberblendeffekt bei hover in sec ---------- */
   -webkit-transition-duration: 1s;
   -moz-transition-duration: 1s;
   transition-duration: 1s; }
#zzNachoben a:hover {     /* Aktion bei hover ---------- */
   background-color: #cccccc; } /* Hintergrund zartgrau */
	
span.block
{
color: #ff0000;
font: 0.9em verdana, sans serif;
font-weight: normal;
font-style: normal;
margin-top: 0;
line-height: 1.4em;
}
	
span.prob
{
color: #000000;
font: 0.9em verdana, sans serif;
font-weight: bold;
font-style: normal;
margin-top: 0;
line-height: 1.4em;
}
	
span.frag
{
color: #0000ff;
font: 0.9em verdana, sans serif;
font-weight: normal;
font-style: italic;
margin-top: 0;
line-height: 1.4em;
}
	
span.ant
{
color: #000000;
font: 0.9em verdana, sans serif;
font-weight: normal;
font-style: normal;
margin-top: 0;
line-height: 1.4em;
}
	

h1
{
color: #000000;
font: 106% trebuchet, sans serif;
font-weight: bold;
font-style: italic;
margin-top: 0;
}
	
h5
{
color: #0030d1;
font: 70% trebuchet, sans serif;
font-weight: bold;
font-style: normal;
margin-top: 0;
}
	

/* Nachoben mit Animation V2 =========================== */
/* erfordert zzJavascripts.js  ------------------------- */
#zzNachoben {
   position: fixed;       /* bleibt beim Scrollen stehen */
   z-index: 100;          /* ¸berlagert andere Elemente */
   bottom: 20px;        
   right: 20px; } 
#zzNachoben a {
   width: 45px;           /* Breite des Buttons */
   display: block;        /* Blockelement - neue Zeile */
   /* Dauer Ueberblendeffekt bei hover in sec ---------- */
   -webkit-transition-duration: 1s;
   -moz-transition-duration: 1s;
   transition-duration: 1s; }
#zzNachoben a:hover {     /* Aktion bei hover ---------- */
   background-color: #D7DEE4; } /* Hintergrund zartgrau */

a.class1:link   
{font-family:verdana, sans serif; font-size: 1em; text-decoration:underline; font-weight:normal; font-style:normal; color:#009900;}
   a.class1:visited{font-family:verdana, sans serif; font-size: 1em; text-decoration:underline; font-weight:normal; font-style:normal; color:#009900;}
   a.class1:active {font-family:verdana, sans serif; font-size: 1em; text-decoration:underline; font-weight:normal; font-style:normal; color:#009900;}
   a.class1:hover {font-family:verdana, sans serif; font-size: 1em; text-decoration:underline; font-weight:normal; font-style:normal; color:#ff00ff;}