* { margin: 0; padding: 0; }
body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 20px 20px;
	color: #0066FF;
	list-style: none;
	
}
ul span, ol span {
	color: #666666;
	list-style: none;

}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
  border: 1px solid #f2f2f2; 
  background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	/*border:1px solid #eee;*/
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 83px; right: 278px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 220; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 193px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 2;
	padding: 2;
	font:24px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 51px;
	left: 221px;
	height: 94px;
	width: 501px;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 116px;
	left: 637px;
	height: 69px;
	width: 162px;
}

/* Menu */
#menu {
	height: 46px;
	margin-left:30px;
}
/* Main Column */
#main {
	float: right;
	width: 74%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 24.5%;
	padding: 0; margin: 0;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/bg_bg.jpg) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #F12F06; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;
	list-style: none;
		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	list-style: none;
	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
	list-style: none;

}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.modra { color: #0066FF; }

.menu1{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.menu2{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.menu3{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.menu4{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.menu5{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.menu6{
background: #CCC url(images/menu/ponudba.jpg) repeat-x center top;
	height: 46px;
	width: 116px;
	text-align: center;
}
.okviri {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #F12F06;
	color: #000000;
	font: Verdana, 'Trebuchet MS', Sans-serif;
	padding: 0px 0px 0px 0px;
}
.bg_rdeci_okvir
{
	background-color: #ffffff;
	font-size: 12px;
	color: #ffffff;
	font: Verdana, 'Trebuchet MS', Sans-serif;
	background: #FFF url(images/rdec_bg.jpg) repeat-x center top;	
	padding: 0px 5px 5px 5px;
}
.okvir_vpis {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #CB4F9A;
	color: #000000;
	font: Verdana, 'Trebuchet MS', Sans-serif;
  font-size:100%;
  font-weight:300;
}
.bg_vpis_okvir
{
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	font: Verdana, 'Trebuchet MS', Sans-serif;
	background: #FFF url(images/vpis.jpg) repeat-x center top;
	padding: 0px 5px 5px 5px;
}
.okvir_anketa {
	background-color: #ffffff;
	font-size: 11px;
	border: 1px solid #FDBA19;
	color: #000000;
	font: Verdana, 'Trebuchet MS', Sans-serif;
  	font-size:100%;
  	font-weight:300;
}
.bg_anketa_okvir
{
	background-color: #ffffff;
	font-size: 12px;
	color: #000000;
	font: Verdana, 'Trebuchet MS', Sans-serif;
	background: #FFF url(images/anketa.jpg) repeat-x center top;
	padding: 3px 3px 3px 3px;
	margin:3px 3px 3px 3px;
}
.bg_bg{
	background: #FFF url(images/bg_bg.jpg) repeat-x center top;
}
#slonep_novice {
	font-size: 10px;
	/*background-color: #FF9900;*/
	/*border: 1px solid #CC0000;*/
	vertical-align: top;
	height: 100%;
	margin-left:0px;
	padding: 3px 3px 3px 3px;
	margin:3px 3px 3px 3px;
}
#slonep_novice .novica {
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#slonep_novice .datum {
	float: left;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	color: #000000;
}
#slonep_novice .naslov {
	float: inherit;
	padding: 0px;
	font-weight: 100;
	font-size: 10px;
	width: 180px;
}
#slonep_novice .naslov a{
	color:#000000;
}
#right {
	float: right;
	width: 560px;
	margin-left:10px;
}
	.leftcol { 
		float: left; 
		padding: 0px 0px;
		width: 345px; 
		border:#E0ECF1 1px solid;
		text-align: justify;
		margin: 0px 0px 14px 0px;
	}
	.rightcol { 
		float: right; 
		padding: 0px 0px;
		width: 200px; 
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0px 0px 14px 0px;
		}
	.novo{
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #D7E7ED;
		background: #D7E7ED;
		color: #444;
	}
	.vredno_ogleda{
		clear: both;
		margin:0px 0 0px 0;	
		padding: 0px 0px;
		border: 1px solid #B7DAEE;
		background: #B7DAEE;
		color: #444;
	}
	.osnova {
		clear: both;
		margin:0px 0 0px 0;	
		padding: 0px 0px;
		border: 0px solid #fff;
		background: #fff;
		color: #444;
	}
	.crni_text {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	}
.gumb {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FF6600;
	color: #ffffff;
	height: 20px;
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
	margin:3px 3px 3px 3px;

}
.iskalnik {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 1px 1px 1px 5px;
	color:#000000;
	text-indent:0px;
}
.resTDpic {
	background-color: #C3DEFA;
	text-align: center;
	border: 1px solid #000000;

}
.resTDtop {
	background-color: #94C5F6;
	border-color: #000000 black #000000 #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.resTDopis {
	background-color: #F5F5F5;
	border-color: #000000 black #000000 #000000;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 1px 4px;
}
.resTop {  font-family: Tahoma, Arial; font-size: 9px; text-decoration: none; background-color: #ECECCC; border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.resTDleft {
	background-color: #F5F5F5;
	border-color: #000000 black #000000 #000000;
	font-size: 8pt;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding: 1px 4px;
}
.resTDnoborder { background-color: #F5F5F5; border-color: #000000 black #000000 #000000; font-size: 8pt ; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; color: #CC3333}
.resTDbox { background-color: #F5F5F5; border-color: #000000 black #000000 #000000; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold ; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.resTDbottom { background-color: #FCFCFC; border-color: #000000 black #000000 #000000; font-size: 8pt ; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.resTDfields {
	border-color: #000000 black #000000 #000000;
	font-size: 8pt;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;

}
.resTDnav {

	background-color: #8F2927;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.resTDpicLight {

	background-color: #F5F5F5;
	text-align: center;
	border: 1px solid #000000;
}
.smallie {
	font-family: verdana;
	font-size: 13px;
	font-weight: 100;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 3px;
	
}
.tdPosebna {
	font-family: Arial;
	font-size: 12px;
	background-color: #C1DAE3;
	border: 1px solid #ffffff;
	   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#C1DAE3',EndColorStr='#C1DAE3')
}
.tdDarker {  background-color: #C3DEFA}
.tdDark {
	background: #94C5F6;
	color: #FFFFFF;
}
.tdLight {
background-color: #C3DEFA
}
.smallieB {
	font-size: 8pt;
	font-weight: 100;
}

.naslovi_novo {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #C1DAE3 url(images/novo.jpg) no-repeat left;
	border: 0px solid #EFF0F1; 
	}
.naslovi_vredno_ogleda {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #71B6DF url(images/vredno_ogleda.jpg) no-repeat left;
	border: 0px solid #EFF0F1; 
}
.naslovi_o_podjetju {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #8BBACA url(images/bg_o_podjetju.jpg) no-repeat left;
	}
.okvir_o_podjetju {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_o_podjetju.jpg) repeat-x top;
	border: 1px solid #C2DFF1; 
}
.naslovi_storitve {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #0580C6 url(images/bg_storitve.jpg) no-repeat left;
}
.okvir_o_storitve {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_storitve.jpg) repeat-x top;
	border: 1px solid #83BFE3; 
}
.naslovi_lokacija {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #F75910 url(images/bg_lokacija.jpg) no-repeat left;
}
.okvir_lokacija {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_lokacija.jpg) repeat-x top;
	border: 1px solid #FBAF8D; 
}
.naslovi_kontakti {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #FEBA19 url(images/bg_kontakti.jpg) no-repeat left;
}
.okvir_kontakti {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_kontakti.jpg) repeat-x top;
	border: 1px solid #FEE098; 
}
.naslovi_zk {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #83A11D url(images/bg_zemljiska_knjiga.jpg) no-repeat left;
}
.okvir_zk {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_zk.jpg) repeat-x top;
	border: 1px solid #C1D08F; 
}
.naslovi_povezave {
	font-family: "Tahoma";
	font-size: 13px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #FEFF7D url(images/bg_povezave.jpg) no-repeat left;
}
.okvir_povezave {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_povezave.jpg) repeat-x top;
	border: 1px solid #FFFFBE; 
}
.naslovi_iscemo {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #BBCB82 url(images/bg_iscemo.jpg) no-repeat left;
}
.okvir_iscemo {
	font-family: "Tahoma";
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(images/bg_contenta_iscemo.jpg) repeat-x top;
	border: 1px solid #DDE5C0;
}
.naslovi_ponudba {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #DE1A1B url(images/bg_ponudba.jpg) no-repeat left;
	border: 1px solid #DE1A1B; 
}
/*.okvir_ponudba {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	text-indent:0px;
	background: #ffffff url(../images/storitev_bg_content.jpg) repeat-x left;
	border: 1px solid #0580C6; 
}*/
.naslovi_vpis {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 5px;
	color:#000000;
	text-indent:0px;
	background: #CF5CA3 url(images/bg_vpis.jpg) no-repeat left;
}
.okvir_vpis {
	font-family: "Tahoma";
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	text-indent:0px;
	border: 1px solid #CF5CA3; 
}
.boldan_text{
	font-family: "Tahoma";
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	text-indent:0px;
	font-weight:900;
}
/* slonep_novice */
#slonep_novice {
	padding: 3px;
	font-size: 10px;
	background-color: #ffffff;
	/*border: 0px solid #D4D0C8;*/
	vertical-align: top;
	height: 100%;
}
#slonep_novice ul{
	padding: 0px;
	height: 100%;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;

}
#slonep_novice li {
	padding: 1px;
	font-weight: 900;
	color:#CC0000;
	background-color: #ffffff;
	vertical-align: top;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	float:none;
}
#slonep_novice li a{
	float: none;
	color:#000066;
	margin-left: 0px;
	font-weight: 100;
}

/* cms_anketa */
#cms_anketa {
	padding: 3px;
	font-size: 10px;
	background-color: #EFEFF7;
	border: 1px solid #D4D0C8;
}
#cms_anketa .vprasanje {
	float: inherit;
	padding: 1px;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color:#CC3300;
	margin-bottom:10px;
}
#cms_anketa .odgovor{
	color:#003399;
	font-size: 11px;
	font-weight: normal;
	
}
#cms_anketa .gumb_line{
	text-align:right;
}
#cms_anketa .gumb{
	color:#FFFFFF;
	background-color:#CC0000;
	font-weight: bold;
	display:block;
}

/* cms_faq */
#cms_faq {
	padding: 3px;
	font-size: 10px;
	background-color: #D4DBE5;
	border: 1px solid #687CA1;
}
#cms_faq ul{
	list-style:none;
	padding: 0px;
	font-size: 11px;
	background-color: #D4DBE5;
	margin:0px;
	padding:0px;
	list-style: none;

}
#cms_faq li {
	background-color:#FBFCFE;
	padding: 2px;
	margin: 1px;
}
#cms_faq .drugi {
	background-color:#ECEFF4;
}
#cms_faq .vprasanje{
	color:#003399;
	font-weight:bold;
	width:100%;
	display:block;
}
#cms_faq .odgovor{
	width:100%;
	display:block;
}
#cms_faq .odgovor a{
	color:#003399;
	font-weight: normal;
	width:100%;

}
#cms_faq .gumb_line{
width:100%;
text-align:right;

}
#cms_faq .gumb a{
	text-decoration: none;
	color: #ffffff;
}
/* cms_novice */
#cms_novice {
	padding:8px 8px 20px 8px;
	width:auto;
	height:auto;
}
.novice {
	border: 0px outset #adadad;
}
#cms_novice ul{
	list-style:none;
	padding: 0px;
	font-size: 11px;
	margin:0px;
	padding:0px;
}
#cms_novice li {
	padding: 2px;
	margin: 1px;
	display:block;
	padding: 5px;
	border-top:#FF9900 2px solid;
	border-bottom: #CC6600 1px solid;
	width:auto;
}
#cms_novice .slika img{
	float:right;
}
#cms_novice .drugi {
}
#cms_novice .naslov{
	text-decoration: none;
	font-size: 11px;
	color: #d44409;
}
#cms_novice .naslov a{
}

#cms_novice .novica{
	width:auto;
}
#cms_novice .gumb_line{
	float:right;
	padding-top:5px;
	margin:0;
}
#cms_novice .gumb a{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding:0px;
	margin:0;
	text-decoration: none;
	background-repeat:no-repeat;
	border: 0px solid #D4D4D4;
}

#cms_detail table {
	text-align: center;
	width: 90%;
	border: 1px #bcbcbc solid;
}
#cms_detail td {
	border: 1px #a2a2a2 solid;
	border-bottom: 1px #000000 dotted;
	color: #404040;
	background-color: #fafafa;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	font-size: 11px;
	color: #404040;
	padding:4px;
}
.gumb {
	font-family: tahoma;
	font-size: 11px;
	color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   margin-left: 10px;
   padding-left:10px;
   background-color:#cc0000;
   border:1px solid;
   border-top-color:#ffffff;
   border-left-color:#ffffff;
   border-right-color:#ffffff;
   border-bottom-color:#ffffff;
	 text-align:left;
	 cue:url(images/puscica.gif)
}
.tekst_menu {
	font-family: "Tahoma";
	text-indent:3px;
	font-size: 12px;
	margin:5px;
	padding:5px;
	color:#ffffff;
	text-indent:0px;
	margin:0px;
	padding:0px;
	PADDING-TOP: 0px;
	PADDING-LEFT: 3px;
	PADDING-RIGHT: 1px;
	margin-left: 1px;
	margin-right: 1px;
	font-weight:900;
}

