html {
	background-color: #FFFFFF;
	overflow-x: hidden;
}

#header {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#header_extra {
	position:absolute;
	width:100%;
	height:100px;
	z-index:1;
	left:474px;
	top:0px;
}

#header_text {
	font-family:arial black;
	font-size: 20px;
	position:absolute;
	z-index:2;
	left:474px;
	top:58px;
}

#header_icons {
	position:	absolute;
	/*left:		474px;*/
	right:		15px;
	top:		14px;
	z-index:	2;
	font-size:	20px;
	font-weight:bold;
}
	#header_icons a {
		position:	absolute;
		width:		80px;
		height:		80px;
		background-image:	url("img/share.png");
	}

	#header_icons #icon1 {
		right:		255px;
		background-position: 0px 0px;
	}
	#header_icons #icon1:hover {
		background-position: 0px -80px;
	}
	
	#header_icons #icon2 {
		right:		175px;
		background-position: -80px 0px;
	}
	#header_icons #icon2:hover {
		background-position: -80px -80px;
	}
	
	#header_icons #icon3 {
		right:		95px;
		background-position: -160px 0px;
	}
	#header_icons #icon3:hover {
		background-position: -160px -80px;
	}
	
	#header_icons #icon4 {
		right:		15px;
		background-position: -240px 0px;
	}
	#header_icons #icon4:hover {
		background-position: -240px -80px;
	}

#ecken div {
	position:absolute;
	width:21px;
	height:21px;
}



/*
#ecke_1 {
	background:url('img/ecken.gif') -63px 0px;
	top:98px;
	left:171px;
	z-index:1;
}

#ecke_2 {
	background:url('img/ecken.gif') -63px -21px;
	top:530px;
	left:171px;
	z-index:1;
}

#ecke_3 {
	background:url('img/ecken.gif') -42px 0px;
	top:98px;
	left:213px;
	z-index:1;
}

#ecke_4 {
	background:url('img/ecken.gif') white 0px -21px;
	top:554px;
	left:195px;
	z-index:2;
}
*/

#separator {
       position:absolute;
       z-index:1;
       top:100px;
       left:190px;
	   height:474px;
	   width:25px;
}

#separator2 {
       position:absolute;
       z-index:1;
	   top:549px;
       left:0px;
	   height:25px;
	   width:190px;
}





#xframe {
       position:absolute;
       z-index:0;
       right:150px;
}

#xframe1 {
       position:absolute;
       z-index:1;
       top:100px;
       right:0px;
}

#xframe2 {
       position:absolute;
       z-index:0;
       top:373px;
       right:0px;
       width:190px;
       height:200px;
}

#ecke_x1 {
	background:url('img/ecken.gif') -42px 0px;
	top:98px;
	right:171px;
	z-index:1;
}

#ecke_x2 {
	background:url('img/ecken.gif') -42px -21px;
	top:530px;
	right:171px;
	z-index:1;
}

#ecke_x3 {
	background:url('img/ecken.gif') -63px 0px;
	top:98px;
	right:213px;
	z-index:1;
}

#ecke_x4 {
	background:url('img/ecken.gif') 0px -21px;
	top:554px;
	right:195px;
	z-index:2;
}

#xseparator {
       position:absolute;
       z-index:0;
       top:100px;
       right:190px;
	   height:474px;
	   width:25px;
}

#xseparator2 {
       position:absolute;
       z-index:0;
	   top:549px;
       right:0px;
	   height:25px;
	   width:190px;
}