﻿/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#DA251C;
	color:#555555;
	font: 0.7em Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../art/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	margin:70px 0 0 20px;
	position:absolute;
	width:250px;
	height:80px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:100px;
	text-decoration:none;
}
a {
	color:#579AD2;
	font-weight:bold;
}
a:hover {
	color:#000000;
}
h2 {
	font-size:130%;
	margin:10px;
}
#helper h2 {
	color: #555555;
	font-size:120%;
	margin-top:20px;
}
h3 {
	color:#0066CC;
	font-size: 1em;
}
p, dd {
	line-height:150%;
	text-align: justify;
	margin:10px 10px;
}
#helper p {
	margin:5px 0 0 10px;
}

/* GLAVNI DIO */
#headbg {
	height:200px;
	width:100%;
	text-align:center;
	background: url(../art/head-bg.gif) repeat-x center;
}
#head {
	margin:0 auto;
	height:200px;
	width:760px;
	background: url(../art/head.jpg) no-repeat;
	text-align:left;
}
#contbg {
	width:760px;
	height:270px;
	margin:0 auto;
	background: url(../art/cont-bg.jpg) repeat-x center top;
}
#container {
	margin:0 auto;
	width:760px;
	text-align:center;

}
#content {
	width:490px;
	margin:20px 20px 0 0;
	float:right;
	text-align:left;
}
#helper{
	margin:20px 0 0 20px;
	width:200px;
	float:left;
	text-align:left;
}
/* GLAVNA LIJEVA NAVIGACIJA */
#nav{
	width:100%;
	font-size: 100%;
}
#nav li{
	list-style:none;
}
#nav a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#555555;
	border-bottom:1px solid #BCBCBC;
	text-decoration:none;
}
#nav a span{
	display:block;
	padding: 8px 10px; 
}
#nav li li a span{
	padding:8px 20px;
}
#nav li li li a span{
	padding:8px 40px;
}
#nav a:hover, #nav a.selected {
	color:#AE0F07;
}
/* FOOTER */
#footer{
	float:left;
	width:760px;
	border-top:1px solid #E5E5E5;
	text-align:center;
	background-image: url(../art/footer-bg.gif);
	margin:20px 0px;
	padding-top:10px;

}
/* NOVOSTI - izvadak iz novosti, novosti opsirnije.. */

#novosti {
	margin: 0px 10px;
}

dt {
	color:#3B3B3B;
	font-size:130%;
	font-weight:normal;
	margin:10px 0;
}
dd {
	margin:10px 0;
	text-align:justify;
	color:#6C6C6C;
}
dd img {
	float:left;
}
a.opsirnije {
	white-space:nowrap;
	text-decoration:none;
}
.imagenovosti img {
	margin: 0 10px 10px 0;
}

.imagenovostibig {
	margin:5px 10px;
}
.novost {
	font-size:120%;
	font-weight:normal;
	margin:10px;
	display:block;
}
.sazetak {
	font-weight:bold;
	margin:10px 0;
}
.spacer {
	clear:both;
	margin:10px 0
}
#news-nav {
	font-size: 100%;
}
#news-nav li{
	list-style:none;
}
#news-nav a{
	font-weight:normal;
	display:block;
	color:#555555;
	/*
	border-bottom:1px solid #666;
	*/
	text-decoration:none;
}
#news-nav a span{
	padding: 4px 0px; 
	display:block;
}
#news-nav a:hover, #nav a.selected {
	color:#AE0F07;
}
/*
hr {
	clear:both;
	text-align:center;
	padding-top:5px;
	margin:0 auto;
	margin-bottom:5px;
	border:1px solid #fff;
	border-bottom:1px solid #DDE6D2;
}
*/
/* GDJE SE TRENUTNO NALAZITE */
#gdjesmo {
	margin:10px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
#gdjesmo p {
	line-height:150%;
	margin:5px 0;
}
a.gdjesmo {
	white-space:nowrap;
	text-decoration:none;
	color:#666666;
	font-weight: normal;
}
#gdjesmo a:hover, #gdjesmo a.selected {
	color:#AE0F07;
}
/* KATEGORIJE - kategorije <ul> i <li> pri izlistavanju kateogrije fotogalerije */
#kategorije{
	width:100%;
	font-size: 100%;
}
#kategorije li{
	list-style:none;
}
#kategorije a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#999999;
	border-bottom:1px solid #CECECE;
	text-decoration:none;
}
#kategorije a span{
	display:block;
	padding: 3px 10px; 
}
#kategorije li li a span{
	padding:3px 20px;
}
#kategorije a:hover, #kategorije a.selected {
	color:#AE0F07;
}
/* SLIKE - slike u fotogaleriji */
/*
#galerija {
	margin: 10px 10px;
}
#galerija img {
	margin:0 10px 10px 0;
	float:left;
}
*/
/* GALERIJA FOTOGRAFIJA */
.galerija .image {
	margin: 0 0 8px 8px;
	float: left;
}
.galerija .image p {
	text-align: center;
	padding: 0;
	margin: 2px 0;
}
a img, img {
	border:1px solid #CCCCCC;
}
a:hover img {
	border:1px solid #555555;
}
/* SLIKA BIG - velika slika.. */
#slikabig {
	margin: 10px 10px;
}
#slikabig p {
	margin-left:0;
}
/* KONTAKT FORMA */
td {
	font:70%;
}
input, textarea, select {
	font: 100% Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:2px 1px;
	border:1px solid #CCCCCC;	
}
table{
	width: 400px; 
	margin:10px 20px 0px 20px;
}
.table_form {
	background:#fff;
}
.table_form td {
	border:none;
	padding:5px 0;
}
.input{
	color:#AE0F07;
	width:244px;
	padding:3px;
}
.inputArea{
	color:#AE0F07;
	width:244px;
	height:194px;
	padding:3px;
}
.inputButton{
	border:1px solid #999;
	color:#FFF;
	padding:2px 10px;
	background-color:#AAA;
	font-weight:bold;
}
