html
{
    height: 101%;
    background-image: url(html-bg.gif);
    background-repeat: repeat;
    font-family: Verdana;
}

#main-container
{
    width: 800px;
    margin: 0px auto;
    border: 1px solid #C4C4C4;
}

#skyline
{
    height: 120px;
}

#navigation
{
    background-color: #121F49;
    text-align: center;
    color: white;
    height: 30px;
}

#content
{
    padding: 5px;
    background-color: #F7F2EC;
    font-size: 12px;
}


/*COMMON*/
.cl-bo
{
    clear: both;
}

.fl-ri
{
    float: right;
}
.fl-le
{
    float: left;
}

h2
{
    text-align: center;
}
h3
{
    text-align: center;
}

fieldset
{
    border:1px solid #C4C4C4;
}
fieldset legend
{
    font-weight: bold;
}

.textbox
{
    border:1px solid #C6C6C6;
    padding:2px;
    width:200px;
}

#error
{
    background-color:#FFD9D9;
    border:1px solid #CD0921;
    color:#CD0921;
    font-weight:bold;
}

#complete
{
    background-color:#E1F7E1;
    border:1px solid #33CC33;
    color:#339900;
    font-weight:bold;
    text-align:center;
}

.pointer:hover
{
    cursor: pointer;
}

.close-ranks
{
    margin: 0 auto;
    width: 600px;
}

/*SKYLINE*/
#lang-flags
{
    float: right;
}
#lang-flags img
{
    padding: 2px;
    border: none;
}

/*NAVIGATION*/
.nav-item
{
    font-size:16px;
    font-variant:small-caps;
    font-weight:bold;
}
.nav-item a
{
    color: white;
    text-decoration: none;
}

.nav-item a:hover
{
    text-decoration: underline;
}

.nav-spacer-de
{
    float: left;
    padding:6px 3px 0 6px;
}
.nav-spacer-en
{
    float: left;
    padding:6px 10px 0 15px;
}

/*LEFT RIGHT*/
.lr-div-left
{
    text-align: left;
}

.lr-description-left
{
    margin-left: 330px;
}
.lr-description-left-upright
{
    margin-left: 185px;
}

.lr-div-right
{
    text-align: right;
}

.lr-description-right
{
    margin-right: 330px;
}
.lr-description-right-upright
{
    margin-right: 185px;
}

.lr-image
{
    border:1px solid #E2EAEE;
    padding:9px;
}
.lr-image:hover
{
    cursor: pointer;
}

.lr-horse-names
{
    font-variant:small-caps;
    font-size: 13px;
}

/*WELCOME*/
#wel-under-title
{
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    padding-bottom: 20px;
}

/*CONTACT*/
#contact-form label
{
    float: left;
    width: 150px;
}

/*NEWS*/
.news-entry
{
    padding: 5px;
}
.news-content
{
    margin-left: 10px;
}
.news-title
{
    font-weight: bold;
    font-size: 17px;
}
.news-date
{
    font-size:10px;
}

/*PAGER*/

