@CHARSET "UTF-8";

/* Common styles */

body {
    background: #f3f7fa;
    color: #084F95;
    font-family: Verdana;
    font-size:12px;
    margin: 0;
    padding: 0;
}

.doNotDisplay {
    display: none !important;
}

img {
    border: none;
}

div {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: left;
}

.wrap {
    overflow: hidden;
    width: 100%;
}

.fixed {
    width: 960px;
    margin: 0 auto;
}

.center {
    margin: 0 auto;
}

a {
    color: #084F95;
    text-decoration: none;
}

/* Header styles */

#header-wrap {
    background: #fff url(../images/menu-border.gif) bottom right repeat-x;
}

#header {
    height: 109px;
}

#headerLogo {
    width: 248px;
    height: 77px;
}

#headerLinks {
    margin-left: 248px;
    padding: 40px 0 0;
    text-align: right;
}

#langs {
    display: none;
}

/* Menu */

#menu, #menu ul {
    height:32px;
    font-family: Verdana, Arial, sans-serif;
    width:100%;
    overflow: hidden;
    margin:0px;
    padding:0px;
    background: transparent url(../images/menu-border.gif) bottom right repeat-x;
}
#menu li {
    height: 32px;
    float: left;
    display: block;
    margin:0 2px 0 0;
    padding:0;
    background-color:#fff;
}
#menu li a {
    display:block;
    height:28px;
    margin-top:3px;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    background: #005bb4 url(../images/button.gif) top right no-repeat;
    font-size: 11px;
    line-height:2.8em;
    text-align:center;
    border-bottom:1px #cad9e4 solid;
}

#menu li a:hover { background-position: bottom right;}

#menu li.active {
  background-color:#e5eef4;
  border:1px #cad9e4 solid;
  border-bottom:1px #e5eef4 solid;
}

#menu li.active a {
    background: none;
    color: #084f95;
}

#menu li.home {
  background-color: transparent;
  border-bottom: 1px #cad9e4 solid;
}
#menu li.home a {
    background-color:#9ac47d;
    background-position: top right;
    background:url(../images/button_home.gif) top right no-repeat;
}

#menu li.home a:hover{ background-position: bottom right;}


/* Main */

#logo {
    margin-top: 3px;
    overflow: hidden;
}

#main-wrap {
    background: #fff url(../images/bg-main.png) top right repeat-x;
}

#main {
    margin-top: 3px;
    margin-bottom: 40px;
    overflow: hidden;
}


/* Footer */

#footer-wrap {
    background: #f3f7fa;
}


.foot-col1 {
    width: 460px;
}

.foot-col2 {
    width: 500px;
    text-align: right;
}

#footer {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}

.major {
    font-weight: bold;
    color: #85a9cb;
}

.major a {
    font-weight: normal;
    color: #85a9cb;
}

.minor {
    color: #b9d0df;
}

/* News */

#irNews {

}

#irNews .news {
    margin-bottom: 5px;
}

#irNews .date {
    color: #b9d0df;
    font-size: 10px;
}

#irNews .title {
    /*font-weight: bold;*/
}

.reports .news {
    overflow: hidden;
}

.reports #irNews .date {
    font-size: 11px;
}


.reports #irNews .title {
    float: left;
}

a.archive {
    margin-top: 20px;
    display: block;
    width: 64px;
    height: 18px;
    background: transparent url(../images/archiv.gif) top left no-repeat;
    float: right;
}

a.archive span {
    display: none;
}

