body {

  background-color: #2f4f4f ;
  background-image: url(triologo_1000.png);

	color:#fff;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	padding:0px;
	margin: 0px; 
	}

#auftritt_td {
  width: 480px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

#info_td {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  
  padding: 10px;
}

#head {
	display: block;
	width: 720px;
	height: 800px;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	text-align: left;
	padding:50px 40px;
	font-size: 26px;
	
} 

#foto {
	position: relative;
	top:30px;
}

#inhalt {
	margin-top:20px;
	width: 680px;
	height: 500px;
	background-color: white;
	color: #2f4f4f;
	font-size: 12px;
	padding: 20px;
}
	
a:link, a:visited, a:active { color:#000; font-weight:bold; text-decoration:none; }
a:hover {color:#2f4f4f; cursor:pointer; }


