/*   
Project Name: Mayer Group site
Description: CSS made specialy for the www.mayer.si by <a href="http://www.studiotibor.com" target="_blank">Studio Tibor</A>
Version: 1.0
Author: studio tibor
Author URI: http://www.studiotibor.com
Copyrights: 2008 All Rights Reserved
*****
*/


a, 
a:link, 
a:visited {
	color: #8b2346;
}

a:hover {
	color: #8b2346;
}


/*====================================================
 NAV 
====================================================*/


#NAV .breadcrumbs a:hover {
	color: #8b2346;
}



/*====================================================
 EMOTIONAL  
====================================================*/


#emotional .moreWrap .more:hover .corner {
	background-image: url(../_images/wireframe/icon_more-over_MG.gif);
}


/*====================================================
 MAIN 
====================================================*/


/*-----------------------------------------------------
 contentList
-----------------------------------------------------*/
.contentList:hover .header,
.contentList:hover .sifrHeader {
	background-color: #8b2346;
}


/*-----------------------------------------------------------*/

.item .more:hover .corner {
	background-image: url(../_images/wireframe/icon_more-over_MG.gif);
}

/*----------------------------------------------------------*/


/*====================================================
 REFERENCE
====================================================*/

#main .reference .col1 a, 
#main .reference .col1 a:link, 
#main .reference .col1 a:visited,
#main .reference .col2 a, 
#main .reference .col2 a:link, 
#main .reference .col2 a:visited {
	color: #8b2346;
}

#main .reference .col1 a:hover,
#main .reference .col2 a:hover {
	color: #8b2346;
}


#main .reference .col1 a.sel, 
#main .reference .col1 a.sel:link, 
#main .reference .col1 a.sel:visited,
#main .reference .col2 a.sel, 
#main .reference .col2 a.sel:link, 
#main .reference .col2 a.sel:visited {
	color: #8b2346;
}


/*====================================================
 SIDEBAR
====================================================*/
#sidebar .contentList:hover .header,
#sidebar .contentList:hover .sifrHeaderSidebar {
	background-color: #8b2346;
}


/*====================================================
 COMMENTS
====================================================*/

/*----------------------------------------------------
  .addComment
----------------------------------------------------*/

#main .addComment form .label {
	color: #8b2346;
}



/*====================================================
  NOGA
====================================================*/

#noga a:hover {
	color: #8b2346;
}




#noga .contacts {
	float: left;
	width: 430px;
	
	margin-top: 23px;	/* za vertikalno poravnavo! z logotipi na desni strani noge!! */
	
	font-size: 10px;
	color: #9c9a9a;
	
}

#noga .logos {
	float: left;
	width: 510px;
	
	text-align: right;
	font-size: 0.01px;
	
}




