<!--

html, body {
	margin: 0;
	background: #ccc;
	font-family: tahoma, helvetica, verdana, trebuchet ms;
	text-align: center;
	height: 100%;
}

#container {
	width: 980px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
}

#padding {
	padding: 0 0 18px 0;
}

#header {
	text-align: left;
	padding: 10px;
}

#header img {
	float: right;
	padding-top: 10px;
}

#content {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: justify;
	padding: 20px 30px;
}

#content a {
	color: #20c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	padding: 3px 0;
	background: #666;
	font-size: 11px;
	color: #ebf0f0;
	margin: -24px auto 0 auto;
	height: 18px;
	width: 980px;
	border: solid #999;
	border-width: 0 1px;
}

#footer a {
	color: #EBF0F0;
	padding: 0 3px;
	line-height: 18px;
}

h1 {
	font-size: 28px;
	color: #333;
	border-bottom: dotted 1px #999;
	margin: 0;
	padding: 86px 0 3px 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0 0 21px 0;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	margin: 12px 0;
	font-weight: normal;
}

.lst {
	margin: 18px 0 18px 8px;
	padding-left: 8px;
}

.column {
	float: left;
	width: 50%;
}

.neu {
	color: #c00;
}

.clear {
	clear: both;
}


-->