body {
    font-family: sans-serif;
    background-color: #000;
    margin: 0;
    padding: 0;
    color: #45453D;
    font-size: 13px;
}

h1 {}

h2 {}

h3 {}

p {
    text-align: justify;
}

img {
    border: 0px none;
}

a:link, a:active, a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.clear {
    clear: both;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

dt {
    color: #C00076;
    font-weight: bold;
}

/*
 * MESSAGES
 */
div.errors, div.messages, div.warnings, div.informations {
    padding: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
}

div.errors p, div.messages p, div.warnings p, div.informations p {
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

div.errors {
    background-color: #FFE4E3;
    background-image: url(../images/cross.gif);
    border: 2px solid #E47E7A;
}

div.errors a:link      {color: #000000; text-decoration: underline;}
/* visited link */
div.errors a:visited   {color: #000000; text-decoration: underline;}
/* mouse over link */
div.errors a:hover     {color: #444444; text-decoration: underline;}
/* selected link */
div.errors a:active    {color: #000000}

div.messages {
    background-color: #E0FFD3;
    background-image: url(../images/accept.gif);
    border-bottom: 2px solid #8BD76B;
    color: #000000;
}

div.messages a:link      {color: #000000; text-decoration: underline;}
/* visited link */
div.messages a:visited   {color: #000000; text-decoration: underline;}
/* mouse over link */
div.messages a:hover     {color: #444444; text-decoration: underline;}
/* selected link */
div.messages a:active    {color: #000000}

div.warnings {
    background-color: #FFF6BF;
    background-image: url(../images/error.gif);
    border-bottom: 2px solid #FED324;
    color: #000000;
}

div.informations {
    background-color: #E3F1FE;
    background-image: url(../images/information.gif);
    border-bottom: 2px solid #7AA6D5;
    color: #000000;
}

/*
 * FORM ELEMENTS
 */
label {
    float: left;
    display: block;
    width: 200px;
    padding-top: 8px;
}

label.checkbox {
    width: 290px;
    padding-top: 0px;
}

input, select, textarea {
    border: 1px solid #D3CFAD;
    padding: 4px;
    color: #45453D;
}

input[type=text], input[type=password] {
    width: 200px;
}

input[type=text], input[type=password], input[type=checkbox], select {
    float: left;
}

input[type=submit] {
    font-size: 1.4em;
    cursor: pointer;
}

textarea {
    width: 740px;
    height: 100px;
}

fieldset {
    border: 0px none #fff;
    border-top: 4px solid #D3CFAD;
    margin-top: 20px;
}

legend {
    color: #C00076;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

span.error {
    display: none;
    float: left;
    color: #FF3300;
    margin-left: 20px;
    padding-top: 8px;
    width: 300px;
    text-align: left;
}

span.checkbox {
    padding-top: 0px;
}

span.summary {
    display: block;
    padding-top: 8px;
    font-weight: bold;
}

/*
 * PAGE WRAPPER
 */
div.page_wrapper {}
 
/*
 * HEADER
 */
div.header_back_wrapper {}

div.header_back_wrapper div.it {
    background-image: url(../images/it/header.jpg);
}

div.header_back_wrapper div.en {
    background-image: url(../images/en/header.jpg);
}

div.header_back_wrapper div.de {
    background-image: url(../images/de/header.jpg);
}

div.header_back_wrapper div.fr {
    background-image: url(../images/fr/header.jpg);
}

div.header_wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 370px;
    background-repeat: no-repeat;
}

div.header {
    width: 770px;
    margin: 0 auto;
}

div.header div.main_menu {}

div.header div.main_menu a:link, div.header div.main_menu a:active, div.header div.main_menu a:visited {}

div.header div.main_menu a:hover {}

div.header div.main_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.header div.main_menu li {
    float: left;
    width: 185px;
    border-bottom: 4px solid #C00074;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-right: 10px;
    text-align: center;
    text-transform: lowercase;
    font-size: 1.1em;
}

div.header div.main_menu li.last {
    margin-right: 0px;
}

div.header div.main_menu li.selected {
    border-bottom: 4px solid #FEF200;
}

div.header div.main_menu li.selected a:link, div.header div.main_menu li.selected a:active, div.header div.main_menu li.selected a:visited {
    color: #FEF200;
}

div.header div.main_menu li.selected a:hover {
    color: #FEF200;
}

/*
 * LANGUAGES MENU
 */
div.languages {
    margin-bottom: 15px;
    float: right;
}

div.languages p {
    float: left;
    margin: 0;
    padding: 0;
}

div.languages ul {
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.languages li {
    float: right;
    /*width: 20px;*/
    margin-left: 10px;
}
 
/*
 * CONTENT
 */
div.content_wrapper {
    background-color: #ECEADB;
}

div.content {
    width: 770px;
    margin: 0 auto;
    background-color: #ECEADB;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.content h2 {
    font-weight: normal;
    font-size: 1.4em;
    color: #C00076;
    text-transform: uppercase;
}

div.content .separator {
    border-bottom: 5px solid #D3CFAD;
    padding-bottom: 10px;
}

div.content h3 {
    font-size: 1.2em;
    color: #C00076;
}

div.content a:link, div.content a:active, div.content a:visited {
    color: #45453D;
}

/*
 * INTRO
 */
div.content h1.header {
    font-weight: normal;
    font-size: 1.1em;
    margin-top: 0px;
    border-bottom: 5px solid #D3CFAD;
    padding-bottom: 10px;
}

div.content h1.header span {
    color: #C00076;
}
 
div.content div.intro {
    float: left;
    width: 390px;
}

div.content div.photos {
    float: right;
    width: 360px;
}

div.content div.photo {
    float: left;
    width: 170px;
    margin-bottom: 20px;
    margin-right: 20px;
}

div.content div.last {
    margin-right: 0px;
}

/*
 * PROGRAM
 */

/*
 * BOOK
 */
div.bankpass {
    text-align: right;
}
 
/*
 * INFO
 */
div.content div.info {
    width: 345px;
    float: left;
}

div.content div.info p {
    margin-top: 0;
}

div.content div.map {
    width: 425px;
    float: right;
}

/*
 * CONTACT FORM
 */
div.contact_form {
    margin-top: 20px;
}
 
/*
 * FOOTER
 */
div.footer_back_wrapper {}

div.footer_wrapper {
    width: 1280px;
    margin: 0 auto;
    background-image: url(../images/footer.jpg);
    height: 360px;
    background-repeat: no-repeat;
}

div.footer {
    padding-top: 20px;
    color: #fff;
}

div.footer p {
    font-size: 0.9em;
    text-align: center;
}

div.footer a:link, div.footer a:active, div.footer a:visited {
    color: #FEF200;
}

/* ---------------------------------------------------------------------------*/

p#logout_box {
    float: right;
}

table#adv_sales_table {
    width: 100%;
}

table#adv_sales_table tr {}

table#adv_sales_table tr td{
    padding: 4px;
    background-color: white;
}

p.page_select {
    text-align: center;
    width: 100%;
}

div#earned {
    padding: 20px;
    margin: 40px auto;
    background-color: #FDD017;
    font-weight: bold;
    text-align: center;
    width: 200px;
}
