/* -------------------- tag styles --------------------*/
body,td,div {font-family: verdana; font-size: 12px;}
html,body{margin:0;padding:0;height:100%;border:none; background: #000;}
table {border-spacing: 0px; border-collapse: collapse;}
td {vertical-align: top; padding:0px;}
img {border: 0px;}
form{margin:0px; padding:0px;}


h1, h2, h3, h4, h5, h6 {margin: 0px; font-weight: bold; color: silver;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}

a {text-decoration: none;}
a:hover {color:#FFFFFF;}
a:focus {}
a:active {}
a:visited {}


/* -------------------- standard styles --------------------*/
.b {font-weight: bold;}
.n {font-weight: normal;}
.i {font-style: italic;}

.tr{text-align:right;}
.tl{text-align:left;}
.tc{text-align:center;}

.pa {position: absolute;}
.pr {position: relative;}

.fl {float: left;}
.fr {float: right;}
.tc {text-align: center;}
.tj {text-align: justify;}
.mc {margin: 0 auto;}
.tdn {text-decoration:none;}
.fwn{font-weight:normal;}
.ffg{font-family:georgia;}


.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fsxl {font-size: x-large;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}

.fc1 {color: #000;}
.fc2 {color: #FFF;}
.fc3 {color: #505050;} /*gray*/
.fc4 {color: #AFAFAF;} /*svetlo siva*/
.fc5 {color: #ddd;} /*svetlo siva2*/
.fc6 {color: #999999;} /*naslovi*/

.ls25 {letter-spacing: 0.025em;}

a.lnk1 {color: gray;}
a.lnk1:hover {color: silver;}

a.lnk2 {color: red;}
a.lnk2:hover {color: blue;}

a.lnk3 {color: green;}
a.lnk3:hover {color: purple;}

/* -------------------------------------------------------------------------------------------*/

/* -------------------- HEAD start --------------------*/
div#header {
	background: #000 url(../images/bck_button-h60.gif) top left repeat-x;
	height: 60px;
	margin: 0 0 9px 0;
}
div#head {width: 1003px; height: 60px; background: url(../images/bck_button-h60.gif) top left repeat-x; margin: 0 auto;}
div#head .naslov {padding-top: 20px;}
/* --------------------- HEAD end ---------------------*/

/* -------------------- MAIN start --------------------*/
div#content {}
div#container {
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	left: 0px;
}
div#main {width: 900px; margin: 0 auto;}
div#main .naslov {
	margin-top: 30px;
}
div#main p {
	text-align: justify;
}
div#myGallery p {
	text-align: center;
}

/* --------------------- MAIN end ---------------------*/

/* -------------------- FOOT start --------------------*/
div#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
	width:100%;
	clear:both;
	height: 35px;
	background: #000 url(../images/bck_button-h35.gif) top left repeat-x;;
}
div#foot {width: 900px; height: 35px; margin: 0 auto; background: #000 url(../images/bck_button-h35.gif) top left repeat-x;;}
/* --------------------- FOOT end ---------------------*/