html, body {
    height:100%;
}

body {
    margin:0px;
    padding:0px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:0.7em;
}

table {
    margin:0px;
    padding:0px;
    border-collapse:collapse;
}

td {
    padding:0px;
}

a {
    text-decoration: none;
    color:#479;
}

a:hover {
   text-decoration: underline;
}

h1 {
    line-height:24px;
    font-size: 18px;
    color: #D11241;
}

h2 {
    line-height:18px;
    font-size: 14px;
    color: #D11241;
}

p.left {
    text-align:left
}

p.center {
    text-align:center
}

p.right {
    text-align:right
}

.normal,select,input {
    font-size: 10px;
    color: #444444;
}

img {
    border: 0px;
}

.hr {
    margin:10px 0px;
    border-bottom:solid 1px #C2C2C2;
}

#content .hr {
    margin:25px 0;
}

body.en .sv {
   display:none;
}

body.sv .en {
    display:none;
}

#nav,.nav-sub {
    list-style:none;
    margin:10px;
    padding:0px;
}

.nav-sub {
    margin:0 0 30px 0;
}


#nav li {
    background:url(/images/nav-icon.png) no-repeat 0 5px;
    padding:0 0 0 10px;
    margin:0 0 5px 0;
}

#nav li.empty {
    background-image:none;
}
 
#nav a {
    text-decoration: none;
    color:#444;
    font-size:9px;
    font-weight:bold;
}

#nav a:hover,
#nav a.active {
    color:#C00;
}

#wrapper {
    width:1019px;
    margin:0 auto 0 auto;
}

#wrapper-relative {
    width:1019px;
    position:relative;
    float:left;
    /*background:url(/images/wrapper-wide-bg.png) top left repeat-y;*/
    background:url(/images/wrapper-bg.png) top left repeat-y;
    padding:0 10px 0 10px;
}

body.proj #wrapper-relative,
body.google #wrapper-relative {
    background-image:url(/images/wrapper-wide-bg.png);
}

#top {
   width:999px;
   height:81px;
   position:relative;
   float:left;
   background:url(/images/top.jpg) no-repeat;
}

body.en #top {
    background-image:url(/images/top-en.jpg);
}

body.sv #top {
    background-image:url(/images/top-sv.jpg);
}

#top #logo {
    position:absolute;
    right:110px;
    top:2px;
    width:195px;
    height:75px;
}

#top #logo img {
    width:999px;
    height:100%;
}

#header {
    position:relative;
    float:left;
    width:999px;
    height:164px;
    background:#2c5476 url(/images/top-image-01.jpg) no-repeat;
    overflow:hidden;
}

#header img#header-image, img.header-image {
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}

#header div#header-text {
    position:absolute;
    top:10px;
    left:40px;
    z-index:29;
    color:#fff;
    width:550px;
    font-size:10px;
}

#header a {
    color:#fff;
    text-decoration:underline;
}

#wrapper-inner {
    position:relative;
    float:left;
    width:999px;
    /*background:url(/images/wrapper-wide-bg-search.jpg) no-repeat top left;*/
    background:url(/images/wrapper-bg.jpg) no-repeat top left;
}

body.en #wrapper-inner {
    /*background-image:url(/images/wrapper-wide-bg-search-en.jpg);*/
    background-image:url(/images/wrapper-bg-en.jpg);
}


body.proj #wrapper-inner,
body.google #wrapper-inner {
    background-image:url(/images/wrapper-wide-bg-search.jpg);
}

body.proj.en #wrapper-inner,
body.google.en #wrapper-inner {
    background-image:url(/images/wrapper-wide-bg-search-en.jpg);
}

#wrapper-nav {
    position:relative;
    float:left;
    width:185px;
    overflow:hidden;
}

#content {
   position:relative;
   float:left;
   width:505px;
   margin:80px 20px 20px 20px;
}

body.proj #content,
body.google #content {
    width:650px;
}

#sidebar {
    position:relative;
    float:left;
    /*width:320px;*/
    width:260px;
    overflow:hidden;
}

#sidebar-content {
    position:relative;
    float:left;
    margin:0px 0 20px 10px;
}

#sidebar-content .sidebar-title {
    color:#fff;
    font-weight:normal;
    font-size:40px;
    font-family:Helvetica,Arial,sans-serif;
    margin-top:10px;
}

#footer {
    clear:both;
    width:999px;
    background-color:#fff;
    border-top:1px solid #ebebeb;
    padding-bottom:20px;
}

#search {
    position:absolute;
    float:left;
    width:375px;
    left:265px;
    top:30px;
}

#search input.field {
    width:360px;
}

#search input.search {
    margin-left:280px;
}

#regionmap {
    margin-top:50px;
    position:relative;
    float:left;
    width:200px;
}

#regionframe {
    float:left;
    /*width:570px;*/
    width:300px;
    height:5000px;
    border-collapse:collapse;
    overflow-x:hidden;
}

#lang {
    position:absolute;
    left:540px;
    top:10px;
    z-index:20000000;
}

#subscribe {
    position:relative;
    float:left;
    width:200px;
    /*height:60px;*/
    height:130px;
    margin:25px 0 0 60px;
}

#subscribe input.mail {
    width:195px;
}

#subscribe input.submit {
    margin-left:110px;
}

body.frontpage #content table#tableintro {
}

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

img.right {
    float:right;
    margin:0 0 10px 10px;
}

