/***********************************************/
/* main.css                                    */
/* imunoglukan.si                              */
/***********************************************/

/* -------------------------------------------------------------- 
   reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

:active, :focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #231f20;
	font-family:  Arial, Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

fieldset{
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
}
legend{
	padding: 5px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color:#17af5d;
}

a:link{
	text-decoration: underline;
	color:#17af5d;
}

a:visited{
	text-decoration: underline;
	color:#17af5d;
}

a:hover{
	text-decoration: none;
	color:#17af5d;
}

a:active{
	text-decoration: underline;
	color:#17af5d;
}

h1{
	font-size: 1.666667em;
	line-height: 1.05em;
	font-weight: bold;
	color: #17af5d;
	padding-bottom: 5px;
	font-style: italic;
}

h2{
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: bold;
	color: #ec008c;
	padding-bottom: 5px;
	font-style: italic;
}


h3{
	margin: 0px;
	font-size: 1.166667em;
	color:#EC008C;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4{
	margin: 0px;
	font-size: 1em;
	color:#EC008C;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


ul{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
li{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}
img { 
	behavior: url(iepngfix/iepngfix.htc); 
}

hr {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 1px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
* html #frame{
	background-image: url(images/body_bg_ie.jpg);
}
#mainhead{
	padding: 0px;
	width: 955px;
	margin: 0 auto;
}
#mainbody{
	margin: 0 auto;
	width: 955px;
}
#mainbodyleft{
	float:left;
	width: 181px;
}
#mainbodyright{
	float:right;
	width: 765px;
}
#mainfoot{
	width: 955px;
	padding-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/***********************************************/
/* Head styles                                */
/***********************************************/
#headtop {
	text-decoration: none;
}

#headtop a{
	text-decoration: none;
	color: #FFFFFF;
}

#headtop a:link{
	text-decoration: none;
	color: #FFFFFF;
}
#headtop a:visited{
	text-decoration: none;
}
#headtop a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


#headtopleft{
	width: 300px;
	float: left;
}
#headtopright{
	height: 20px;
}

.tx-srlanguagemenu-pi1{
	font-size: 1em;
	padding-top: 3px;
	padding-right: 32px;
	padding-bottom: 2px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	height:15px;
	width: 200px;
	text-align: right;
}
.tx-srlanguagemenu-pi1 .SPC{
	color: #FFFFFF;
	display:inline;
	padding-top:2px;
	float:right;
}
* html .tx-srlanguagemenu-pi1 .SPC{
	padding-top:4px;
}
.tx-srlanguagemenu-pi1 .CUR{
	display:inline;
}
.tx-srlanguagemenu-pi1 .NO{
	display:inline;
	float:right;
}
.tx-srlanguagemenu-pi1 .CUR a, .tx-srlanguagemenu-pi1 .CUR a:visited{
	font-size: 1.1em;
	display:inline;
	float:right;
}
.tx-srlanguagemenu-pi1 a{
	text-decoration: none;
	color: #FFFFFF;
}

.tx-srlanguagemenu-pi1 a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.tx-srlanguagemenu-pi1 a:visited{
	text-decoration: none;
}
.tx-srlanguagemenu-pi1 a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#fb{
	width: 600px;
	text-align:right;
	float: right;
	padding-right:13px;
	padding-top:1px;
}
#medis{
	width: 408px;
	text-align:right;
	float: right;
	padding-right:205px;
}


/***********************************************/
/* Other styles                                */
/***********************************************/

#lt{
	background-image: url(images/lt_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:18px;
	height: 124px;
}
#menur{
	float:right;
	width:197px;
}
#menur a{
	float:left;
	display: inline;
}
#menur img{
	float:left;
	display: inline;
}
#menur a.tipfriend, a.tipfriend:link{
	height: 54px;
	width: 39px;
	background-image: url(images/tipfriend.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#menur a.tipfriend:hover{
	background-position:0 -54px;
}
#menu{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.16667em;
	color: #ffffff;
	width:568px;
	float:left;
	padding-top:18px;
}
#flash{
	z-index:0;
	width: 763px;
}


#search {
	width:182px;
	float: left;
	padding: 8px;
	background-image: url(images/search_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	behavior: url(fileadmin/templates/imunoglukan.info/iepngfix/iepngfix.htc);
	margin-bottom: 2px;
	height:29px;

}
* html #search{ /*IE only rule. */
	font-size: 1em;
}
#search .form_bg {
	font-size: 1em;
	height: 16px;
	width: 120px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	float:left;
	display:inline;
	color:#999999;
	margin-left:7px;
	margin-top:0px;
	border: 1px solid #b9b8b8;
	position:relative;
}
#search input[type=image] {
	float:left;
	width:30px;
	height:25px;
	vertical-align: top;
	padding-left:3px;
}
#search input[type=image] {
	padding-left:0px;
}
/***********************************************/
/* Content styles                              */
/***********************************************/

#content {
}
#content_left {
	float:left;
	width:565px;
}
#content_right {
	margin-top: -150px;
	float:right;
	width:196px;
	position:relative;
	z-index:1;
}
#content_right_middle div{
	padding-bottom:10px;
	padding-top:30px;
}
#poll {
	float:left;
	width:182px;
	color:#FFFFFF;
}
#poll p{
	padding:0px;
	margin:0px;
}
#poll h2{
	padding-bottom:10px;
	margin:0px;
	font-size: 13px;
	color:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* testna sprememba classa */

.tx-jkpoll-pi1 {
	float:left;
	width:182px;
	color:#FFFFFF;
}

.tx-jkpoll-pi1 p{
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}
.tx-jkpoll-pi1 h2{
	padding-bottom:10px;
	margin:0px;
	font-size: 13px;
	color:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#poll .button2{
	background-image: url(images/poll_button.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 25px;
}
#poll .button2_o{
	background-image: url(images/poll_button_o.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 25px;
}

/* testno gumb start */
.tx-jkpoll-pi1 .button2{
	background-image: url(images/poll_button.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 25px;
}
.tx-jkpoll-pi1 .button2_o{
	background-image: url(images/poll_button_o.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 25px;
}

/* testno gumb stop */

#poll_t {
	background-image: url(images/sr_t.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
}
#poll_m {
	background-image: url(images/sr_m.png);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:15px;
}
#poll_b {
	background-image: url(images/sr_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:27px;
}
.ad {
	float:left;
	width:182px;
}
.ad p{
	padding:0px;
	margin:0px;
}
.ad h2{
	padding-bottom:10px;
	margin:0px;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color:#333333;
	font-weight: normal;
	font-style: normal;
}
.ad_t {
/*	background-image: url(images/ad_t.gif); */
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
/*	height: 14px; */
	display:none;
	line-height:1px;
}
.ad_m {
/*	background-image: url(images/ad_m.gif); */
	background-image: none;
	background-repeat: repeat-y;
/*	padding-left:15px; */
	padding-left:1px;
	padding-right:0px;
	line-height:1px;
}
.ad_b {
/*	background-image: url(images/ad_b.gif);*/
	background-repeat: no-repeat;
/*	background-position: left top; */
	background-position: left bottom;
/*	height:18px; */
	height:11px;
}
* html .ad_b {
	height:11px;
	font-size:0.2em;
	line-height:0.2em;
}
.ad .form_bg {
	font-size: 1em;
	height: 16px;
	width: 127px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:left;
	display:inline;
	color:#999999;
	border: 1px solid #b9b8b8;
}
* html .ad .form_bg {
	width: 124px;
}
.ad input[type=image] {
	float:left;
	width:30px;
	height:25px;
	vertical-align: bottom;
	padding-left:2px;
}
.nlt {
	float:left;
	width:182px;
}
.nlt p{
	padding:0px;
	margin:0px;
}
.nlt h2{
	padding-bottom:10px;
	margin:0px;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color:#333333;
	font-weight: normal;
	font-style: normal;
}
.nlt_t {
	background-image: url(images/ad_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	line-height:1px;
}
.nlt_m {
	background-image: url(images/ad_m.gif);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:0px;
	line-height:1px;
}
.nlt_b {
	background-image: url(images/ad_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:18px;
}

.nlt .form_bg {
	font-size: 1em;
	height: 16px;
	width: 127px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	float:left;
	display:inline;
	color:#999999;
	border: 1px solid #b9b8b8;
}
* html .nlt .form_bg {
	width: 124px;
}
.nlt input[type=image] {
	float:left;
	width:30px;
	height:25px;
	vertical-align: bottom;
	padding-left:2px;
}
.button {
	background-image:url(images/search_button.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-left:2px;
	height:25px;
	width:30px;
}

* html .button {
	padding-top: 1px;
}

.button_o { 
	background-image:url(images/search_button_o.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	padding-left:2px;
	border: none;
	height:25px;
	width:30px;
}
* html .button_o {
	padding-top: 1px;
}


#qu, #opinion {


}
#qu a, #opinion a{
	display:block;
	color: #231f20;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/q_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:29px;
}
#qu a:link, #opinion a:link{
	text-decoration:none;
}
#qu a:visited, #opinion a:visited{
	text-decoration: none;
}
#qu a:hover, #opinion a:hover{
	text-decoration: none;
	background-image: url(images/q_button_o.gif);
}

#shop {


}
#shop a{
	display:block;
	color:#17af5c;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/shop_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:25px;
}
#shop a:link{
	text-decoration:none;
}
#shop a:link{
	text-decoration: none;
}
#shop a:visited{
	text-decoration: none;
}
#shop a:hover{
	text-decoration: none;
	background-image: url(images/shop_bg_o.gif);
}

/***********************************************/
/* Frontpage styles                            */
/***********************************************/

.ib {
	float:left;
	width:276px;
	padding-right:5px;
}
.ib_t {
	background-image: url(images/ib_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}
.ib_m {
	background-image: url(images/ib_m.gif);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:15px;
	font-size: 0.9em !important;
	line-height: 1.3em !important;
	text-align:left;
}
.ib_m h1 {
	font-size: 1.25em !important;
	line-height: 1.4em !important;
	font-weight: bold;
	color: #ec008c !important;
	padding-bottom: 5px;
	font-style: italic;
	text-align:left;
}
.ib_m h2{
	font-size: 1.083333em !important;
	line-height: 1.615385em !important;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:0px !important;
	font-style: italic;
}
.ib_m p{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.ib_m a{
	text-decoration:underline;
	font-style: italic;
}
.ib_m a:link{
	text-decoration:underline;
	font-style: italic;
}
.ib_m a:visited{
	text-decoration:underline;
	font-style: italic;
}
.ib_m a:hover{
	text-decoration: none;
	font-style: italic;
}
.ib_m a:active{
	text-decoration:underline;
	font-style: italic;
}
.ib_m h2 a{
	text-decoration:none;
	font-style: italic;
	line-height: 1.3em;
	text-align:left;
}
.ib_m h2 a:link{
	text-decoration:none;
	font-style: italic;
	text-align:left;
}
.ib_m h2 a:visited{
	text-decoration:none;
	font-style: italic;
}
.ib_m h2 a:hover{
	text-decoration: underline;
	font-style: italic;
}
.ib_m h2 a:active{
	text-decoration:none;
	font-style: italic;
}
.ib_m .news_item span{
	display: none;
}
.ib_b {
	background-image: url(images/ib_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:10px;
	font-size:0.2em;
	line-height:0.2em;
}
.ib_button {
	
}
.ib_button a{
	display:block;
	color:#17af5c;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	padding-right: 25px;
	background-image: url(images/ib_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.ib_button a:link{
	text-decoration:none;
}
.ib_button a:visited{
	text-decoration: none;
}
.ib_button a:hover{
	text-decoration: none;
	background-image: url(images/ib_button_o.gif);
}
.ib_button a:active{
	text-decoration: none;
}

.ib2 {
	float:right;
	width:276px;
	padding-right:5px;
}
* html .ib2 {
	padding-right:0px;
}
.ib2_t {
	background-image: url(images/ib_t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	font-size:0.2em;
	line-height: 0.2em;
}
.ib2_m {
	background-image: url(images/ib_m.gif);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:15px;
	font-size: 0.9em !important;
	line-height: 1.3em !important;
	text-align: left;
}
.ib2_m h1 {
	font-size: 1.25em !important;
	line-height: 1.4em !important;
	font-weight: bold;
	color: #ec008c !important;
	padding-bottom: 5px;
	font-style: italic;
	text-align:left;
}
.ib2_m h2{
	font-size: 1.083333em !important;
	line-height: 1.615385em !important;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: italic;
}
.ib2_m a{
	text-decoration:underline;
	font-style: italic;
}
.ib2_m a:link{
	text-decoration:underline;
	font-style: italic;
}
.ib2_m a:visited{
	text-decoration:underline;
	font-style: italic;
}
.ib2_m a:hover{
	text-decoration: none;
	font-style: italic;
}
.ib2_m a:active{
	text-decoration:underline;
	font-style: italic;
}
.ib2_m ul {
	margin-bottom: 0px !important;
	padding-bottom: 5px !important;
}
.ib2_b {
	background-image: url(images/ib_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:10px;
	font-size:0.2em;
	line-height:0.2em;
}
.ib2_button {

}
.ib2_button a{
	display:block;
	color:#17af5c;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	padding-right: 25px;
	background-image: url(images/ib_button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:24px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.ib2_button a:link{
	text-decoration:none;
}
.ib2_button a:link{
	text-decoration: none;
}
.ib2_button a:visited{
	text-decoration: none;
}
.ib2_button a:hover{
	text-decoration: none;
	background-image: url(images/ib_button_o.gif);
}
/***********************************************/
/* Subpage styles                              */
/***********************************************/
#submenu {
	background-image: url(images/submenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 160px;
	padding-left: 18px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#submenu_hu {
	background-image: url(images/submenu_hu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 160px;
	padding-left: 18px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#submenu h2, #submenu_hu h2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
}
#submenu ul, #submenu_hu ul {
	padding: 0px;
	margin: 0px;
}
#submenu li, #submenu_hu li {
	list-style-type: none;
	padding-bottom:5px;
}
#submenu li a, #submenu_hu li a{
	color: #333333;
	display: block;
	width: 130px;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
* html #submenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 130px;
}

#submenu li a:visited, #submenu li a:active, #submenu_hu li a:visited, #submenu_hu li a:active{
	color: #333333;
	text-decoration: none;	
}

#submenu li a:hover, #submenu_hu li a:hover{
	color: #17af5d;
	text-decoration: none;	
}
#submenu li a.sel, #submenu li a:link.sel, #submenu li a:visited.sel, #submenu_hu li a.sel, #submenu_hu li a:link.sel, #submenu_hu li a:visited.sel{
	color: #17af5d;
	background-image:url(images/arrmb.png); /*onMouseover image change. Remove if none*/
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-style: italic;
	behavior: url(iepngfix/iepngfix.htc);
}

#content_subpage{
	font-size: 1.166667em;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#vsebina{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#content_subpage h1 {
	font-size: 1.666667em;
	line-height: 1.4em;
	font-weight: bold;
	color: #17af5d;
	padding-bottom: 5px;
	font-style: italic;
}
#content_subpage h2{
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: bold;
	color: #ec008c;
	padding-bottom: 5px;
	padding-top:10px;
	font-style: italic;
}
#content_subpage #news{
	padding-bottom:15px;
}
#content_subpage .news_single h2{
	padding-top:15px;
}
#content_subpage .news_single h2 a, #content_subpage .news_single h2 a:link, #content_subpage .news_single h2 a:visited{
	color: #ec008c;
	text-decoration:none;
	font-size: 1em;
}
#content_subpage ul {
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 15px;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 0px;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}


/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#content_subpage ul li {
	background-image: url(images/arrmb.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 1.5em;
}
* html #content_subpage ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #content_subpage ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#content_subpage ol {
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 15px;
	margin-left: 0em;
	padding-bottom: 0px;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}


/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#content_subpage ol li {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 1.5em;
}
* html #content_subpage ol li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #content_subpage ol li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#content_subpage form{
	padding-bottom: 0px;
}
.vsebina{
	font-size: 1em;
	line-height: 1.5em;
}
.big{
	font-size: 1.4em;
	line-height: 2em;
}
.ad1{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-image:url(images/line.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	text-align:center;
}

/***********************************************/
/* Footer styles                               */
/***********************************************/

#foothold{
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footholdright{
	width: 260px;
	float: right;
	padding-right: 15px;
	padding-left: 0px;
	text-align: right;
}
#footholdleft{
	width: 150px;
	float: left;
	padding-left: 220px;
}

#foothold a.arr{
	text-decoration: none;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color:#666666;
	padding-bottom: 10px;
}
#foothold a.arr:link{
	text-decoration: none;
}
#foothold a.arr:visited{
	text-decoration: none;
}
#foothold a.arr:hover{
	background-image: url(images/arr_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#footholdmid{
	width: 180px;
	float: left;
	padding-left: 100px;
}
#footholdmid a.arr{
	text-decoration: none;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	color:#666666;
	padding-bottom: 10px;
}
#footholdmid a.arr:link{
	text-decoration: none;
}
#footholdmid a.arr:visited{
	text-decoration: none;
}
#footholdmid a.arr:hover{
	background-image: url(images/arr_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid #999999;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 400;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 20px;
	color: #999999;
	display: block;
}

#popitmenu a:hover{ /*hover background color or image*/
	background-image: url(images/arrwp.gif);
	background-repeat: no-repeat;
}

/***********************************************/
/* Pop-up styles                               */
/***********************************************/

#poppad{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding:10px;
}
#poptls{
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	float:right;
	padding-right: 40px;
}
#poptls ul li{
	float:left;
	list-style:none;
	display:inline;
}
#poptls a.print,#poptls a:link.print {
	margin: 0px;
	width: 34px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	behavior: url(fileadmin/templates/urgo.si/iepngfix/iepngfix.htc);
}
#poptls a:hover.print {
	background-position: 0 -20px;
	color: #f58220;
}
#poptls a.close,#poptls a:link.close {
	width: 0px;
	height: 15px;
	display: block;
	float:left;
	display:inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 20px;
}
#poptls a:hover.close{
	background-position: 0 -20px;
	color: #f58220;
}

#popbody{
	background-color: #FFFFFF;
	font-size: 1.1666667em;
	line-height:1.5em;
}

#pophead{
	background-color: #FFFFFF;
}
.leftpop{
	float:left;
	width:320px;
}

.rightpop{
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.popbodypad{
	padding-top: 12px;
	padding-bottom: 20px;
}
#poppadf{
	background-image: url(images/poppad_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 438px;
	background-color: #D1D2D4;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 22px;
}
#popbodyf{
	padding-top: 22px;
	padding-bottom: 22px;
}
#popbodyf h1{
	color: #666666;
}
#popbodyf .mr{
	padding-left: 40px;
	color: #333333;
}
#popbodyf input {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
}
#popbodyf textarea {
	width: 410px;
	margin-right: 15px;
	vertical-align: top;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
}

/***********************************************/
/* Typo3 styles                                */
/***********************************************/

h1.csc-header {
	padding-top: 15px;
	padding-bottom: 17px;
}
.csc-frame-frame2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contenttable {
	border-spacing: 2px;
	border-collapse: collapse;
	background-color: white;
	border: 0px none #1fa02e;
	padding-bottom: 20px;
}
.contenttable th {
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	border: 1px solid #999999;
}
.contenttable td {
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	border: 1px solid #999999;
}
.contenttable td p{
	padding: 0px;
	margin: 0px;
}

.csc-textpic dl dt {
	padding: 0px;
	margin: 0px;
}

table.csc-uploads {
	width:100%;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}
.csc-uploads td{
	padding: 5px 5px 5px 5px;
}
.csc-uploads tr.tr-even {
	padding: 5px 5px 5px 5px;
	background-color: rgb(239, 239, 239);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}
.csc-uploads tr.tr-odd {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #1fa02e;
}

div.csc-frame-frame1 .csc-textpic-image {
	padding: 2px;
	border: 1px solid #999999;
	width: 114px !important;
	height: 76px !important;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
}
div.csc-textpic-imagewrap dl, div.csc-textpic-imagewrap dl{
	padding: 0px !important;
	margin: 0px !important;
}

div.csc-textpic-imagerow {
	width: 566px !important;
}

/*
.tx-srlanguagemenu-pi1{
	float: right !important;
}
.tx-srlanguagemenu-pi1 .SPC{
	color: #9b9c9e;
	padding: 0px;
}
*/

.tx-srlanguagemenu-pi1 img {
	margin: 0px !important;
}
.tx_tipafriend #template1,.tx_tipafriend #template2{
	padding-bottom: 20px;
}
.tx_tipafriend #template1 img,.tx_tipafriend #template2 img{
	padding-top: 10px;
}
.tx_tipafriend_formfield #tx_tipafriend_temp1, .tx_tipafriend_formfield #tx_tipafriend_temp2 {
	border:none;
}
.tx_tipafriend #tx_tipafriend_name, .tx_tipafriend #tx_tipafriend_email, .tx_tipafriend #tx_tipafriend_recipient, .tx_tipafriend #tx_tipafriend_pi1_captcha_response, .tx_tipafriend #tx_tipafriend_message{
	font-size: 0.9em;
	height: 17px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
}
.tx_tipafriend_formfield label{
	font-weight:normal;
}
.tx_tipafriend_error_box {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:red;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px;
}
.tx_tipafriend #button{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.tx_tipafriend #tx_tipafriend_message{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 200px;
	width: 250px;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tx_tipafriend_codetext, .tx_tipafriend_text, .tx_tipafriend_werbemail {
	width: 300px;
	font-size:11px;
	padding-left:205px;
}
.tx-srfreecap-pi2-cant-read{
	font-size:11px;
}
.tx_tipafriend #tx_tipafriend_button{
	width: 100px;
	color:#FFFFFF;
	background-color:#22b05d;
	border:none;
}
.warning, .warning a:link, .warning a{
	color: #990000;
}

.tx-irfaq-pi1 dt p {
	display:inline;
	font-weight:bold;
	margin:0;
	padding-left:5px;
}
.tx-irfaq-dynheader{
	color: #ec008c;
	padding-bottom:0px;
	font-size: 1.083333em;
	line-height: 1.615385em;
}
* html .tx-irfaq-dynheader{
	padding-top:5px;
	padding-bottom:5px;
}
.tx-irfaq-cleaner{
	padding:0px;
	margin:0px;
	height:0px !important;
}
* html .tx-irfaq-cleaner{
	display:none;
}

.tx-irfaq-questions-list {
	background-color: #ebf4dd;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
.tx-irfaq-pi1 ul.tx-irfaq-questions-list {
	margin-bottom:0px !important;
}

.tx-irfaq-questions-list li.news{
	list-style:none;
	padding-bottom: 10px;
}
.tx-irfaq-questions-list li.news a p {
	font-weight: normal !important;
}
.tx-irfaq-pi1 ul li a {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:link {
	color:#1FA02E;
	text-decoration:underline;
}
.tx-irfaq-pi1 ul li a:hover {
	color:#1FA02E;
	text-decoration:none;
}
.tx-irfaq-pi1 .additional-info {
	border-top: none !important;
}
.news_h1 {
	padding-top:1px;
	padding-left:15px;
	background-color:#EBF4DD;
}



fieldset.csc-mailform {
	margin-top: 10px;
	background-color: #ebf4dd !important;
	border: 0px;
}
.csc-mailform-field{
	padding-bottom: 10px;
}
.csc-mailform label{
	width: 180px;
	float: left;
	clear: both;
}
.csc-mailform-radio label{
	width: 100px;
	float: none;
	clear: none;
}
.csc-mailform input{

}
.csc-mailform .csc-mailform-label{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
}
.csc-mailform-submit{
	margin-bottom: 0px;
	margin-top: 15px;
}
.tx-pbsurvey-pi1 .pagenumbering{
	height: 0px !important;
}
.tx-pbsurvey-pi1 .question{
	font-size: 1em !important;
	color:#ec008c;
}
.tx-pbsurvey-pi1 .survey_item {
	margin-bottom:10px !important;
	margin-top:10px !important;
}
/*.tx-pbsurvey-pi1 legend{
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}*/
.tx-pbsurvey-pi1 fieldset{
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.tx-pbsurvey-pi1 p.bodytext{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.num input {
	width:20px;
	margin-left: 10px;
}
.surveyrow_even {
	background-color: #fbfbfb !important;
}

.questionNumber {
	padding-right:5px;
}
.tx-pbsurvey-pi1 .questionSubtext {
	font-size: 0.9em !important;
	color:#666;
}
.tx-pbsurvey-pi1 div {
	margin-bottom: 0px !important;
}
.tx-pbsurvey-pi1 .bartext{
	margin-bottom: 0px !important;
}
#frmPbSurvey .formbuttons input{
	background-color:#22B05D;
	border:medium none;
	color:#FFFFFF;
	width:100px;
	font-weight:bold;
	margin:0;
	padding:3px 0;
	text-align:center;
}
div.tx-sremailsubscribe-pi1  {
	padding-top: 15px;
}
div.tx-sremailsubscribe-pi1 h4  {
	color:#ec008c;
	font-weight: bold;
}
.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit {
	margin:0px !important;
}
.tx-indexedsearch-searchbox{
	background-color:#FAFAFA;
	padding:20px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background-color:#22B05D;
	border:medium none;
	color:#FFFFFF;
	width:100px;
	padding:3px;
	font-weight:bold;
}
div.tx-indexedsearch {
	padding-top: 15px;
	font-size:0.9em;
}
div.tx-indexedsearch .title a {
	font-weight:bold;
	font-size:1em;
}
div.tx-indexedsearch .tx-indexedsearch-info {
	font-size:0.8em;
	background-color:#FAFAFA !important;
	padding:5px;
}
#content_subpage .tx-indexedsearch-browsebox ul li{
	background-image:none;
}
.news-single-backlink{
	padding-top: 15px;
	display:none;
}
.news-list-browse{
	background-image:url(images/line.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.news-list-browse a{
	font-size: 12px;
	padding-right: 10px;
}
.tx-ttnews-browsebox-SCell{
	background-color:#FFF;
}
/***********************************************/
/* Form styles                                 */
/***********************************************/

.cssform p{
width: 480px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.grf{
	padding: 10px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

/**************align styles **************/

#left{
	float: left;
	font-size: 11px;
	vertical-align: top;
	width: 49%;
}

#right{
	float: right;
	width: 49%;
	font-size: 11px;
	vertical-align: top;
}

.left2{
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px;
	vertical-align: bottom;
}

.right2{
	float: right;
	width: 100px;
}


.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.center{
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}

.clear{
	clear:both;
}
.sp{
	height: 5px;
}
.txtg{
	color: #CCCCCC;
}
.padb{
	padding-bottom: 15px;
}
.padtop{
	padding-top: 5px;
}
.padbc{
	padding-bottom: 15px;
	text-align:center;
}
.st{
	font-size:0.8em;
}
.img_left{
	float: left;

}
.align-left{
	border:1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:85%;
}
.align-left p{
	padding: 0px;
}
a.sel{
	font-weight: bold;
}
.component-items-ordered{
	font-size: 0.9em;
}
