body,table{
	font-family: Tahoma;
	font-size: 10pt;
}

.inhalt h1{
	font-size: 13pt;
	font-weight: normal;
	margin-bottom: 4px;
}
.inhalt h2{
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 4px;
	color: #40657B;
}

.inhalt pre{
	display: block;
	margin: 4px 0 3px;
	border: 1px dashed #CCCCCC;
	padding: 3px 2px;
	color: #666666;
	white-space: nowrap;
	width: 95%;
	font-size: 11px;
	overflow: auto;
}

.inhalt blockquote{
	display: block;
	border: 1px solid #DDDDDD;
	border-left: 3px solid #0066CC;
	min-height: 55px;
	padding: 2px 4px;
	margin: 10px 0 3px;
	background-image: url('quote.png');
	background-repeat: no-repeat;
	background-position: right 1px;
	width: 95%;
	-moz-border-radius: 2px;
}

.inhalt table td{
	vertical-align: top;
	font-size: inherit;
}

.inhalt{
	line-height: 1.3;
}

.inhalt a:link, .inhalt a:visited{
	color: #336699;
	text-decoration: none;
}

.inhalt a:hover, .inhalt a:focus{
	color: #CC0000;
	text-decoration: underline;
}