body {
	background: #FFAA0E url(img/bback.gif) repeat-x left top;
	font: 1em sans-serif, Arial, Verdana, Helvetica;
	color: #000000;
	padding:0;
	margin:0;
}

div {
	margin:0;
	padding:0;
}

img {
	display:block;
}

#kontejner {
	width:780px;
	margin: 0 auto;
}

#head {
	height:160px;
	background: url(img/head.gif) no-repeat left top;
}

#head h1 {
	height: 0;
	display: none;
	color: #FFC14E;
}

#meni {
	width: 171px;
	background: url(img/menibg.gif) repeat-y left top;
	float:left;
}
#meni .top {
	height:30px;
	width:171px;
	background: url(img/menitop.gif) no-repeat left top;
}

#meni .bot {
	height:30px;
	width:171px;
	background: url(img/menibot.gif) no-repeat left top;
}

#meni a {
	display:block;
	margin-left:15px;
	color: #4F3F3F;
	font-weight: bold;
	font-size: 1em;
	text-decoration:none;
	width:140px;
}

#meni a:hover {
	text-decoration:underline;
}

#meni hr {
	background: #4F3F3F;
	height:2px;
	width:90%;
	border: 0;
}

#login {
	width:140px;
}

.login {
	width:140px;
	display:block;
	margin-left:15px;
	margin-top:1px;
	border: 1px solid #4F3F3F;
}

#main {
	width:605px;
	float:right;
	background: url(img/mainbg.gif) repeat-y right top;
	padding-bottom:20px;
}

#main h1 {
	background: url(img/h1.gif) no-repeat right top;
	height:61px;
	color: #4F3F3F;
	margin:0;
	padding: 14px 0 0 14px;
}

#main h2 {
	border-bottom: 3px solid #4F3F3F;
	color: #4F3F3F;
	margin:0;
	padding: 10px 0 0 10px;
	font-size:1.1em;
	clear:both;
}

#main p {
	display:block;
	margin: 10px;
	font-size:0.9em;
}

#main a {
	text-decoration:none;
	color: #336799;
}

#main a:hover {
	text-decoration:underline;
	color: #336799;
}

#foot {
	width:594px;
	height: 190px;
	background: url(img/foot.gif) no-repeat right bottom;
	clear:both;
	padding:0 0 0 186px;
	font-size:0.8em;
}

#foot a {
	text-decoration:none;
	color: #336799;
}

#foot a:hover {
	text-decoration:underline;
	color: #336799;
}

.left {
	float:left;
	margin:2px 2px 2px 0;
}

.right {
	float:right;
	margin:2px 0 2px 2px;
}

.razmak {margin-left:40px;}

.download {
	background: url(img/down.gif) no-repeat left bottom;
	clear:both;
	padding-left:20px;
	color: #ff0000;
	text-decoration: none;
}

.download:hover{
	color: #ff0000;
	text-decoration: underline;
}

