/* code Vladimir Markovic */

body {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #1D1D1D;
}

#kontejner {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}

#left_column {
	width: 198px;
	float: left;
	text-align: right;
}

#right_column {
	width: 502px;
	float: right;
}
#right_column img {
	border: none;
	margin: 0;
	padding: 0;
}

#wrap_content {
	margin: 10px 0 0 0;
	padding: 14px 0 0 0;
	width: 502px;
	background-image: url(images/site/content_up.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#content {
	width: 498px;
	background-color: #282828;
	border-left: #3E3E3E 2px solid;
	border-right: #3E3E3E 2px solid;
	margin: 0;
	padding: 0;
	text-align: left;
}
#lower_wrap {
	background-image: url(images/site/content_down.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 14px;
}

#footer {
	clear: both;
	text-align: right;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 0.5em;
}
#content p {
	padding: .5em;;
	margin: 0;
	font-size: 1.4em;
	text-indent: 2em;
	word-spacing: .2em;
	line-height: 115%;
}
#content img {
	margin: 0;
	padding: 5px 18px 0 18px;
}

#left_column ul {
	list-style: none;
	margin: 80px 20px 0 0;
	padding: 0;
	font-size: 1.4em;
}
#left_column ul li{
	line-height: 18px;
	font-weight: bold;
}
.li_razmak {
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#left_column a, a:visited {
	text-decoration: none;
	color: #FFF;
}
#left_column a:hover {
	color: #D8411B;
}

#footer p {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
}
.potpis {
	color: #8b8b8b !important;
	text-decoration: underline !important;
}