html body {
	margin: 0;
	text-align: left;
	font-size: 10pt;
	background: #fff;
	color: #000;
	font-family: verdana;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	font-style: italic;
	border: none;
}
#links, #rechts {
	display: none;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
}
ul {
	list-style: none;
}
td {
	vertical-align: top;		
}
th {
	font-weight: bold;
	background: #F3C000;
	text-align: left;
}
.pic {	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picleft {
	float: left;
	margin: 0 10px 10px 0;	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.taball {
	border: 1px solid #fc0;
	background: #FFFAE3;
}
.tab1 {
	padding: 4px 30px;
	background: #FFEDA4 url("bild/pin2.gif") no-repeat 5px 7px;
	border-bottom: 1px solid #fc0;	
}
.tab2 {
    padding: 1em;
}