@charset "UTF-8";
h1 {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
}
body {
	background-color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #000099;
	font-size: 20px;
	letter-spacing: 1px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
}
#ground {
	position:relative;
	width:790px;
	height:640px;
	z-index:1;
	background-image: url(../pics/ground.png);
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#left_top {
	position:absolute;
	width:180px;
	height:231px;
	z-index:1;
	left: 20px;
	top: 20px;
	background-image: url(../pics/auge.jpg);
}
#left_down {
	position:absolute;
	width:160px;
	height:250px;
	z-index:2;
	left: 0px;
	top: 150px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 10px;
	padding-left: 20px;
	overflow: auto;
}
#left_contact {
	position:absolute;
	width:160px;
	height:100px;
	z-index:3;
	display: block;
	left: 20px;
	top: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	color: #00CCFF;
	overflow: auto;
}
#left_contact a {
	color: #00CCFF;
	text-decoration: underline;
}
li {
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(../pics/auge_list.png);
}
#content_top {
	position:absolute;
	width:560px;
	height:100px;
	z-index:2;
	left: 210px;
	top: 20px;
	display: block;
	background-image: url(../pics/wortmarke.png);
}
#content_text {
	position:absolute;
	width:397px;
	height:450px;
	z-index:4;
	left: 292px;
	top: 120px;
	display: block;
	overflow: auto;
	padding-left: 5px;
	padding-right: 15px;
}
#ground #content_text a {
	text-decoration: underline;
}
