body
{
	background-color: #555555;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	margin-left: 5%;
	margin-right: auto;
}
a
{
	color: #E60000;
	text-decoration: underline;
}
a:hover
{
	color: #FF9433;
	text-decoration: none;
}
.glava
{
	width: 819px;
	height: 89px;
	background-image: url(slike/glava_new.jpg);
	background-repeat: no-repeat;
}
.logo
{
	float: left;
}
.prazen
{
	width: 290px;
	height: 89px;
	float: left;
}
.levo
{
	float: left;
}
.desno
{
	float: right;
}
.meniji
{
	width: 819px;
	height: 58px;
	background-image: url(slike/meniji.jpg);
	background-repeat: no-repeat;
	/*padding-left: 100px;*/
}
.telo
{
	background-image: url(slike/telo.jpg);
	background-repeat: repeat-y;
	width: 819px;
	padding-left: 22px;
	padding-top: 15px;
	height: auto;
}
.levastran
{
	float:left;
	width: 147px;
	padding-bottom: 10px;
	height: auto;
}
.desnastran
{
	float:left;
	width: 145px;
	padding-left: 23px;
	padding-bottom: 10px;
	height: auto;
}
.vsebina
{
	float:left;
	width: 425px;
	padding-left: 36px;
	padding-bottom: 10px;
	height: auto;
}
.naslov
{
	font-size: 18px;
	font-weight: bold;
}

.vsebovalnik
{
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 15px;
}

.novice_glava1
{
	background-image: url(slike/novice_glava1.gif);
	width: 16px;
	height: 33px;
	float: left;
}

.novice_glava2
{
	background-image: url(slike/novice_glava2.gif);
	width: 304px;
	height: 21px;
	padding-top: 12px;
	font-size: 12px;
	float: left;
}

.novice_glava2 a
{
	text-decoration: none;
	font-weight: bold;
}

.novice_glava3
{
	background-image: url(slike/novice_glava3.gif);
	width: 84px;
	height: 21px;
	padding-top: 12px;
	font-size: 11px;
	text-align: right;
	float: left;
}

.novice_glava4
{
	background-image: url(slike/novice_glava4.gif);
	width: 20px;
	height: 33px;
	float: left;
}

.novice_telo
{
	background-image: url(slike/novice_telo.gif);
	width: 394px;
	height: auto;
	background-repeat: repeat-y;
	padding-left: 16px;
	padding-right: 15px;
	padding-top: 8px;
	float: left;
}

.novice_noga
{
	background-image: url(slike/novice_noga.gif);
	width: 423px;
	height: 30px;
	float: left;
}

.pocisti
{
	clear: both;
}
.noga
{
	width: 819px;
	height: 80px;
	background-image: url(slike/noga.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.noga_spodaj
{
	width: 787px;
}
.copyright
{
	/*width: 650px;*/
	font-size: 10px;
	/*text-align: right;*/
	color: #BBBBBB;
}

.admin
{
	font-size: 10px;
	padding-left: 32px;
}

.datum_novica
{
	font-size: 11px;
}

.stats
{
	float: left;
	width: 600px;
}

.navrh
{
	font-size: 11px;
}


/************************************/
/*	MENIJI
*************************************/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding-top: 8px;
/*padding-left: 36px;*/
margin-top: 0;
margin-bottom: 0;
/*text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #E60000;
/*padding: 4px 12px;*/
padding-top: 4px;
margin-top: 0;
margin-bottom: 0;
text-decoration: none;
/*text-align: center;*/
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.menu_izbor
{
	width: 100px;
	float: left;
	text-align: center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:20px;
z-index:100;
background-color: #FFFCF9;
/*width: 200px;*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding-top: 2px;
padding-left: 3px;
text-decoration: none;
/*font-weight: bold;*/
color: #E60000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}