/* auber|gray webpage screen media stylesheet
 * Copyright (c) 2005 auber|gray */


body {
    background-color: #251d5d;
    color: #ffffff;
    text-align: center;
}
img {
    border: none;
}


/* container */
#container {
    margin: 20px auto 20px auto;
    text-align: left;
    width: 970px;
    background-color: #ffffff;
    border: solid 2px #a7a9ac;
}


/* header parts */
#header {
    width: 100%;
    height: 200px;
    margin: 25px 0px 0px 0px;
    background: url("./_layout/header.png") no-repeat bottom left;
}
#header a.logo {
    position: absolute;
    margin: 3px 0 0 32px;
}
#header img.logo {
    margin: 0px;
}
#header div.language {
    text-align: right;
    height: 18px;
    padding: 7px 16px 0px 0px;
}
#header img.motto {
    position: absolute;
    margin: 42px 0px 0px 590px;
}


/* button bar parts */
#buttonbar {
    height: 64px;
    margin: 0px;
    padding: 0px;
    background: url("./_layout/bg_buttons.png") repeat-x top;
}
#buttonbar img.line {
    position: absolute;
    margin-left: 90px;
}
#buttonbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 205px;
}
#buttonbar ul.section {
    display: block;
    height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 205px;
    float: left;
    clear: left;
}
#buttonbar li {
    display: inline;
    padding-right: 2px;
    float: left;
}
#buttonbar a {
    display: block;
    width: 95px;
}
#buttonbar div {
    display: block;
    height: 36px;
    width: 95px;
}
#buttonbar span {
    display:none;
}
#buttonbar .caprice {
    width: 93px;
    margin-left: 48px;
}

/* content parts */
#content {
    height: 418px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #909EAE;
    text-align: justify;
    padding: 30px 50px 0px 220px;
    overflow: hidden;
}


/* news parts */
#news {
    height: 34px;
    background: url("./_layout/bg_news.png") repeat-x;
}
#news h2 {
    position: relative;
    top: 10px;
    left: 120px;
    font-family: "Arial", sans-serif;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    color: #251d5d;
    font-weight: normal;
}
#news strong {
    font-weight: bolder;
    margin-right: 32px;
}
#news span {
/*   position: relative; */
    font-size: 9pt;
}


/* footer parts */
#footer {
    height: 19px;
    background: url("./_layout/footer.png");
}
