/*
 * colors:
 * blue: #0c4da2
 * text: #717276
 * border: #e5e5e5
*/

body {
    background-color: #fff;
    color: #717276;
    color: #444;
    font: normal normal normal 0.75em/1.5em Arial, sans-serif;
}

div.border {
    border-color: #e5e5e5;
    margin-right: 0;
    padding-right: 0;
}

a {
    text-decoration: none;
    color: #0c4da2;
}

a:hover {
    text-decoration: underline;
    color: #0c4da2;
}

h1 {
    line-height: 2em;
    font-size: 1.25em;
    padding: 0.5em 25px;
    color: #0c4da2;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

h2 {
    color: #0c4da2;
    font-weight: bold;
    font-size: 1em;
    padding: 0 0 0.25em 0;
}

h2 .date {
    font-size: 0.75em;
    color: #999;
}

h3 {
    color: #0c4da2;
    font-size: 1.17em;
    font-weight: bold;
}

p {
    padding: 0 0 0.25em 0;
    text-align: justify;
}

p.special {
    color: #0c4da2;
    font-size: 1.92em;
    text-align: left;
    line-height: 1.25em;
    margin: 0;
}

p.special span {
    font-size: 0.88em;
}

p.special small {
    font-size: 0.64em;
}

#container {
    width: 950px;
    margin: 0 auto;
}

#top {
    /*background: white url(../img/logo.gif) left 30px no-repeat;*/
    height: 95px;
    font-size: 0.92em;
}

#top ul {
    list-style: none;
    width: 160px;
    margin-top: 14px;
}

#top ul li {
    display: block;
    float: left;
    margin: 0 7px;
}

#top form {
    float: left;
}

#top form fieldset {
    padding: 10px 0 0 0;
    border: none;
}

#top form label {
    color: #0c4da2;
    font-weight: normal;
}

#top form input {
    width: 110px;
    padding: 2px 6px;
    background: url(../img/top-input-bckg.gif) top left no-repeat;
    height: 13px;
    border: none;
    font-size: inherit;
}

#top form input[type="submit"] {
    background: none;
    color: #0c4da2;
    width: auto;
    height: auto;
    cursor: pointer;
}


#nav ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
    height: 1.2em;
    font-size: 1.17em;
}

#nav ul li {
    display: block;
    float: left;
    padding-right: 6px;
    background: #fff url(../img/nav-backg.gif) right -77px no-repeat;
}

#nav ul li.current, #nav ul li.active {
    background: #0c4da2 url(../img/nav-backg.gif) right -52px no-repeat;
}

#nav ul li a {
    padding: 0 0 0 7px;
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    background: #ffffff url(../img/nav-backg.gif) 0 -29px no-repeat;
}

#nav ul li a span {
    width: 6px;
    height: 16px;
    display: block;
    float: right;
    background: #ffffff url(../img/nav-backg.gif) 0 -77px no-repeat;
}

#nav ul li a:hover, #nav ul li.current a, #nav ul li.active a {
    color: #ffffff;
    background: #0c4da2 url(../img/nav-backg.gif) 0 -4px no-repeat;
    text-decoration: none;
}

#nav ul li a:hover span, #nav ul li.current a span, #nav ul li.active a span {
    background: #0c4da2;
    background: #0c4da2 url(../img/nav-backg.gif) 0 -52px no-repeat;
}
#nav ul li:first-child a, #nav ul li:last-child {
    background: none;
}

#nav ul li:first-child a:hover, #nav ul li.current:first-child a, #nav ul li.active:first-child a {
    background: #0c4da2 url(../img/nav-backg.gif) 0 -125px no-repeat;
}

#nav ul li.current:last-child, #nav ul li.active:last-child {
    background: #0c4da2 url(../img/nav-backg.gif) right -101px no-repeat;
}

#breadcrumbs {
    border-bottom: 1px solid #e5e5e5;
    line-height: 2.8em;
    font-size: 0.92em;
    padding: 0 0.75em;
}

#subnav {
    padding: 0.75em 0;
}

#subnav ul {
    list-style: none;
    margin: 0.25em 0.75em;
    padding: 0;
}

#subnav ul li {
    text-transform: uppercase;
    font-size: 1.0em;
}

#subnav ul li a, #subnav ul li.active li a {
    color: #0c4da2;
    background-color: #ffffff;
}

#subnav ul li a:hover, #subnav ul li.active a, #subnav ul li.active li.active a {
    background-color: #0c4da2;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 0;
}

#subnav ul ul li {
    text-transform: none;
    font-size: 0.92em;
}

#subnav ul ul li a {
    color: #717276;
}

#content {
    border: 1px solid #e5e5e5;
    border-width: 0 1px;
    min-height: 400px;
    padding: 10px 25px;
    width: 468px;
}

#content-large {
    width: 699px;
    padding: 10px 25px;
    border-left: 1px solid #e5e5e5;
    min-height: 400px;
}

#content h1, #content-large h1 {
    margin: 0 -25px 1.5em -25px;
}

#sidebar .box {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: none;
    margin: 0;
}

#sidebar p {
    padding: 0;
    margin: 0;
}

#sidebar h3 {
    margin: 0.5em 0;
}


#footer {
    max-width: 960px;
    margin: 0 auto;
    background: url(../img/footer-bckg.jpg) left top no-repeat;
    padding: 200px 55px 0 55px;
    height: 100px;
    font-size: 0.92em;
}

#footer a {
    color: #717276;
    padding: 0 10px 0 0;
}

#footer .aRight p {
    text-align: right;
}

ul.footer-menu {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 25px;
}

ul.footer-menu li {
    display: inline;
    margin: 0;
    padding: 0;
}


.hbox {
    padding: 20px 40px 20px 0;
    width: 290px;
    float: left;
}

.hbox ul {
    margin: 10px 20px;
    color: #0c4da2;
}

#hBoxes div {
    width: 315px;
    color: #0c4da2;
    float: left;
}

#hBoxes div h2 {
    padding: 0 25px 0.2em 25px;
}

#hBoxes div h1 {
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    
}

#hBoxes div.news p {
    color: #0c4da2;
    font-size: 12px;
    line-height: 1.2em;
    padding: 0 25px 0.25em 25px;
}

#hBoxes div.contact p {
    font-size: 2.33em;
    margin: 0 12px;
    padding: 15px 25px 0.25em 25px;
}

#hBoxes div.zaufali img {
    margin: 10px  0  0 50px;
}

a.more {
    display: block;
    clear: both;
    float: right;
}

ul.sitemap {
    margin: 50px;

}


.gallery-item  {
    display:block;
    float:left;
    height:210px;
    padding:2px 4px 2px 0;
    position:relative;
    width:223px;
    margin: 0 5px 15px 0;
}

.gallery-item a {
    display:block;
    left:0;
    position:absolute;
    text-decoration:none;
    top:0;
    z-index:10;
    height: 210px;
}
.gallery-item img {
    width:223px;
    height:165px;
}
.gallery-item span {
    background:url("../img/gallery-item-arrow.gif") no-repeat scroll 180px 11px #0C4DA2;
    bottom:0;
    color:#ffffff;
    display:block;
    left:0;
    padding:5px 5px 5px 5px;
    position:absolute;
    width:213px;
    z-index:20;
}

.filmstrip {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filmstrip li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.slider {
	position:relative;
	background:url(../img/loading.gif) no-repeat 50% 50%;
}
.slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


table th {
  background: #0C4DA2;
  font-weight: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

table th.floor {
  background: #fff;
  font-weight: bold;
  color: #0C4DA2;
  border-bottom: 1px solid #0C4DA2;
  text-align: left;
}

table td {
  text-align: right;
  color: #333;
  line-height: 14px;
  padding: 2px 10px 2px 5px;
}


table td.aCenter {
  text-align: center;
}

table tr:hover {
  background: #f3f3f3;

}

#contactform label {
    display: block;
    color: #0C4DA2;
}

