/* body */
    body {
        color       : rgb(0,102,153);
        background  : rgb(235,235,235);
        text-align  : center;
        font-size   : 13px;
        font-family : Arial, sans-serif;
        font-weight : bold;
    }
    
/* text */
    em { color: rgb(205,35,35); }
    
/* lines */
hr {
    border-width  : 0;
    border-bottom : 1px solid rgb(0,102,153);
}
    
/* images */
    img.left  { float: left;  margin: 15px 25px 15px 0; }
    img.right { float: right; margin: 15px 0 15px 25px; }
    img.b2    { border-width : 2px; }
    img.red   { border-color : rgb(205,35,35); }
    img { border : 0 solid rgb(0,102,153); }
    
/* links */
    a {
        color           : rgb(0,102,153);
        text-decoration : none;
    }
    a:hover   { text-decoration: underline; }
    a#u       { text-decoration: underline; }
    a#u:hover { text-decoration: none;}
    
/* headlines */
    h1 {
        width              : 610px;
        height             : 159px;
        background         : url(../pictures/header.jpg);
        text-indent        : -9999px;
        margin:0;
    }
    h2 {
        margin    : 15px 25px;
        font-size : 21px;
    }
    h3 {
        margin    : 10px 20px;
        font-size : 17px;
    }
    
/* lists */
    ul { list-style: url(../pictures/li.gif); }

/* specials */
    #bottom {
        background : url(../pictures/bottom.jpg);
        width      : 610px;
        height     : 30px;
    }
    
    #container {
        width      : 610px;
        margin     : 0 auto;
        background : url(../pictures/middle.jpg);
    }
    
    #content {
        text-align : justify;
        background : url(../pictures/background.jpg);
        margin     : 0 11px 0 1px;
        padding    : 10px 25px;
    }
    
/* menu */
    #menu {
        margin            : 0;
        padding           : 0;
        width             : 590px;
        list-style-type   : none;
        text-align        : center;
        background-color  : rgb(0,102,153);
        font-size         : 12px;
        cursor            : pointer;
    }
    #menu li {
        display           : inline;
    }
    #menu a {
        color             : rgb(255,255,255);
        text-decoration   : none;
        line-height       : 200%;
        border            : 1px rgb(0,102,153) solid;
        padding           : 0 6px;
    }
    #menu a:hover {
        color             : rgb(0,102,153);
        text-decoration   : none;
        border            : 1px rgb(255,255,255) solid;
        background        : rgb(153,204,255);
    }
    
/* forms */
    input {
        border      : 1px dashed rgb(0,102,153);
        background  : rgb(245,245,245);
        font-size   : 13px;
        font-family : Arial, sans-serif;
        font-weight : bold;
        color       : rgb(0,102,153);
    }
    input#submit { cursor: pointer; background: rgb(237,237,237); }
