body {
	margin: 0;
	padding: 0;
	background: #0F6500 url("bild/back.gif") repeat-y center top;
	text-align: center;	
	font-size: 80%;
	line-height: 1.4em;	
	font-family:	Verdana, Arial, Helvetica, Sans Serif;
}
a {
	color: #0F6500;
}
a:hover {
	color: #ff0;
	background: #0F6500;	
}
#footer a {
	color: #fff;
}
h2 {
	font-size: 1.2em;
	color: #0F6500;	
}

#all {
	position: relative;
	text-align: center;	
	width: 700px;
	margin: auto;
	padding: 0;
}
#header {
	text-align: center;
}
#inhalt {
	text-align: left;
	width: 500px;
	margin: 0 100px;
}
#footer {
	text-align: center;
}
#footer span {
	padding: 12px;
	height: 40px;
	color: #fff;
	background: #0F6500;			
}

.pic {
	border: 4px solid #ccc;
	padding: 4px;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px solid #ccc;
	padding: 4px;
}
h1 {
	color: #0F6500;
	font-size: 1.4em;
}
#inhalt table {
  width: 450px;
	border: 1px solid #075B00;
}

table .tab1 {
	padding: 0 10px 0 20px;
	color: #fff;
	background: #4A8C10;
	font-weight: bold;
}
table .tab2 {
	padding: 0 10px 0 20px;
	background: #fff;
	font-size: 0.9em;
}
table .tab3 {
	padding: 0 10px 0 20px;
	padding-bottom: 4px;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
