* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/background.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #25425e;
}
a {
	color: #558fa5;
	font-weight: bold;
	text-decoration: none;
}
a:focus { outline:none; }
p {
	margin: 1em 0;
}
ul {
	list-style-type: square;
	margin: 0 0 8px 16px;
}
ul li {
	font-size: 9px;
}
img.bspBild {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 550px;
	height: 383px;
	z-index: 4;
	text-indent: -9999px;
	display: none;
}
div#logo {
	z-index: 3;
	position: absolute;
	top: 3px;
	left: 702px;
}
/* INDEX 1 */
div#contentIndex1 {
	text-indent: -9999px;
	background-image: url(../images/StartScreen_bg.jpg);
	width: 1000px;
	height: 585px;
}
a.start {
	position: absolute;
	top: 276px;
	left: 818px;
	background-image: url(../images/weiter.jpg);
	width: 151px;
	height: 132px;
}

/* INDEX 2 */
div#contentIndex2 {
	background-image: url(../images/StartScreen2_bg.jpg);
	width: 1000px;
	height: 585px;
	font-size: 9px;
}
div#contentIndex2 h1,
div#contentIndex2 h2,
div#contentIndex2 h3 {
	text-indent: -9999px;
}
div#contentIndex2 div {
	width: 135px;
	height: 197px;
	float: left;
	
}
div#contentIndex2 div#block1 {
	position: absolute;
	top: 330px;
	left: 43px;
}
div#contentIndex2 div#block2 {
	position: absolute;
	top: 330px;
	left: 199px;
}
div#contentIndex2 div#block3 {
	position: absolute;
	top: 330px;
	left: 355px;
}
div#contentIndex2 div#block4 {
	position: absolute;
	top: 330px;
	left: 511px;
}
div#contentIndex2 div#block5 {
	position: absolute;
	top: 330px;
	left: 667px;
}
a.losgehts {
	text-indent: -9999px;
	position: absolute;
	top: 208px;
	left: 36px;
	background-image: url(../images/losgehts.jpg);
	width: 932px;
	height: 132px;
	background-position: right;
	background-repeat: no-repeat;
}

/* INDEX3 */
div#contentIndex3 {
	background-image: url(../images/StartScreen3_bg.jpg);
	width: 1000px;
	height: 585px;
	font-size:11px;
}
div#contentIndex3 h1,
div#contentIndex3 h2,
div#contentIndex3 h3,
div#contentIndex3 h4 {
	text-indent: -9999px;
}
div#contentIndex3 h5 {
	font-weight: bold;
	font-size: 9px;
	color: #27445f;
}
div#contentIndex3 div#block1 {
	width: 290px;
	height: 132px;
	position: absolute;
	top: 319px;
	left: 45px;
}
div#contentIndex3 div#block2 {
	width: 288px;
	height: 132px;
	position: absolute;
	top: 319px;
	left: 355px;
}
div#contentIndex3 div#block3 {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 165px;
	left: 676px;
}
div#contentIndex3 div#systemanforderungen {
	background-color: #fbf4cb;
	width: 200px;
	height: 336px;
	position: absolute;
	top: 208px;
	left: 660px;
	padding: 10px 15px 0 15px;
	font-size: 9px;
	display: none;
}
div#contentIndex3 div#browservoraussetzungen {
	font-size: 9px;
	padding: 10px 15px 0 15px;
	background-color: #fbf4cb;
	width: 200px;
	height: 336px;
	position: absolute;
	top: 208px;
	left: 660px;
	display: none;
}
a.mitflaeche {
	position: absolute;
	top: 481px;
	left: 36px;
	background-image: url(../images/mitflaeche.jpg);
	text-indent: -9999px;
	width: 308px;
	height: 63px;
}
a.ohneflaeche {
	position: absolute;
	top: 481px;
	left: 349px;
	background-image: url(../images/ohneflaeche.jpg);
	text-indent: -9999px;
	width: 307px;
	height: 63px;
}
div#BG_Filler {
	background:url('../images/filler.png');
	height:100px;
	width:100px;
	top:0;
	left:0;
	position:absolute;
	display:none;
	z-index:9000;
	cursor:pointer;
}
div#PopUp {
	position:absolute;
	background:#ffa502;
	width:307px;
	height:196px;
	display:none;
	z-index:9001;
	text-indent:-9999px;
	background:url('../images/popupBG.jpg');
}
div#PopUp p {
	margin-bottom:9px;
}
div#PopUp a#Plan {
	display:block;
	height:62px;
	width:307px;
	background:url('../images/plan.png') no-repeat;
	margin-bottom:3px;
}
div#PopUp a#Zoll {
	display:block;
	height:62px;
	width:307px;
	background:url('../images/zoll.png') no-repeat;
}
div#PopUp a#Plan:hover { background:url('../images/plan.png') #01415a; }
div#PopUp a#Zoll:hover { background:url('../images/zoll.png') #01415a; }
div#PopUp a#Close {
	display:block;
	height:35px;
	width:35px;
	background:url('../images/close.jpg');
	position:absolute;
	top:0;
	right:0;
}

