﻿body {
  background-image: url(/images/bg2.png);
  background-repeat:no-repeat;
  background-position: center;
  background-attachment:fixed;
  background-color: #ffffdc;
}

#alles {
  max-width:800px;
  min-width:600px;
  background: url(/images/bg1.png);
  margin: 20px auto 20px auto;
  border: solid #000 3px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

h1 {
  text-align: center;
}


#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 2px solid #000;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #000;
background-color: #c3b57c;
border: 1px solid #666;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

.small
{
font-size: smaller;
}
