.body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	background-color: #dadadf; 
}
a {
	text-decoration: none;
	background-color: transparent;
}
.div_background {
	position: absolute; 
	visibility: visible; 
	background-repeat: no-repeat; 
	background-position: center; 
	width: 1008px; 
}
.div_content {
	position: absolute; 
	visibility: visible; 
	z-index: 2; 
	top: 0px; 
	left: 0px;
	background-color: transparent; 
}
.content {
	background-color: transparent; 
}
.content_link {
	cursor: pointer;
}
/*-------------------------------------------------------------------------------*/
.info_div {
	position: absolute; 
	visibility: hidden;
	left: 0px;
	top: 0px;
	color: #000000;
	border: 0px ridge #a29f9f;
	filter: blendTrans(Duration=0.3);
	z-index: 200;
}
.info_div_scroll {
	color: #000000;
	overflow: auto; 
	overflow-x: auto; 
	overflow-y: auto;
}
.info_opacity {
	background-color: #ffffff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.info_table {
}
.info_table_td {
	padding: 0px 0px 0px 0px;
	vertical-align: top; 
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #9abfd2;
	padding: 4px 4px 4px 4px;
	vertical-align: top; 
}

.info_text {
	background-color: #ffffff;
}
.info_text td {
	width: 100%;
	background-color: #ffffff;
	padding: 4px 2px 4px 2px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	border: 0px solid #000000; 
}

/*-------------------------------------------------------------------------------*/
.div_impressum {
	position: absolute; 
	visibility: hidden; 
	z-index: 3; 
	top: 0px; 
	left: 20px;
	background-color: transparent;
}
.impressum_link {
	color: #616263; 
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
.impressum_link:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.important {
	position: absolute; 
	visibility: hidden; 
}
strong {
	font-weight: normal;
}

