/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background:url(../art/bg.gif) repeat-y center;
	color:#595959;
	font: 0.7em Tahoma, Arial, Helvetica, sans-serif;	
	text-align:center;
	background-color:#1C3C64;
}
img {
	border:0px solid #fff;
}
a{
	color:#C00000;
	text-decoration:none;
}
a:hover img {
	border:1px solid #8D8D8D;
}
a:hover{
	color:#000000;
}
h1 {
	position:absolute;
	width:740px;
	height:150px;
	left:10px;
	top: 40px;
	text-indent:-8000px;  
}
h1 a{
	display:block;
	height:150px;	
}
h2 {
	color:#000000;
	font-size:120%;
	padding:10px;
	background:#F9F9F9;
	margin:0px;
	border:1px solid #DCDCDC;
}
h3 {
	color:#515151;
	font-size:100%;
	padding:10px;
}
p, dd {
	line-height:150%;
	text-align: justify;
	clear:both;
}
/*
hr {
	margin:20px 10px 0 10px;
}
*/
#right p {
	margin:0px;
}
#left p {
	color:#000000;
	line-height: 14px;
}
#left h3 {
	margin:0;
}

/* GLAVNI DIO */
#wraphead {
	margin:0 auto;
	width:100%;
	height: 200px;
}
#wrap {
	margin:0 auto;
	/*
	
	width:700px;
	background:url(../art/wrap.jpg) no-repeat center top;
	*/

	text-align:left;
}
#container {
	margin:0 auto;
	width:760px;
}
#containerhead {
	margin:0 auto;
	width:760px;
}
#head {
	position:relative;
	height:200px;
	width:760px;
	/*
	background: url(../art/head.jpg) no-repeat center;
	*/
	background:transparent url(../header/rotator.php) no-repeat 0 0;
}
#content {
	width:760px;
	text-align:left;
}
#logo-nav{
	background-image: url(../art/logo.gif);
	height: 80px;
	width: 179px;
	margin:0px 0px 0px 1px;
	background-repeat: no-repeat;
	background-position: center center;
	
}
#left{
	width:180px;
	float:left;
}
#right{
	width:580px;
	float:left;
}
#right-text{
	margin:10px;
}
#right-text p{
	margin:5px 0;
}
/* NOVOSTI - izvadak iz novosti, novosti opsirnije.. */

.novosti-container {
}
.novosti {
	float:left;
	width:175px;
}
.novosti-opsirnije {
	float:left;
	width:360px;
}
.novosti h4, .novosti-opsirnije h4 {
	font-size: 120%;
}
.novosti img, .novosti-opsirnije img {
	border:1px solid #ccc;
	margin:5px 0;
}
.novosti p { 
	color:#9c9c9c;
}
#novosti-arhiva-container {
	width:180px;
	float:right;
	border:1px solid #E5E5E5;
	background-color: #FBFBFB;

}
/* NOVOSTI ARHIVA NAV */

#novosti-arhiva {
	width:100%;
	font-size: 100%;
	background-color:#fff;
}
#novosti-arhiva li{
	list-style:none;
}
#novosti-arhiva a{
	font-weight:normal;
	display:block;
	width:100%;
	color:#9e9e9e;
	border-top:1px solid #E5E5E5;
	text-decoration:none;
}
#novosti-arhiva a span{
	display:block;
	padding: 5px; 
}

#novosti-arhiva a:hover, #novosti-arhiva a.selected {
	color:#000;
}
/*
dt {
	color:#2E2E2E;
	font-size:120%;
	font-weight:normal;
	margin:0.5em 0;
}
dd{
	margin:10px;
	padding-bottom:10px;
	text-align:left;
}
dd img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:3px;
	border:1px solid #B5B5B5;
}
*/
a.opsirnije{
	white-space:nowrap;
}
.imagenovosti {
	margin: 5px 10px 0px 10px;
}
.imagenovosti-index{
	margin: 0;
}
/* NAVIGACIJA */

.nav{
	width: 160px;
	font-size: 100%;
	margin-left:10px;
	margin-bottom:30px;
	border-top:1px solid #DCDCDC;
}
.nav p{
	color:#333333;
	padding: 5px 5px;
	border-bottom:1px solid #DCDCDC;
	font-weight: bold;
}
.nav li{
	list-style:none;
}
.nav a{
	display:block;
	width:100%;
	color:#333333;
	border-bottom:1px solid #DCDCDC;
	background-image: url(../art/nav_bullet_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav a span{
	display:block;
	padding: 5px 15px;
}
.nav a:hover, .nav a.selected {
	color:#05244B;
	background:#F2F2F2 url(../art/nav_bullet_01_over.gif) no-repeat left center;
}
.logo {
	margin: 0 0 10px 10px;
	float:left;
}
.logo a {
	color:#C00000;
	text-decoration:none;
}
.logo a img {
	border:none;
}
.logo a:hover img {
	border:none;
}
.logo a:hover{
	color:#000000;
}
/* 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: 500px; 
	margin:10px 20px 0px 20px;
}
.table_form {
	background:#FFFFFF;
}
.table_form td {
	padding:5px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #F0F0F0;
	border-left: none;

}
.input{
	color:#006699;
	width:244px;
	padding:3px;
}
.inputArea{
	color:#006699;
	width:244px;
	height:194px;
	padding:3px;
}
.inputButton{
	border:1px solid #999;
	color:#FFF;
	padding:2px 10px;
	background-color:#AAA;
	font-weight:bold;
}

.dealeri {
	width:32%;
	height:140px;
	float:left;
}

/* FOOTER */
#footer{
	clear:both;
	width:760px;
	text-align:center;
	padding:5px;
}

