body {
    background-color:#FFFEBE;
    margin:0;
}

body.bg_image {
    background-image:url(img/Hintergrund.jpg);
    background-repeat:no-repeat;
    background-position:22ex 10ex;
    background-attachment:scroll;
}

/*p {
    text-align: left;
    <font face="Arial" size="3" >
    </font>
}*/

li {
    padding-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    font-family:Arial;
}

#titelbar h1 {
    margin:0px; /* Damit kein Abstand zwischen der "titelbar"-div und
                   dem Bildschirmrand entsteht*/
    margin-top:10px;
}

DIV#main {
    position:absolute;
    width:100%;
    left:0px;
    top:0px;
    z-index:0;
}

DIV#content {
    padding-left:22ex;
    padding-top:11ex;
    padding-right:10%;
    text-align:center;
    z-index:1;
    font-family:Arial;
}

DIV#menu_background {
    position:fixed;
    top:0px;
    left:0px;
    height:100%;
    width:20ex;
    background-color:#30AE30;
    z-index:1;
}

DIV#menu {
    position:absolute;
    top:8ex;
    left:0px;
    padding-top:15px;
    width:15ex;
    background-image:url(img/menu_shadow.png);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#30AE30;
    z-index:2;
}

DIV#titelbar {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:8ex;
    padding-top:0px;
    background-color:green;
    background-image:url(img/titlebg.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:black;
    z-index:3;
    font-family:Arial;
}

ul.menulist {
    position:relative;
    left:10px;
    margin-left:0px;
    margin-bottom:15px;
    margin-top:0px;
    padding:0px;
    list-style-type:none;
}

li.menuitem {
    text-align:right;
    background-color:#1E981E;
    margin-left:0px;
    margin-top:0.5ex;
    padding:2px;
    padding-right:5px;
    font-family:Arial;
    font-weight:bold;
}

li.submenuitem {
    text-align:right;
    background-color:#1E981E;
    margin-left:0px;
    margin-top:0ex;
    padding:0px;
    padding-right:5px;
    font-family:Arial;
    font-weight:normal;
    font-size:small;
}

a.menulink {
    color:#F2F385;
    text-decoration:none;
}

a.menulink:link, a.menulink:visited {
    background-color:#1E981E;
}

a.menulink:hover, a.menulink:focus {
    background-color:#99DF99;
}

a.menulink:active {
    position:relative;
    left:1px; top:1px;
    background-color:#99DF99;
}

#minigolf_galerie {
/*  width: 130px; height: 120px;*/
  float: left;
  margin: 10px;
}
