@charset "utf-8";
html {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
#container {
	height: 500px;
	width: 959px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 20px;
}
#apDiv1 {
	position:absolute;
	left:29px;
	top:15px;
	width:901px;
	height:44px;
	z-index:1;
	background-image: url(../bilder/layout/start/div_ws.jpg);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
}
#apDiv2 {
	position:absolute;
	left:29px;
	top:15px;
	width:901px;
	height:46px;
	z-index:2;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../bilder/layout/start/div_rs.jpg);
	visibility: hidden;
}
#container #ws {
	float: left;
	height: 500px;
	width: 478px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../bilder/layout/start/hg_start_ws.jpg);
}
#container #ws #logo_ws {
	float: right;
	height: 165px;
	width: 140px;
	position: relative;
	margin-right: 70px;
	margin-top: 140px;
}
#container #rs {
	float: right;
	height: 500px;
	width: 478px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../bilder/layout/start/hg_start_rs.jpg);
}
#container #rs #logo_rs {
	float: left;
	height: 62px;
	width: 345px;
	position: relative;
	margin-top: 190px;
	margin-left: 20px;
}
