html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body {
    font-family: Arial, Helvetica, Sans-Serif; 
    color:#424242;
    background:#dcdcdc url(../images/rtl_body_bg_home.jpg) repeat-x top center;
}

h1, h2, h3, h4 {
    color:#424242;
}


#wrapper {
    width:960px;
    padding:0;
    margin:0 auto;
    background:#fff;
}

#wrapper #header {
    position:absolute;
    top:27px;
    padding:0;
    margin:0;
    width:350px;
    height:260px;
    background:#001e49;
    z-index:50;
    background:url(../images/rtl_mainnav_bg.png) no-repeat top right;
}

#wrapper #header #logo {
    float:left;
    top:0px;
    padding:0;
    margin-top:32px;
    margin-left:65px;
    width:180px;
    height:43px;
    display:inline;
}


#wrapper #image_wrapper_one {
    position:absolute;
    top:0;
    padding:0;
    margin:0;
    width:960px;
    height:364px; /*440*/
    background:#ccc;
    z-index:0;
}


#wrapper #image_wrapper_second  {
    position:absolute;
    top:0;
    padding:0;
    margin:0;
    width:960px;
    height:364px; /*440*/
    background:#ccc;
}

#wrapper #image_wrapper_third  {
    position:absolute;
    top:0;
    padding:0;
    margin:0;
    width:960px;
    height:364px; /*440*/
    background:#ccc;
}

#wrapper #image_wrapper_shadow {
    position:absolute;
    top:364px;
    padding:0;
    margin:0;
    width:960px;
    height:15px;
    background:url(../images/rtl_imagewrapper-shadow.jpg) no-repeat 0 0;
}


#wrapper #content_wrapper {
    position:absolute;
    top:379px;
    padding:0;
    margin:0;
    width:960px;
    background:#fff;
    font-size:0.8em;  
}

#wrapper #content_wrapper #subnav_left {
    position:relative;
    float:left;
    top:0;
    padding:0;
    margin:10px 0 0 25px;
    width:280px;
    display:inline;
}

#wrapper #content_wrapper #subnav_right {
    position:relative;
    float:left;
    top:0;
    padding:0;
    margin:10px 25px 0 0;
    width:280px;
    display:inline;
}

#wrapper #content_wrapper #subnav_middle {
    position:relative;
    float:left;
    top:0;
    padding-left:0px;
    margin-left:35px;
    margin-top:10px;
    margin-right:35px;
    width:280px;
    display:inline;
}

#wrapper #content_wrapper #subnav_left .subnav_top,
#wrapper #content_wrapper #subnav_middle .subnav_top,
#wrapper #content_wrapper #subnav_right .subnav_top {
    padding-top:15px;
    margin:0;
    float:left;
    width:280px;
    background:#dcdcdc url(../images/rtl_subnav_top.jpg) no-repeat 0 0;
    display:inline;
}

.subnav_top_blue {
    padding-top:15px;
    margin:0;
    float:left;
    width:280px;
    background:#00253f url(../images/rtl_subnav_top_blue.jpg) no-repeat 0 0;
    display:inline;
}

.subnav_top a.none {
 color:#484848;
 font-weight:bold;
 padding-left:15px;
 margin-left:15px;
 background:url(../images/rtl_subnav_select.gif) no-repeat left 0;
 text-decoration:none;
}

.subnav_top_blue a.active {
 color:#484848;
 font-weight:bold;
 padding-left:15px;
 margin-left:15px;
 background:url(../images/rtl_homenav_select.gif) no-repeat left 0;
 text-decoration:none;
}

.subnav_middle {
    padding:0;
    margin:0;
    float:left;
    width:280px;
    background:#dcdcdc;
}

.subnav_middle_blue {
    padding:0;
    margin:0;
    float:left;
    width:280px;
    background:#00253f;
}

.subnav_middle ul,
.subnav_middle_blue ul {
    padding:0;
    margin:0px;
    display:inline;
}

.subnav_middle ul li,
.subnav_middle_blue ul li {
    margin-left:20px;
    padding:5px 0px 5px 10px;
    list-style-type:none;
    float:left;
    width:245px;
    display:inline;
}

.subnav_middle ul li a,
.subnav_middle_blue ul li a {
    display:block;
    color:#fff;
    text-decoration:none;
    padding-left:15px;
}

.subnav_middle ul li a:hover,
.subnav_middle ul li a.active,
.subnav_middle_blue ul li a:hover,
.subnav_middle_blue ul li a.active {
    font-weight:bold;
    background:url(../images/rtl_subnav_select.gif) no-repeat left 0;
    padding-left:15px;
}

.subnav_bottom {
    margin:0;
    padding:0;
    float:left;
    width:280px;
    background:url(../images/rtl_subnav_bottom.jpg) no-repeat center top;
}

.subnav_bottom_blue {
    margin:0;
    padding:0;
    float:left;
    width:280px;
    background:url(../images/rtl_subnav_bottom_blue.jpg) no-repeat center top;
}

#wrapper #content_wrapper #right {
    position:relative;
    float:left;
    top:0;
    padding:20px;
    margin:0;
    width:600px;
}

#wrapper #content_wrapper #right h1 {
    margin-top:0;
    font-size:16px;
}


#wrapper #content_wrapper #right a {
    color:#424242;
}

#wrapper #content_wrapper #footer {
    clear:both;
    padding-bottom:10px;
    padding-top:10px;
    height:36px;
    width:960px;
    background:#ffffff url(../images/rtl_content_footer.jpg) no-repeat 0 bottom;
    text-align:center;
}

#wrapper #content_wrapper #footer ul.navi {
   padding:0;
   margin:0 auto;
}

#wrapper #content_wrapper #footer ul.navi li {
   list-style-type:none;
   margin-right:10px;
   padding:0;
   border-right:1px solid #424242;
   float:left;
}

#wrapper #content_wrapper #footer ul.navi li a {
    margin-right:10px;
    color:#424242;
    text-decoration:none;
    font-size:11px;
    display:block;
    /*border-right:1px solid #424242;*/
}

#wrapper #content_wrapper #footer ul.navi li a:hover {
    text-decoration:underline;
}

#news_wrapper {
    float:left;
    width:878px;
    padding:25px 25px 25px 57px;
    margin:0;
}

#claim {
    float:left;
    width:878px;
    padding:25px 25px 0 57px;
    margin:0;
    line-height:20px;
}

#news_wrapper .headline {
    color:#d4df29;
}


.news,
b.headline {
   float:left;
   padding-right:10px;
}

.news .headline b,
.news .headline a b {
    color:#484848;
    text-decoration:underline;
}

/*.tools-mail {
    float:left;
    display:inline;
}*/


/*.tools-mail img {
    float:left;
    width:14px;
    display:inline;
}*/

.tools-mail a {
    color:#424242;
    text-decoration:none;
    font-size:11px;
    float:left;
    /*width:77px; 14px*/
    height:12px;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #424242;
}


.tools-mail a.last {
  border-right:0px;
}

.centered {
    margin:0 auto;
    width:300px;
    height:12px;
}

#footer .centered .languageswitcher {
    float:left;
    border:0;
    padding:0;
    margin:0;
    font-size:11px;
    text-align:left;
}

#footer .centered .languageswitcher a {
    border:0;
    padding:0;
    margin:0;
    float:left;
    width:14px;
}
