/* 
    Document   : style
    Created on : 08.06.2011, 13:31:46
    Author     : Fred
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* GENERAL STYLE ELEMENTS */

root { 
    display: block;
}

body {
    background: url(../images/core/bg_main.png) repeat-x #1d0004;
    font-family: "Segoe Ui", Arial, sans-serif;
    font-size: 9pt;
}

#full_container {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    width: 990px;
}

/* GLOBAL CUSTOM ELEMENTS */
h1 {
  color: #251a0d;
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 24pt;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 5px 0;
}

h2 {
  color: #024354;
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 10.5pt;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 0 15px 0;
}

h3 {
  color: #4b0a0a;
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
  margin: 25px 0 5px 0;
}

hr {
    border: none;
    background: transparent;
    border-bottom: 1px solid #9d8d7e;
}

p {
    color: #000000;
    font-family: "Segoe UI", Arial,sans-serif;
    font-size: 10.5pt;
    line-height: 1.4em;
    padding: 5px 0 5px 0;
}

a {
    color: #640707;
    font-family: "Segoe UI", Arial,sans-serif;
    font-size: 10.5pt;
    font-weight: bold;
    text-decoration: none;
}

a:hover{
    color: #3b3b3b;
}

a:visited {
    color: #640707;
}

a img {
	border: none;
}

.bold {
    font-weight: bold;
}

img.border5 {
    border: 5px solid #b9a491;
}

ul.eventlist {
    list-style: none;
    list-style-image: none;
    margin: 10px 0px;
    padding: 0 0 0 10px;
}

/* SPECIAL LOCAL ELEMENTS */

#content_container {
    background: url(../images/core/bg_content2.png) repeat-y right;
    margin: 0 auto;
    width: 990px;
}

#logo_container {
    color: #BCBCBC;
    font-family: 'Droid Serif', arial, serif;
    font-size: 9pt;
    letter-spacing: 5px;
    margin-bottom: 4px;
    text-align: center; 
    width: 100%;
}

#logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 19px;
}

#language_container {
    text-align: right;
    margin-bottom: 3px;
}

#language_container a{
    margin-left: 4px;
}

#menu_container {
    background: url(../images/core/bg_menubar.png) repeat-x #000000;
    float:left;
    height: 70px;
    width: 990px;
}

#menu_bar {
    z-index: 99999;
}

#menu_bar ul {
    list-style: none;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    z-index: 99999;
}

#menu_bar ul li {
    display: block;
    font-weight: normal;
    float: left;
    position: relative;
    padding: 0;
    z-index: 99999;
}

#menu_bar ul a.last {
    background: none;
}

#menu_bar ul li a{
    background: url(../images/core/menu_sep.png) no-repeat right;
    color: #333333;
    display: block;
    font-family: "Segoe UI", Arial,sans-serif;
    font-weight: inherit;
    font-size: 12pt;
    height: 44px;
    margin-top: 10px;
    padding: 15px 13px 0 13px;
    text-decoration: none;
}

#menu_bar ul li a:hover{
    font-weight: inherit;
}

#menu_bar ul li ul {
    border-bottom: 4px solid #dddddd;
    display: none;
    left: -30px;
    margin: 0;
    padding: 19px 0 0 0;
    position: absolute;
    top: 50px;
    width: 270px;
}

#menu_bar ul li:hover {
    background: url(../images/core/menu_selected.png) bottom center no-repeat;
    font-weight: bold;
}

#menu_bar ul li:hover ul {
    display: block;
}

#menu_bar ul li ul li {
    background: #efefef;
    border-left: 4px solid #dddddd;
    border-right: 4px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

#menu_bar ul li ul li:hover {
    background: #dddddd;
}

#menu_bar ul li ul li a{
    display: block;
    background: url(../images/core/list_menu2.png) no-repeat;
    background-position: 5px 13px;
    font-family: "Segoe UI", Arial,sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
    height: 15px;
    color: #7b1010;
    padding: 13px 20px 13px 29px;
    margin: 0;
}

#menu_bar ul li ul li a:hover{
    background: url(../images/core/list_menu2.png) no-repeat;
    background-position: 10px 13px;
}

#index_left {
    float: left;
    width: 748px;
}

#index_right {
    /*background: url(../images/core/bg_dates.png) repeat-y #f3e7d8;*/
    float: right;
    width: 238px;
}

#teaser {
    height: 239px;
    width: 748px;
}

#msgbox {
    padding: 34px 0 0 21px;
}

#msgbox_top {
    background: url(../images/core/msgtop.png);
    float: left;
    height: 62px;
    width: 473px;
}

#msgbox_top span {
    display: block;
    font-family: 'Droid Serif', arial, serif;
    font-style: italic;
    color: #d4b79b;
    font-size: 20pt;
    padding: 17px 0 0 18px;
}

#msgbox_top_right {
    background: url(../images/core/msgtop_right.png);
    float: left;
    height: 62px;
    width: 16px;
}

#msgbox_body {
    background: url(../images/core/msgbody.png);
    clear: both;
    height: 92px;
    width: 489px;
}

#msgbox_body p {
    margin: 0;
    padding: 17px 18px 0 18px;
    color: #ebe4de;
    font-family: Arial;
    font-size: 10.5pt;
    line-height: 1.5em;
}

#teaser_shadow {
    background: url(../images/core/teaser_shadow.png) repeat-x;
    height: 8px;
    margin-left: 12px;
}

#landingbox {
    background: url(../images/core/bg_landingbox.png) repeat-x #f3e7d8;
    height: 229px;
    margin-left: 12px;
}

#landingbox_image {
    display: block;
    float: left;
    border: 3px solid #b2a595;
    margin: 16px 0 0 20px;
}

#landingbox_content {
    float:left;
    padding: 24px 0 0 20px;
    width: 540px;
}

#columns {
    background: #b9a491;
    margin-left: 12px;
}

#articlecolumn {
    background: url(../images/core/bg_leftcolumn.png) repeat-x #d6c1ae;
    width: 100%;
}

.title_container {
    background: #edddce;
    padding: 30px 30px 10px 30px;;
}

.property {
    float: left;
    font-size: 10pt;
    padding: 10px;
    width: 228px;
}

.property span {
    display: block;
}

.property img {
    float: left;
    margin: 3px 10px 0 0;
}

.article_container {
    padding: 15px 30px;
}

.article_container p{
    margin-top: 0px;
    color: #000000;
}

.article_container ul{
    color: #000000;
    font-family: 'Droid Serif', Georgia, serif;
    font-size: 12pt;
    font-style: italic;
    list-style-image: url(../images/icons/check2.png);
}

.article_container ul li{
    margin: 10px 0 10px 10px;
}

#articleinfo {
    float: right;
    width: 254px;
    border: 1px solid #8c7961;
    background: #b7a082;
    margin: 15px 0 0 10px;
    padding: 0px 10px;
}

.price {
    background: #b59f8c;
    float: right;
    padding: 20px;
    margin-top: 15px;
    font-size: 20pt;
    color: #262626;
    border-bottom: 7px solid #958372;
    font-family: 'Droid serif', Georgia, serif;
    font-style: italic;
}

a.articleinfo_download {
    background: url(../images/core/bg_dlbutton.png) repeat-x #c2a988;
    border: 1px solid #977d5c;
    color: #5c4931;
    display: block;
    height: 30px;
    margin: 10px 0 10px 0;
    padding: 12px 0 0 15px;
    text-align: center;
    width: 230px;
}

a.articleinfo_online {
    background: url(../images/core/bg_onlinebutton.png) repeat-x #c2a988;
    border: 1px solid #977d5c;
    color: #ececec;
    display: block;
    height: 30px;
    margin: 10px 0 10px 0;
    padding: 12px 0 0 15px;
    text-align: center;
    width: 230px;
}

a.articleinfo_print {
    background: url(../images/core/bg_printbutton.png) repeat-x #c2a988;
    border: 1px solid #977d5c;
    color: #ececec;
    display: block;
    height: 30px;
    margin: 10px 0 10px 0;
    padding: 12px 0 0 15px;
    text-align: center;
    width: 230px;
}

#leftcolumn {
    background: url(../images/core/bg_leftcolumn.png) repeat-x #d6c1ae;
    float: left;
    width: 369px;
}

#rightcolumn {
    background: url(../images/core/bg_rightcolumn.png) repeat-x #b9a491;
    float: right;
    height: 200px;
    width: 367px;
}

.left_box {
    border-bottom: 1px solid #a79685;
    margin-left: 13px;
    width: 347px;
}

.left_box img {
    float: left;
    margin-top: 15px;
}

.left_box p {
    color: #000000;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
    padding: 0 5px 0 0px;
    width: 240px;
}

.testimonials_label {
    display: block;
    font-family: 'Droid Serif', arial, serif;
    color: #660000;
    font-style: italic;
    font-size: 14pt;
    margin: 17px 0 0 15px;
}

.right_box {
    border-bottom: 1px solid #94836e;
    margin-left: 13px;
    width: 347px;
}

.right_box img {
    float: left;
    margin-top: 15px;
}

.right_box p {
    color: #2e2417;
    float: left;
    font-family: 'Droid Serif', arial, serif;
    font-size: 10.5pt;
    letter-spacing: -0.5pt;
    line-height: 1.5em;
    margin-bottom: 5px;
    padding: 0 5px 0 11px;
    width: 240px;
}

.right_box span {
    color: #651515;
    display:block;
    float: right;
    padding-right: 50px;
    margin-bottom: 15px;
}

a.bluebutton {
    background: url(../images/core/bg_bluebutton.png) repeat-x #304f5b;
    border: 1px solid #234856;
    color: #ffffff;
    display: block;
    float: left;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    margin: 10px 10px;
    padding: 7px 10px;
}

a.bluebutton img {
    margin-right: 5px;
}

a.bluebutton:hover {
    background: #304f5b;
}

a.redbutton {
    background: url(../images/core/bg_redbutton.png) repeat-x #7c1111;
    border: 1px solid #5a1615;
    color: #ffffff;
    display: block;
    float: left;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    margin: 10px 10px;
    padding: 7px 10px;
}

a.redbutton img {
    margin-right: 5px;
}

a.redbutton:hover {
    background: #7c1111;
}

#dates_head {
    background: url(../images/core/bg_dateshead.png) no-repeat right #b29777;
    border-bottom: 1px solid #e1ceb6;
    height: 47px;
    width: 238px;
}

#dates_head_label {
    padding: 12px 0 0 15px;
}

#dates_head_label img {
    margin: 0px 12px 0 5px;
}

.caption_droid_big {
    font-family: 'Droid Serif', arial, serif;
    color: #000000;
    font-style: italic;
    font-size: 14pt;
}

.event {
     background: url(../images/core/bg_event.png) repeat-x #d6c2aa;
     border-bottom: 1px solid #cab69c;
     border-right: 1px solid #c7b198;
     font-family: Arial, sans-serif;
     /*border-top: 1px solid #968d80;*/
}

.event_container {
    padding: 11px 0 11px 16px;
}

.event_container img {
    float: left;
    margin-top: 5px;
}

.event_date {
  color: #0c0b0b;
  display: block;
  float: left;
  font-family: Georgia, Times, serif;
  font-size: 18pt;
  font-weight: normal;
  margin-left: 9pt;
}

a.event_button {
    background: url(../images/core/bg_eventbutton.png) repeat-x #075769;
    border: 1px solid #0b4b6c;
    color: #cee9f8;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    width: 71px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
    margin: 5px 0 0 15px;
}

a.event_button:hover {
    background: #08596b;
}


.event_sep {
    clear: both; 
    margin: 0 auto;
    background: url(../images/core/event_sep.png) no-repeat; 
    width: 234px; 
    height: 2px;
}

.event_caption1 {
    color: #4d1b1b;
    display: block;
    font-weight: bold;
    padding-right: 15px;
}

.event_caption2 {
    color: #054e64;
    display: block;
    font-weight: bold;
}

#footer {
    background: url(../images/core/bg_footer.png) repeat-x right #010201;
    border-left: 1px solid #020100;
    border-right: 1px solid #020100;
    border-bottom: 1px solid #020100;
    height: 85px;
    margin-left: 12px;
    width: 977px;
}

#footer_container {
    padding: 29px 15px;
}

span.copyright {
    color: #777777;
    display: block;
    font-size: 9pt;
}

span.partner {
    color: #202020;
    padding-right: 10px;
}

a.partner_a {
    color: #202020;
    font-weight: normal;
    font-size: 9pt;
}

/* Additional styles for opinions and references */
.opinion_cleft {
    float:left;
    width: 90px;
}

.opinion_cleft img{
    height: 60px;
}

.opinion_cright {
    float:left;
    width: 550px;
    border-bottom: 1px solid #94836E;
    margin-bottom: 25px;
}
