* {
         margin:0;
         padding:0;
}

body {
     text-align: left;
     color: #FFFFEE;
     background: #083F84 url("../img/bg.jpg") repeat-x scroll 0 0;
     font-family: Verdana,Helvetica,Arial,Geneva,sans-serif;
    }

a:link {
    color: #FFFF99;
    text-decoration: none;
}

a:visited {
    color: #DDDDDD;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color:#FFFFFF;
    text-decoration: underline;
}

h1 {
     position: relative;
     top: 22px;
     left: 1px;
     text-align: center;
     color: #071F64;


}
h1#shadow {
    top: -30px;
    left: -1px;
    color: #EECC11;
}

p#oben {
    color: #000000;
}

#leftside {
         background:url("../img/downleft.jpg") no-repeat scroll top left;
         float: left;
         width: 120px;
         height: 1250px;
         }

#text {

         width: 768px;
         height: 1250px;
         background:url("../img/downmiddle.jpg") no-repeat scroll top center;
         float: left;
}

#rightside {
         background:url("../img/downright.jpg") no-repeat scroll top right;
         float: left;
         width: 125px;
         height: 1250px;
}

#master {
         margin: 0 auto;
         width: 1013px;
}

#header {
        margin: 0 auto;
        background: #05264F;
        color: #EECC11;
        height: 100px;
        width: 1013px;
        font-size: 1.4em;
}

#header_left {
         background:url("../img/topleft.jpg") no-repeat scroll top left;
         float: left;
         width: 120px;
         height: 100px;
}

#header_text {
         background:url("../img/topmiddle.jpg") no-repeat scroll top center;
         float: left;
         width: 768px;
         height: 100px;
}

#header_right {
         background:url("../img/topright.jpg") no-repeat scroll top right;
         float: left;
         width: 125px;
         height: 100px;
}

#footer {
         background:url("../img/downcommon.jpg") no-repeat scroll top center;
         margin: 0 auto;
         height: 60px;
         clear: left;
         color: #3399DD;
}

#userlist {
         position: relative;
         left: 50px;
}