/***********************************************/
/* main.css                                    */
/* medis.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: none;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
}

p{
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

fieldset{
	padding: 0px;
	/*border: 1px solid #CCCCCC; zaradi forme na informacijah*/
	margin: 0px;
}
legend{
	padding: 5px;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #BF311A;
}

a:link{
	text-decoration: none;
	color: #BF311A;
}

a:visited{
	text-decoration: none;
	color: #BF311A;
}

a:hover{
	text-decoration: underline;
	color: #BF311A;
}

a:active{
	text-decoration: none;
	color: #BF311A;
	outline-style: none;
}

h1{
	margin: 0px;
	font-size: 1.416667em;
	color: #333333;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 1.4em;
}

h2{
	margin: 0px;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #000000;
}

h3{
	margin: 0px;
	font-size: 1.083333em;
	line-height: 1.615385em;
	font-weight: bold;
	color: #000000;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h4{
	margin: 0px;
	font-size: 1em;
	color: #000000;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


ul {
	margin-left: 0.2em;
	margin-bottom: 0.3em;
	padding-left: 1em;
	text-indent: 0.5em;
	list-style-image: none;
	list-style-type: disc;
	}

li{
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0;
	padding: 0;
}
img { 
	behavior: url(fileadmin/templates/medis.si/iepngfix/iepngfix_01.htc);
}
hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
object:active {
	outline-style: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frame{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainhead{
	padding: 0px;
	width: 960px;
	margin: 0 auto;
}
#mainmenu{
	width: 100%;
	background-color: #808080;	
	margin-top: 36px;
	height:90px;
}
#mainbody{
	margin: 0 auto;
	width: 960px;
}
#mainfoot{
	width: 100%;
	background-color: #FFFFFF;
}

	
/***********************************************/
/* Head styles                                */
/***********************************************/

#sys_nav{
	padding-top: 37px;
}
#logo{
	float: left;
	width:395px;
}
#sys_nav ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	float: right;
}

#sys_nav li{
	display: inline;
	margin: 0;
}

#sys_nav li a{
	float: left;
	display: block;
	text-decoration: none;
/*	margin: 14; padding inside each tab*/
/*	border-left: 14px solid white; right divider between tabs*/
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;	
	font-size:12px;
	margin-top: 3px;
}
#sys_nav li a:visited{
}

#sys_nav li a:hover{
	text-decoration: none;
	color:#FFFFFF;
	background-color: #bf311a;
}
#sys_nav li.selected a{  /*tab with "selected" class assigned to its LI */
	color: white; 
	background-color: #bf311a;
}
#sys_nav li.selected a:hover{
	text-decoration: none;
}

#search {
	width: 115px;
	float: right;
	text-align: right;
	padding-left:14px;
}

#search .form_bg {
	font-size: 0.9em;
	background-image: url(images/search_bg.gif);
	background-position: left center;
	width: 80px;
	color: #CCCCCC;
	background-repeat: no-repeat;
	border: 1px solid #e5e4e4;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 30px;
}
* html #search .form_bg{ /*IE only rule. */
	width: 115px;
}
#search .submit {
	display:none;
}

#menuwrap{
	width: 960px;
	margin: 0 auto;
}

#langmenu{
	float: left;
	padding-top: 14px;
	font-size: 14px;
	text-align:left;
}
#langmenu ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	float: left;
}

#langmenu li{
	display: inline;
	margin: 0;
}
#langmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding-right: 3px;	
	text-decoration:none;
}
#langmenu li a:visited{
	color:#FFFFFF;
}

#langmenu li a:hover{
	color: #bf311a;
	text-decoration:none;
}
#langmenu li.selected a{  /*tab with "selected" class assigned to its LI */
	color: #bf311a;
}
#langmenu li.selected a:hover{
	color:#FFFFFF;
}
#menu{

}
#menu span.r{
	padding-right: 39px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	float: right;
}
#menu li{
	display: inline;
	margin: 0;
}
#menu li a{
	font-size: 18px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px; /*padding inside each tab*/
/*	border-left: 14px solid white; right divider between tabs*/
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 12px;
	color:#FFFFFF;
	
}
#menu li a:visited{
}

#menu li a:hover{
	background-color: #bf311a;
}

#menu li.selected a{
	color: white;
	background-color: #bf311a; /* tab with "selected" class assigned to its LI */
}
#menu li.selected a:hover{
	background-color: #bf311a;
	text-decoration: none;
}

#menu li.selected {
	text-decoration: none;
}

#submenu ul{
	margin: 0;
	padding-left: 33px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	float:right;
}

#submenu li{
	display: inline;
	margin: 0;
}

#submenu li a{
	font-size:14px;
	float: left;
	display: block;
	text-decoration: none;
	margin-right: 0px; /*right divider between tabs*/
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 14px;
	color:#FFFFFF;
}
#submenu li a:visited{
}
#submenu li a:hover{
	text-decoration: none;
	background-image: url(images/submenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#submenu li.selected a{ /*tab with "selected" class assigned to its LI */
	text-decoration: none;
	background-image: url(images/submenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom; 
}
#submenu li.selected a:hover{
	text-decoration: none;
}

#lang{
	background-image: url(images/lang_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang .img{
	vertical-align: top;
}
#lang a{
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang a:hover{
	color:#333333;
	text-decoration: none;
}
#lang_p1{
	background-image: url(images/lang_bg_p1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p1 a{
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p1 a:hover{
	color:#333333;
	text-decoration: none;
}
#lang_p1 .img{
	vertical-align: top;
}
#lang_p2{
	background-image: url(images/lang_bg_p2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p2 a{
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p2 a:hover{
	color:#333333;
	text-decoration: none;
}
#lang_p2 .img{
	vertical-align: top;
}
#lang_p3{
	background-image: url(images/lang_bg_p3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p3 a{
	height: 28px;
	color:#948c78;
	padding-left: 17px;
}
#lang_p3 a:hover{
	color:#333333;
	text-decoration: none;
}
#lang_p3 .img{
	vertical-align: top;
}

/***********************************************/
/* Body styles                                 */
/***********************************************/

#content {
	width: 960px;
	padding-bottom: 30px;
	clear:both;
}
* html #content {
	z-index:200;
	margin-top: -25px;
}
#content .topt h1 {
	padding-top: 33px;
	padding-left: 212px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
* html #content .topt h1 { /*IE only rule. */
	margin-top: 40px;
}


#content .csc-header h1 {
	padding-top: 13px;
	padding-left: 212px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
* html #content .csc-header h1 {
	padding-top: 35px;
}

#c3 .csc-header h1 {
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 25px;
	font-size: 1.66667em;
	font-weight: bold;
	color: #000000;
}


#c1 {
	width: 150px;
	margin-left: 30px;
	float: left;
	background-color:#FFFFFF;
	// Border created with TS
//	border-top-width: 3px;
//	border-top-style: solid;
//	border-top-color: #e5dac7;
}

* html #c1{ /*IE only rule. */
	width: 145px;
	margin-left: 15px;
}

.sp-topborder {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	background-color:#FFFFFF;
}
* html .sp-topborder {
	width: 100%;
	padding: 0;
	margin: 0;
}

#c1 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

#c1 ul li {
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
*+html #c1 ul li {
	padding-left: 0px;
	text-indent: -17px;
}


#c1 a{
	font-size: 1em;
	line-height: 1.75em;
	font-weight: bold;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #b0483b;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#c1 a:visited{
	color: #b0483b;
}
#c1 a:visited.sel{
	color: #000000;
}
#c1 a:hover{
	background-color: #e3ddcf;
}

html>body #c1 a{ /*Non IE rule*/
	width: auto;
}


#c2 {
	width: 218px;
	margin-right: 30px;
	padding-top: 12px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	background-color:#FFFFFF;
}
* html #c2{ /*IE only rule. */
	margin-right: 24px;
}
#c2 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#c2 .desc{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
}
/* .pic spremenjen v .pics in dodan .bodytext */
/* Benjamin Kolar */ 
#c2 .pics .caption .bodytext{
	padding: 6px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
/* Odstranjen .pic, ker je div premaknjen ven iz pic div-a. */
/* Benjamin Kolar */
#c2 .pics .divider_s{
/*	background-image: url(images/divider_s.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	height: 29px;*/
	width: 218px;
}
/* Border prestavljen izven files zaradi mapiranja */
/* Benjamin Kolar*/
#c2 .divider_f{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
}
#c2 .file .descr{
	padding-bottom: 30px;
}
#c2 .file .descr{
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
	font-weight: normal;
	float: right;
	width: 180px;
}
#c2 .file .title{
	color: #b0483b;
	font-weight: bold;
}
#c2 .icon{
	width: 26px;
	float: left;
	padding-right:6px;
}
#c2 .more{
	padding-top: 6px;
}
#c2 .more .mtitle{
	padding-bottom: 6px;
}

/* Border je premaknjen v drug div zaradi mapiranja */
/* Benjamin Kolar */
#c2 .more .more_links{
	font-weight: bold;
}

#c2 .more .divider_l{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
}
#c2 .more .more_links ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 10px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#c2 .more .more_links ul li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}



#c3 {
	width: 460px;
	margin-right: 40px;
	margin-top: 0px;
	padding-top: 12px;
	padding-bottom: 20px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}
* html #c3{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}


#c3 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 17px;
}
#c3 h2 {
	padding-top: 10px;
	padding-bottom: 20px;
}

#c3 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' */
#c3 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
* html #c3 ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #c3 ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#c3 .pic{
/*	margin-bottom: -15px; */
}
#c3 .picb{
	padding-top: 8px;
}
#c3 .picb .caption{
	padding: 6px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
#c3 .picb .divider_b{
/*	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px; */
	width: 466px;
}

#c3 .caption{
	padding: 6px;
/*	padding-bottom: 30px; */
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
/*	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom; */
}
#c3 .csc-frame-frame1{
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 466px;
	margin-top: -5px;
}
.liquid-round {
	width:100%;
	margin:0px auto;
	background:#fff url(images/rounded/leftside.gif) repeat-y left top;
}
.liquid-round .top {
	width:100%;
	height:20px;
	background:url(images/rounded/top.gif) no-repeat left top;
}
.liquid-round .top span {
	display:block;
	position:relative;
	height:20px;
	background:url(images/rounded/top-right.gif) no-repeat right top;
}
.liquid-round .center-content {
	position:relative;
	background:url(images/rounded/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -10px 0;
}
.liquid-round .bottom {
	width:100%;
	padding-top: 10px;
	height:30px;
	background:url(images/rounded/bottom.gif) no-repeat left bottom;
}
.liquid-round .bottom span {
	display:block;
	position:relative;
	padding-top: 10px;
	height:20px;
	background:url(images/rounded/bottom-right.gif) no-repeat right bottom;
}

.liquid-round h2 {
	margin:0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 30px !important;
	padding-left: 150px !important;
	font-weight: bold !important;
}
.liquid-round .bodytext {
	padding-left: 160px !important;
}
.liquid-round .maliTekst {
	padding-left: 160px !important;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
#ccx1 {
	padding-top:10px;
	padding-left:2px;
	font-size: 11px;
	color:#959595;
	float: left;
}
#ccx1 a{
	color:#959595;
}
#ccx1 a:link{
	color:#959595;
}
#ccx1 a:visited{
	color:#959595;
}
#ccx1 a:hover{
	color:#333333;
	text-decoration: none;
}

#new {
	padding-left:187px;
	/*padding-top:38px;*/
	/*width: 100%; original predloga ima 760*/
	width: 760px;
}
* html #new { /* IE only rule. Original menu width minus all left/right paddings  */
	width: 760px;
	padding-left:160px;
}
#new .new_item{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	width: 220px;
	float: left;
}
* html #new .new_item{ /* IE only rule. Original menu width minus all left/right paddings  */
	width: 212px;
	margin-left: 28px;
}
#new .new_item h2{
	/*font-size: 1em; velikost titla novic ->  press.html LATEST*/
	font-size: 1em;
	/*font-size: 10px;*/
	line-height: 1.3em;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	padding: 0px;
	margin: 0px;
	padding-left: 12px;
}
#new .new_item h2 a, #new .new_item h2 a:visited{

	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

	padding-bottom: 0px;
}
#new .new_item p{
	padding-left: 12px;
}
#new .new_item img{
	float: left;
	padding-right: 5px;
}

/*vladimir news -> new_item*/
#new .new_item{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	padding-bottom: 30px;
	width: 220px;
	float: left;
}
* html #new .new_item{ /* IE only rule. */

}
#new .new_item .news_item{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
#new .new_item .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}
* html #new .new_item .news_item .news_left {
	padding-right: 8px;
}

#new .new_item .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #808080;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#new .new_item .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#new .new_item .news_item .news_right{
	float: right;
	width: 180px;
}
* html #new .new_item .news_item .news_right{
	width: 175px;
}
#new .new_item .more{
	font-size: 0.916667em;
	text-align: right;
}
dl.news-single-related{
	margin-top:30px;
	padding-top:10px;
	display:block;
	border-top:1px solid #CCCCCC;
	clear:both;
}
dl.news-single-related dt{
	padding-bottom:10px;
}
dl.news-single-related dd{
	padding-bottom:5px;
}
/***********************************************/
/* Index styles                                */
/***********************************************/

#flash_wrap2 {
	padding-top:26px;
}
* html #flash_wrap2 {
	padding-top:23px;
}
#flash_wrap {
	background-image: url(images/flash_bg_i.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#new_front {
	padding-left:175px;
	/*padding-top:38px;*/
	/*width: 100%; original predloga ima 760*/
	width: 760px;
/*	background-image: url(images/zvoncki.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	padding-bottom: 100px;
	margin-bottom: -70px;
	height:150px;
}
* html #new_front { /* IE only rule. Original menu width minus all left/right paddings  */
	width: 760px;
	padding-left:164px;
	padding-top:25px;
}
#new_front .new_item{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	width: 220px;
	float: left;
}
* html #new_front .new_item{ /* IE only rule. Original menu width minus all left/right paddings  */
	width: 212px;
	margin-left: 28px;
}
#new_front .new_item h2{
	/*font-size: 1em; velikost titla novic ->  press.html LATEST*/
	font-size: 1em;
	/*font-size: 10px;*/
	line-height: 1.3em;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	padding: 0px;
	margin: 0px;
	padding-left: 12px;
}
#new_front .new_item h2 a, #new_front .new_item h2 a:visited{

	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

	padding-bottom: 0px;
}
#new_front .new_item p{
	padding-left: 12px;
}
#new_front .new_item img{
	float: left;
	padding-right: 5px;
}

/*vladimir news -> new_item*/
#new_front .new_item{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	padding-bottom: 30px;
	width: 220px;
	float: left;
}
* html #new_front .new_item{ /* IE only rule. */

}
#new_front .new_item .news_item{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
#new_front .new_item .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}
* html #new_front .new_item .news_item .news_left {
	padding-right: 8px;
}

#new_front .new_item .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #808080;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#new_front .new_item .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#new_front .new_item .news_item .news_right{
	float: right;
	width: 180px;
}
* html #new_front .new_item .news_item .news_right{
	width: 175px;
}
#new_front .new_item .more{
	font-size: 0.916667em;
	text-align: right;
}


#new_front .new_item_news{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BF311A;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	padding-bottom: 30px;
	width: 220px;
	float: left;
}
* html #new_front .new_item_news{ /* IE only rule. */

}
#new_front .new_item_news .news_item{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
#new_front .new_item_news .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}
* html #new_front .new_item_news .news_item .news_left {
	padding-right: 8px;
}

#new_front .new_item_news .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #808080;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#new_front .new_item_news .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#new_front .new_item_news .news_item .news_right{
	float: right;
	width: 180px;
}
* html #new_front .new_item_news .news_item .news_right{
	width: 175px;
}
#new_front .new_item_news .more{
	font-size: 0.916667em;
	text-align: right;
}


/***********************************************/
/* Case styles                                 */
/***********************************************/

#cp1 {
	padding-top:38px;
	width: 206px;
	float: left;
}
#cp2 {
	padding-top:38px;
	padding-bottom:15px;
	width: 754px;
	float: right;
	text-align: left;
}
* html #cp2 { /* IE only rule. Original menu width minus all left/right paddings  */

}


#new .new_item_news{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	width: 220px;
	float: left;
}
* html #new .new_item_news{ /* IE only rule. Original menu width minus all left/right paddings  */
	width: 212px;
	margin-left: 28px;
}
#new .new_item_news h2{
	/*font-size: 1em; velikost titla novic ->  press.html LATEST*/
	font-size: 1em;
	/*font-size: 10px;*/
	line-height: 1.3em;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	padding: 0px;
	margin: 0px;
	padding-left: 12px;
}
#new .new_item_news h2 a, #new_front .new_item_news h2 a:visited{

	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

	padding-bottom: 0px;
}
#new .new_item_news p{
	padding-left: 12px;
}
#new .new_item_news img{
	float: left;
	padding-right: 5px;
}
/***********************************************/
/* Careers styles                              */
/***********************************************/

#cr1 {
	width: 150px;
	margin-left: 0px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
}

* html #cr1{ /*IE only rule. */
	width: 150px;
	margin-left: 0px;
}
#cr1 a {
	font-weight:bold;
}
#cr1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#cr2 {
	width: 710px;
	margin-right: 40px;
	float: right;
}
* html #cr2{ /*IE only rule. */
	width: 700px;
}
#cr2 .country{
	width: 220px;
	margin-right: 30px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-bottom: 34px;
	font-weight: bold;
}
* html #cr2 .country{ /*IE only rule.  */
	margin-left: 15px;
}
#cr2 .ads{
	width: 458px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-bottom: 34px;
}
* html #cr2 .ads{ /*IE only rule.  */
	width: 418px;
}

#cra1 {
	width: 150px;
	margin-left: 30px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
}

* html #cra1{ /*IE only rule. */
	width: 145px;
	margin-left: 15px;
}


#cra1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#cra1 a {
	font-weight:bold;
}

#craa1 {
	width: 150px;
	margin-left: 30px;
	float: left;
	padding-top: 6px;
}

* html #craa1{ /*IE only rule. */
	width: 145px;
	margin-left: 15px;
}


#craa1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#craa1 a {
	font-weight:bold;
}

#cra2 {
	width: 218px;
	margin-right: 30px;
	padding-top: 6px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	background-color:#FFFFFF;
}
* html #cra2{ /*IE only rule. */
	margin-right: 24px;
}
#cra2 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#cra2 .jobmiddle {
	border-spacing: 2px;
	background-color: white;
	border: 0px none #1fa02e;
	width: 220px;
	padding-bottom:29px;
	background-image: url(images/divider_s.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
* html #cra2 .jobmiddle { /* IE only rule. Original menu width minus all left/right paddings  */
	padding-bottom: 49px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#cra2 .jobmiddle .td-last{
	text-align: left;
}
#cra2 .jobmiddle td {
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: top;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc; */
}
#cra2 .jobmiddle .td-0 {
	width:80px;
}

#cra2 .jobmiddle .td-1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#cra3 {
	width: 460px;
	margin-right: 40px;
	padding-top: 8px;
	padding-bottom: 20px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}
* html #cra3{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}


#cra3 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 17px;
}

#cra3 h2{
	padding-top: 0px;
	padding-bottom: 20px;
}
#cra3 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' */
#cra3 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
* html #cra3 ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #cra3 ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#cra3 .picb{
	padding-top: 8px;
}
#cra3 .picb .caption{
	padding: 6px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
#cra3 .picb .divider_b{
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 466px;
}

/***********************************************/
/* Products styles                             */
/***********************************************/
#cw1 {
	width: 150px;
	margin-left: 30px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
}

* html #cw1{ /*IE only rule. */
	width: 150px;
	margin-left: 15px;
}
#cw1 a {
	font-weight:bold;
}
#cw1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#cw2 {
	width: 750px;
	float: right;
}
* html #cw2{ /*IE only rule. */
	width: 735px;
}
#cw2 .product{
	width: 220px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-bottom: 35px;
	float:left;
	margin-right:28px;
}
* html #cw2 .product{
	margin-right:22px;
}
#cw2 .product h2{
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}
#cw2 .product h2 p.bodytext{
	padding: 0px;
}

#cw2 .product p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#cw2 .product h2 p.bodytext{
	padding: 0px;
}
#cw2 .product a{
	font-size: 0.916667em;
}
#cw2 .product .img{
	float:left;
	width: 90px;
	padding-right: 10px;
}
#cw2 .product .content{
	float:right;
	width: 120px;
}
#cw2 .product .content2{
	float:left;
	width: 100%;
}


/***********************************************/
/* Achievements styles                         */
/***********************************************/
#cf1 {
	width: 425px;
	float: left;
}
#cf2 {
	width: 460px;
	margin-right: 40px;
	padding-top: 130px;
	padding-bottom: 20px;
	float: right;
}
* html #cf2{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}
/***********************************************/
/* People styles                               */
/***********************************************/
#cg1 {
	width: 425px;
	float: left;
}
#cg2 {
	width: 460px;
	margin-right: 40px;
	padding-top: 130px;
	padding-bottom: 20px;
	float: right;
}
* html #cg2{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}
#ch1 {
	width: 206px;
	float: left;
}

#ch2 {
	width: 218px;
	margin-left: 0px;
	padding-top: 12px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
}
#ch2 .desc {
	font-weight: bold;
	color: #000000;
	padding-bottom: 30px;
}
/***********************************************/
/* Company styles                              */
/***********************************************/
#cc1 {
	padding-right:10px;
	padding-top:10px;
	font-size: 11px;
	color:#959595;
	float: left;
}
* html #cc1 {
	width:150px;
	z-index:100;
}
#cc1 a{
	color:#959595;
}
#cc1 a:link{
	color:#959595;
}
#cc1 a:visited{
	color:#959595;
}
#cc1 a:hover{
	color:#333333;
	text-decoration: none;
}
#cc2 {
	margin-right: 0px;
	margin-top: -25px;
	padding-bottom: 20px;
	float: right;
}
* html #cc2{ /*IE only rule. */
	margin-right: 0px;
	margin-top: 0px;
}
#cd1 {
	width: 206px;
	float: left;
}

#cd2 {
	width: 218px;
	margin-left: 0px;
	padding-top: 12px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
}
#cd2 .desc {
	font-weight: bold;
	color: #000000;
	padding-bottom: 30px;
}
/* .files spremenjeno v .divider_f - imagesite_subpage */
/* Benjamin Kolar */
#cd2 .divider_f{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
}
#cd2 .file .descr{
	padding-bottom: 30px;
}
#cd2 .file .descr{
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
	font-weight: normal;
	float: right;
	width: 180px;
}
#cd2 .file .icon{
	width: 26px;
	float: left;
	padding-right:6px;
}
#cd2 .file .title{
	color: #b0483b;
	font-weight: bold;
}
#cd2 p{
	padding-top: 0px;
}

/* Stili za linke na imagesite subpage - kopirano od navadnega subpage-a */
/* Benjamin Kolar */
#cd2 .more{
	padding-top: 6px;
}
#cd2 .more .mtitle{
	padding-bottom: 6px;
}

/* Border je premaknjen v drug div zaradi mapiranja */
/* Benjamin Kolar */
#cd2 .more .more_links{
	font-weight: bold;
}

#cd2 .more .divider_l{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
}

#cd2 .more .more_links ul  {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 10px;
	list-style-position: inside;
}


/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#cd2 .more .more_links ul li {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
* html #cd2 .more .more_links ul li{ /*IE only rule. */
	padding-left: 21px;
	text-indent: -16px;
}




#ce2 {
	width: 712px;
	margin-right: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
}
* html #ce2{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 717px;
	margin-right: 20px;
}
#ce22 {
	width: 712px;
	margin-right: 40px;
	padding-top: 38px;
	padding-bottom: 20px;
	float: right;
}
* html #ce22{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 717px;
	margin-right: 20px;
}
#new .new_item2{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	padding-bottom: 30px;
	width: 440px;
	float: left;
	font-weight: bold;
}
#new .new_item2 h2{
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px;
}
#new .new_item2 h2 a, #new .new_item2 h2 a:visited{
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
}
#new .new_item2 p{
	/* padding-left: 12px; */
	padding-top:0px;
}
#new .new_item2 .bn{
	/* padding-left: 12px; */
	width: 220px;
}

/***********************************************/
/* Contacts styles                             */
/***********************************************/

#cj1 {
	width: 150px;
	margin-left: 0px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
}

* html #cj1{ /*IE only rule.*/
	width: 150px;
	margin-left: 0px;
}
#cj1 a {
	font-weight:bold;
}
#cj1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#cj2 {
	width: 710px;
	margin-right: 40px;
	float: right;
}
* html #cj2{ /*IE only rule. */
	width: 700px;
}
#cj2_1 {
	padding-bottom: 40px;
}
#cj2 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#cj2 .country{
	width: 220px;
	margin-right: 30px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	padding-bottom: 34px;
	font-weight: bold;
}
* html #cj2 .country{ /*IE only rule.  */
	margin-left: 15px;
}
#cj2 .contact{
	width: 458px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
}
* html #cj2 .contact{ /*IE only rule.  */
	width: 418px;
}
#cj2 .contact .left{
	width: 225px;
	float: left;
	padding-bottom: 34px;
	padding-right: 20px;
}
* html #cj2 .contact .left{ /*IE only rule.  */
	width: 190px;
}
#cj2 .contact .rightwrap{
	width: 205px;
	float: right;
}
/* Odstranjen border iz oseb; paddin in margin spremenjen */
/* Benjamin Kolar */
#cj2 .contact .right{
	padding-bottom: 5px;
	margin-bottom: 5px;
/*	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9; */
}

/* Border pri osebah premaknjen v drug div in je nad osebo */
/* Benjamin Kolar */
#cj2 .contact .right .border{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9; 
}

#cj2 .contact .last{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: none;
}
/***********************************************/
/* Press styles                                */
/***********************************************/
#ck1 {
	width: 220px;
	float: right;
	margin-right:30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 6px;
	line-height: 17px;
}
#ck1 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#ck1 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' */
#ck1 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
* html #ck1 ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #ck1 ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#ck2 {
	width: 215px;
	margin-right: 30px;
	padding-top: 6px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-bottom: 20px;
}
#ck2 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#ck2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 7px;
}
#ck2 .news_item{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
#ck2 .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}

#ck2 .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #808080;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#ck2 .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#ck2 .news_item .news_right{
	float: right;
	width: 170px;
}
#ck2 .more{
	font-size: 0.916667em;
	text-align: right;
}
#ck3 {
	width: 215px;
	margin-right: 40px;
	padding-top: 6px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}
* html #ck3{ /*IE only rule.  */
	margin-right: 20px;
}
#ck3 p{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#ck3 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#ck3 .image_item{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
#ck3 .image_item .image_left {
	width: 26px;
	float: left;
	background-color: #eae8e4;
	width: 73px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#ck3 .image_item .image_left p.bodytext {
	padding: 0px;
}
#ck3 .image_item .image_right{
	float: right;
	width: 120px;
}
#ck3 .image_item .image_right h3{
	padding: 0px;
	line-height: 1.3em;
}
#ck3 .image_item .image_right p.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.916667em;
	color:#999999;
	vertical-align: top;
}
#ck3 .image_item .image_right .dl{
	font-size: 0.916667em;
	color:#999999;
	vertical-align: middle;
	padding-top: 5px;
}
#ck3 .image_item .image_right .dl_icon{
	padding-right:5px;
	vertical-align: bottom;
}
#ck3 .more{
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	font-size: 0.916667em;
	text-align: right;
}

#ck3 ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 10px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#ck3 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#cm1 {
	width: 150px;
	margin-left: 0px;
	float: left;
/*	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;  
	background-color:#FFFFFF; */
}

* html #cm1{ /*IE only rule. */
	width: 145px;
	margin-left: 0px;
}

#cm1 ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
/* selected gallery */
#cm1 ul li{
	color: #000000;
}

#cm1 a{
	font-size: 1em;
	line-height: 1.75em;
	font-weight: bold;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #BF311A;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* #cm1 a:visited{
	color: #b0483b;
	font-weight: bold;
} */
#cm1 li.sel a:link{
	color: #000000;
	font-weight: bold;
}
#cm1 li.sel a:visited{
	color: #000000;
	font-weight: bold;
}
#cm1 li.sel a:hover{
	color: #000000;
	font-weight: bold;
}
#cm1 li.sel a:active{
	color: #000000;
	font-weight: bold;
}

#cm1 a span {
	color: #000000;
}

#cm1 a:hover{
	background-color: #E6E6E6;
}

#cm1 li.selected{
	background-color: #E6E6E6;
}

html>body #cm1 a{ /*Non IE rule*/
	width: auto;
}

#cm2 {
	width: 218px;
	margin-left: 60px;
	padding-top: 12px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
	background-color:#FFFFFF;
}
#cm2 .news_item{
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
* html #cm2 .news_item{ /*IE only rule. */
	padding-bottom: 0px;
}
#cm2 .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}

#cm2 .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #808080;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#cm2 .news_item .sel{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #000000;
	padding: 1px;
	text-align: center;
}
#cm2 .news_item .izbran .month {
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #000000;
	padding: 1px;
	text-align: center;	
}
#cm2 .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#cm2 .news_item .news_right{
	float: right;
	width: 180px;
}
#cm2 .news_item .sels{
	color:#000000;
	font-weight: bold;
}

#cm3 {
	width: 460px;
	margin-right: 40px;
	padding-top: 6px;
	padding-bottom: 20px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}
* html #cm3{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}


#cm3 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height:17px;
}


#cm3 .csc-header h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.416667em;
	line-height: 1.235294em;
}
#cm3 h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.416667em;
	line-height: 1.235294em;
}
#cm3 ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 10px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#cm3 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	text-indent: 0px;
	line-height: 17px;
}
* html #cm3 ul li{ /*IE only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
*+html #cm3 ul li { /*IE7 only rule. */
	padding-left: 17px;
	text-indent: -17px;
}
#cm3 .picb{
	padding-top: 8px;
}
#cm3 .picb .caption{
	padding: 6px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
#cm3 .picb .divider_b{
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 466px;
}
#cm3 .dl_icon{
	padding-right:5px;
	vertical-align: bottom;
}
#cm4 {
	width: 460px;
	margin-right: 40px;
	padding-top: 6px;
	padding-bottom: 20px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
}
* html #cm4{ /*IE only rule. */
	width: 465px;
	margin-right: 20px;
}


#cm4 p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#cm4 .csc-header h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.416667em;
	line-height: 1.235294em;
}
#cm4 h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.416667em;
	line-height: 1.235294em;
}
#cm4 ul {
	padding: 0;                 /* for browser compatibility */
	margin-top: 0.5em;
	margin-right: 0.2em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	list-style-type: none;
	padding-bottom: 10px;
}
/* all 'li' elements within a 'ul' element within any element of class 'categories' */
#cm4 ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0 em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#cm4 .picb{
	padding-top: 8px;
}
#cm4 .picb .caption{
	padding: 6px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
}
#cm4 .picb .divider_b{
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 466px;
}
#cm4 .dl_icon{
	padding-right:5px;
	vertical-align: bottom;
}
#cn{
	width: 725px;
	margin-right: 20px;
	float: right;
}
* html #cn{ /*IE only rule. */
	width: 725px;
	margin-right: 5px;
}
#cn p{
	margin: 0px;
	padding: 0px;
}
.cnt{
	width: 220px;
	margin-right: 20px;
	float: left;
	height: 6px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}

/* Border odstranjen zaradi mapiranja. */
/* Benjamin Kolar */
#cn .image_wrap{
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc; */
	width: 700px;
}

#cn .image_wrap .border{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-bottom: 20px;
}

* html #cn .image_wrap{ /*IE only rule. */
	padding-top: 0px;
}
#cn .lastr{
	border: none !important;
}
.cn1 .pic{
	padding: 0px;
	background-color:#E6E6E6;
	height: 200px;
	width: 220px;
	vertical-align: middle;
	text-align:center;
}
.cn1 .pic img{
	margin: 10px;
}
.cn1 .space{
	width: 20px;
}
.cn1 h3{
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cn1 .desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.916667em;
	color:#999999;
	vertical-align: top;
	padding-bottom: 10px;
}
.cn1 .dl{
	font-size: 0.916667em;
	color:#999999;
	vertical-align: middle;
}
.cn1 .dl .typedl {
	margin-left: 15px;
	display: block;
}
.cn1 .dl .filedl {
	vertical-align: bottom;
}
.cn1 .dl_icon{
	padding-right:5px;
	vertical-align: bottom;
}

/***********************************************/
/* Sitemap styles                              */
/***********************************************/
#co1 {
	width: 150px;
	margin-left: 30px;
	float: left;
}

* html #co1{ /*IE only rule. */
	width: 145px;
	margin-left: 15px;
}
#co2{
	width: 725px;
	margin-right: 20px;
	float: right;
}
* html #co2{ /*IE only rule. */
	width: 725px;
	margin-right: 5px;
}
#co2 p{
	margin: 0px;
	padding: 0px;
}
#co2 .cot{
	margin-right: 20px;
	float: left;
	height: 3px;
	width: 220px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #808080;
}

* html #co2 .wrap{ /*IE only rule. */
	padding-top: 0px;
}
#co2 .level1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 700px;
}

#co2 .level1 a{
	font-size: 1.25em;
	font-weight: bold;
}

#co2 .level2 {
	width: 460px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	margin-left: 240px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#co2 .level2 a {
	font-size: 1em;
	font-weight: normal;
}

#co2 .first{
	margin-top: -25px;
}
#co2 .last{
	border: none;
	padding-bottom: 0px;
}
#co2 .level3 {
	width: 250px;
	margin-left: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#co2 .level2 .level3 a{
}
#co2 .fst{
	margin-top: -18px;
}
#co2 .lst{
}




/***********************************************/
/* Footer styles                               */
/***********************************************/


#newsletter{
	width: 960px;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0ccc8;
}
#feedback{
	width: 291px;
	float: left;
	padding-top: 56px;
}
#feedback a.button{
	width: 130px;
	border: 1px solid #BF311A;
	color: #BF311A;
	display:block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#feedback a.button:hover{
	border: 1px solid #999999;
	color: #999999;
	text-decoration:none;
}
#subscribe{
	width: 291px;
	float: right;
	background-image: url(images/subscribe_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}

.sg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.916667em;
}
.terms #newsletterCheckbox{
	vertical-align:text-bottom;
}
#subscribe .form_bg {
	display:inline;
	float:left;
	font-size: 0.9em;
	width: 192px;
	color: #CCCCCC;
	background-repeat: repeat-x;
	border: 1px solid #d8d8d8;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 9px;
}
* html #subscribe .form_bg { /* IE only rule. Original menu width minus all left/right paddings  */
	padding-top: 5px;
}

#subscribe input[type=image] {
	display:inline;
	float:left;
	margin-top:9px;
	padding-left:0px;
}


#subscribe .button {
	background-image:url(images/submenu_form_submit.gif);
	border: none;
	height:25px;
	width:34px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:8px;
}
* html #subscribe .button {
	margin-left:-4px;
	padding-top: 1px;
}

#subscribe .button_o { 
	background-image:url(images/submenu_form_submit_o.gif);
	border: none;
	height:25px;
	width:34px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:8px;
}
* html #subscribe .button_o {
	margin-left:-4px;
	padding-top: 1px;
}
#subs_form{
	display:block;
}

#terms {
	margin-top: 40px;
	display:block;
}
* html #terms {
	margin-top: 5px;
	display:block;
}
#terms a:link{
	text-decoration: none;
	color: #BF311A;
	font-size: 0.916667em;
}

#terms a:visited{
	text-decoration: none;
	color: #BF311A;
	font-size: 0.916667em;
}

#terms a:hover{
	text-decoration: underline;
	color: #BF311A;
	font-size: 0.916667em;
}

#terms a:active{
	text-decoration: underline;
	color: #BF311A;
	font-size: 0.916667em;
}
#footer_wrap{
}
#footer_menu{
	width: 960px;
	margin: 0 auto;
	height:115px;
	text-align: center;
	padding-top:23px;
	color: #999999;
	font-size: 0.75em;
}
#footer_menu a:link{
	text-decoration: none;
	color: #BF311A;
}

#footer_menu a:visited{
	text-decoration: none;
	color: #BF311A;
}

#footer_menu a:hover{
	text-decoration: underline;
	color: #BF311A;
}

#footer_menu a:active{
	text-decoration: underline;
	color: #BF311A;
}


#footer_menu .left{
	float: left;
	width: 48%;
	text-align: center;
}
#footer_menu .leftr{
	float: left;
	width: 92px;
	padding-right:20px;
	text-align:left;
}
#footer_menu .right{
	float: right;
	width: 48%;
	text-align: right;

}
#footer_menu .rightr{
	float: left;
	width: 65%;
	text-align: left;
	line-height: 1.3em;
}
/***********************************************/
/* 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;
	background-color: white;
	border: 0px none #1fa02e;
	width: 100%;
	padding-bottom:29px;
}
* html .contenttable{ /* IE only rule.  */
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.contenttable th {
	padding: 5px 5px 5px 5px;
	color: #999999;
	font-size: 0.916667em;
	line-height: 1.3em;
	vertical-align: top;
}
.contenttable .td-last{
	text-align: left;
}
.contenttable td {
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.contenttable .td-0 {
	width: 200px;
}
.contenttable tr.tr-0 td.td-0, .contenttable tr.tr-0 td.td-1 {
	border: none;
}
#cra2 .contenttable tr.tr-1 td.td-0, #cra2 .contenttable tr.tr-1 td.td-1 {
	border: none;
}
.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-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding: 0px !important;
	margin: 0px !important;
}

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;
	margin-right: 12px;
}
div.csc-textpic-imagewrap {
	margin-top: 12px;
}
div.csc-textpic-imagerow {
	width: 566px !important;
}

.tx-srlanguagemenu-pi1{
	float: left !important;
	text-transform: uppercase;
}
.tx-srlanguagemenu-pi1 .SPC{
	color: #9b9c9e;
	padding-left: 5px;
	padding-right: 5px;
}

.tx-srlanguagemenu-pi1 .NO{
	font-size: 1em !important;
	font-weight:normal !important;
}
.tx-srlanguagemenu-pi1 .NO a{
	font-weight:normal !important;
}
.tx-srlanguagemenu-pi1 .CUR{
	font-size: 1em !important;
	font-weight:normal !important;
}
.tx-srlanguagemenu-pi1 .CUR a{
	font-weight:normal !important;
}
.tx_tipafriend #tx_tipafriend_name, .tx_tipafriend #tx_tipafriend_email, .tx_tipafriend #tx_tipafriend_recipient, .tx_tipafriend #tx_tipafriend_pi1_captcha_response{
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 13px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tx_tipafriend #button{
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.tx_tipafriend textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(images/form_bg.gif);
	background-position: left top;
	height: 200px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.warning, .warning a:link, .warning a{
	color: #990000;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
	font-style:normal;
	color:#333333;
}
td.tx-indexedsearch-descr {
	padding-bottom:5px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	font-weight:bold !important;
	color:#333333 !important;
}
.tx-indexedsearch-title a{
	font-size:1.25em;
	font-weight:bold;
}
.tx-indexedsearch-result-number{
	width:0px !important;
}
.tx-indexedsearch-res table{

}
.tx-indexedsearch-res {
	padding-top:10px;
}
.tx-indexedsearch-info{
	font-size:0.9em;
	color:#666666;
	padding:5px;
	padding-left:8px;
}
.tx-indexedsearch-browsebox ul.browsebox li {
	background-image: none !important;
}
.tx-indexedsearch-searchbox table td{
	padding: 5px;
}
.tx-indexedsearch-searchbox td, th {
	vertical-align:middle;
}

.tx-indexedsearch-searchbox-sword  {
	width:186px;
	background-color:#FFFFFF;
	border:1px solid #D8D8D8;
	color:#333333;
	display:inline;
	float:left;
	font-size:0.9em;
	margin-top:9px;
	padding:6px 3px 4px 6px;
}
.tx-indexedsearch-searchbox-button {
	border:1px solid #E5DAC7 !important;
	background-color:#999999 !important;
	color:#FFFFFF;
	font-size:0.916667em;
	line-height:1.3em !important;
	margin-bottom:0;
	margin-right:25px;
	padding:4px 10px 3px 6px !important;
	cursor:pointer;
}


.tx-irfaq-dynheader{
	font-size:1.2em;
	color: #1fa02e;
	padding-bottom:0px;
	line-height:1.7em;
}
.tx-irfaq-cleaner{
	padding:0px;
	margin:0px;
	height:0px !important;
}

.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;
}
.tx-sremailsubscribe-pi1 legend {
	font-weight:bold !important;
	padding:0px !important;
	margin:0px;
}
.tx-sremailsubscribe-pi1 dt {
	display:none !important;
}
.tx-sremailsubscribe-pi1-notice{
	display:none !important;
}
tx-sremailsubscribe-pi1-tt dl dt{

}
.tx-sremailsubscribe-pi1 dd {
	text-align:left;
	width:100%;
}
* html .tx-sremailsubscribe-pi1 dd {
	margin-left: 0px !important;
}
.tx-sremailsubscribe-pi1-error {
	color:#333333 !important;
}
.tx-sremailsubscribe-pi1 dd p{
	margin:0px;
	padding:0px;
}

.tx-sremailsubscribe-pi1-text  {
	background-color:#FFFFFF;
	background-image:url(images/submenu_form_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #D8D8D8;
	color:#CCCCCC;
	display:inline;
	float:left;
	font-size:0.9em;
	margin-top:9px;
	padding:6px 3px 4px 10px !important;
	width:186px;
}
.tx-sremailsubscribe-pi1-submit {
	background-image:url(images/submit_bg.gif) !important;
	background-position:left top !important;
	background-repeat:repeat-x !important;
	border:1px solid #E5DAC7 !important;
	color:#B0483B !important;
	font-weight:bold;
	font-size:0.916667em;
	line-height:1.3em !important;
	margin-bottom:0;
	margin-right:25px;
	margin-top:15px;
	padding:4px 10px 3px 6px !important;
	cursor:pointer;

}
fieldset.csc-mailform {
	margin-top: 5px;
	border: 0px;
}
.csc-mailform-field{
	padding-bottom: 10px;
}
.csc-mailform label{
	width: 135px;
	padding-right: 15px;
	float: left;
	clear: both;
	text-align: left;
	padding-top: 5px;
}
.csc-mailform-radio label{
	width: 100px;
	float: none;
	clear: none;
	text-align: right;
}

.csc-mailform input{
/*	border: 1px solid #d8d8d8;
	background-image: url(images/form_input_bg.gif);
	background-repeat: repeat-x;
	background-position: left top; */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 0.916667em;
	width: 220px;
	border: 1px solid #808080;
}
.csc-mailform select{
/*	border: 1px solid #d8d8d8;
	background-image: url(images/form_input_bg.gif);
	background-repeat: repeat-x;
	background-position: left top; */
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 0.916667em;
	width: 240px;
}
.csc-mailform textarea{
/*	border: 1px solid #d8d8d8;
	background-image: url(images/form_input_bg.gif);
	background-repeat: repeat-x;
	background-position: left top; */
	padding-top: 5px !important;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 0.916667em;
	width: 220px;
	border: 1px solid #808080;
}
.csc-mailform-radio input {
	width: 10px !important;
	text-align:left !important;
	padding:0px !important;
	padding-right: 10px;
	background-image: none;
	border: none;
	display: inline;
}
.csc-mailform .csc-mailform-label{
	font-size: 1em;
	padding-bottom: 10px;
	padding-top: 15px;
}
.csc-mailform .tx-srfreecap-pi2-cant-read{
	color:#333333;
}
.tx-srfreecap-pi2-image {
	margin-left:0em;
}
.csc-mailform-submit{	
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 25px;
	width: 70px !important;
	background-image: url(images/submit_bg.gif) !important;
	border: 1px solid #e5dac7 !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
	float:right;
	font-weight: bold;
	color: #b0483b !important;
	padding-top: 4px !important;
	padding-right: 10px !important;
	padding-bottom: 3px !important;
	padding-left: 6px !important;
	line-height: 1.3em !important;
	cursor: pointer;
}
.tx-pbsurvey-pi1 .pagenumbering{
	height: 0px !important;
}
.tx-pbsurvey-pi1 .question{
	font-size: 1.1em !important;
	color:#1fa02e;
}
.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;
}
.surveyrow_even {
	background-color: #fbfbfb !important;
}

.questionNumber {
	padding-right:5px;
}
.tx-pbsurvey-pi1 .questionSubtext {
	font-size: 0.9em !important;
}
.tx-pbsurvey-pi1 div {
	margin-bottom: 0px !important;
}

div.tx-sremailsubscribe-pi1  {
	padding-top: 15px;
}
.tx-sremailsubscribe-pi1 h4 {
	margin-top:0px;	
	padding:0px;
}
.tx-sremailsubscribe-pi1 p {styleshe...8afe0.css (line 29)
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
div.tx-indexedsearch {
	padding-top: 15px;
}
.tx-rlmpflashdetection-pi1{
	padding-bottom: 15px;
}
/***********************************************/
/* Pop-up styles                               */
/***********************************************/




/**************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: 15px;
}
.padbc{
	padding-bottom: 15px;
	text-align:center;
}
.st{
	font-size:0.7em;
}
.img_left{
	float: left;

}


.tx-srlanguagemenu-pi1 .CUR { 
	float: left; 
	/*width: 80px*/;
	text-decoration: none;
	color: #BF311A;
	display: block;
}
.tx-srlanguagemenu-pi1 .CUR a { 
	text-decoration: none;
	color: #BF311A;	
	display: block;
}

.tx-srlanguagemenu-pi1 .CUR a:hover { 
	color: #BF311A;
}
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:active { 
	
}
.tx-srlanguagemenu-pi1 .NO { 
	float: left; 
	/*width: 80px;*/
	text-decoration: none;
	color: #FFFFFF;
	display: block; 
}
.tx-srlanguagemenu-pi1 .NO a { 
	text-decoration: none;
	color: #FFFFFF;
	display: block;  
}

.tx-srlanguagemenu-pi1 .NO a:hover { 
	color: #BF311A;
}

.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:active { 
	
}
.tx-srlanguagemenu-pi1 .INACT { 
	float: left;
	text-decoration: none;
	color: #c93321;
	display: block; 
	display:none;
}
.tx-srlanguagemenu-pi1 .INACT a { 
	text-decoration: none;
	color: #c93321;
	display: block; 
}
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { 
	
}

#cc2 p {
	font-size: 24px;
}


#ce2 .new_item{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e5dac7;
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 28px;
	padding-bottom: 30px;
	width: 200px;
	float: left;
}
* html #new .new_item{ /* IE only rule. Original menu width minus all left/right paddings  */
	width: 212px;
	margin-left: 28px;
}
#ce2 .new_item h2{
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px;
}
#ce2 .new_item h2 a, #new .new_item h2 a:visited{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#ce2 .new_item p{
	padding-left: 12px;
}
#ce2 .new_item img{
	float: left;
	padding-right: 5px;
}	

pre {
	width: 220px;
}

.tx-chgallery-pi1 .single .img {
background: url();
height:200px;
line-height:126px;
position:relative;
width:220px;
}


#imagesite_right .news_item{
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;*/
}
* html #imagesite_right .news_item{ /*IE only rule. */
	padding-bottom: 0px;
}
#imagesite_right .news_item .news_left {
	width: 26px;
	float: left;
	padding-right: 12px;
}

#imagesite_right .news_item .month{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #b0483b;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#imagesite_right .news_item .sel{
	font-size: 0.666667em;
	color:#FFFFFF;
	background-color: #000000;
	padding: 1px;
	text-align: center;
}
#imagesite_right .news_item .date{
	font-size: 1.2em;
	color:#666666;
	font-weight: bold;
	text-align: center;
}
#imagesite_right .news_item .news_right{
	float: right;
	width: 180px;
}
#imagesite_right .news_item .sels a{
	color:#000000;
	font-weight: bold;
}

.tx-chgallery-pi1 .single .img .align {
display:block;
height:126px;
left:50%;
margin-left:-80px;
margin-top:-53px;
position:absolute;
text-align:center;
top:50%;
width:160px;
}

ul.autocompleter-choices{
	width: 150px !important;
}
ul.autocompleter-choices li {
	cursor:pointer;
	font-weight:normal;
	padding:0.1em 1.5em 0.1em 1em;
	position:relative;
	font-size: 11px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color:#c93321;
	color:#FFFFFF;
}