/*Gleiche relative Schriften für alle User*/


* { /*hiermit werden die Browsereigenen Einstellungen auf null gesetzt*/
	margin: 0;
	padding: 0;
}
body {
	margin-top: 10px;
	font-size: 62.5%; /*Basisschrift auf 10px gesetzt, z.B. 12px sind dann 1.2em*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(CSS_pics/hg_adp.jpg);
}
p {
	font-size:1.4em;
	line-height: 1.5em;
	margin: 1.5em 0em;
}
.blinker {
	font-weight:bold;
	color:#FFFFFF;
	background-color: #FF0000;
	border-bottom-color:#666666;
	border:1px;
	border-style: outset;
	text-decoration:blink;
}
.wichtig {
	font-size:1.2em;
	line-height: 0.8em;
	margin: 0em 0em;
	color:#000000;
	font-weight: bold;
}
.achtung {
	font-weight:bold;
	color:#CC0000;
}
.small {
	font-size:9px;
}
h1 {
	font-size:2.4em;
	line-height: 1.25em;
	margin: 1.25em 0em;
	color: #0000FF;
	text-align: center;
}
h2 {
	font-size:1.8em;
	line-height: 1.25em;
	margin: 1.333em 0;
	color: #0000FF;
}
h3 {
	font-size:1.4em;
	line-height: 1.0em;
	margin: 2em 0em -1.0em 0em;
	color: #666666;
}
h4 {
	font-size:2.4em;
	line-height: 1.25em;
	margin: 1.25em 0;
	color: #666666;
}
h5 {
	font-size:1.8em;
	line-height: 1.25em;
	margin: 1.333em 0em;
	color: #666666;
}
h6 {
	font-size:1.4em;
	line-height: 1.2857;
	margin: 1.2857em 0em;
	color: #666666;
}
td, tr {
}
a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:focus {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration:none;
}
blockquote {
	margin-left: 5em;
	x line-height: 1em;
	x margin-top: 1em;
	x margin-right: 0em;
	x margin-bottom: 1em;
	x padding: 5px 0px 0px 50px;
	x list-style-position: inside;
	x list-style-type: square;
	x text-indent: -15px;
	x font-size: 1.2em;
	x font-style: oblique;
	x font-weight: 400;
	x margin-left: 50px;
}
ul li {
	line-height: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	x margin-left: 150px;
	padding: 5px 0px 0px 10px;
	ilst-style-position: inside;
	list-style-type: square;
	x text-indent: -15px;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: 400;
	 margin-left: 180px;
}
ol li {
	line-height: 1em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 50px;
	padding: 5px 0px 0px 100px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: -80px;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 400;
}
ol li:first-line {
	font-weight: bold;
	line-height:30px;
}
.rg {
	margin-left: 100px;
	padding: 20px 0px 0px 100px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: -50px;
}
img {
}
.img_0 {
	margin: 0px;
	padding: 0px;
	line-height:20px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
dl {
	float: left;
	margin: 10px;
}
dt {
	text-align: center;
}
dd {
	padding: 5px;
	font-size: 1.2em;
	text-align:center;
	width: auto;
	height:auto;
}
cite {
	color: #333333;
}
address {
	text-align:right;
	font-size:1.4em;
	line-height: 1.5em;
	margin: 1.5em 0em;
}
.button {
	float:right;
 x padding:6px;
 x margin-top:6px;
 x height:30px;
	margin:3px 0px 3px 0px;
}




@media print {
	

	
}

