html, body
{ 
}

 /* Ansicht */

#ansicht1 {
    position: absolute;
	top: 50px;
	left: 10px;
	z-index: 0;
	border: 0;
}

#rot {
    position: absolute;
	top: 10px;
	left: 1800px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #CC3333;
}

#wind {
    position: absolute;
	top: 10px;
	left: 2000px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #339999;
}

#blau {
    position: absolute;
	top: 10px;
	left: 2200px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #336699;
}

  /* grundriss */

#grundriss {
    position: absolute;
	top: 2500px;
	left: 10px;
	z-index: 0;
	border: 0;
}

/* ansicht2 */

#ansicht2 {
    position: absolute;
	top: 50px;
	left: 3000px;
	z-index: 0;
	border: 0;
}

#rosa {
    position: absolute;
	top: 10px;
	left: 3300px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #FFCC99;
}

#feinezeichnung {
    position: absolute;
	top: 10px;
	left: 3700px;
	z-index: 1;
	border: solid;
	width: 50px;
	height: 50px;
	background-color: #FFFFFF;
}


/* ansicht3 */


#ansicht3 {
    position: absolute;
	top: 2500px;
	left: 3000px;
	z-index: 0;
	border: 0;
}


/* ansicht4 */

#ansicht4 {
    position: absolute;
	top: 2500px;
	left: 5000px;
	z-index: 0;
	border: 0;
}

#gewaltskizze {
    position: absolute;
	top: 4300px;
	left: 3800px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #996666;
}

#gewalt {
    position: absolute;
	top: 4380px;
	left: 3800px;
	z-index: 1;
	border: solid;
	border-color: #000000;
	width: 50px;
	height: 50px;
	background-color: #666666;
}

#gruen {
    position: absolute;
	top: 4380px;
	left: 4200px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #669966;
}

/* ansicht5 */

#holz {
    position: absolute;
	top: 4300px;
	left: 5900px;
	z-index: 1;
	border: 0;
	width: 50px;
	height: 50px;
	background-color: #996633;
}

/* nicht fertig */

#index {
position: absolute;
	top: 4400px;
	left: 0px;
    width: 200px;
    height: 500px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3em;
    font-weight: 100;
    background-color: #FFFFFF;
    border: solid;
    border-width: 2px;
    border-color: #000000;    
}

#nichtfertig {
    position: absolute;
	top: 4200px;
	left: 200px;
	z-index: 1;
	border: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 6em;
    font-weight: 100;
}

