/***************************
* Autor: Ignis
* URL: www.ignis-art.info
* 
* Verzija: 1.1 (03/02/2008)
****************************/


/*****************
* Glavne postavke
******************/
body {
	margin: 0;
	padding: 0;
	background: #000 url(Stripek.png);
	color: #fff;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
}


#container {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

/**********
* Tekstovi
***********/

.p1 {
	text-align: justify;
}
.p2 {
	font-family: Verdana;
	font-size: 10px;
}
.p3 {
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
}
ul.BezIndenta {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}
.style15 {
	color: #aacaff;
	font-weight: bold;
}

/*******
*Header
********/

#header {
	background:   url(Header.png) no-repeat;
	height: 230px;
	width: 990px;
}

/*************
* Srednji dio
**************/
.stupacL {
	background:   url(StupacL.png) no-repeat;
	float: left;
	height: 308px;
	width: 241px;
}
.StupacS {
	float: left;
	height: 308px;
	width: 509px;
	background-color: #000000;
}
.sadrzaj {
	float: left;
	background-color: #000;
	border: 0px none;
	height: 306px;
	width: 382px;
}
.stupacD {
	background-image:   url(StupacD.png);
	float: right;
	background-repeat: no-repeat;
	height: 308px;
	width: 240px;
}
.tablica2 {
	border: 0px none;
	height: 280px;
	width: 347px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
.hiddenPic {
	display:none;
}

/********
* Footer
*********/
#footer {
	background:   url(Footer.png) no-repeat;
	clear:both;
	height: 225px;
	width: 990px;
}
.credits {
	text-align: center;
}

/**********************
* Navigacija + linkovi
***********************/

a {
	color: #aacaff;
	text-decoration: none;
}

a:link {
	color: #aacaff;
	text-decoration: none;
}
a:visited {
	color: #aacaff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
a:active{
	color: #ffffff;
}
/********************************************
*  Navigacija (od sada izvedena kao UL lista)
*********************************************/
.navigacija {
	float: right;
	height: 306px;
	width: 112px;
	background-color: #000;
}
/* (bivsa tekstualna navigacija)
ul#nav, ul#nav li{
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav{
	height:308px;
}
ul#nav li{
	width:113px;
}
ul#nav li.first{
	margin:0;
}
ul#nav li a{
	display:block;
	width:100%;		
	line-height:58px;	
	text-indent:0;
	color: #fff; 
	font-family: Mistral; 
	font-size: 28px; 
}
ul#nav li a:hover{
	color: #9CCDFF;
}
ul#nav li a:visited{
	color: #67acff;
}
*/
