/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;

}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------CSS---------------------------------*/

body {
	background: #313131 url(images/site/bg-image.jpg) no-repeat top center;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 20px;
	text-align: center;
	color: #666;
}

h2 {
	font-size: 20px;
	color: #999;	
}

h3 {
	font-size: 16px;
}

p {
    font-size: 15px;
	line-height: 18px;
	padding: 20px 0;
	
}

strong {
	font-weight:normal;
}
/*------------------------header---------------------------*/

#header {
	width: 900px;
	margin: 0 auto;
}
#header-container {
	height: 200px;
	background: url(images/site/body_bg.jpg) top center no-repeat;

}

#header h1 {
	float: left;
	display: block;
	margin-top:40px;
	width:228px;
	height: 120px;
	text-indent:-2000px;
	background: url(images/site/oftoline-logo.png) top left no-repeat;
}

#header h3{
	clear: both;
	color: #000;
	margin-top: 5px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content {
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*---------------------------------navigacija-------------------------------*/

#navigation {
	width: 135px;
	float: left;
	background: url(images/site/navigation-bg.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#navigation ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 20px;
}

#navigation li{
	line-height: 42px;
	border-bottom: solid 1px #313131;
}

#navigation li:last-child {
	border-bottom: none;
}

#navigation li a {
	color: #C00;
	text-decoration: none;
	background: url(images/site/ul-img.png) no-repeat 10px 50%;
	padding-left: 30px;
	display: block;
}

#navigation li a:hover, #navigation li a.active {
	color: #FFF;
	background: url(images/site/ul-img-hover.png) no-repeat 10px 50%;
	padding-left: 30px;
	display: block;
}

/*------------------------text-------------------------------*/

#text, #kontakt-container{
	width: 365px;
	float: right;
	margin-right: 15px;
	padding: 25px 10px 10px 10px;
	background: url(images/site/navigation-bg.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#kontakt-container {
	width: 700px;
}

#kontakt {
	width: 350px;
	margin: 0;
	float: left;
}

#text h1, #kontakt-container h1 {
	margin-bottom: 25px;
	color: #CCC;
}

#text p, #kontakt p, #kontakt p a {
	padding: 5px 0;
	color: #999;
}
#text p {
	padding-bottom: 30px;
}
#kontakt p a {
	color: #FFF;
	cursor:pointer;
}
#kontakt p a:hover {
	color: #999;
	cursor:pointer;
}


#text p span, #kontakt p span {
	font-weight: bold;
}

iframe {
	display:block;
	margin: 0 auto;
}

/*-------------------------slider----------------------------*/
#slider-wrapper{
	float: right;
	width: 350px;
	height: 440px;
}

/*-------------------------linkovi----------------------------*/

#linkovi ul {
	width: 900px;
	margin: 50px auto 15px auto;
}
#linkovi li {
	float: left;
	margin-right:27px;
	display: block;
	width: 105px;
	height: 60px;
}
#linkovi a {
	display: block;
	width: 105px;
	height: 60px;
}
#linkovi li.enrico{
	background:url(images/site/logoi-komplet.png) 0 1px no-repeat;
	text-indent: -2000px;
}


#linkovi li.air{
	background:url(images/site/logoi-komplet.png) -132px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.rafting{
	background:url(images/site/logoi-komplet.png) -265px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.ciao{
	background:url(images/site/logoi-komplet.png) -398px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.sbk{
	background:url(images/site/logoi-komplet.png) -530px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.nazareno{
	background:url(images/site/logoi-komplet.png) -663px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.caractere{
	margin: 0;
	background:url(images/site/logoi-komplet.png) -796px 1px no-repeat;
	text-indent: -2000px;
}

#linkovi li.enrico:hover{
	background:url(images/site/logoi-komplet.png) 0 -58px no-repeat;
	text-indent: -2000px;
}


#linkovi li.air:hover{
	background:url(images/site/logoi-komplet.png) -132px -58px no-repeat;
	text-indent: -2000px;
}

#linkovi li.rafting:hover{
	background:url(images/site/logoi-komplet.png) -265px -58px no-repeat;
	text-indent: -2000px;
}

#linkovi li.ciao:hover{
	background:url(images/site/logoi-komplet.png) -398px -58px no-repeat;
	text-indent: -2000px;
}

#linkovi li.sbk:hover{
	background:url(images/site/logoi-komplet.png) -530px -58px no-repeat;
	text-indent: -2000px;
}

#linkovi li.nazareno:hover{
	background:url(images/site/logoi-komplet.png) -663px -58px no-repeat;
	text-indent: -2000px;
}

#linkovi li.caractere:hover{
	margin: 0;
	background:url(images/site/logoi-komplet.png) -796px -58px no-repeat;
	text-indent: -2000px;
}


/*--------------------------------footer-------------------------------*/

#footer {
	margin-top: 50px;
	background: url(images/site/footer-bg.png) top center;
}

#footer p {
	line-height: normal;
	text-align: center;
	color: #999;
	padding-top: 30px;
	font-size: 12px;
}

#footer a {
	color:#C00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#galleria{
	height:320px;
	width: 730px;
	margin: 30px auto;
}
