﻿*{
	margin: 0;
	padding: 0;
	/*border: 0;*/
	outline: 0;
}
body {
	line-height: 1;
	color: #333333;
	background: white;
}
/*-----------------------------*/
/* Matija's Resets */
html, form, body
{
	height: 100%;
}
/*-----------------------------*/
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 1em;
}

div.captionRight
{
	background: url(/resources/pics/boxGrayTitle.gif) no-repeat 0 0;
	width: 186px;
	height: 23px;
	padding: 7px 0px 0px 10px;
	font: bold 12px "Trebuchet MS";
	color : #fff;
	text-transform: uppercase;
}
div.captionRight a
{
	text-decoration: none;
	color:White;
}
div.captionRight a:hover
{
    text-decoration: underline;
}

a
{
	color: #003872;
	text-decoration: none;
}
a:hover
{
	color: #003872;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/
body
{
	background: #4ea1e9 url(/resources/pics/bg.gif) repeat-y 50% 0;
	font: 12px Arial;
	color: #333333;
}
table#tblMain
{
	width: 962px;
	/*width: 1022px;*/
	height: 100%;
	margin: 0px auto;
}
table#tblMain tr td#tdLeft
{
	width: 20px;
	background: url(/resources/pics/mainLeft.gif) repeat-y 100% 0;
}
table#tblMain tr td#tdRight
{
	width: 20px;
	background: url(/resources/pics/mainRight.gif) repeat-y 0 0;
}
table#tblMain tr td#tdCenter
{
	width: 962px;
	background: #fff;
	padding: 0px 10px;
}
table#tblHeader
{
	width: 100%;
	margin-bottom: 10px;
}
table#tblHeader tr td
{
	height: 100px;	
}
table#tblHeader tr td#tdHLeft
{
	width: 2px;
	background: url(/resources/pics/headerLeft.gif) no-repeat 0 0;
}
table#tblHeader tr td#tdHRight
{
	width: 2px;
	background: url(/resources/pics/headerRight.gif) no-repeat 0 0;
}
table#tblHeader tr td#tdHCenter
{
	background: url(/resources/pics/headerCenter.gif) repeat-x 0 0;
}
div#divHeaderTextLinks
{
	font: 11px Arial;
	color: #fff;
	height: 25px;
}
div#divHeaderTextLinks a
{
	color: #fff;
}
div#divHeaderText
{
	float: left;
	padding: 10px 5px 0px 17px;
}
div#divHeaderLinks
{
	float: right;
	padding: 10px 17px 0px 5px;
}
div#divHeaderLinks a
{
	background: url(/resources/pics/arrowWhite.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin-left: 15px;
	text-decoration: none;
}
div#divHeaderLinks a:hover
{
	text-decoration: underline;
}
div#divLogoSection
{
	clear: both;
	height: 75px;
}
div#divLogoSection a
{
	display: block;
	background: url(/resources/pics/ultraSailing.gif) no-repeat 0 0;
	width: 350px;
	height: 75px;
}
table#tblMiddle
{
	clear: both;
}
table#tblMiddle tr td#tdMLeft
{
	width: 629px;
	height: 192px;
}
table#tblMiddle tr td#tdMRight
{
	width: 334px;
	padding-top: 97px;
	background: url(/resources/pics/beneteau.jpg) no-repeat 0 0;
}
table#tblMiddle tr td#tdMRight div#divBeneteauInnerText
{
	width: 295px;
	margin: 0px auto;
	padding-top: 10px;
	border-top: solid 1px #2c78bb;
	font: bold 13px "Trebuchet MS";
	color: #1f68a9;
	text-align: center;
}
a.aBigBlue
{
	display: block;
	width: 151px;
	height: 22px;
	background: url(/resources/pics/blueBg.png) no-repeat 0 0;
	clear: both;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	margin: 10px auto 0px auto;
}
table#tblBreadCrumbTrail
{
	width: 100%;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
}
table#tblBreadCrumbTrail tr td
{
	height: 30px;
}
table#tblBreadCrumbTrail tr td#tdBCLeft
{
	padding-left: 15px;
	vertical-align: middle;
}
table#tblBreadCrumbTrail tr td#tdBCLeft a
{
	font: bold 12px "Trebuchet MS";
	color: #003872;
	background: url(/resources/pics/arrowBlue.gif) no-repeat 0 50%;
	padding-left: 10px;
	margin-left: 5px;
	text-decoration: none;
	margin-top: 5px;
}
table#tblBreadCrumbTrail tr td#tdBCLeft a.aFirst
{
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}
table#tblBreadCrumbTrail tr td#tdBCLeft a.aActive
{
	
}
table#tblBreadCrumbTrail tr td#tdBCLeft a:hover,
table#tblBreadCrumbTrail tr td#tdBCLeft a.aFirst:hover,
table#tblBreadCrumbTrail tr td#tdBCLeft a.aActive:hover
{
	text-decoration: underline;
}
table#tblBreadCrumbTrail tr td#tdBCRight
{
	width: 150px;
	vertical-align: middle;
}
table#tblMainContent
{
	clear: both;
}
table#tblMainContent tr td#tdMCLeft
{
	width: 220px;
}
table#tblMainContent tr td#tdMCenter
{
	width: 526px;
	padding-right: 10px;
}
table#tblMainContent tr td#tdMCRight
{
	width: 209px;
}
div.divBoxOrange,
div.divBoxBlue
{
	margin-bottom: 10px;
}
div.divBoxOrange div.divBoxTop,
div.divBoxBlue div.divBoxTop,
div.divBoxOrange div.divBoxBottom,
div.divBoxBlue div.divBoxBottom
{
	height: 2px;
	font-size: 1px;
	clear: both;
}
div.divBoxOrange div.divBoxCenter,
div.divBoxBlue div.divBoxCenter
{
	width: 195px;
	clear: both;
	padding: 7px;
}
div.divBoxOrange div.divBoxTop
{
	background: url(/resources/pics/boxOrangeTop.gif) no-repeat 0 0;
}
div.divBoxOrange div.divBoxBottom
{
	background: url(/resources/pics/boxOrangeBottom.gif) no-repeat 0 0;
}
div.divBoxOrange div.divBoxCenter
{
	background: url(/resources/pics/boxOrangeCenter.gif) repeat-x 0 0;
}



div.divBoxBlue div.divBoxTop
{
	background: url(/resources/pics/boxBlueTop.gif) no-repeat 0 0;
}
div.divBoxBlue div.divBoxBottom
{
	background: url(/resources/pics/boxBlueBottom.gif) no-repeat 0 0;
}
div.divBoxBlue div.divBoxCenter
{
	background: url(/resources/pics/boxBlueCenter.gif) repeat-x 0 0;
}



div.divBoxOrange div.divBoxCenter h1,
div.divBoxBlue div.divBoxCenter h1
{
	width: 186px;
	height: 27px;
	padding: 3px 0px 0px 10px;
	font: bold 16px "Trebuchet MS";
}
div.divBoxOrange div.divBoxCenter h1
{
	background: url(/resources/pics/boxOrangeTitle.gif) no-repeat 0 0;
	color : #6e4619;
}
div.divBoxBlue div.divBoxCenter h1
{
	background: url(/resources/pics/boxBlueTitle.gif) no-repeat 0 0;
	color : #081c31;
}

* html div.divBoxBlue div.divBoxCenter a.link
{
	background: none;
}

div.divBoxOrange div.divBoxCenter a.link,
div.divBoxOrange div.divBoxCenter a.linkselected
{
	background: url(/resources/pics/blackTransparent.png) repeat 0 0;
}
* html div.divBoxOrange div.divBoxCenter a.link
{
	background: none;
}

div.divBoxBlue div.divBoxCenter a.link,
div.divBoxBlue div.divBoxCenter a.linkselected
{
	background: url(/resources/pics/whiteTransparent.png) repeat 0 0;
}

div.divBoxOrange div.divBoxCenter a.link,
div.divBoxBlue div.divBoxCenter a.link,
div.divBoxOrange div.divBoxCenter a.linkselected,
div.divBoxBlue div.divBoxCenter a.linkselected
{
	color: #fff;
	font: bold 11px Arial;
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	margin-top: 1px;
}
div.divBoxOrange div.divBoxCenter a.link:hover,
div.divBoxOrange div.divBoxCenter a.linkselected
{
	background: #fff;
	color: #ff8600;
}
div.divBoxBlue div.divBoxCenter a.link:hover,
div.divBoxBlue div.divBoxCenter a.linkselected
{
	background: #fff;
	color: #003871;
}

div.divBoxOrange div.divBoxCenter h1 a.title,
div.divBoxBlue div.divBoxCenter h1 a.title
{
	text-decoration: none;
	font: bold 16px "Trebuchet MS";
}

div.divBoxOrange div.divBoxCenter h1 a.title
{
	color : #6e4619;
}
div.divBoxBlue div.divBoxCenter h1 a.title
{
	color : #081c31;
}

div.divBoxOrange div.divBoxCenter h1 a.title:hover,
div.divBoxBlue div.divBoxCenter h1 a.title:hover
{
	text-decoration: underline;
}


div.divBoxGray
{
	margin-bottom: 10px;
}
div.divBoxGray div.divBoxTop
{
	height: 7px;
	font-size: 1px;
	clear: both;
}
div.divBoxGray div.divBoxBottom
{
	height: 1px;
	font-size: 1px;
	clear: both;
}
div.divBoxGray div.divBoxCenter
{
	width: 195px;
	background: #e9e9e9;
	padding: 0px 7px 7px 7px;
}
div.divBoxGray div.divBoxTop
{
	background: url(/resources/pics/boxGrayTop.gif) no-repeat 0 0;
}
div.divBoxGray div.divBoxTopSkype
{
	padding-top: 50px;
	background: #e9e9e9 url(/resources/pics/boxGrayTitleSkype.gif) no-repeat 0 0;
}
div.divBoxGray div.divBoxBottom
{
	background: url(/resources/pics/boxGraybottom.gif) no-repeat 0 0;
}
div.divBoxGray div.divBoxCenter h1
{
	background: url(/resources/pics/boxGrayTitle.gif) no-repeat 0 0;
	width: 186px;
	height: 23px;
	padding: 7px 0px 0px 10px;
	font: bold 12px "Trebuchet MS";
	color : #fff;
	text-transform: uppercase;
	margin-bottom: 7px;
}
div.divBoxGray div.divBoxTopSkype h1
{
	width: auto;
	height: auto;
	padding: 7px 0px 0px 0px;
	font: bold 12px "Trebuchet MS";
	color : #fff;
	text-transform: uppercase;
	background: none;
	margin-top: -42px;
	margin-bottom: 10px;
}
table#tblPrognoza
{
	width: 100%;
}
table#tblPrognoza tr td
{
	height: 26px;
	vertical-align: middle;
	color: #000;
}
table#tblPrognoza tr td.tdImage
{
	width: 40px;
	background: url(/resources/pics/prognozaIcon.gif) no-repeat 0 0;
}
table#tblPrognoza tr td.tdImage img
{
	width: 32px;
	height: 20px;
	display: block;
	background: red;
	margin: 0px auto;
}
table#tblPrognoza tr td.tdGrad
{
	font-weight: bold;
	padding-left: 10px;
}
table#tblPrognoza tr td.tdTemp
{
	width: 70px;
	text-align: right;
}


table.tblPronozaBig
{
	padding:0 15px 0 15px;
}
table.tblPronozaBig tr td.tdImage
{
}
table.tblPronozaBig tr td.tdGrad
{
	font-weight: bold;
	font-size:12px;
}
table.tblPronozaBig tr td.tdTemp
{
	font-size:12px;
	text-align: right;
}


div.divContentSmallerText
{
	font-size: 11px;
	line-height: 160%;
}
span.spnBlue
{
	color: #013c79;
}
input.txtBox
{
	border: solid 1px #a9a9a9;
	/*margin: 2px 3px 2px 0px;*/
	margin: 0px 3px 0px 0px;
	padding: 2px;
}
input.btnBlue
{
	border: solid 1px #9bc3e7;
	background: #9bc3e7;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding: 2px;
	width:60px;
}
a.aBigerLink
{
	color: #003872;
	font-weight: bold;
	text-decoration: none;
}
a.aBigerLink:hover
{
	text-decoration: underline;
}
a.aIconHR,
a.aIconEN
{
	display: block;
	width: 22px;
	height: 15px;
	float: right; 
	margin-left: 5px;
}
a.aIconHR
{
	background: url(/resources/pics/iconHR.gif) no-repeat 0 0;
}
a.aIconEN
{
	background: url(/resources/pics/iconEN.gif) no-repeat 0 0;
}
a.aIconSkype
{
	padding-left: 25px;	
	background: url(/resources/pics/aIconSkype.gif) no-repeat 0 0;
}
table.tblMiddleFotogalerija
{
	width: 100%;
}
table.tblMiddleFotogalerija tr td.tdMFLeft
{
	background: url(/resources/pics/separator.gif) repeat-y 100% 0;
}
table.tblMiddleFotogalerija tr td.tdMFLeft,
table.tblMiddleFotogalerija tr td.tdMFRight
{
	width: 50%;
	padding: 7px 2px 2px 7px;
}
table.tblMiddleFotogalerija tr td.tdMFLeft
{
	padding-left: 10px;
}
table.tblMiddleFotogalerija tr td.tdMFRight
{
	padding-left: 15px;
}
h2
{
font: bold 18px "Trebuchet MS";
color: #ed820e;
text-transform: uppercase;
margin-bottom: 15px;
}
img.imgBorder
{
border: solid 4px #cccccc;	
}
a.aGrayLink
{
padding-left: 20px;
background: url(/resources/pics/aArrow.gif) no-repeat 0 60%;
font-weight: bold;
display: block;
margin-bottom: 10px;
}
div.divSeparator
{
	margin: 20px 10px 10px 10px;
	height: 1px;
	background: url(/resources/pics/separator_2.gif) repeat-x 0 0;	
	clear: both;
}
table.tblNovosti
{
	width: 100%;
	margin-top: 20px;
}
table.tblNovosti tr td.tdDatum
{
	background: url(/resources/pics/clock.gif) no-repeat 10px 0;
	color: #888888;
	padding-left: 30px;
	font-size: 11px;
	height: 20px;
}
table.tblNovosti tr td.tdNaslov
{
	font: 18px "Trebuchet MS";
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 15px;
}
table.tblNovosti tr td.tdContent
{
	font: 12px Arial;
	padding-left: 10px;
	line-height: 150%;
}
table.tblNovosti tr td.tdContent img
{
margin-right: 10px;	
}


table#tblFooter
{
	width: 100%;
	background: #4d9fe7;
}
table#tblFooter tr td
{
background: #4d9fe7;	
}
table#tblFooter tr td#tdFLeft
{
	width: 2px;
	background: url(/resources/pics/footerLeft.gif) no-repeat 0 0;
}
table#tblFooter tr td#tdFCenter
{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	background: url(/resources/pics/footerCenter.gif) repeat-x 0 0;
}
table#tblFooter tr td#tdFCenter,
table#tblFooter tr td#tdFCenter a
{
	font: 11px Arial;
	color: #fff;
}
table#tblFooter tr td#tdFCenter a:hover
{
	text-decoration: underline;
}
table#tblFooter tr td#tdFRight
{
	width: 2px;
	background: url(/resources/pics/footerRight.gif) no-repeat 0 0;
}

table#tblBanner td
{
	text-align: right;
}

table.orderTbl td
{
    padding: 5px 10px 5px 10px;
}





