body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	
	
	
	font-family: sans-serif, helvetica;
	font-size: 12px;
	text-align: left;
	font-color: black;
}

#header{
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: top center;
}

#header_imgs{
    width: 974px;  /*974*/
	height: 85px;
	position: relative;
	top: 0px;
	left: 10px;

}

#header_imgs-in{
    width: 974px;  /*974*/
	position: relative;
	top: 0px;
	left: 0px;
}



#header_img2{ 
	height: 85px;
	position: relative;
	top: 20px;
	left:0px;
	float: left;
	text-align: left; 
}

tr.odd{

}
tr.even{
	background:#edeae4;
}



#header_img{ 
	position: relative;
	width: 300px;
	height:17px;
	top: 20px;
	left: 0px;
	float: right;
	text-align: left; 
	vertical-align:center;

}


#menu{
    width: 974px;
	height: 43px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: left; 

}

#signing{
   position:relative;
   left:264px;
   top:7px;
   background-image:url('../img/middle_body3.jpg');
   background-repeat:no-repeat;
   text-align:left;
}



a.tab_melodije {
	width: 127px;
	height: 43px;
	position: relative;position: relative;
	top:10px;
	float: left;
	text-align: center;
	margin-right:0px;
    text-decoration: none;
    font-family: TIMES NEW ROMAN;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('../img/tabs_bckg.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}


a.tab_melodije:hover {
    text-decoration: none;
    color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}
a.tab_melodijeA:hover {
    text-decoration: none;
    color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}
a.tab_melodijeZ:hover {
    text-decoration: none;
    color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}


a.tab_melodijeA {
	width: 101px;
	height: 43px;
	position: relative;
	top:10px;
	float: left;
	text-align: center;
	margin-right:0px;
    text-decoration: none;
    font-family: TIMES NEW ROMAN ;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('../img/tabs_1.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

a.tab_melodijeZ {
	width: 190px;
	height: 43px;
	position: relative;
	top:10px;
	float: left;
	text-align: center;
	margin-right:0px;
    text-decoration: none;
    font-family: TIMES NEW ROMAN;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('../img/tabs_2.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

#button_melodies{
	position: relative;
	top:12px;
	left:0px;
	text-align:left;

}



.input2 {
 background-image: url(../img/input_search_text.jpg); /*Here we load the background image */
 background-repeat: no-repeat;
 background-attachment: fixed;
 height:20px; /*we specify the the object dimensions like the image dimensions*/
 width:150px;
 font-size: 10px;
 margin: 0px;
 padding: 5px 10px 0px 10px; /*without padding, the text will start from upper-left corner*/
 border: 0px none; /*we do not need any border*/
}


a, h2 a:hover, h3 a:hover {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #114477;
	text-decoration: underline;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}


#bodyarea{
	position: absolute;
	top: 250px;
	width: 100%;
} 

#leftmenu{
     position: absolute;
	top:270px;
	left:1px;
    width: 250px;
	/*background: #ccc;*/
	/*background-image: url('../img/middel11ver2.jpg');*/
	float:left;
} 




#bodycontent {	
  text-valign: top;	
}


#bill {	
	position: relative;
	width:676px;
	/*background-image: url('../img/middle_body.jpg');*/
	top:5px;
	left:20px;
	float:left;
	
}

#footer{
	width: 80%;
	font-size: 11px;
	top: 10px;
	position: relative;
	height: 86px;
	clear: both;		
	color: #717076;
	background-repeat: repeat-x;
	background-position: top center;	
	text-align:center;
}



#kategorije {
	position:relative;
	float:left;	
	top:70px;
}





H2, H3, H4, H5, H6 {
    text-align: left;
}

H1 {
    clear: left;
    margin-top: 2em;
}

input, select, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
    border: 1px solid #717076;
    margin-bottom:1px; 
   /* background: #da2508;   */
    
}
/*
input[type="submit"] {
	background: #da2508;
}*/

#gumb, #nazaj, #naprej {
	/*background: #da2508;*/
	background: #c4260d;
	color: white;
	font-weight: bold;
}


input.submit {
	/*background: #ed1305;		*/
	background: Red;
}

input.button {
	/*background: #ed1305;		*/
	background: Red;
}

input.upload {
	font-family: Verdana, Arial;
	font-size: 11px;
    border: 1px solid #b60f04;
    margin-bottom:1px;
}
input:focus, textarea:focus, label:focus {
	background: #fff;	
	/*background-image: url('../img/checked.gif'); 
	background-repeat:no-repeat;
	background-position:right;*/
	border: 1px solid #686868;
	
}

label {
	cursor: pointer;
}
form {
	margin: 0px;
}

.selected {
	color: #666666;
	/*border: 1px solid #efefef;
	padding: 1px;*/
}


.mainContentLeft_aktualna_dela_crtavmes {
	font-size: 0;
	height: 1px; 
	background: #fff url(../img/aktualna_dela_crta.gif) no-repeat top left; 

}


div.visible {
	display: visible;
}

div.hidden {
	display: none;
} 


/* TABLE SECTION */
#tb { 
	border-collapse: collapse;
	bgcolor:#ff00ee;
}

#tb tr:hover, #tb td.start:hover, #tb td.end:hover {
	background: #fece00;
}

#tb th, #tb td {
	padding: .3em .5em;
}

#tb th {
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	/*background: url(img/arrow.gif) no-repeat 2px 50%;*/
	/*padding-left: 15px;*/
}
 
#tb th.name { width: 12em; }
#tb th.location { width: 12em; }
#tb th.color { width: 10em; }
 
#tb thead th{
	background: #f7f7f7;
	/*border-color: #fff #fff #7f9db9 #fff;*/
	border-color: #fff Red Red #fff;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	padding-left: .5em;
}

#tb tr{	
	border-color: #fff #fff #fff #fff;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding-left: .5em;
}

 
#tb tbody th.start {
	/*background: url(img/dots.gif) 18px 54% no-repeat;*/
	padding-left: 26px;
}
 
#tb tbody th.end {
	/*background: url(img/dots2.gif) 18px 54% no-repeat;*/
	padding-left: 26px;
}


/* TABLE SECTION FOR BILL */
#tbBill { 
	border-collapse: collapse;
	bgcolor:#ff00ee;
}

#tbBill tr:hover, #tbBill td.start:hover, #tbBill td.end:hover {
	background: #fece00;
}

#tbBill th, #tbBill td {
	/*padding: .3em .5em;*/
}

#tbBill th {
	font-weight: normal;
	text-align: left;
	/*background: url(img/arrow.gif) no-repeat 2px 50%;*/
	/*padding-left: 5px;*/
	
}
 



 




/* CSS Document TOPMENU */
/* menu --------------------------- */
#menuJS {
	/*681*/
	/*height:95px;*/
	position:relative;
	float:left;
	/*top: 220px;*/
	left:30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #816f6b;
}

#dropmenudiv{
position:absolute;
/*border:1px solid black;*/
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
/*line-height:18px;*/
z-index:100;
color: #816f6b;
}

#dropmenudiv a{
width: 100%;
display: block;
/*text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #99999c;
}


/* menu --------------------------- */


#main_header {
	/*681*/
	width: 500px;
	/*height:95px;*/
	position:relative;
	float:left;
	top: 0px;
	left:50px;
}
#besedilo {
	position:relative;
	width: 90%;
	left:10px;
	color: #717076;
}

#left_header {
	 /*681*/
	/*height:95px;*/
	position:relative;
	float:left;
	top: 0px;
	left:0px;
	text-align: center;
}

#right_header {
	 /*681*/
	/*height:95px;*/
	position:relative;
	float:right;
	top: 0px;
	left:0px;
	text-align: center;
}

#menu_header {
	width: 80%;  /*681*/
	/*height:95px;*/
	position:absolute;
	float:left;
	top: 220px;
	left:0px;
	text-align: left;
}

#line_spacer {
	width:9px;
	height:80px;
	position:relative;
	float:left;
	top:5px;
	background-image:url(../images/line_spacerRoza.gif);
}

#b_napis {
	position: relative;
	top: -15px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a {
text-decoration: none;
color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.b_obracun {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-right: 10px;
	background-image:url(../images/b_obracunRoza.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
a.b_obracun:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

a.b_napotnice {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;	
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/b_napotniceRoza.jpg)
}
a.b_napotnice:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

a.b_studenti {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;	
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/b_uporabnikRoza.jpg);
}
a.b_studenti:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

a.b_nastavitve {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/b_servRoza.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

a.b_nastavitve:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

a.b_help {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
	background-image:url(../images/b_helpRoza.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

a.b_help:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}


a.b_racun {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/b_racunRoza.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

a.b_racun:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

a.b_obrazci {
	width: 70px;
	height: 70px;
	position: relative;
	top: 20px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	background-image:url(../images/b_obrazciRoza.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

a.b_obrazci:hover {
	text-decoration: none;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:right;
}

/* ENDMENU */


.small{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
}

