/* Author: Aleksandar Urošević - urosevic.net */
* {
	margin: 0;
	padding: 0;
}
html {
   font-size: 62.5%;
   /* 16px x 62.5% = 10px */
}
body {
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	/* 10px (reset) x 1.2em = 12px */
	line-height: 1.5;
	/* 1.2em x 1.5 = 18px */
	margin-bottom: 1.5em;
	/* 12px x 1.5 = 18px = line-height */ 
	}

.clear {
	position: relative;
	clear: both;
}
img {
	border: none;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 0.2em; }
p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.5em; }
form, fieldset {
	border: 0;
}

#reptil {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 363px;
	height: 157px;
	z-index: -5;
}
#page {
	width: 960px;
	min-height: 390px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -480px;
	padding: 0;
	display: block;
	background: transparent;
}
#top {
	position: relative;
	width: 790px;
	height: 107px;
	margin: 0 85px;
	padding: 0;
	clear: both;
	display: block;
	background: transparent;
}
	#top .title {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		font: 4.4em "Arial Black", Arial, Helvetica, sans-serif;
		letter-spacing: -0.05em;
		width: auto;
		height: auto;
		display: block;
	}
	#top .logo {
		position: relative;
		float: left;
		width: 140px;
		height: 79px;
		margin: 10px 0 0 5px;
	}
#middle {
	position: relative;
	width: 790px;
	height: 300px;
	margin: 0 85px;
	clear: both;
	display: block;
}
#bottom {
	width: 790px;
	height: 35px;
	margin: 0 85px;
	padding: 0;
	position: relative;
	clear: both;
}

/* sadržaj */
.pola {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 47%;
	margin-right: 2%;
}

.pozadine {
	position: relative;
	width: 420px;
}
	.pozadine img {
		border: 1px solid #e1e1e1;
	}
	.pozadine .pola {
		text-align: center;
		font-size: 0.9em;
		width: 49%;
		margin: 0;
	}
	.pozadine .pola .pola {
		width: 50%;
	}
	.pozadine .pola .pola a:link,
	.pozadine .pola .pola a:visited {
		text-decoration: none !important;
	}
	.pozadine .pola .pola a:hover {
		text-decoration: underline !important;
	}

/* linkovi */
#bottom a {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 25px;
	position: relative;
	float: left;
	clear: none;
	width: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #010101;
}
#naslovna a:link {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #010101;
}
.title a:hover, .title a:active {
	text-decoration: none;
}
#naslovna a:hover {
	color: #000;
}

a .facebook { height: 32px;  }
a img.facebook { background: url(icons.png) -60px 0 no-repeat; width: 32px; height: 32px; }
a img.facebook:hover { background: url(icons.png) -60px -32px no-repeat; }

/* izbor jezika */
#jezik_sr { position: relative; float: right; width: 30px; height: 21px; background: url(icons.png) -30px 0 no-repeat; }
#jezik_sr:hover { background: url(icons.png) -30px -21px no-repeat; }
#jezik_en { position: relative; float: right; width: 30px; height: 21px; background: url(icons.png) 0 0 no-repeat; }
#jezik_en:hover { background: url(icons.png) 0 -21px no-repeat; }

/* kontakt */
#contact {
	display: none;
	width: 450px;
	height: 350px;
	background: transparent;
}
/* modal dialog */
#simplemodal-overlay { cursor: crosshair; }
#simplemodal-container a.modalCloseImg {
	background:url(x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -9px;
	right: -9px;
	cursor: pointer;
}
.modal-vrh, .modal-sadrzaj, .modal-dno {
	background: #333;
}
.modal-vrh {
	height: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.modal-sadrzaj {
	padding: 10px;
	clear: both;
	position: relative;
	color: #ddd;
}
.modal-sadrzaj h3 {
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
}
.modal-dno {
	height: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

/* formular za kontakt */
.note {
	width: 345px;
	margin-left: 70px;
	font: 1.0em Arial, Helvetica, sans-serif;
}
.notification_error {
	height: auto;
	width: 98%;
	padding: 0;
	text-align: left;
	color: #ddd;
}
.notification_ok {
	height: auto;
	width: 95%;
	padding: 0;
	text-align: left;
	color: #108218;
}
br { clear: left; }
label {
	font: 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	width: 70px;
	margin-top: 5px;
	float: left;
	text-align: left;
}

input, textarea {
	padding: 2px 5px; 
	font: 1.0em Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	float: left;
	position: relative;
	clear: right;
}
input[type=text], textarea {
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
input[type=submit] {
	padding: 2px 5px;
	font-weight: bold;
	margin-top: 5px;
}
input[type=text] {
	width: 200px;
}
textarea {
	width: 345px;
	height: 100px;
}
label.message, textarea.message { display: none; }
fieldset .kopija { position: relative; float: left; padding: 3px 0 0 3px; }


