body    { background-color: transparent;
	margin: 0px;
}
p  { font-family: Verdana; background-color: transparent }
td {}
a  { color: teal; font-weight: 600;
	text-decoration: none;
}
#titel  {
	font-size: large;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: 700;
	background-color: white;
	width: 100%;
	height: auto;
	color: #657aa2;
	overflow: auto;
	border-bottom: thin none #090cff;
	text-align: left;
	padding-right: 0px;
	clear: inherit;
	position: relative;
}
#subtitel   {
	font-size: small;
	font-family: Verdana;
	font-variant: small-caps;
	font-weight: 700;
	background-color: transparent;
	width: 100%;
	height: auto;
	text-transform: none;
}
#text   {
	font-size: small;
	font-family: Verdana;
	text-align: justify;
	margin-bottom: 10px;
	width: 100%;
}
#box   { position: absolute; top: 80px; left: 20%; width: 72%; height: auto; overflow: visible; border-width: thin; border-color: #666;
	background: white;
	float: right;
}

#artikel {
	background: #ffffff;
	color: #000000;
	position: relative;
	width: auto;
}
#newsbox   { background-color: white; position: fixed; top: 80px; left: 10px; width: 16%; border-bottom: 1px none #082cff; border-collapse: separate; border-spacing: 1px 10px;
	height: auto;
	margin-top: 20px;
}

#content  { background: white; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	margin-top: 20px;
}

#seitentitel   { color: #ffffff; font: oblique small-caps 800 xx-large Courier, mono; text-align: left; position: fixed; width: 100%;
	z-index: 3;
	margin-left: 0px;
	text-indent: 50px;
	background: no-repeat url(hgtop.jpg) scroll #657aa2;
	height: 60px;
	top: 0px;
	left: 0px;
	padding-top: 20px;
}

#linie {
	width: 100%;
	position: relative;
	border-bottom: 1px ridge #657aa2;
	height: 2px;
	padding: 5px;
	margin-bottom: 5px;
	padding-right: 0px;
}
