
/**************************
	OSNOVNE POSTAVKE
**************************/

body{
	margin: 0;
	padding: 0;
	background-color: #454545;
	background-image: url(images/bckg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Sans-serf;
	font-size: 62.5%;
}

p{
	margin: 0;
	padding: 0;	
}

div#header {
	height: 120px;
	width: 341px;
	margin: 0 auto 0 auto;
}

div#wrapper {
	width: 800px;
	margin: 0 auto auto auto;
}

div#content {
	width: 800px;
	text-align: center;
}

div#footerTopBorder {
	height: 12px;
	width: auto;
	background-image: url(images/bckg_FooterTop.jpg);
	background-repeat: repeat-x;
}

div#footer {
	height: 1150px;
	width: auto;
	background-image: url(images/bckg_footer.jpg);
	background-repeat: repeat-y repeat-x;
}

div#footerContent {
	width: 1000px;
	margin: 0 auto auto auto;	
}

div#footerContentLeft {
	height: 40px;
	width: 175px;
	margin-top: 565px;
	float: left;
}

div#footerContentRight {
	height: 1100px;
	width: 620px;
	border-left: solid 2px #333333;
	margin-top: 15px;
	float: left;
}

div#footerLista {
	margin-left: 20px;
}

div#footerLista a{
	color: #666666;
	text-decoration: none;
}

div#footerLista a:hover{
	color: #CCCCCC;
}

.tekst{
	color: #9B9B9B;
}

.read {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.naslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #666666;
	text-decoration: none;
}

.datum {
	font-size: 12px;
	color: #666666;
}

.contactNaslov {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #666666;
}

.clear {
	clear: both;
	display: none;
}






