@charset "utf-8";
/* CSS Document */

html, body {
	min-height:100%; 
	margin: 0;
	padding: 0;
	background-color:#151918;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#bg {
	height:100%; 
	width:100%; 
	position: fixed; 
	top:0px; 
	left:0px; 
	z-index:0;
}
#content {
	z-index:5;
	
	top:0;
	/*left:0;*/
	margin: 0 auto;
	z-index:100; 
	position: absolute; 
	min-height:100%; 
	width:100%;
}

#footer {
	background:url(/images/footer_bg.png) repeat-x;
	height:239px;
	width:991px;
	margin-top:25px;
	color:#949090;
	/*position: absolute;*/
}


.treb{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.treb10{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
}
.treb12{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}
.treb14{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
}
.treb30{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 30px;
}

.bijelo{
	color:#FFF;
}
.bijelo a{
	color:#FFF;
	text-decoration:none;
}
.bijelo a:hover{
	color:#CCC;
}

.crno{
	color:#000000;
}
.crno a{
	color:#000000;
	text-decoration:none;
}
.crno a:hover{
	color:#CCC;
}


.sivo{
	color:#535354;
}
.sivo a{
	color:#535354;
	text-decoration:none;
}
.sivo a:hover{
	color:#e31818;
}

.svjetloSivo{
	color:#dcdcde;
}
.svjetloSivo a{
	color:#dcdcde;
	text-decoration:none;
}
.svjetloSivo a:hover{
	color:#e31818;
}

.zaFooter{
	color:#949090;
}

.zaFooter a{
	color:#949090;
	text-decoration:none;
}
.zaFooter a:hover{
	color:#e31818;
}
.ideaLINK{
	coloor:#898988;
	text-decoration:none;
}
a.ideaLINK:link, a.ideaLINK:visited{
	color:#898988;
	text-decoration:none;
}
a.ideaLINK:hover{
	color:red;
	text-decoration:none;
}

