/* telo HTMLa */

/* Idiotski kod zbog explorera koji mi pokaze okvir oko slike*/
a:link IMG, a:visited IMG, a:hover IMG
{
text-decoration : none;
border: none;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

body
{
	font : 67.5% Arial, Helvetica, sans-serif;
	margin : 0;
	position : relative;
	padding : 0;
	background : #E1E9F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


.mediumtext
{
    FONT-SIZE: 1em;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}

.smalltext
{
    FONT-SIZE: 1em;
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}

/* Omotac oko stranice */
#wrapper
{
	background : white;
	margin : 0 auto;
	position : relative;
	width : 750px;
	border-left : 1px solid #929DB1;
	border-right : 1px solid #929DB1;
	border-bottom : 1px solid #929DB1;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
}


#header
{
	padding : 0 0 0 200px;
	position : relative;
	background : white url(logo.gif) no-repeat left top;
	height: 70px;
}

/* Gornji meni u zaglavlju*/

#topmenu
{
	background : #929DB1;
	border-left : 1px solid #253B63;
	border-bottom : 1px solid #253B63;
	position : absolute;
	padding : 4px 0 5px 0;
	right : 1px;
	top : -1px;
	width: 185px;
}
#topmenu a:link, #topmenu a:visited
{
	color : #FFFFFF;
	border-left : 1px solid white;
	border-bottom : 1px solid white;
	text-decoration : none;
	padding : 4px 1em;

}
#topmenu a:hover
{
	text-decoration : none;
	background-color: #253B63;
}

/*menjan gornji meni u zaglavlju */
#header ul
{
	border-left : 1px solid white;
	text-align : right;
	height: 25px;
	margin: 5px 15px 5px 5px;
}
#header li
{
	display : inline;
	font-size : 1.1em;
	margin : 0;
	padding : 2px 0;
}

#header li a:link, #header li a:visited
{
	border-right : 1px solid #929DB1;
	color : #253B63;
	padding : 5px;
}

#header li a:hover
{
	color : #5A75A7;
}



/* bottom_menu  meni na kraju zaglavlja*/

#bottom_menu li a:hover {
background-color:#253B63}

#bottom_menu {
	padding : 0 0 0 200px;
	position: relative;
	background-color: #253B63;
}

#bottom_menu a:link, #bottom_menu a:visited
{
	border-right : 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-right: 1.1em;
	padding-left: 1.1em;
}

#bottom_menu ul
{
	text-align: right;
	background-color: #929DB1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: white;
}

#bottom_menu li
{
	display : inline;
	font-size : 1.1em;
}

/* leva forma sa slikama i tekstom*/
#textfieldset {
	color: #556A90;
	BORDER: 1px solid #CCCCCC;
	/*-moz-border-radius: 4px 4px 4px 4px;  za mozillu ali videcu*/
	float: left;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 480px;
	margin: 0px 0px 0px 5px;
}

/* hakovanje da govno izgleda isto u oba citaca Firefox i IE */

html>body #textfieldset
{
	margin: 0px 0px 0px 10px;
}

 #textfieldset td, #textfieldset p, #textfieldset li {
	FONT: 1em Verdana, Tahoma;
}


legend {
	FONT-SIZE: 1.3em;
	padding-right: 3px;
	padding-left: 3px;
	color: #999999;
	font-weight: bold;
}

#textfieldset img
{
	float: left;
	padding : 3px;
}

/* izgled same u glavne forme: slika ide levo a tekst desno*/

#mainChapter
{
	padding:5px;
}

#mainChapter img
{
	float:left;
	clear: both;
}

#mainChapter div
{
	padding-left: 190px;
	text-align: justify;
	color: #000000;
}
#mainChapter a:link, #mainChapter a:visited, #mainChapter a:hover
{
	font-weight: bold;
	color : black;
	text-decoration: underline;
}
#mainChapter a:hover
{
	font-weight: bold;
	color : #999999;
	text-decoration: underline;
}



/* Forma sa kratkim obavestenjima*/
.shortInfo
{
	BORDER: 1px solid #253B63;
	padding: 1px;
	float: right;
	width: 220px;
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-right: 5px;
}
html>body .shortInfo
{
	margin-right: 10px;
}

.shortInfo h1
{
	background : #253B63;
	padding: 2px;
	margin: 0px;
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-weight: bold;

}

.shortInfo blockquote
{
	padding: 5px;
	margin: 0px;
	text-align: justify;
}

.shortInfo a:link, .shortInfo a:visited, .shortInfo a:hover
{
	font-weight: bold;
	color : black;
}


/* Footer za stranicu*/

#footer
{
	background : #476191;
	color : white;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	color : white;
}

/*Izgled stranice u Galeriji */
#Gallery
{
	/*margin: 10px 2px; */
	font-size: 0.9em;
	background-color: #F5F5F5;
	margin-bottom: 10px;
}

#Gallery hr
{
	padding-right: 25px;
	padding-left: 25px;
	height:0px; 
    border:0px; 
    border-top:1px solid white; 
}

#Gallery H1
{
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: "font : 67.5% Arial", Helvetica, sans-serif;
	;
}
#Gallery H1 b
{
	color: #000000;
	font-size: 0.9em;
	text-align: right;

}
#Gallery H2
{
	color:#000000;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	text-align: right;
	clear: none;
	font-family: "font : 67.5% Arial", Helvetica, sans-serif;
	;
}

#Gallery table
{
	background-color:#E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
#Gallery img
{
	padding: 0px;
	margin: 0px 0px 10px 2px;
	float:none;
	clear: none;
}

/*Ispis Arhive Linkovi i kratak tekst uz njih, sa datumom ispod*/
#Archive
{
	color:#000000;
}

#Archive a:link, #Archive a:visited, #Archive a:active
{
	color:#253B63;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#Archive p
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#breadcrumb
{
color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-color: #E6E6E6;
	text-align: center;
}

#breadcrumb a
{
color:#000000;
}

#breadcrumb a:hover
{
text-decoration: underline;
}
