@charset "utf-8";
* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	}
html, body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
    min-height: 100%; 
    margin-top:0px;
}
html {
	background-image:url(../slike/pozadina.jpg);
	background-repeat:repeat;
	background-size:auto;	
}

.wrapper {
	height: 100%;
	height: auto !important;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	
}
	
.push {
	height: 30px; /* .push must be the same height as .footer */
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*.footer{ 
	padding: 5px;  this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#003366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#CCCCCC;
	border:1px solid #000000;	
	height:30px;
} 
*/
.mainContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:270px;
	margin-top:130px;
	margin-right:40px;
	margin-bottom:20px;
/*	border:1px solid #333333;	--> */
    text-align:left;
}

.mainContent h1{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#006666;
	margin-bottom:20px;
	padding-top:10px;

}
    
.naslov {
	margin:0px;
	margin-bottom:30px;
	padding:10px;
	padding-left:20px;
	font-size:18px;
	background:#d9d9d9; 
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	font-weight:bold;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
    text-shadow: 2px 2px #bbbbbb;	
    text-align:left;
    box-shadow: 0 3px 3px 1px #333333;    
}

