body {
	margin: 0px;
	padding: 0px;
	
	background: #eeeeee url(../img2/main.jpg) no-repeat center top;
	line-height: 20px;
	

	text-align: justify;
	font: normal 75% "Lucida Sans Unicode",sans-serif;
	
	font-size: 10pt;

	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #458CCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	/*background: url(images/img01.gif) no-repeat left 60%;*/
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 800px;
	margin: 0px auto;
	background: #eeeeee url(../img2/zaglavlje.gif) no-repeat center top;
	/*padding: 1em;*/
	height: 143px;
	color: #ffffff;
}
#header a
{
	color: #ffffff;text-decoration:none;
}
#header a:hover
{
	color: #ffffff;
	text-decoration:none;
}
#header h1 {
	margin: 0 0 0 -80px;
	padding: 20px 0px 0px 95px;
	/*margin: 0px;
	padding: 20px 0px 0px 0px;*/
	text-transform: uppercase;
	font-weight: bold;font-size: 36px;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	
	font-weight: normal;
	font-size: 12px;
}

/** MENU */

#menu {
	width: 200px;
	background-color:#fefefe;
	margin: 0px 0px 0px 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	/*margin: 0 0 0 -80px;*/
	padding: 5px 5px 5px 5px;background: url(img2/strelica.gif) no-repeat left;
	/*border-bottom: 1px dotted #666666;*/border-bottom: 1px dotted #666666;
	list-style: none;
}
#menu ul a:hover
{
}

#menu li {
	display: inherit;
	padding: 2px 0px 2px 0px;
}

#menu a {
	/*background: url(images/img04.gif) no-repeat right 50%;
	padding: 20px 40px 0px 40px;*/padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	
	font-weight: bold;
	font-size: 14px;
	color: #458CCC;
	
}

#menu a:hover {
	/*background: #FFFFFF;*/
	color: #666666;
}

#menu .active {
	/*background: #FFFFFF;*/
	color: #458CCC;
}

/** CONTENT */

#content {
	width: 800px;
	height: 500px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	background: url(../img2/main.jpg) repeat-y center bottom;
}

#columnA {
	float: right;
	width: 525px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*border-left: 1px dashed #666666;*/
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #666666;
	font-size: 12pt;
	font-weight: bold;
}
#columnA h3 {
	height: 22px;
	/*border-bottom: 1px dashed #666666;*/
	font-size: 12pt;
	padding-top: -5px;
	font-weight: normal;
}
#columnB {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	/*border-bottom: 1px dashed #666666;*/
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	width:800px;
	clear: both;margin: 0px auto;
	
	height: 74px;
	background: url(../img2/podnozje.gif) no-repeat center top;
	text-align: center;
}

#footer p {
padding-top:35px;
	margin: 0px 20px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}
#levo { 
float : left; 
padding-left : 0; 
padding-right : 20px; 
padding-top : 5px; 
} 
#desno { 
float : right; 
padding-left : 0; 
padding-right : 20px; 
padding-top : 5px; 
} 
