body						{
								font-family: Helvetica, Arial, sans-serif;
								font-size:10pt;
								background-color: #ddd; 
								margin: 0px; 
							/*	overflow-y: hidden; 	*/	/* entfernt den rechten (unnötigen) Rollbalken im IE */
								text-align: center;		/* zentrieren der ContentBox im IE, wird nur vom IE interpretiert */
							}

a							{
								text-decoration: none;
								font-size: 8pt;
								font-weight:lighter; 
								color: #ff0000;
							}
		
.ContentBox			{ 
								position: absolute;
								top: 30px;
								left: 50%;
								width: 680px;					/* 595px; 	*/
								margin-left: -340px; 		/* zum zentrieren der ContentBox im Firefox */
								height: 740px; 
								text-align: left;					/* damit die Zentrierung im body-Tag innerhalb der Contentbox wieder aufgehoben wird */
								background-color: #fff; 
								float: right;
							}

.TextBox			{ 
								position: absolute;
								top: 330px;
								left: 205px;
								width: 430px;					/* 595px; 	*/
								height: 380px; 
								text-align: left;					/* damit die Zentrierung im body-Tag innerhalb der Contentbox wieder aufgehoben wird */
								padding-right: 10px;
								overflow: auto; 
							}							
							
.FotoBox				{
								position: absolute;
								left: 204px;
								top: 54px;
								width: 445px;
								height: 230px;
								border: solid 1px #f00;
							}
							
.Textzeile				{				
								width: 520px;
								height: 30px;
								font-size: 8pt;
								font-weight:lighter; 
								color: #000; 	
							}
							
.link						{							
								width: 160px;
								height: 15px;
								font-size: 8pt;
								font-weight:lighter; 
								color: #990000; 
								text-decoration: none;
							}
							
.MitarbeiterBox		{
								position: absolute; 
								top: 310px; 
								left: 130px; 
								width: 490px; 
								height: 290px; 
								overflow: auto; 
						/*		border: solid 1px #f00;	*/
							}
							

							
#Menue 				{
								position: absolute;
								top: 90px;
								left: 0px;
								width: 160px;
								height: 400px;
								font-size:8pt;
							}


#Menue a				{
								position: absolute;
								left: 0px;
								color: #000;
								line-height: 16px;
								text-decoration: none;
							}
							
#Menue span 		{
								position: absolute;
								color: #A50021;
								line-height: 16px;
								text-decoration: none;
							}							

#Menue a:hover	{
								background-image: url(reddot2.gif);
								background-repeat: no-repeat;
								color: #000;
							}

