body, html {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 1000px;
    background-color: white;
}

#wrapper {
    width: 100%;
    text-align: center;
    position: relative;
    min-width: 1000px;
}

.more {
	text-align: center;
 	float: left;
	line-height: 25px;
}

a img {
    border: 0px;
}

/***************** HEADER & MENU ****************/

#header-top-left-bg {
    width: 49%;
    height: 205px;
    background: transparent url('/static/images/header_top_left_bg.png') repeat-x top right;
    float: left;
}

#header-top-right-bg {
    width: 49%;
    height: 205px;
    background: transparent url('/static/images/header_top_right_bg.png') repeat-x top right;
    float: right;
}


#header-top {
    height: 205px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* #logo { */
/*     text-align: center; */
/*     width: 100%; */
/*     height: 205px; */
/*     position: absolute; */
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     z-index: 99; */
/* } */


#logo {
    /* text-align: center; */
    width: 100%;
    height: 205px;
    position: absolute;
    background: url('/static/images/header_top_right_bg.png') repeat-x scroll right top;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
}

/* #logo img { */
/*     width: 800px; */
/*     height: 205px; */
/*     margin-left: auto; */
/*     margin-right: auto; */
/*     border: 0px; */
/* } */


#logo img {
    width: 800px;
    height: 205px;
    margin-left: 20px;
/*    margin-right: auto;*/
    border: 0px;
    float: left;
}


#language {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 110;
}

#language p, #language a {
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;
}

#language p {
    font-weight: bold;
}

#header-bottom {
    margin: 0px;
    padding: 0px;
}

#header-bottom-left-bg {
    height: 154px;
    width: 48%;
    float: left;
    background-color: #2a3a8c;
}

#header-bottom-right-bg {
    height: 154px;
    width: 48%;
    float: right;
    background-color: #20418f;
}

#header-bottom-picture {
    position: absolute;
    top: 238px;
    right: 60%;
    width: 308px;
    height: 154px;
    background: transparent url('/static/images/header_bottom_picture.jpg') repeat-x top right;
}

#header-bottom-decoration {
    position: absolute;
    left: 40%;
    top: 238px;
    width: 437px;
    height: 154px;
    background: transparent url('/static/images/header_bottom_decoration.jpg') repeat-x top right;
}

/* #false { */
/*     position: absolute; */
/*     right: 10%; */
/*     top: 238px; */
/*     width: 50%; */
/*     text-align: left; */
/* } */

#false {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40%;
    text-align: left;
    z-index: 100;
}

#false p {
    font-weight: bold;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-shadow: 1 1 1;
    width: auto;
}

#false p.p1 {
    margin: 23px 0px 0px 0px;
}

#false p.p2 {
    margin: 10px 0px 0px 0px;
}

#false p.p3 {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
}

/************************* MENU **********************/

#menu {
    width: 100%;
    background: transparent url('/static/images/menu_bg.png') repeat-x top right;
    height: 33px;
}

#menu a {
    
}

#menu a.first {
    background: transparent none no-repeat 0px 6px;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
    display:block;
    text-decoration:none;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 7px 5px 7px ;
    margin: 0px;
    background: transparent url('/static/images/separator.png') no-repeat 0px 6px;

}

ul.menu li p.menulink {
    display:block;
    text-decoration:none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 7px 5px 7px ;
    margin: 0px;
    background: transparent url('/static/images/separator.png') no-repeat 0px 6px;

}

ul.menu li {position:relative; float:left; margin-right:2px}

ul.menu ul {
    position:absolute; 
    top:32px;
    left:0; 
    display:none; 
    opacity:0; 
    list-style:none; 
    background-color: #2E4895; 
    width: 200px; 
    /*z-index: 200;*/
}

ul.menu ul li {
    position:relative; 
    border-left:1px solid #aaa;
    border-bottom:1px solid #aaa;
    border-top:none; 
    width:100%; 
    margin:0; 
    text-align: left;
}

ul.menu ul li a {float: left; padding:4px 5px 4px 5px; font-size: 11px; width: 189px; background-image: none;}
ul.menu ul li a:hover {background-color:#4D88C7; width: 189px;}
ul.menu ul ul {left:195px; top: 0px; background-color: #2E4895;}

/************************* CENTER **********************/

#center {
    float: left;
    width: 100%;
}

a img {
    border: none;
}

#center p{
    text-align: left;
}

#center table {
    float: left;
    width: 100%;
    text-align: left;
}


#center table.list h3, #center table.info h3 {
    text-align: center;
}

#center table.border {
    border: 1px solid #2E78C1;
    border-collapse: collapse;
	font-size: 11px;
}

table.border td {
    border: 1px solid #2E78C1;
    margin: 0px;
    padding: 5px;
}

#center table.list, #center table.info {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border-collapse: collapse;
}

#center table.list td {
    border-bottom: 2px solid gray;
    margin: 20px 0px 0px 0px;
    padding: 10px;
    text-align: center;
}

#center table.info td {
    border: 1px solid gray;
    padding: 5px;
    margin: 0px;
    text-align: center;
}

#center table.info p, #center table.list p {
    text-indent: 0px;
}


.center-td {
    border: 1px solid #aaaaaa;
    background: #d2dced  url('/static/images/draft_right.jpg') no-repeat top right;
    vertical-align: top;
}

.draft {
    background: #d2dced  url('/static/images/draft.jpg') no-repeat top left;
}

.column {
    background: url("/static/images/draft.jpg") no-repeat scroll right bottom #D2DCED;
    width: 222px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    background-color: #d2dced;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

#center-column { 
    padding: 10px 10px 10px 10px;
} 

#center-column h1 {
    width: auto;
    margin: 0px 0px 0px 0px;
    border-bottom: 2px solid #2e78c1;
    padding: 0px 20px 5px 20px;
    color: #2d6bbd;
    font-size: 24px;
    text-align: left;
}

#center-column h2 {
    width: auto;
    margin: 30px 20px 20px 0px;
    /*padding: 0px 20px 5px 20px;*/
    color: #2d6bbd;
    font-size: 16px;
    /*text-align: left;*/
}

#center-column h2 a {
    color: #2d6bbd;
}


#center-column p {
    line-height: 24px;
    font-size: 13px;
    /* text-indent: 20px; */
}

#center-column ul {

}

#center-column ul li {
  font-size: 13px;
  line-height: 25px;
}

#left-column {
    float: left;
    width: 224px;
    color: #d2dced;
}

#right-column {
    float: left;
    width: 100%;
    color: #d2dced;
}

.flow_layer {
    text-align: center;
}

.flow_player a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 320px;
    height: 260px;
}

/************************* COLUMN BLOCKS **********************/

.block {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px solid #aaaaaa;
    /* border-top: 1px solid #aaaaaa; */
}

.block-content {
  width: 100%;
  float: left;
  background: #E4E8EE repeat-x top left;
}

.block-content a, .block-content p {
  color: #3c74bf;
  font-size: 13px;
  width: 100%;
}


.block-images a {
  margin: 10px 10% 10px 10%;
}

.block-content p, #measure_block a {
  width: 80%;
  color: #385279;
  margin: 10px 25px;
  padding: 0px;
  text-decoration: none;
}

#measure_block p a {
  margin: 0px;
  width: auto;
}

.block-content img {
  /* width: 80%; */
  text-align: center;
  padding: 0px;
  margin-top: 5px;
}

.block-content a:hover {
  text-decoration: underline;
}


.block-content ul, .block-content li {
  list-style-type: none;
  margin: 7px 5px 5px 0px;
  padding: 0px;
}

.block-content ul {
  margin-bottom: 20px;
}

.block-content li {
  margin: 7px 20px 5px 10px ;
}

.block-content li ul {
    display: none;
    position: absolute;
    background-color: #508FD2;
    border: 2px solid white;
    width: 220px;
    left: 100px;
    z-index: 30;
}

.block-content li ul a{
    color: white;
}

a.disabled {
    cursor: text;
}

.block-header {
    float: left;
    width: 100%;
    height: 41px;
    margin: 0px;
    padding: 0px;
    background: #E3E7ED url('/static/images/block_header.png') no-repeat top left;
    border-top: 1px solid #4F8FCE;
}

.block-header h2 {
    margin: 2px 10px 10px 5px;
    padding: 0px;
    font-size: 14px;
    color: #3674c3;
    float: right;
    text-align: right;
    width: 80%;
}

.block-content h3, #measure_block h3 a  {
    margin: 2px 10% 8px 10% ;
    padding: 0px;
    font-size: 14px;
    color: #385279;
    font-weight: bold;
    width: 80%;
    text-align: center;
    text-decoration: none;
}

#measure_block h3 a {
  margin: 0px;
  text-align: center;
  width: auto;
}

.date {
    font-weight: bold;
}

a.block-link {
    color: #3c74bf;
    font-size: 12px;
    width: 100%;
    margin-left: 15px;
    font-weight: bold;
}

#informer {
    background-color: white;
    text-align: center;
}

#informer iframe {
    margin: auto;
    padding: 5px 0px 5px 0px;
}

/************************* FOOTER **********************/

#footer {
    width: 100%;
    float: left;
    height: 36px;
}

td.footer-center {
    height: 35px;
    background: #245fb4 url('/static/images/footer_center.jpg') no-repeat bottom left;
}

td.footer-center a{
    display: inline;
    color: #e3e7ee;
    margin: 0px ;
    padding: 0px;
}

td.footer-center p{
    float: right;
    color: #e3e7ee;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 20% 0px 0px;
    padding: 0px;
    font-weight: bold;
}

td.footer-left {
    width: 224px;
    height: 35px;
    background-color: #5ca4dc;
    margin: 0px 0px 0px 0px;
}

td.footer-right {
    width: 224px;
    height: 35px;
    background-color: #245fb4;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

td.footer-right a img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#search {
    background: transparent url('/static/images/search.png') no-repeat bottom left;
    margin: 0px;
    padding: 0px;
    width: 180px;
    float: right;
    height: 35px;
}

#search fieldset {
    margin: 0px;
    padding: 0px;
    border:0px;
    height: 35px;
}

#search_page {
    margin-top: 20px;
}

#search_page fieldset {
    margin: 0px;
    padding: 0px;
    border:0px;
}

#search input {
    margin: 7px 5px 0px 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    height: 19px;
    background-color: #b6d3f0;
    width: 125px;
    float: right;
}

.slidein {
    display:none;
}

.first-slide {
    display: block;
}

#vacancy {
    font-size: 12px;
    font-weight: normal;
}  

#vacancy-fieldset {
    border: 0px;
}    

#vacancy th {
    width: 250px;
}

span.red {
    color: red;
}

#center-column p.lhsmall {
    line-height: 20px;
}

#center-column p.lhmedium {
    line-height: 30px;
}

#center-column p.lhlarge {
    line-height: 40px;
}

#left-column div.block a img {
    margin: 0px;
    width: 224px;
    float: left;
}

#left-column .block-content ul li a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#left-column .block-content ul li a img {
    display: block;
}

#right-column .block .block-header h2 {

     margin: 2px 90px 10px 5px;
}

#right-column .block .block-header {

background: #E3E7ED url('/static/images/block_header_r1.png') no-repeat top right;

}
table.border tr:first-child {
  background-color: #e4e8ee;
  font-weight: bold;
  font-size: 12px;
}