@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c), PLAN e d.o.o.	| www.plan-e.si									***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************
**********************************************************************/
/*  img root = ../../../../../template/qvik/images/dizajn  */
/*	#2e6395	*/
/*	#000000	*/

/**************************************/
/*** MAIN														***/
/**************************************/

.pageWrp {
	font-size: 12px;
	background: none;
	margin-top:20px; margin-bottom:10px;
	
}
.pageWrp .content {
	display: block;
	padding: 5px 0;
	padding-top: 10px;
	margin-bottom: 8px;
	
	color: #4c4c4c;
	text-align: left;
	
}
.pageWrp .cleft,
.pageWrp .cright {
	padding: 5px;
	margin: 0;
	border: #abc0d4 1px solid;
	border-top: none;


}
div#subNavigation {
	width: auto; height: auto;
	display: block;
	margin: 0; padding: 0;
	margin-left: 0;
	
	background: url(modules/page/template/default/css/images/background.png) repeat top;
	border-bottom: #6c91b4 1px solid;
	
}

div#subNavigation a:link, 
div#subNavigation a:visited, 
div#subNavigation a:active {
	width: auto; float: left;
	margin: 0; padding: 0;
	
	padding: 4px 15px;

	color: #4e6e8c;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	
	text-decoration: none;
	text-transform: none;
	
	background: none;
	border-right: #96b1ca 1px solid;
	
}
div#subNavigation a:hover {
	color: #f4e5f4;
	background: url(modules/page/template/default/css/images/overlay.png) repeat-x top;
	
}
div#subNavigation a.btnSel {
	font-weight: bold;
	color: #ffffff;
	background: url(modules/page/template/default/css/images/overlay.png) repeat-x top;
	
}

div#subNavigation a.addSubButton:link, 
div#subNavigation a.addSubButton:visited, 
div#subNavigation a.addSubButton:active {	
	color: #d5dfe9;
	text-transform: uppercase;
	font-weight: bold;
	
	background: #2e6395;
	
}
div#subNavigation a.addSubButton:hover {
	color: #ffffff;
	background: url(modules/page/template/default/css/images/overlay.png) repeat-x top;
	
}

