<!--
body
{
margin: 0;
padding: 0;
background-color: #ffd60d;

}
#gruenrotweiss
{
text-align: center;
font: italic bold 1.6em "Times New Roman", sans-serif; 
}
.raetselvom
{
font-size: 60%;
}
h2
{
font: normal normal bold 1em "Times New Roman", sans-serif;
}
img
{
border: 0 none;
}
#gruen
{
z-index: 100;
position: fixed;
background-color: green;
top: 0px;
left: 0px;
width: 100%;
height: 75px;
color: #000000;
}
#rot
{
z-index: 99;
position: fixed;
background-color: red;
top: 75px;
left: 0px;
width: 100%;
height: 80px;
min-width: 100%;
overflow: auto;
}
#weiss
{
position: absolute;
top: 155px;
left: 0px;
width: 100%;
height: auto;
z-index: 10;
background-color: #fffff0;

}
h1
{
font-weight: bold;
font-size: 1.4em;
text-align: center;
vertical-align: top;
}
h2
{
font: normal normal bold 1em "Times New Roman", sans-serif;
}
acronym
{
cursor: help;
}
.datum
{
position: absolute;
right: 2px;
top: 4px;
display: block;
}
a:link
{ 
font-family: Times New Roman, Arial, sans-serif; font-size: 1em; color: #001cbc; background-color: transparent; text-decoration: none; 
}
a:hover
{
font-family: Times New Roman, Arial, sans-serif; font-size: 1em; color: #fbff2b; text-decoration: none; 
}
a:active { 
font-family: Times New Roman, Arial, sans-serif; font-size: 1em; color: #b5f7ff; text-decoration: none;
}
a:visited
{ 
font-family: Times New Roman, Arial, sans-serif; font-size: 1em; color: #000000; text-decoration: none; 
}
a:focus
{
font-family: Times New Roman, Arial, sans-serif; font-size: 1em; color: #fbff2b; text-decoration: none;
}
ul
{
list-style-type: none;
}
a:link img
{
color: #00FF21; background-color: transparent; text-decoration: none; border:2px solid #00ff21;
}
a:visited img
{
color: #ff0f23; background-color: transparent; text-decoration: none; border:2px solid #ff0f23
}
a:focus img
{
color: #ff32fb; background-color: transparent; text-decoration: none;
}
a:hover img
{
color: #ffc12c; background-color: transparent; text-decoration: none; border:2px solid #ffc12c;
}
a:active img
{
color: #2819ff; background-color: transparent; text-decoration: none; border:2px solid #2819ff;
}
li
{
position: relative;
top: -10px;
left: -30px;
border: 2px dashed #ff3a42;
padding-left: 4px;
padding-right: 4px;
float: left;
}
.bigletters
{
font-size: 2em;
}
.warntext
{
color: red;
}

.am
{
color: #6aff56;
}
.insel
{
color: #ff0000;
}
.igsten
{
margin-left: -4px;
color: #ffffff;
}
b
{
font: normal normal bold 1em "Arial", sans-serif;
}
.herz
{
font-size: 1.5em;
color: red;
}
img
{
	border-radius: 6px
}
-->