#wrap {
	width: 100%;
}
#header, #navigation, #rootnav, #inhalt-space {
	display: none; 
	}
#inhalt {
	width: 100%;
	float: left;
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #003333; 
	line-height: 1.4em;
}
#inhalt li {
	margin-bottom: 10px;
}
#inhalt a:link, #inhalt a:visited {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #003333; 
	line-height: 1.4em;
	text-decoration: underline;
}
#inhalt a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 	{
	font-size: 14px; 
	line-height: 1.4em; 
	margin: 0; 
	padding:0; 
	font-weight: bold; 
	color: #003333;
	}

