body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #D0D0D0;
	background: black url(img/bg.gif) scroll repeat-x;
	margin: 0px;
}

h1 {
	font-size: 24 pt;
	font-weight: normal;
	color: lavender;
	}
	
h4 {
	font-size: 12pt;
	font-weight: bold;
	}
	
em {
	color: #666666;
	font-style: italic;
	}

#title {
	padding-left: 80px;
	}
	
#menu {
	width: 470px;
	height: 570px;
	background: url(img/baum.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	float: left;
	}
	
#nav {
	position:absolute;
	overflow: visible;
	}

#inhalt {
	float: left;
	width: 520px;
	overflow: hidden;
	}
	
.inhaltdiv {
	height:600px;
	padding: 25px;
	background-color: black;
	border: 1px solid black;
	vertical-align: top;
	}
	
.bilder {
	float: left;
	color: #999999;
	margin-right: 25px;
	vertical-align: bottom;
	text-align: left;
	font-size: 8pt;
	margin-bottom: 25px;
	overflow: visible;
	}
		
.bilder em {
	color: #666666;
	font-style: italic;
	}
	
a {
	color:#D0D0D0;
	text-decoration: underline;
	}
	
a:hover {
 	color: white;
	text-decoration: none;
	}
