body {
    font-family: sans-serif;
    background-color: #333;
    margin: 0;
    padding: 0;
    color: #666;
    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 {
    color: #DF9D09;
    text-decoration: underline;
}

div.clear {
    clear: both;
}

/*
 * 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-bottom: 2px solid #E47E7A;
    color: #000000;
}

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;
}

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

/*
 * LANGUAGE MENU
 */
ul.language_menu {
    float: right;
    font-size: 0.7em;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.language_menu li {
    padding: 10px;
    padding-right: 5px;
    float: left;
}

ul.language_menu li.last {
    padding-right: 0px;
}

/*
 * PAGE BACKGROUND WRAPPER
 */
div.page_back_wrapper {
    background-image: url(../images/back.jpg);
    background-color: #fff;
    background-repeat: repeat-x;
}

/*
 * PAGE WRAPPER
 */
div.page_wrapper {
    width: 1102px;
    margin: 0 auto;
    padding-top: 50px;
}
 
/*
 * HEADER
 */
div.header {}

div.header div.logo {
    float: left;
}

div.header div.slogan {
    float: right;
}

div.header div.slogan h1 {
    color: #999;
    font-size: 1.5em;
}

div.header div.slogan h1 sup {
    font-size: 0.4em;
}

div.header div.main_menu {
    background-image: url(../images/menu.jpg);
    height: 64px;
    width: 1102px;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    font-size: 0.9em;
}

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: 136px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
}

div.header div.main_menu li div.item {
    margin-top: 24px;
}

div.header div.main_menu li.first {
    margin-left: 0px;
}

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

div.header div.main_menu li.selected {
    height: 64px;
    color: #fff;
    background-image: url(../images/menu_selected.jpg);
    background-repeat: no-repeat;
}

div.header div.main_menu li.selected a:hover {
    color: #fff;
}
 
/*
 * CONTENT
 */
div.separator {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    height: 1px;
}

div.content_wrapper {}

div.content_wrapper div.content_side {
    width: 6px;
    background-repeat: no-repeat;
    float: left;
    min-height: 500px;
}

div.content_wrapper div.sx {
    background-image: url(../images/content_side_sx.jpg);
}

div.content_wrapper div.dx {
    background-image: url(../images/content_side_dx.jpg);
}

div.content {
    float: left;
    width: 1090px;
    background-color: #fff;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.content h2 {
    color: #CC8E09;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

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

div.content div.error_404 {
    margin-left: 20px;
}

div.content div.news_list {
    float: left;
    width: 220px;
    margin-left: 20px;
    background-color: #f0f0f0;
    padding: 20px;
}

div.content div.news_list div.post {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-top: 30px;
}

div.content div.news_list div.post h3 {
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 0;
}

div.content div.news_list div.post p {
    font-size: 0.9em;
}

div.content div.news_list div.post img {
    border: 3px solid #e8e8e8;
}
  
div.content div.left {
    float: left;
    width: 780px;
    margin-left: 14px;
}

div.content div.left h2 {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    background-position: 0 100%;
}

div.content div.left h2 sup {
    font-size: 0.3em;
}

div.content div.left p {
    font-size: 0.9em;
}

div.content div.left p sup {
    font-size: 0.3em;
}

div.content div.left div.flash {
    margin-bottom: 20px;
}

div.content div.left div.bottom_left {
    float: left;
    width: 360px;
    padding-right: 20px;
    border-right: 3px solid #f0f0f0;
}

div.content div.left div.bottom_right {
    float: left;
    margin-left: 20px;
    width: 360px;
}

div.content div.left div.bottom_right p {
    font-size: 1em;
    line-height: 2.5em;
}

/*
 * PAGE CONTENT
 */
div.content div.page_left {
    float: left;
    width: 220px;
    margin-left: 14px;
    background-color: #f0f0f0;
    padding: 20px;
}

div.content div.page_left h2 {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    background-position: 0 100%;
}

div.content div.page_left h2 sup {
    font-size: 0.3em;
}

div.content div.page_left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.content div.page_left ul a:hover {
    color: #DF9D09;
}

div.content div.page_left ul li {
    padding: 10px;
}

div.content div.page_left ul li.selected {
    background-color: #e5e5e5;
}

div.content div.page_left ul li.level_1 {}

div.content div.page_left ul li.level_2 {
    padding-left: 20px;
}

div.content div.right {
    float: left;
    margin-left: 20px;
    padding: 20px;
    width: 740px;
}

div.content div.right h2 {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    background-position: 0 100%;
}

div.content div.right h2 sup {
    font-size: 0.3em;
}

div.content div.full {
    margin-left: 14px;
    padding: 20px;
    width: 1020px;
}

div.content div.full h2 {
    background-image: url(../images/separator.gif);
    background-repeat: repeat-x;
    padding-bottom: 10px;
    background-position: 0 100%;
}

div.content div.full h2 sup {
    font-size: 0.3em;
}

div.content h2 a:link, div.content h2 a:active, div.content h2 a:visited {
    color: #CC8E09;
}

/*
 * CONTACT FORM
 */
div.contact_form {
    margin-top: 20px;
}
 
/*
 * FOOTER
 */
div.footer {
    border-top: 10px solid #000;
}

div.footer_wrapper {
    width: 1102px;
    margin: 0 auto;
}

div.footer p {
    color: #9e9e9e;
    font-size: 0.7em;
    text-align: center;
}

div.footer p.last {
    margin-bottom: 50px;
}
