/*___________________________________________________________________ Body  */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	background-image:url(../back.jpg);
	background-repeat:repeat-x;
	height: 100%;
	font-size: 12px;
	color: #000;
} 

html {height: 100%;}

/*___________________________________________________________________ layer za zaglavlje */
#header {
	WIDTH: 904px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}

#logo {
	text-align: left;
	width: 200px;
	margin: 12px 0px 0px 0px;
	float:left;
}

/*___________________________________________________________________ layer za glavni sadrzaj*/
#container {
	WIDTH: auto;
	margin: 0 auto;
	background-image:url(../bor.png);
	background-repeat:no-repeat;
}

#slideshow {
	WIDTH: 900px;
	margin: 0 auto 36px auto;
	text-align: left;
	border-top: 10px;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #0d1b31;
}

#content {
	WIDTH: 900px;
	margin: 0 auto 5px auto;
	background-image:url(../blueback.jpg);
	text-align: left;
	font-size:small;
	font-style: italic;
	border-top: 2px;
	border-left: 2px;
	border-bottom: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #0d1b31;
}

#centrirano {
	position: absolute;
	width:800px;
	height:800px;
	margin:-400px 0px 0px -400px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: auto;
	text-align: center;
}

/*___________________________________________________________________ layer za tekst*/
#Textbox {
	text-align: left;
	width: auto;
	margin: 20px;
}

#left {
	text-align: left;
	width: 740px;
	padding: 20px 0px 20px 20px;
}

#right {
	text-align: right;
	float: right;
	padding: 20px 20px 20px 0px;
}

/*___________________________________________________________________ layer za meni*/
#topmenu {
	margin: 0px;
	padding: 0px;
	height: 80px;
}

#midlemenu {
	width:904px;
	margin: 0 auto 0px auto;
	padding: 0px;
	height: 25px;
}


/*___________________________________________________________________ layer za podnozje */
#footer {
	WIDTH: 900px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	color:#d4e5ff;
}

/*___________________________________________________________________  Links  */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:link:hover {
	color: #FFFFFF;
}

a:visited:hover {
	color: #FFFFFF;
}

/*_________________________________________________________________  Headers  */
h1, h2, h3 {
  font-weight: normal;
}
h1 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 18px;
  color: #ff6600;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #ff6600;
}
h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #ff6600;
}

/*____________________________________________________________________  Text  */
.TextNaslov {
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: large;
}

.Text {
	color: #FFFFFF;
	font-size:small;
	font-style: italic;
}

.Textsmall {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-variant: normal;
	text-transform: none;
}

.Textgrey {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #777777;
}

/*___________________________________________________________________ Slike i thumbnailovi */
.Slika {
	border: 0px;
	}
