﻿#background
{
	width: 1150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom:auto;
	
}

body
{
	background-image:url('slika5.jpg');
	background-repeat:repeat-x;
}


.levo
{
	width: 270px;
	margin-right: 1px;
	float:left;
	text-allign: center;
	margin-left:auto;
}

#header
{

	float:left,top;
	border: none;
	text-allign: center;
}

h1
{
	margin-top:15px;
	color:black;
	font-style:bold;
	font-size: 50px;
	font-family:Arial,Helvetica,sans-serif;
	width:270px;
}



h3
{
	margin-left: 5px;
	color:black;
	font-style:oblique;
	<!--font-weight:bold;-->
	font-family:Arial,Helvetica,sans-serif;
}



ul
{
	list-style-type:none;
	margin:0 0;
	padding:0;
}

a:link,a:visited
{
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left	: 1px solid gray;
	border: 2px ;
	color:black;
	text-decoration:none;
}

a:hover,a:active
{
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left	: 1px solid gray;
	border: 2px ;
	color:#3300CC;
	text-decoration:none;


}






nav ul 
{
	
	padding: 0 10px;
	border-radius: 10px;  
	list-style: none;
	position: relative;

	
}



#desno
{
	width: 850px;
	float:left;
	margin-top:60px;
	margin-left:20px;
	text-weight:bold;
}


.glavno 
{
        font-style: normal;
	font-family:Arial,Helvetica,sans-serif;
	width:95%;
	background-color: #CCF2FF;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	padding: 5px  8px;
	
}

#dodatak
{
	  font-style:oblique;
	<!--font-weight:bold;-->
	font-family:Arial,Helvetica,sans-serif;
	text-size:150px;
	
}

.glavno p
{
	color: black;
	padding: 10px  5px;
	text-align: justify;
	text-indent: 30px;
	font-style:normal;
	font-family:Arial,Helvetica,sans-serif;
}


.glavno h2
{
	text-align: center;
	
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	color: black;
	padding: 10px  5px;
}


ul.horizontal
{
	list-style-type: none;
	text-align:center;
	margin:0px;
	padding: 60px;
}



div.dole
{

	float:left;
	margin-top:90px;

	
  
}

code
{
display: block;
background-color: #EEEEEE;
border-style: solid;
border-color: #D3D3D3;
}

div.lupa
{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
}