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

body {
	/*
	background: url(../images/background.png) repeat;
	*/
}

.mceContentBody {	
	color: #000;
	font-family: Tahoma, sans-serif;
	
	font-size: 11px;
	line-height: normal;

	background: #fff;
	
}
.Plain_text {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;

}
.Rdec_povdarek {
	color: #e21b22;
	font-weight: bold;
	padding: 0;
	margin: 0;

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

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

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

	color: #e21b22;
	
	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: #e21b22;
	
	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 ***/
}




