﻿/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
html {
	min-height:100%;
}
body{
	color:#7F93C4;
	font: 0.7em /*"Trebuchet MS"*/"Tahoma";
	text-align:center;
	background: #FFFFFF url(../art/bg.jpg) repeat-x bottom center;
}
h1 {
	margin:30px 0 0 0;
	position:absolute;
	width:230px;
	height:140px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:140px;
	text-decoration:none;
}
h2, h3 {
	font-size:130%;
	padding:5px 10px;
	color: #5068A2;
	font-weight:normal;
}
h3 {
	color:#000000;
	font-size:120%;
}
a {
	color:#556CA5;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#98ADE1;
	text-decoration:underline;
}
p {
	line-height:150%;
	text-align: justify;
	margin:5px 10px;
	color:#7F93C4;
}
.natuknice {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	color:#7F93C4;
}
.natuknice li {
	list-style-position: inside;
	padding:2px 10px;
}
.natuknice li li {
	padding:2px 30px;
}
/* GLAVNI DIO */
#head {
	margin:0 auto;
	height:180px;
	width:590px;
	background: url(../art/header/rotator.php) no-repeat center;
	text-align:left;
}
#container {
	margin:0 auto;
	width:590px;
	text-align:center;
}
#content {
	width:430px;
	margin:0 0 0 0;
	float:right;
	text-align:left;
	background-color: #fff;

}
#helper{
	width:150px;
	float:left;
	text-align: left;
}
/* GLAVNA LIJEVA NAVIGACIJA */
#nav{
	width:100%;
	font-size: 100%;
	background-color:#FFFFFF;
}
#nav li{
	list-style:none;
}
#nav a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#000000;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	background-color: #E6E9F3;
}
#nav a span {
	display:block;
	padding:4px 10px; 
}
#nav li li a span{
	padding:4px 20px;
}
#nav li li li a span{
	padding:4px 30px;
}
#nav a:hover, #nav a.selected {
	color:#000000;
	background-color: #FAFBFD;
}
/* KONTAKT FORMA */
/* FORMS */
fieldset {
	margin:10px;
	padding:30px;
	background:#FAFAFA;
	border:none;
	margin-bottom:10px;
}
fieldset.kontakt {
	background:#FAFAFA;
	border:1px solid #F0F0F0;
}
input, select, textarea {
	display:block;
	font-size:100%;
	width:100%;
	font-family:"Trebuchet MS" Arial;
	padding:2px 1px;
	border:1px solid #E5E5E5

}
small {
	display: block;
	margin: -16px 0 0;
	padding-left: 30%;
	text-align: right;
	font-size: 100%;
	color: #969696;
	line-height:150%;
}
label {
	display: block;
	position: relative;
	cursor: default;
	font-size:100%;
	margin-bottom:10px;
}
.skriven {
	display:none;
}
.w100 {
	width:100px;
	border:1px solid #BDCFFF;
	color:#8296C9;
	background-color:#DAE4FD;
	font-weight:bold;
}
/* TABLE */
table {
	margin: 10px;
	width: 300px;
	font-size: 100%;
}
td {
	width: 150px;
}
/* SLIKE - slike u fotogaleriji */
.galerija {
	margin:0;
}
.galerija img {
	margin: 10px 0 10px 10px;
	float:left;
}
a img {
	border:1px solid #E9E9E9;
}
a:hover img {
	border:1px solid #C7CCDD;
}
/* FOOTER */
#footer{
	float: right;
	text-align:center;
	width:430px;
	height: 60px;
	margin:0px 0 20px 0;
	background: url(../art/footer.png) no-repeat bottom;
	padding:10px 0 0 0;
}
