html, body{
background-color: rgb(255,255,255);
background-image: url(strand.jpg);
background-attachment: fixed;
background-position: 20% 0px;
background-repeat: no-repeat;
}
#wuerfel_gross{
position: absolute;
background-color: rgb(255,255,255);
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_1{
position: absolute;
background-color: white;
border-top: 20px solid #1543E9;
border-right: 20px solid #1543E9;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_3{
position: absolute;
background-color: white;
border-top: 20px solid #D7E6FA;
border-right: 20px solid #D7E6FA;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_4{
position: absolute;
background-color: white;
border-top: 20px solid #F4710D;
border-right: 20px solid #F4710D;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_5{
position: absolute;
background-color: white;
border-top: 20px solid #D7E6FA;
border-right: 20px solid #D7E6FA;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_6{
position: absolute;
background-color: white;
border-top: 20px solid #AF66C8;
border-right: 20px solid #AF66C8;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#wuerfel_gross_8{
position: absolute;
background-color: white;
border-top: 20px solid #46A953;
border-right: 20px solid #46A953;
height: 500px;
width: 500px;
margin-top: 0px;
margin-left: 27%;
}
#basicmap {
background-color: white;
position: absolute;
height: 220px;
width: 450px;
margin-top: 0px;
margin-left: 20px;
}
.seiten_name {
font-family: tahoma;
font-weight: bold;
font-size: 45px;
margin-left: 60%;
margin-top: 20px;
text-align: left;
}
.seiten_ueberschrift {
font-family: arial;
font-weight: bold;
font-size: 20px;
margin-left: 20px;
margin-top: 20px;
text-align: left;
}
.seiten_ueberschrift_klein {
font-family: arial;
font-weight: bold;
font-size: 17px;
margin-left: 20px;
margin-top: 20px;
text-align: left;
}
.seiten_schrift {
font-family: arial;
font-weight: normal;
font-size: 15px;
margin-left: 20px;
margin-top: 20px;
text-align: left;
}
.seiten_rechts {
font-family: arial;
font-size: 10px;
margin-left: 400px;
text-align: left;
}
.ulnavi li a {
list-style-type: none;
text-align: center;
color: black;
font-family: arial;
font-size: 15px;
text-decoration: none;
}
.ulnavi li a:hover {
color: gray;
}