@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   																													 	  ***/
/***   File: tiny.css  																						***/
/***   Design/CSS: Cocoon.si																				***/
/***   																													 	  ***/
/***   Copyright (c) 2008, A-TIS s.p.																***/
/***   Vse pravice pridrane. All rights reserved.									***/
/***   																													 	  ***/
/**********************************************************************/
/**********************************************************************/

body {	
	color: #000;
	font-family: Tahoma, sans-serif;
	
	font-size: 11px;
	line-height: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	
	text-align: left; /*** left, right, center, justify ***/
	text-indent: 0px;
	
	font-weight: normal;
	text-decoration: none; /*** underline, line-through, blink ***/
	text-transform:none; /*** capitalize, uppercase, lowercase ***/
	font-variant: normal; /*** small-caps ***/
}
.Plain_text {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;

}
.Zelen_povdarek {
	color: #bfb13a;
	font-weight: bold;
	padding: 0;
	margin: 0;

}
p.Nastevanje {
	color: #000;
	padding: 0;
	margin: 0;
	padding-top: 1px;
	padding-left: 12px;
	margin-left: 30px;
	font-size: 12px;

	background: url(../images/admin/mark2.png) 0px 5px no-repeat;

}
.Naslov {
	padding:0;
	margin:0;
	margin-bottom: 10px;

	color: #bfb13a;
	
	font-size: 16px;
	line-height: 18px;
	
	font-weight: bold;
	text-decoration: none; /*** underline, line-through, blink ***/
	text-transform:none; /*** capitalize, uppercase, lowercase ***/
	font-variant: normal; /*** small-caps ***/
}
.Podnaslov {
	padding:0;
	margin:0;
	margin-bottom: 5px;
	color: #bfb13a;
	
	font-size: 12px;
	line-height: 14px;
		
	font-weight: bold;
	text-decoration: none; /*** underline, line-through, blink ***/
	text-transform:none; /*** capitalize, uppercase, lowercase ***/
	font-variant: normal; /*** small-caps ***/
}




