﻿html
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial;
    font-size: 76%;
    height: 100%;
    background: #dcdcdc url(../images/img_bg.jpg) repeat-x;
}
a
{
    text-decoration: underline;
    color: #ea0030;
    font-size: 1em;
    padding: 1px 2px;
}
a img
{
    border:none;
}

#container
{
    margin: 0px auto;
    width: 800px;
    position: relative;
    text-align: center;
    background: #000000 url(../images/img_mid.jpg) repeat-y;
}
#innercontainer
{
    background: url(../images/img_top.jpg) no-repeat;
}

#header
{
    text-align: left;
    padding: 0px;
    position: relative;
    height: 192px;
    width: 800px;
}
#languages
{
    float: right;
    margin: 5px 150px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}
#languages ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#languages li
{
    float:left;
    margin-left:10px;
}
#languages a, #languages a:link, #languages a:hover, #languages a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#languages a.selected, #languages a.selected:link, #languages a.selected:hover, #languages a.selected:visited
{
    color: #ea0030;
}

#logo
{
    height: 81px;
    padding-top:15px;
    padding-left:20px;
}
#logo a, #logo a:link, #logo a:hover, #logo a:visited
{
    display:block;
    width:300px;
    text-decoration:none;
    height: 71px;
}
#baseline
{
    height: 34px;
    padding: 6px 0px 0px 42px;
    font-size: 14px;
    color: #ffffff;
}

#navigation
{
    height:49px;
    padding:3px 0px 0px 27px;
}
#nav, #nav ul
{
    padding:0px;
    margin:0px;
    list-style: none;
}
#nav li
{
    float: left;
}
#nav ul
{
    position: absolute;
    width: 120px;
    left: -1000px;
}
#nav li:hover ul, #navigation li.ie_does_hover ul
{
    left: auto;
    background-position: 0 0;
}
#nav a
{
    display: block;
    padding: 15px 15px 18px 15px;
    text-decoration: none;
    font-size: 1em;
    color:#ffffff;
}
#nav a:hover, #nav a:active, #nav a.selected
{
    background:url('../images/img_menu_selected.jpg') bottom repeat-x;
}
#nav ul a
{
    display: block;
    padding: 6px 10px 6px 10px;
    font-weight: bold;
    cursor: default;
    color:#ffffff;
    width:100%;
    background-color:#363636;
}
#nav ul a:link, #nav ul a:visited
{
    font-weight: normal;
    cursor: pointer;
}
#nav ul a:hover, #nav ul a:active
{
    font-weight: normal;
    cursor: pointer;
}
#nav ul li
{
    border-left: 0;
    width:100%;
}

#content
{
    padding: 0px 0px 0px 21px;
    font-size: 11px;
    color: #363636;
}
#content h1
{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: normal;
    color: #ea0030;
    clear: both;
}
#content p
{
    line-height: 2em;
    letter-spacing: 0.1em;
}
#content ul
{
    margin: 20px 0px;
    padding: 0px 0px 0px 25px;
}
#content li
{
    list-style-type: circle;
    padding: 0 0 0 8px;
    line-height: 2em;
    letter-spacing: 0.1em;
}
#content table th
{
    vertical-align:top;
    text-align:left;
    font-weight:bold;
    padding-top:3px;
}

#left
{
    float: left;
    width: 553px;
    padding: 21px 13px 21px 21px;
    text-align: left;
}
#left img
{
    border: none;
}
#right
{
    float: right;
    width: 176px;
    text-align: left;
}
#baseline2
{
    padding: 20px 0px 12px 29px;
    font-size: 11px;
    color: #cfcfcf;
}
#address
{
    padding: 18px 21px 12px 29px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #cfcfcf;
}
/*#buttons
{
}*/
#contactbutton, .rightbutton
{
    display:block;
    margin:0px;
    padding:0px;
    /*width:172px;
    height:104px;*/
    text-decoration:none;
}

#footer
{
    position: relative;
    clear: both;
    height: 19px;
    padding: 8px 168px 0px 21px;
    font-size: 11px;
    line-height: 19px;
    color: #ffffff;
    background: url(../images/img_bottom.jpg) no-repeat;
}
#footer a, #footer a:link, #footer a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover
{
    color: #ea0030;
}

#left img.ImageLeft
{
    clear: both;
    float: left;
    border: 1px solid #363636;
    padding: 2px;
    margin: 2px 10px 2px 0px;
}
#left img.ImageRight
{
    clear: both;
    float: right;
    border: 1px solid #363636;
    padding: 2px;
    margin: 2px 0px 2px 10px;
}
#content .button
{
    float:left;
    display:block;
    margin-top:10px;
    padding:2px 10px 2px 10px;
    font-weight:bold;
    text-decoration:none;
    background-color:#ea0030;
    color:#ffffff;
}
