/* Farben:
Hintergrund:   e8e8e8
Hintergrund E: acff79
Text-Farbe:    04491d
Vordergrund:   c2f601
Vordergrund 2: df7f0e
Rahmenfarbe:   6ecd35

*/

/* Universal selektor */
* {
  font-family:Verdana,Tahoma,Arial,Helvetica;
}
/* Body tag */
body {
  font-family:Verdana,Tahoma,Arial,Helvetica;
  background-color:#e8e8e8;
  color:#04491d;
  text-align:left;
  margin:10px;
  min-width:260px;
}
/* Titelbild-Formatierung */
#titelbild {
  float:right;
  width:32px;
  height:32px;
  margin-right:22px;
  margin-top:22px;
}
/* Titel h1 */
h1#titel {
  margin-left: 10px;
}
h5#untertitel {
  float:right;
  margin-top:-20px;
  margin-left: 30px;
}
/* Header */
#header {
  border:1px solid #6ecd35;
  background-color:#acff79;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  -moz-border-radius-bottomleft:8px;
}
/* Navigation */
#navigation {
  clear:both;
  float:right;
  min-width: 250px;  
  max-width: 350px;
  min-height: 350px;
  border: 1px solid #6ecd35;
  background-color: #acff79;
  padding:5px;
  margin-left:10px;
  margin-bottom:1px;
}
img.imageright {
  border:0px;
  float:right;
}
/* footer */
#footer {
  clear:both;
  border:1px solid #6ecd35;
  background-color:#acff79;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-bottomright:8px;
  -moz-border-radius-bottomleft:8px;
  padding:5px;
}
#footerright {
  text-align:right;
  font-size:0.8em;
}
#footerleft {
  float:left;
  text-align:left;
}
/* A-tags */
a.menu:link, a.menu:visited
{ 
  color:#04491d;
  background-color:#acff79;
  text-decoration:none;
  border:1px solid #acff79;
}
a.menu:active, a.menu:hover
{ 
  color:#acff79;
  background-color:#04491d;
  border:1px solid #6ecd35;
}
a.menu {
  display:block;
  padding:3px;
  background-color:#acff79;
  color:#04491d;
  text-decoration:none;
  font-weight:bold;
  margin-top:1px;
  -moz-border-radius:5px;
}
li {
  margin-bottom:3px;
}
dt {
  font-weight:bold;
}