/*------------CSS Reset alle Browser haben Standardformatierung diese setze ich damit auf null---------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

body {
background-color:#FFFFFF;
margin: 0;
padding: 0;
width:100%;
height:100%;
}

/*---- div´s ----*/


#maindiv {
	position:relative;
	width:800px;
	height:600px;
	margin:auto;
	z-index:4;
	border:double;
	visibility: visible;
}
	
/*Index Divs*/
#Baustelle {
	position:absolute;
	left:247px;
	top:85px;
	width:300px;
	height:119px;
	z-index:5;
	border:none;
}

#LogoIndex {
	position:absolute;
	left:150px;
	top:271px;
	width:150px;
	height:100px;
	z-index:5;
	border:none;
}
#BergIndex {
	position:absolute;
	left:471px;
	top:272px;
	width:150px;
	height:100px;
	z-index:5;
	border:none;
}

#Text {
	position:absolute;
	left:598px;
	top:483px;
	width:93px;
	height:23px;
	z-index:5;
	border:none;
}

#DFahne {
	position:absolute;
	left:742px;
	top:10px;
	width:15px;
	height:9px;
	z-index:5;
	border:none;
}

#EnglischFahne {
	position:absolute;
	left:764px;
	top:10px;
	width:15px;
	height:9px;
	z-index:5;
	border:none;
}
