/*
GRAU (UB): #3A4A53
BLAU (US): #053A8C
*/

html,body {
	background-image:url(bilder/hg_us.jpg);
}

div#container {
	background-image:url(bilder/hg_container_us.jpg);
}

h1 {
	color:#053A8C;
}

.slogan {
	color:#FFFFFF;
}

.inputfields {
border: 1px solid #053A8C;
}

#footer_container {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	text-align: center;
	z-index: 9000;
}
* html #footer_container {
	position: expression("absolute");
	bottom: -1px;
	top: expression(parseInt(document.body.scrollTop + (document.body.offsetHeight - 29)));  
}

	#footer {
		position: relative;
		width: 995px;
		height: 25px;
		top: 0px;
		margin: 0px auto;
	}
	
		#footer_link {
			position: absolute;
			left: 24px;
			top: 0px;
			height: 25px;
			width: 154px;
			text-align: right;
			padding-left: 10px;
			line-height: 25px;
			background-color: #FFFFFF;
		}
		
		#footer_address {
			position: absolute;
			bottom: 0px;
			right: 11px;
			width: 786px;
			height: 25px;
			line-height: 25px;
			background-color: #053A8D;
			color: #FFFFFF;
		}

/* ### POPUP ### */
.popup_outer {
	position: absolute;
	z-index: 10001;
	width: 500px;
	top: 150px;
	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: 150px;
	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;
}
