img.email {
  position: relative;
  top: 3px;
}

.msg_error {
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  font-size: 120%;
  background: red;
}

.msg_success {
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
  font-size: 120%;
  background: green;
}



a, input, textarea, li, div, ul {
  outline: none;
}

h1 {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

body {
  margin: 0;
  padding: 0;
  background: url('../img/bg/bg-body.png') repeat-x #284657;
  font-size: 14px;
  color: #ADC9D0;
  font-family: Arial, sans-serif;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.float-right {
  float: right;
}

h3 {
  padding: 20px 10px 0 10px;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: left;
}

h4 {
  padding-left: 10px;
  padding-top: 10px;
  font-size: 17px;
  color: #FFFFFF;
  text-align: left;
}

h5 {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;;
  font-size: 17px;
  font-style: italic;
}

ul {
  padding-top: 6px;
}

p {
  text-align: justify;
}

table .right, table .left {
  padding: 5px 20px;
}

table .strong {
  font-size: 150%;
  color: #FFFFFF;
}

table {
  padding-left: 10px;
}

table tr:hover td {
  background: #FFFFFF;
  color: #000000;
}

table.video tr:hover td {
  background: none;
  color: #FFFFFF;
}

table.video td {
  vertical-align: top;
  width: 33%;
}

table.mailForm {
  margin: auto;
}

table.mailForm tr:hover td {
  background: #536B79;
  color: #FFFFFF;
}

table.mailForm tr:hover td.nohover {
  background: none;
  color: #FFFFFF;
}

table.mailForm td {
  height: 35px;
  padding: 5px 20px;
}

table.mailForm td span {
  font-size: 12px;
}

table.mailForm input.long {
  width: 300px;
  padding: 5px;
  font-size: 15px;
  border: none;
}

table.mailForm input.medium {
  width: 200px;
  padding: 5px;
  font-size: 15px;
  border: none;
}

table.mailForm input.short {
  width: 100px;
  padding: 5px;
  font-size: 15px;
  border: none;
}

table.mailForm input.send {
  padding: 10px 50px;
  background: #FFFFFF;
}

table.mailForm textarea {
  width: 300px;
  height: 80px;
  padding: 5px;
  font-size: 15px;
  border: none;
  position: relative;
  top: 1px;
}

table .borderTop {
  border-top: dotted 1px #FFFFFF;
}

table th {
  border-bottom: dotted 1px #FFFFFF;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
}

table tr:hover td.strong {
  background: none;
  color: #FFFFFF;
}

ul li ul {
  padding: 15px;
}

a.download {
  color: #FFFFFF;
  line-height: 48px;
  height: 48px;
  padding: 30px 10px 20px 80px; 
  font-size: 20px;
  display: block;
  background: url('../img/ico/save.png') 10px center no-repeat;
  text-decoration: none;
}

a.download:hover {
  text-decoration: underline;
}

div#contentInner ul li {
  padding: 3px 0;
}


/* ------------------------------------------------------------------------ */

div#headerOuter {
  width: 100%;
  height: 170px;
  background: url('../img/bg/bg-header-out.png') center bottom repeat-x #FFFFFF;
  text-align: center;
}

div#headerInner {
  width: 960px;
  height: 130px;
  margin: auto;
  text-align: left;
}

div#headerInner a.linkFacebook {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 100;
}

div#menuOuter {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
}
 
div#menuOuter iframe {
  position: absolute;
  left: 10px;
  top: -80px;
  z-index: 50;
}

div#menuInner {
  width: 980px;
  margin: auto;
  text-align: left;
}

div#menuInner ul {
  margin: 0;
  padding: 0;
  width: 980px;  
}

div#menuInner ul li.left {
  float: left;
  display: block;
  height: 40px;  
  text-transform: uppercase;
  padding: 10px 10px 0 10px;
  border-left: solid 2px #E1F2F6;
  position: relative;
  top: 5px;
}

div#menuInner ul li.left a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

div#menuInner ul li.left a span {
  color: #87AFBC;
  font-size: 10px;
}

div#menuInner ul li.right {
  float: right;
  display: block;
  height: 60px;
  position: relative;
  right: 10px;
}

div#menuInner ul li.right a {
  float: right;
  display: block;
  width: 140px;
  height: 60px;
  background: url('../img/bg/bg-menu-help.png') no-repeat;
}

div#menuInner ul li.right a:hover {
  background-position: 0 -60px !important;
}

div#menuInner ul li:hover {
  background: #E1F2F6;
}

div#menuInner ul li.first {
  border: none;
}

div#menuInner ul li.active {
  background: #284657;
}

div#menuInner ul li.active a {
  color: #FFFFFF;
}

div#contentOuter {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

div#contentInner {
  width: 980px;
  padding: 10px 0;
  margin: auto;
  text-align: left;
}

div#contentInner h2 {
  font-size: 26px;
  color: #D2E0E5;
  margin: 0;
  padding: 8px 0 10px 10px;
  font-weight: normal;
  background: url('../img/bg/bg-header-2.png') no-repeat;
}

div#uvod h2 {
  font-size: 22px !important;
  background: none !important;
  color: #FFFFFF !important;
}

div#contentInner div.floatH h2 {
  float: left;
}

div#contentInner h2 span {
  color: #D2E0E5;
  padding-right: 10px;
}

div#contentInner p {
  padding: 10px 10px 0 10px;
}

div#contentInner p.skip {
  padding: 10px 10px 10px 18px;
  width: 930px;
  border-left: solid 2px #ADC9D0;
  position: relative;
  left: 20px;
}

table.budget {
  width: 970px;
}

div#contentInner p a,
div#contentInner ul a {
  color: #FFFFFF;
  text-decoration: none;
}

div#contentInner a:hover {
  text-decoration: underline;
}

div#contentInner em {
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
}

div#graphLine1 {
  width: 582px;
  height: 32px;
  line-height: 32px;
  background: url('../img/bg/bg-graph-line-1.png') 0 0 no-repeat;
  position: relative;
  top: 5px;
  float: right;
  padding-right: 10px;
}

div#graphLine1 span {
  padding-left: 10px;
  color: #284657;
  font-weight: bold;
  font-size: 15px;
}

div#graphLine1Value span {
  padding-right: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
}

div#graphLine1Value {
  background: url('../img/bg/bg-graph-line-1.png') 0 -32px no-repeat;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
  display: block;
  text-align: right;
}

div#squareMap1 {
  background: url('../img/bg/bg-square-1.jpg') no-repeat #FFFFFF;
  width: 960px;
  height: 530px;
  padding: 10px;
}

p.clear {
  clear: both;
  margin: 0;
  height: 10px;
}

div#footerOuter {
  width: 100%;
  height: 70px;
  line-height: 50px;
  text-align: center;
  background: #333333;
}

div#footerInner {
  width: 960px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  color: #ADC9D0;
}

div#footerInner p.copyright {
  float: left;
}

div#footerInner p.copyright span {
  color: #FFFFFF;
}

div#footerInner p.thanks {
  float: right;
}

div#slideshow {
  float: left;
  position: relative;
  width: 500px;
  height: 150px;
  top: 10px;
  left: 90px;
}

div#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

div#slideshow img.active {
  z-index: 10;
}

div#slideshow img.last-active {
  z-index: 7;
}

div#headerInner a.linkTITLE {
  float: left;
  position: relative;
  top: 45px;
}

div#headerInner a.linkSHS {
  float: right;
  position: relative;
  top: 30px;
}

div#contributorsList {
  position: relative;
  left: 10px;
  width: 960px;
  padding-top: 25px;
}

div#contributorsList div.panel {
  width: 180px;
  float: left;
  padding: 10px 6px;
  text-align: center;
}

div#contributorsList div.panel a {
  text-decoration: none;
}

div#contributorsList div.panel:hover {
  background: #FFFFFF;
  color: #000000;
}

div#contributorsList div.panel:hover em {
  color: #000000;
}

div#contributorsList div.panel img {
  padding: 5px;
}

div.question {
  background: url('../img/ico/bubble.png') 10px top no-repeat;
  padding-left: 60px;
  padding-bottom: 20px;
}

div.question p.strong {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: normal;
}

div.question p {
  margin: 0;
  padding: 0;
}

table.news {
  padding-top: 20px;
}

table.news td {
  line-height: 15px;   
  vertical-align: top;
}

table.news td.left {
  padding-left: 50px;
  background: url('../img/ico/calendar.png') 0 top no-repeat;
}

table.news tr:hover td.right {
  background: none;
  color: #ADC9D0;
}      

table.news td.right {
  text-align: left;
}

table.news td.right strong {
  color: #FFFFFF;
}


table.bannery td {
  line-height: 15px;   
  vertical-align: top;
  padding: 2px 40px 2px 10px;
}
