
/*Generelle Anweisungen*/

body {
background-color: #000000;
font-family: Comic Sans MS;
}
a:link {
color: black;
text-decoration: none;
}
a:active {
color: red;
text-decoration: underline;
}
a:visited {
color: black;
text-decoration: none;
}

.head {
font-size: 14px;
font-weight: bold;
}
.text {
font-size: 12px;
font-weight: bold;
}

/*Licht aus!*/

#lichtaus {

position: absolute;
top: 0px;
left: 0px;
width: 1000px;
height:1000px;
background: url(de/grafiken/stuff/black.gif);
z-index: 1001;
}

/*Anweisungen für das Kopfmenue*/

#menueback {
position: absolute;
left: 150px;
top: 10px;
width: 120px;
height: 120px;
background-image: url(de/grafiken/seitenbilder/drachenkopf.gif);
z-index: 1;
}
#titel {
position: absolute;
left: 290px;
top: 60px;
width: 290px;
height: 25px;
z-index: 1;
}
#button1 {
position: absolute;
left: 30px;
top: 375px;
z-index: 5;
}
#button2 {
position: absolute;
left: 35px;
top: 260px;
z-index: 5;
}
#button3 {
position: absolute;
left: 20px;
top: 180px;
z-index: 5;
}
#button4 {
position: absolute;
left: 70px;
top: 35px;
z-index: 5;
}
#button5 {
position: absolute;
left: 560px;
top: 5px;
z-index: 5;
}
#button6 {
position: absolute;
left: 640px;
top: 30px;
z-index: 5;
}
#button7 {
position: absolute;
left: 710px;
top: 155px;
z-index: 5;
}
#button8 {
position: absolute;
left: 715px;
top: 300px;
z-index: 5;
}
#button9 {
position: absolute;
left: 710px;
top: 365px;
z-index: 5;
}





/*Anweisungen für den Hauptcontent*/

#hauptcontent {
position: absolute;
left: 100px;
top: 100px;
border: 4px solid black;
width: 600px;
z-index: 1;
}
#ol {
position: absolute;
left: -5px;
top: -5px;
width: 50px;
height: 50px;
background-image: url(de/grafiken/rahmen/ol.gif);
}
#or {
position: absolute;
right: -4px;
top: -5px;
width: 50px;
height: 50px;
background-image: url(de/grafiken/rahmen/or.gif);
}
#ur {
position: absolute;
right: -4px;
bottom: -4px;
width: 50px;
height: 50px;
background-image: url(de/grafiken/rahmen/ur.gif);
z-index: 2;
}
#ul {
position: absolute;
left: -5px;
bottom: -4px;
width: 50px;
height: 50px;
background-image: url(de/grafiken/rahmen/ul.gif);
}

