body {
 font-family : Verdana, sans-serif;
 color : #000080;
 background-color : #ffce9c;
 font-size : 12px;
}

/* Atomic Eggs - Logo (Namen- und Egg-Jones-Grafik) */
#logo {
 position : absolute;
 top : 0;
 width : 555px;
 text-align : center;
 visibility : visible;
}

/* Rahmen (DIV-Formatierungen oben, mitte, unten) */
#rahmen {
 position : absolute;
 top : 135px;
 width : 558px;
 margin-bottom : 0px;
 color : #000080;
 background-color : #eeeeee;
 border : 10px solid #000080;
 visibility : visible;
 font-family : Verdana, sans-serif;
 overflow : hidden;
 z-index : 0;
}

/* Navigationsleiste (mit "Eicons" - Eier-Symbolgrafiken) */
#navileiste {
 height : 56px;
 position : absolute;
 top : 70px;
 left : 65px;
}
#navi1 {
 position : absolute;
 top : 0;
 left : 5px;
 width : 80px;
 height : 56px;
 text-align : center;
}
#navi2 {
 position : absolute;
 top : 0;
 left : 90px;
 width : 80px;
 height : 56px;
 text-align : center;
}
#navi3 {
 position : absolute;
 top : 0;
 left : 175px;
 width : 80px;
 height : 56px;
 text-align : center;
}
#navi4 {
 position : absolute;
 top : 0;
 left : 260px;
 width : 80px;
 height : 56px;
 text-align : center;
}
#navi5 {
 position : absolute;
 top : 0;
 left : 345px;
 width : 80px;
 height : 56px;
 text-align : center;
}

/* Text */
#textteil {
 margin-left : 20px;
 margin-top : 135px;
 margin-right : 30px;
 margin-bottom : 50px;
 text-align : justify;
 font-size : 12px;
}
.pagenav {
 margin-bottom : 30px;
}
.navlinks {
 margin-bottom : 30px;
 margin-left : 0;
 padding : 0;
 list-style : none;
}
h2 {
  font-size : 12px;
}

/* Copyright-Zeile unten */
#copyright {
 margin-left : 20px;
 margin-right : 30px;
 font-size : 11px;
 text-align : center;
}

/* Weitere Formatierungen */
.textarea {
 width : 505px;
 height : 100px;
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000080;
 background-color : #ffffff;
 border : 1px solid #ffce9c;
}
.gb {
 text-align : center;
}
.gbo {
 text-align : center;
 margin-top : 30px;
}
.formcss {
 width : 505px;
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000080;
 background-color : #ffffff;
 border : 1px solid #ffce9c;
}
.button {
 font-family : Verdana, sans-serif;
 font-weight : bold;
}
.ueberschrift {
 text-align : center;
 margin-left : 20px;
 margin-top : 15px;
 margin-right : 20px;
 font-size : 18px;
 font-weight : bold;
}
.back {
 text-align : left;
}
img {
 border : none;
}
.redp {
 float : left;
}
.greenp {
 float : right;
}
a:link {
 color : #000080;
 background-color : #eeeeee;
 text-decoration : none;
 font-weight : bold;
}
a:visited {
 color : #000080;
 background-color : #eeeeee;
 text-decoration : none;
 font-weight : bold;
}
a:link:hover, a:visited:hover {
 color : #ffce9c;
 background-color : #eeeeee;
 text-decoration : none;
 font-weight : bold;
}
a:active {
 color : #ffce9c;
 background-color : #eeeeee;
 text-decoration : none;
 font-weight : bold;
}
a.copy:link {
 font-size : 11px;
 font-weight : normal;
}
a.copy:visited  {
 font-size : 11px;
 font-weight : normal;
}
a.copy:hover, a.copy:visited:hover {
 font-size : 11px;
 font-weight : normal;
}
a.copy:active  {
 font-size : 11px;
 font-weight : normal;
}