/*
Design by Eldar Piric
*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: 50px;
	background: #000000;
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}
h1, h2, h3, h4 {
	color: #4F789F;
}
h1 {
}
h2 {
}
h3 {
	font-size: 0.90em;
	color: #009933;
}
h4 {
	font-size: 14px;
	color: #0066CC;
}

p, blockquote, ul, ol {
}
p {
}
blockquote {
}
ul {
}
ul li {
}
ol {
}
ol li {
}
a {
	color: #4F789F;
}
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}
.boxed .title {
	padding: 10px 15px;
	background: #000000;
	text-transform: uppercase;
	font: bold .90em Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.boxed .content {
	padding: 15px;
}
.boxed ul {
	list-style: none;
}
/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3B3B3B;
}
.post .title {
}
.post .content {

}
.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}
.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}
/* Header */

#header {
	width: 700px;
	height: 105px;
	margin: 0 auto;
	background: #69B10A url(images/logo.gif);
}
#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}
#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Stranica */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top:20px solid #3B3B3B;
}
#content {
	float: right;
	width: 497px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}
/* Menu */

#menu {
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #3B3B3B;
}
#menu a:hover {
	background: #FF9900;
	color: #FFFFFF;
}
#menu .active a {
	background: #FFCC00;
	color: #000000;
}
/* Login */

#login {
}
#login fieldset {
	border: none;
}
#login legend {
	display: none;
}
#login input {
	margin-bottom: 5px;
}
#inputtext1, #inputtext2 {
	width: 160px;
}
/* Updates */

#updates {
}
#updates ul {
}
#updates li {
	margin-bottom: 20px;
}
#updates h3 {
	font-size: .77em;
}
/* Podnozje */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}
#legal {
	float: left;
}
#links {
	float: right;
}

.lupdate {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}


/*Telefoni*/

.phone {
	font: normal 16px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}

.nic {
	font: normal 14px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4F789F;
}

/* Ime i prezime */

.ime {
	font: normal 14px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009933;
}

.zvanje {
	font: normal 13px Geneva, Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #009933;
}

.opsirnije {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #FF3366;
}