*
{
  margin: 0;
  padding: 0;
}

img
{
  border-width: 0;
}

a:link {
	color: #00b1e5;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #00b1e5;
}

a:hover {
	color: #00b1e5;
	text-decoration: none;
}


body
{
  background: #fff url(img/bg.jpg) top center repeat-x;
  font-family: Arial, Verdana, sans-serif;
  color: #999;
  font-size: 11px;
}

#Wrapper
{
    margin: 0 auto;
    background: Transparent url(img/sea.jpg) top center no-repeat;
    min-height: 600px;
}

#Header
{
    min-height: 270px;
    width: 784px;
    margin: 0 auto;
    background: Transparent url(img/HeaderTop.gif) 0 118px no-repeat;
}

#Main
{
    width: 724px;
    margin: 0 auto;
    background: Transparent url(img/Main.gif) 0 0 repeat-y;
    padding: 0 30px;
    min-height: 200px;
    
}

#lang
{
    text-align: right;
    padding-top:15px;
}

#lang p
{
    display: inline;
}


#lang a:link, #lang a:visited, #lang a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#lang p.hr
{
    background: Transparent url(img/hr.gif) 0 0 no-repeat;
    padding-left: 20px;
}

#lang p.en
{
    background: Transparent url(img/en.gif) 0 0 no-repeat;
    padding-left: 20px;
    padding-right: 10px;
}

#NavWrapper
{
    width: 734px;
    text-align: right;
    padding-top: 34px;
}

#NavWrapper a
{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #0392bc;
    font-size: 11px;
}

.NavList
{
    text-align: right;
    list-style-type: none;
    float: right;    
}

.NavList li
{
    float: left;
    background: Transparent url(img/tabNormal.gif) top right no-repeat;
    margin-right: 4px;
    padding: 0 0px;
    height: 26px;
}

.NavList li p
{

    background: Transparent url(img/tabNormalLeft.gif) top left no-repeat;
    padding: 7px 10px 0 10px;
}

.NavList li.selected
{
    background: Transparent url(img/tabSel.gif) top right no-repeat;
}

.NavList li.selected p
{
    background: Transparent url(img/tabSelLeft.gif) top left no-repeat;
}

#logo
{
    position: absolute;
    margin: 110px 0 0 30px;
}

h2, h2.multiline
{
    font-size: 24px;
    font-weight: bold;
    color: #fc0;
    padding-left: 35px;
    background: Transparent url(img/h2.gif) 0 5px no-repeat;
    margin-top: 20px;
}

h2.multiline
{
    background: Transparent url(img/h22.gif) 0 5px no-repeat;
}

h3
{
    font-size: 17px;
    font-weight: bold;
    color: #fc0;
}

#SideLeft
{
    float: left;
    width: 370px;
}

#SideLeft p, #SideRight p
{
    padding: 0 0 0 37px;
    line-height: 17px;
}

#SideRight
{
    float: left;
    width: 315px;
    margin-left: 30px;
}

#Dolphins
{   
    position: absolute;
    margin: 10px 0 0 460px;
    text-align: center;
}

#Main ul
{
    list-style-type: none;    
    margin: 10px 0 10px 20px;
}

#Main p
{
    padding: 0 0 10px 0;
}

#Main ul li
{
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    background: Transparent url(img/arr.gif) 0 4px no-repeat;
}

.Date
{
    font-size: 15px;
    font-weight: bold;
    color: #fc0;
    display: block;
    margin-top: 10px;
}

h4
{
    font-size: 15px;
    font-weight: bold;
    color: #fc0;
    display: block;
    margin-top: 10px;
}

#Footer
{
    height: 72px;
    background: Transparent url(img/Footer.gif) 0 0 no-repeat;
    width: 724px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 30px;
}

#Footer p
{
    padding-top: 30px;
    color: #81b5cb;
}

#Footer p a
{
    color: #81b5cb;
}

.tblForm
{
    width: 430px;
    margin: 0px;
    border-bottom: solid 1px #c0e3f3;
}

.tblForm td
{
    font-weight: bold;
    padding-bottom: 10px;
    width: 50%;
}

.tblFormSmall
{
   width: 150px; 
   padding: 20px 0;
}

.txt
{
    border: solid 1px #c0e3f3;
    width: 200px;
}

.sel
{
    width: 200px;  
}

.btn
{
    font-weight: bold;
    font-size: 11px;
    padding: 4px 8px;
    color: #00b1e5;
}

.err
{
    font-weight: bold;
    color: #f00;
}

.RightFloat
{
    float: right;
    width: 200px;
}

#Main .RightFloat ul li
{
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    background-image: none;
    font-size: 12px;
}

#Main .RightFloat ul
{
    border-left: solid 1px #d8f0fb;
}

.yell
{
    color: #e9be14;
}

.NewsTeaser
{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #d8f0fb;
}

/* IMAGE GALLERY */
.image {
	width:110px;
	height:110px;
	border:1px solid #5f9cd5;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
}
.image div {
	width:108px;
	height:108px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}
.image img { border:none; }


/* IMAGE GALLERY WIDE */
.imageWide {
	width: 200px;
	height:110px;
	border:1px solid #5f9cd5;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
}
.imageWide div {
	width:198px;
	height:108px;
	overflow:hidden;
	position:absolute;
	top:1px;
	left:1px;
}
.imageWide img { border:none; }


.colorUL {
    
}

#Main ul.colorUL li.plavi {
    background: Transparent url(img/liPlavi.gif) 0 0 no-repeat;
}

#Main ul.colorUL li.zeleni {
    background: Transparent url(img/liZeleni.gif) 0 0 no-repeat;
}

#Main ul.colorUL li.zuti {
    background: Transparent url(img/liZuti.gif) 0 0 no-repeat;
}

#Main ul.colorUL li.crveni {
    background: Transparent url(img/liCrveni.gif) 0 0 no-repeat;
}

#Main ul.colorUL li.bijeli {
    background: Transparent url(img/liBijeli.gif) 0 0 no-repeat;
}

.smallTxt {
    width: 30px;
    margin-left: 20px;
}

