body {
	background: #f2f2f2 url(body-back.jpg) repeat-x top;
	margin-top: 0px;
}
html {
	overflow-y: scroll;
}
#container {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	width: 960px;
}

#header {
	background-image: url(header.jpg);
	position:relative;
	width: 100%;
	height:140px;
}

#main {
	position:relative;
	top: -28px;
	width:100%;
}

#main-left{
	float:left;
	position: relative;
	width: 430px;
	font: 12px Arial;
	padding-left: 20px;
	padding-right: 20px;
}
#main-right {
	margin:0;
	float:left;
	position: relative;
	width: 449px;
	font: 12px Arial;
	color: #0000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 20px;
	border-left: 1px solid #98b5d0;
	border-bottom: 1px solid #98b5d0;
}
#main-right a {
	text-decoration: none;
	color: #ffffff;
	font: 14px Arial;
}
#main-right a:hover {
	text-decoration: underline;
}

#main-right ul, #main-right li {
	display:inline;
	padding: 0;
	margin:0;
}
#main-right li {
	list-style-image: url(images\lista.gif);
}
#main-right ul {
	list-style-image: url(images\lista.gif);
}		

#lajna{
	position:relative;
	float: left;
	background: none;
	width: 960px;
	height: 1px;
}
#main-bottom{
	position:relative;
	width:100%;
	border: 0px solid #000000;
	font-size: 10px;
	font-family: Arial;
	color: red;
}
.ispis {
	position: relative;
	width:100%;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	color: #000000;
	padding: 0px;
}
.prvired {
	color: #000000;
	background: #d3eefa;
	font-size: 10px;
	font-style: bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:0px;
}
#footer {
	position:relative;
	background-color: #5a85b4;
	width:950px;
	height:100%;
	color: #f2f2f2;
	font-family: tahoma;
	font-size: 10px;
	padding: 5px;
}
#menu {
	position:absolute;
	text-align: center;
	top:0px;
	left:60%;
	width: 220px;
	height: 18px;
	padding-top: 2px;
	z-index: 20;
	background: #ffffff url("images/menu.gif");;
}
#menu a {
	font: 14px Arial;
	color: #345f8c;
	text-decoration: none;
}


