* {
  margin: 0;
  padding: 0;
}

html, body {height: 100%;}

body {
  background: #0d4870 url(../images/bgmain.png) repeat-x;
  color: #333;
  font-size: 11px;
   min-width: 960px;
}

#wrap {
    background:url("../images/bgwrap.png") no-repeat scroll 50% 232px transparent;
    /*min-height:100%;
    position:relative;
    height: 100%;*/
    }

#wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -145px 0; /*       */
    padding: 0;
}

#main {
    overflow:auto;

    /*background-color: #2186cd;*/
    margin-top: -18px;
    background:none no-repeat scroll 0 0 transparent;
    /*padding-bottom:145px;*/
    margin-bottom:0;

    }  /* must be same height as the footer */

/*
#footer {
    background-color:#072c46;
    position: relative;
	margin-top: -145px;  negative value of footer height
	height: 145px;
	clear:both !important;
}
*/
#footer-push{
    width:960px;
    margin:0 auto !important;
    background: url("../images/moc_l.png") repeat-y scroll left center transparent;
}
#footer-push_r{
    background: url("../images/moc_r.png") repeat-y scroll right center transparent;
}
#footer-push_c{
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 145px;
}
#footer-push, #footer, #footer-push_r {
    height: 145px;
    margin: 0;
    padding: 0;
}
#footer{
    background-color:#072c46;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

.container_12,
.container_16,
.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  background-image: url(../images/12_col.gif);
}

.container_16 {
  background-image: url(../images/16_col.gif);
}

.container_24 {
  background-image: url(../images/24_col.gif);
}

/*MY CSS*/
#header{
    height:240px;
    background:url("../images/bgheader.png") repeat-x center transparent;
    overflow:hidden;
}

#header_center{
    width:1200px;
    margin:0 auto;
    height:240px;
    background:url("../images/bgheadercenter.png") no-repeat center transparent;
    position: relative;
}

#header_c{
    height: 240px;
    margin: 0 auto;
    width: 960px;
}

#header_cl{
    background:url("../images/header_cl.png") no-repeat center transparent;
    float: left;
    height: 240px;
    margin-left: -120px;
    width: 120px;
}

#header_cc{
    background:url("../images/header_cc.png") no-repeat center transparent;
    float: left;
    height: 240px;
    width: 960px;
}

#header_cr{
    background:url("../images/header_cr.png") no-repeat center transparent;
    float: left;
    height: 240px;
    margin-right: -118px;
    width: 118px;
}

#logo{
    /*background:url("../images/logo.png") no-repeat scroll 0 0 transparent;*/
    margin-top:34px;
    height: 150px;
    line-height: 150px;
}
#menu{
    height:54px;

}
#menu_l{
    float:left;
    height:54px;
    width:23px;
    background:url("../images/menu_l.png") no-repeat center transparent;
}
#menu_c{
    background: url("../images/menu_c.png") repeat-x scroll center top transparent;
    float: left;
    height: 54px;
    width: 914px;
}
#menu_c_blik{
    height:21px;
    width:920px;
    margin-left: -20px;
    padding-left: 37px;
    background:url("../images/blik.png") repeat-x center transparent;
}
#menu_r{
    float:left;
    height:54px;
    width:23px;
    background:url("../images/menu_r.png") no-repeat center transparent;
}

#footer_c{
    margin:0 auto;
    height:89px;
    width:960px;
}
#footer_cl{
    float:left;
    height:89px;
    width:23px;
    background:url("../images/footer_cl.png") no-repeat center transparent;
}
#footer_cc{
    float:left;
    height:89px;
    width:914px;
    background:url("../images/footer_cc.png") repeat-x center transparent;

}
#footer_cr{
    float:left;
    height:89px;
    width:23px;
    background:url("../images/footer_cr.png") no-repeat center transparent;
}
#footer_ccb{
    margin-top:35px;
}
#copyrights{
    color:white;
    font-size: 12px;
    font-family: arial;
    text-shadow: #011b2e 1px 1px 0;
    letter-spacing: -0.4px;
}
#siteby{
    color: #004679;
    font-family: arial;
    font-size: 12px;
    letter-spacing: -0.2px;
    margin-right: 5px;
    text-shadow: 1px 1px 0 #3896D7;
}

#moc_l{
    background:url("../images/moc_l.png") repeat-y left transparent;
    width:960px;
}
#moc_r{
    background:url("../images/moc_r.png") repeat-y right transparent;
}
#cont{
    background-color:white;
    margin-left:10px;
    margin-right:10px;
    padding-top:2px;
}
/*
#menu_c ul{
    list-style-type: none;
    margin:auto;
}

#menu_c li {
    float: left;
    margin-left:0 !important;
}

#menu_c ul a {
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
*/
#menu_cl{
    float: left;
    height: 38px;
    margin-left: -33px;
    width: 738px;
}

#menu_cr{
    width:210px;
    height:38px;
    float:left;
    color:#055590;
    text-shadow: #5ab9fb 1px 1px 1px;
    font-size: 12px;
    line-height: 38px;
    padding-top: 1px;
}
#menu_cr span{
    font-family:arial;
}
.white{
    color:white;
}

.dd .ddTitle{
    line-height: 10px;
    width: 60px;
}
.float_l{
    float:left;
}
.float_r{
    float:right;
}

#menu_cr{
    position: relative;
}
#menu_crr{
    position: absolute;
    right: 24px;
    top: 9px;
}

/************************************************
 Round Corners Button Rollover Example 1
************************************************/

.menu_but li {
     display:inline-block;
     list-style:none;
     /* margin-right:20px; */
     font-size: 16px;
     font-family: arial, sans-serif;
     font-weight: bold;
}

.menu_but li a {
    display: block;
    float: left;
    height: 26px;
    margin-right: 35px;
    padding: 5px 0 5px 7px;
    text-decoration: none;
}
.menu_but li a.active {
      background:transparent url(../images/menu_but_l.png) no-repeat left;
}
.menu_but li a span {
    cursor: pointer;
    display: inline;
    float: left;
    height: 16px;
    margin-right: -15px;
    padding: 3px 16px 7px 8px;
    text-shadow: #0f6bab 1px 1px 1px;
}
.menu_but li a.active span{
    color:#4a9dd7;
    background: url("../images/menu_but_r.png") no-repeat scroll right center transparent;
    text-shadow: none;
}


.menu_but li a:hover {
      background:transparent url(../images/menu_but_l.png) no-repeat left;
}
.menu_but li a:hover span{
    text-shadow: none;
    color:#4a9dd7;
    background: url("../images/menu_but_r.png") no-repeat scroll right center transparent;
}
 /*
.menu_but li a:hover {
    background:transparent url(../images/buttonleft_ro.jpg) no-repeat left;
    color:#fff;
    padding:5px 0 5px 10px;
}

.menu_but li a:hover span {
    background:transparent url(../images/buttonright_ro.jpg) no-repeat right;
    color:#fff;
    padding:5px 10px 5px 0;
}
*/
.dd{
    color:white;
    background-color: transparent;
}
.dd .ddTitle{
    background: none;
    border: none;
}
#cont_l{
	/*background: url("../images/pol_v_m.png") repeat-y scroll right top transparent;
    width: 623px;*/
  float: none;
}
#cont_l_l{
    /*background: url("../images/pol_v_t.png") no-repeat scroll right top transparent;*/
}
#cont_l_l_m{
    /*background: url("../images/pol_v_b.png") no-repeat scroll right bottom transparent;*/
    padding: 0 24px 0 16px;
}

#cont_r{
  display: none;
    width:285px;
    margin-right:15px;
}
#cont_rt{
    height:10px;

}
#cont_rtl{
    height:10px;
    width:10px;
    background: url("../images/right_tl.png") no-repeat scroll right center transparent;
}
#cont_rtc{
    height:10px;
    width:265px;
    /*background-color:#4499d4;*/
    background: url("../images/right_tc.png") repeat-x scroll right center transparent;
}
#cont_rtr{
    height:10px;
    width:10px;
    background: url("../images/right_tr.png") no-repeat scroll right center transparent;
}

#cont_rc{
    background-color:#4499d4;
    border-left:1px solid #3486c0;
    border-right:1px solid #3486c0;
    min-height: 200px;
    position: relative;
    padding-top: 3px;
}

#cont_rbl{
    height:10px;
    width:10px;
    background: url("../images/right_bl.png") no-repeat scroll right center transparent;
}
#cont_rbc{
    height:10px;
    width:265px;
    background-color:#4499d4;
}
#cont_rbr{
    height:10px;
    width:10px;
    background: url("../images/right_br.png") no-repeat scroll right center transparent;
}
.right_t{
    font-size:20px;
    font-family: Georgia;
    color:white;
    text-indent: 15px;
    text-shadow: #1065a1 1px 1px 0;
    margin-bottom:21px;
}
.right_c{
    height: 100%;
    padding-bottom: 20px;
}
.right_c p{
    border:none;
    cursor: pointer;
}
.right_b{
    bottom: 3px;
    position: absolute;
    right: 13px;
}
.right_b a{
    font-size:15px;
    font-family: Georgia;
    color:white;
    text-shadow: #1065a1 1px 1px 0;
    text-decoration: underline;
}
.right_b a:hover{
    text-decoration: none;
}
#webmenu_child{
    padding-top: 4px;
    height: 80px;
    top: 16px !important;
    left: -5px;
    width: 63px !important;
    background: url("../images/langs_bg.png") no-repeat scroll top center transparent;
    border:none !important;
    padding-top: 14px;
}

#webmenu_child a{
    line-height: 18px;
    margin: 0 2px;
    padding: 1px 7px;
}
#webmenu_child a:hover, #webmenu_child a.selected{
    background-color: white ;
}

#titleExt{
    color: #0071C1;
    font-family: Georgia;
    font-size: 24px;
    margin-bottom: 13px;
  text-align: center;
}
#detail{
    line-height: 20px;
}
#detail p:first-child{
    border:none;
}
#detail p{
  color: #0D507F;
  display: block;
  font-family: arial;
  font-size: 15.5px;
  letter-spacing: 0;
  padding-left: 5px;
  border: none;
  text-align: justify;
  padding-top: 6px;
}
#detail p a{
    color: #0D4870;
}
#detail ol li{
    color: #4298D4;
    font-family: times New Roman;
    font-size: 20px;
    list-style: decimal outside none;
    margin-left: 24px;
    padding: 0 0 22px;
    text-indent: 0;
}

#detail ol li span{
    color: #0D507F;
    display: block;
    font-family: arial;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 5px;
}

.right_c p img{
    margin-bottom:4px !important;
}
.right_c p{
    color: #005894;
    font-family: arial;
    font-size: 12px;
    letter-spacing: -0.1px;
    line-height: 14px;
    padding-bottom: 15px;
    padding-top: 0;
    text-shadow: 1px 1px 0 #6DB0E0;
}
.right_c p:hover{
    color:white;
}
.right_c p span{
    display:block;
    padding: 0 34px;
}

#pal_top{
    background: url("../images/pal_top.png") no-repeat scroll top center transparent;
    height:1px;
    margin-bottom: 20px;
}
#pal_bottom{
    background: url("../images/pal_bottom.png") no-repeat scroll center top transparent;
    height: 9px;
    margin-top: 5px;
    padding-bottom: 8px;
}

#blik{
    width:960px;
    height:21px;
    background: url("../images/blik.png") no-repeat scroll top center transparent;
}

.ddChild a.selected{
    color:#869fb1;
    background-color: transparent !important;
    cursor: default;
}
#sert{
    width:472px;
    margin:0 auto;
}
#sert img{
    float:left;
}

#webmenu_title{
    cursor: pointer !important;
}



#feedback_border{
    margin: 0 auto;
    padding: 20px 20px 35px;
    width: 460px;
    border: 1px dashed #D4DBE5;
}
#feedback_border input{
    border:1px solid #bbc8de;
    /*background-color:#eaeef4;*/
    font-style: normal;
    color:black;
    margin:0;
    height:32px;
    width:406px;
    padding-left:26px;
    padding-right:26px;
    margin-bottom:20px;
}
#feedback_border input:-moz-placeholder  {
    padding-left:26px;
    padding-right:26px;
    font-style: italic;
    color:#a2b1c7;
    /*vertical-align:middle;*/
}
#feedback_border input::-webkit-input-placeholder{
    padding-left:26px;
    padding-right:26px;
    font-style: italic;
    color:#a2b1c7;
    /*vertical-align:middle;*/
}


#feedback_border textarea{
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    border:1px solid #bbc8de;
    /*background-color:#eaeef4;*/
    font-style: normal;
    color:black;
    margin:0;
    height:32px;
    width:421px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:26px;
    padding-right: 11px;
    margin-bottom:15px;
}
#feedback_border textarea:-moz-placeholder  {
    font-size:14px;
    font-family: Arial,Helvetica,sans-serif;
    padding-left:26px;
    padding-right:11px;
    font-style: italic;
    color:#a2b1c7;
    /*vertical-align:middle;*/
}
#feedback_border textarea::-webkit-input-placeholder{
    font-size:14px;
    font-family: Arial,Helvetica,sans-serif;
    padding-left:26px;
    padding-right:11px;
    font-style: italic;
    color:#a2b1c7;
    /*vertical-align:middle;*/
}


#uname{
    background:#eaeef4 url(../images/feedback_uname.png) no-repeat 8px 50%;
}
#email{
    background:#eaeef4 url(../images/feedback_email.png) no-repeat 8px 50%;
    float:left;
    width:166px !important;
    margin-right:20px !important;
}
#call{
    background:#eaeef4 url(../images/feedback_call.png) no-repeat 8px 50%;
    float:left;
    width:166px !important;
}
#subject{
    background:#eaeef4 url(../images/feedback_subject.png) no-repeat 8px 50%;
}
#message{
    background:#eaeef4 url(../images/feedback_message.png) no-repeat 8px 8px;
    min-height:290px !important;
    font-size: 14px;
    width: 406px;
    min-width: 421px;
    max-width: 421px;
}

#reqest{
    float:left;
    width:200px;
    font-size:12px;
    font-style: italic;
    color: #a2b1c7;
    padding-left:20px;
    margin-right:70px;
}
#sendmess{
    display: block;
    float: right;
    height: 30px;
    margin-top: -5px;
    width: 130px;
}
#sendmess input{
    background: none repeat scroll 0 0 #B6C7E1;
    border-left: medium none #001234;
    border-top: 1px solid #A8B2C3;
    color: white !important;
    height: 28px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: static;
    width: 130px;
    border-radius: 20px; /*w3c border radius*/
    -moz-border-radius: 20px; /* mozilla border radius */
    -webkit-border-radius: 20px; /* webkit border radius */
    cursor: pointer;
}
#sendmess input:hover{
    background: none repeat scroll 0 0 #4499D4;
}

#map_canvas{
    height: 400px;
    width:100%;
}

.picture {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    float: left;
    font: 11px/1.4em Arial,sans-serif;
    margin: 10px 22px;
    padding: 3px;
    text-align: center;
    width: 238px;
    color: #bbb;
    font-family: arial;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #ccc;

}
.picture img {
    border: 1px solid #CCCCCC;
    vertical-align:middle;
    margin-bottom: 3px;
    border-radius: 4px 4px 4px 4px;
}

#sert_gal a{
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #ccc;
    color: #BBBBBB;
    float: left;
    font: 12px/1.4em arial;
    margin: 0 23px 46px;
    padding: 3px;
    text-align: center;
    width: 238px;
  height: 266px;
}
#sert_gal a:last-child{
    margin-bottom: 0;
}
#sert_gal a img{
    border-radius: 4px 4px 4px 4px;
}

#detail ul li {
  color: #4298D4;
  font-family: times New Roman;
  font-size: 16px;
  list-style: circle inside none;
  margin-left: 24px;
  padding: 0 0 22px;
  text-indent: 0;
}

.hreab{
  font-family: arial;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  color: #0D507F;
}

#maindoct{
  margin-bottom: 50px;
}