@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #3A5050;
}


p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div {
	overflow: hidden;
	white-space: normal;
}
h4 {
	margin-bottom: 5px;
}


h3 {
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}

h1 {
	color: #666;
}


img {
	border:none;
}

a {
	color:#CF7430;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a img {
	border: none;
}
.very-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #333;
}


.underlined {
	text-decoration: underline;
}
.right-aligned {
	text-align: right;
}
.left-aligned {
	text-align: left;
}

.center-aligned {
	text-align: center;
}
.napomena {
	background-color: #9A4446;
	border: 3px solid #662D2E;
	padding: 10px;
	margin: 10px;
}
.white {
	color: #FFF;
}
.lighter-gray {
	color: #999;
}
.in-line {
	display: inline;
}
.desc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
.redsolid-border {
	border: 1px solid #C00;
	padding: 3px;
}
.yellow-background {
	background-color: #FF9;
}



.komentari {
	background-color: #ECF3F9;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.komentari-vreme {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
}
.komentari-ime {
	color: #00458A;
}
.komentari-poruka {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-right: 20px;
}
.img-margin {
	margin: 10px;
}








#wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/assets/background-main.png);
	background-repeat: repeat-y;
	background-position: right top;
}

#header-top {
	z-index: 11111;
	width: 100%;
}

#footer-bottom {
	margin-top: 10px;
	margin-bottom: 0px;
	/*position: fixed;
	z-index: 11110;
	bottom: 0px;
	width: 100%;
	height: 40px;*/
}

#header-top,
#footer-bottom {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C7B7C;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #5C7B7C;
	background-color: #2D2D2D;
}

#header {
	text-align: left;
	padding-left: 10px;
	margin-top: 0px;
	width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}
#footer {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #999;
	
}
#bottom-menu {
}
#bottom-position {
}

#bottom-wide {
	color: #666;
}


#copyright {
	font-size: 12px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#copyright-left {
	float: left;
	width: 50%;
	text-align: left;
}
#copyright-right {
	float: right;
	width: 49%;
	text-align: right;
	color: #666;
}



#logo {
	width: 15%;
	float: left;
}
#header-right {
	float: right;
	width: 84%;
}

#header-stuff {
	margin: 0px;
	height: 44px;
	text-align: right;
	clear: both;
	color: #666;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navigation {
	color: #CCC;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	z-index: 11119;
}

#navigation a {
	color:#aaa;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navigation a:hover {
	color:#eee;
	background-color:#5C7B7C;
}
#container {
	width: 940px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding-bottom: 20px;
}


#content {

}
#content-above {
	clear: both;
}
#content-below {
	clear: both;
}
#c-a-editable {
}
#c-b-editable {
}


/*#head {
	background-image: url(../images/assets/back1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C7B7C;
	margin-bottom: 15px;
}*/

#head-pages {
	/*background-image: url(images/assets/back1-pages.jpg); background-repeat: no-repeat; background-position: left top; height: 310px;*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C7B7C;
	margin-bottom: 15px;
}
#head-page-back {
	overflow: visible;
	z-index: 0;
}

#head-right-pages {
	margin-left: 520px;
	overflow: visible;
	width: 430px;
	position: absolute;
	z-index: 1111;
	top: 80px;
}
#head-right-pages p {
	font-size: 12px;
	color: #888;
}
#head-title {
	margin-left: -200px;
	padding-right: 10px;
	padding-top: 10px;
}
#head-title h1 {
	font-size: 48px;
}
#head-desc {
	margin-left: -50px;
	position: absolute;
	top: 160px;
	width: 480px;
}
#dodatak-head-content {
}


#left {
	float: left;
	width: 81%;
}
#right {
	background-color: #2D2D2D;
	float: right;
	width: 18%;
	text-align: center;
}
#commercial {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#validators {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}






.t {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
}
.t1-left {
	float: left;
	width: 30%;
}
.t1-right {
	float: right;
	width: 63%;
	border: 2px dashed #ADBCCF;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/assets/partial-back1.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
	font-weight: normal;
	color: #666;
}

.t1-left-x2,
.t1-left-x3 {
	float: left;
	border: 2px dashed #D1BDAB;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/assets/partial-back2.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align: left;
}

.t1-left-x2 {
	width: 63%;
}

.t1-left-x3 {
	width: 50%;
}

.t1-right-x2,
.t1-right-x3 {
	float: right;
	padding-top: 6px;
}

.t1-right-x2 {
	width: 30%;
}

.t1-right-x3 {
	width: 40%;
}
#obrazac-komentari {
	padding: 10px;
	border: 2px dashed #8A8A8A;
}








/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
