/*Platz für individuelle CSS Anweisungen */
#header_backing {
	width:100%;
	position:absolute;
	background-image: url(../images/main/varix2_header_backer.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	top:0;
	height:200px;
	z-index:0;
}
.source-image {
	/*height:auto;
	width: 100%;*/
	position:fixed;
	bottom: 0px;
	left: 0;
	z-index:0;
}
.source-image-wallpaper {
	height:100%;
	width: 100%;
	position:fixed;
	bottom: 0px;
	left: 0;
	z-index:0;
}
#source-image {
	display:none;
	position:absolute;
	z-index:2000;
	
}
#source-image-wallpaper {
	position:absolute;
	z-index:0;
}
#header_logo {
	position:absolute;
	background-image: url(../images/main/header_varix_transparent.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width:1002px;
	height:190px;
	margin:auto;
	left: 50%;
	margin-left: -501px;
}
.jumper_container {
	position:fixed;
	bottom:-600px;
	right:0px;
	height:400px;
	width:240px;/*
	left: 50%;
	margin-left: -540px;
	*/
}
.jumper {
	position:relative;
	width:240px;
	height:400px;
	padding:0px;
	font-size:13px;
	background-color: #F90;
	/* Schatten */
	-moz-box-shadow:0px 0px 6px #CCC;
	-webkit-box-shadow:0px 0px 6px #CCC;
	-khtml-box-shadow:0px 0px 6px #CCC;
	box-shadow:0px 0px 6px #CCC;
	color: #333;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background-image: url(../images/main/backer.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}
#jumper_1, #jumper_2, #jumper_3 {
	float:left;
	display:block;
	width:230px;
	margin-right:8px;
	text-align:left;
	padding:10px;
}
#jumper-background {
	position:fixed;
	width:100%;
	background-color: #F90;
	bottom:0;
	height:50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
