/***************************
* Autor: Tihana Rukavina a.k.a Ignis (art)
* URL: www.ignis-art.info
* 
* Verzija: 1.2 (16/06/2009)
****************************/

@charset "utf-8";

/*****************
* Glavne postavke
******************/

body {
	margin: 0;
	padding: 0;
	background: #7f7f7f;
	background-image:url('pozadina-sajt.jpg');
	background-repeat:repeat-x;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#container {
	margin: 0 auto;
	/*text-align: left;*/
	width: 900px;
	/*background: #ffffff;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #363636;
	border-left-color: #363636;
	border-top-color: #363636;
}

#subcontainer {
	text-align: left;
	width: 900px;
	background: #ffffff;
}
/*******
*Header
********/

#header {
	background-image:url('logo.png');
	background-repeat:repeat-x;
	height: 200px;
	width: 900px;
}

/*************
* Srednji dio
**************/

.crtaG {
	background-image:url('crtag.png');
	background-repeat:repeat-x;
	height: 12px;
	width: 900px;
	
}
.navigacija {
	background-image:url('navigacija.png');
	background-repeat:repeat-x;
	height: 23px;
	width: 900px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #363636;
}
.crtaD {
	background-image:url('crtad.png');
	background-repeat:repeat-x;
	height: 13px;
	width: 900px;
	
}
#sadrzaj {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	height: auto;
	width: auto;
	background: #ffffff;
}

/*****************
* Linkovi stilovi
******************/

#sadrzaj a{
	font-size: 12px;
	font-family: Verdana;
	color: #363636;
	text-decoration: underline;
}

.navigacija a.razmak {
	color: #363636;
	text-decoration: none;
	font-family: Verdana;
	margin-left: 50px;
	
}

.navigacija a {
	color: #363636;
	text-decoration: none;
	font-family: Verdana;
		
}

.navigacija a:link {
	color: #363636;
	text-decoration: none;
	
}
.navigacija a:visited {
	color: #363636;
	text-decoration: none;
}
.navigacija a:hover {
	color: #FFFFFF;
}
.navigacija a:active{
	color: #FFFFFF;
}

/********************
* Tekstualni stilovi
********************/

.ps {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	color: #33333;
}
.pn {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	color: #33333;
}
.p3 {
	font-family: Verdana;
	font-size: 11px;
	text-align: right;
	
}
.credits {
	text-align: center;
}
.credits2 {
	text-align: center;
	color: #686868;
}

