html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align:center; /* center IE */
	background-image:url(bilder/hg_home.jpg);
	background-position:top center;
	background-repeat:repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A4A53;
	line-height:16px;
	text-decoration:none;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:995px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(bilder/hg_container_home.jpg);
	background-repeat:repeat;
	
}

div#content {
	padding:0px 0px 50px 0px; /* bottom padding for footer */
}

div#intro_spacertop {
	position:relative;
	width:955px;
	margin-left:20px;
	height:25px;
	background-color:#FFFFFF;
}

div#intro_left {
	position:relative;
	width:497px;
	margin-top:85px;
	text-align:center;
	float:left;	

}
div#intro_right {
	position:relative;
	width:497px;
	margin-top:85px;
	text-align:center;
	float:left;	
}

	

div#footer {
	position:absolute;
	width:100%;
	height:50px;
	background-image:url(bilder/footer_hg_home.jpg);
	background-position:center;
	background-repeat:repeat-y;
	left:0px;
	bottom:0; /* stick to bottom */
}




table,tbody,tr,td,div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A4A53;
	line-height:16px;
	text-decoration:none;
}

form {
margin:0px;
}

img {
border:none;
}


a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A4A53;
	line-height:16px;
	text-decoration:underline;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A4A53;
	line-height:16px;
	text-decoration:underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3A4A53;
	line-height:16px;
	text-decoration:none;
}

/* ### POPUP ### */
.popup_outer {
	position: absolute;
	z-index: 10001;
	width: 500px;
	top: 175px;
	left: 50%;
	margin-left: -250px;
	overflow: hidden;
	border: 1px solid #053A8D;
}

.popup_transparent {
	z-index: 10001;
	position: absolute;
	width: 100%;
	height: 6000px;
	background-color: #FFFFFF;
}

.popup_text {
	z-index: 10002;
	position: relative;
	width: 500px;
	padding: 0px;
}

.popup_close {
	z-index: 10003;
	position: absolute;
	left: 50%;
	margin-left: 255px;
	top: 175px;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background-image: url(bilder/popup_close_us.png);
	background-repeat: no-repeat
}

#popup_text_nolink {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 15px;
	width: 500px;
	background-color: #053A8D;
	z-index: 50;
}

#popup_text_islinkleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 1px;
	height: 15px;
	background-color:#FFFFFF;
	z-index: 100;
}

#popup_text_islinkright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 15px;
	width: 500px;
	background-color: #053A8D;
	z-index: 50;
}

