@charset "utf-8"; 


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/js/highslide4/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/js/highslide4/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/js/highslide4/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/js/highslide4/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											    */
/* Remove these if you are not using Highslide HTML						  */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html-content {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/js/highslide4/graphics/resize.gif);
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							*/
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 1em;
	position: absolute;
	left: 0;
	right: 1em;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	z-index: 2;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/js/highslide4/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(/js/highslide4/graphics/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

#me_box, #wait_box, #me_notice{
    width:50%;
    background:#F2F2FF;
    padding:10px;
    border:2px solid #CCCCCC;
    font-size: 0.8em;
    
}

#dialog_box {
    min-width:50%; 
}
.notice_box {
    background-color: #FFFFFF;
    border: 3px solid #CCCCCC;  
    padding:10px; 
}

.close{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* stop commented backslash hack */

a img {
    border: none;
}

.input {
    margin-bottom: 0px;
    margin-top: 2px;
    padding: 2px;
}
label {
    display: block;
    color: #333333;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 3px;
}
.cms_input {
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    padding-top: 3px;
    padding-left: 2px;
}
.cms_required {
    font-size: 0.9em;
    font-weight: normal;
    color: #FF9900;
    margin-left: 10px;
}
.cms_field_description {
    color: #999999;
    font-size: 8pt;
    margin-top: 2px;
    padding-left: 5px;
}
.cms_invalid_field {
    background-color: #FFE3E0;
    border: 1px solid #CC0000;
}
.cms_error_description, .error-message {
    color: #CC0000;
    font-size: 0.8em;
    margin-top: 2px;
    padding-left: 5px;    
}
form {
    margin: 0px;
    padding: 0px;
}
.cms_checkbox {
    float: left;
    margin: 0px 6px 7px 2px;
    _margin-top:7px;
    width: auto;
} 


.pagination {
    text-align:left;
    margin-bottom:2em;
    font-size: 8pt;
    margin-top: 10px;
}
.pagination_page {
    margin-bottom:1em;
    font-weight: bold;
    color: #999999;
}

.pagination span.pagination_selected {
border:3px solid #DDDDDD;
font-weight:bold;
}
.pagination a.pagination_prevnext {
font-weight:bold;
}
.pagination a:hover {
background-color:#DDDDDD;
border-color:#BBBBBB;
}

.pagination_disabled {
font-weight: bold;
color: #999999;
}

.pagination a, .pagination span {
border:1px solid #DDDDDD;
font-size:100%;
margin-right:0.2em;
padding:0.2em 0.5em;
}
.pagination a {
border:1px solid #DDDDDD;
text-decoration:none;
}

.cms_table table {
    text-align: left;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}
.cms_table thead {
    font-weight: bold;
}
.cms_table .action {
    margin-left: 10px;
}
.cms_table thead tr {
}
.cms_table_head {
}
.cms_table td {
    margin: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 8px;
}

.cms_table_body td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.cms_table_body .cms_table_last_row td {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.cms_table thead td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.cms_table_body .row_1, .row_1 {
    background-color: #EDEDED;
}
.cms_table_footer td {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000000;
}
.cms_table .cms_table_body .green_row_1 {
    background-color: #E0FCE2;
}
.cms_table .cms_table_body .green_row_2 {
    background-color: #F1FDF0;
}

.highslide-caption {
    background-color: #FFFFFF;
}
.cms_ob_loading {
background-color:#0099FF;
background-image:url(/css/agui/loaders/loader_arrows_blue_small.gif);
background-position:5% 50%;
background-repeat:no-repeat;
color:#FFFFFF;
font-size:90%;
opacity:0.8;
padding-left:24px;
position:absolute;
right:0;
top:0;
width:4em;
}
.cms_icon_item {
    margin-bottom: 5px;
}
.cms_icon_large {
    float: left;
}
.cms_icon_body {
    padding-left: 55px;
}
.cms_icon_body .description {
    /*font-size: 8.5pt;*/
    color: #666666;
    margin-bottom: 3px;
}
.cms_icon_body .name {
    margin-bottom: 4px;
    font-weight: bold;
}
.cms_icon_body .cms_action {
    margin-left: 0px;
    margin-right: 10px;
}
.cms_form_fields .checkbox {
margin-bottom:8px;
}

/*PreviousNext*/
.prev_next_object {
    width:100%;
}
.prev_object {
 float:left;   
}
.next_object {
 float:right;   
 text-align:right;
}
.highslide-active-anchor img {
visibility:visible;
}
.highslide img {
border:none;
}
/**
 *
 * @date		12/2009
 * @dev			Studio za humane tehnologije
 * 
 */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 }

/*Reset*/
*{margin:0; padding:0;}
#head ul, #head li{list-style:none}
ul {
}
li {
margin-left:20px;
}
a{ outline: none; color:#BE3228;}
a:hover{text-decoration:underline}
img{border:0;}

#wrapper{ color:#939598; width:960px; margin:20px auto; line-height:24px; position:relative;}

#body {color:#646464; line-height: 18px;position:relative;margin-top:29px;    }
#body.two_column {
    margin-top:10px;
}
#body p {margin:0 0 18px;}

.txt, .mainmenu, .yearlarge, #years {
/*font-family: 'ClanCE-BookBook';*/
}

h1 {
font-size:20px;
line-height: 24px;
margin-bottom: 20px;
}

h1.txt{  line-height:20px; color:#646464;}
span.txt, div.txt{ font-size:14px; margin:12px 0 0 0; padding:0; line-height:24px; color:#646464;}
div.txt p{ font-size:14px; line-height:24px; }

.ntxt {
}
h1.underline {
border-bottom:1px solid #C8C8C8;
margin-bottom:10px;
padding-bottom:7px;   
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:22px;
    color:#BE3228;
    line-height:20px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #646464;
    margin-bottom:10px;
}
h4 a {
    color:#646464;
    text-decoration: none;
}

.two_column h1 {
margin-bottom:0;
padding-bottom:5px;
}

#inner-wrapper{ margin:0 21px; position:relative;}

div.inside#inner-wrapper{ margin:0 0;}

.inside #head,
.inside #body,
.inside #footer,
.txt-content{
	margin-left:29px;
	margin-right:29px;
}

#topmenu{ position:relative; overflow:hidden;}

.lang{color:#bdbbbb; display:inline-block; float:right;}

/*Search*/
#tsmenu{width:200px; overflow:hidden;}
#searchFrm{ 
    display:block; 
    width:140px; 
    height:26px; 
    overflow:hidden; 
    float:right; 
    margin-left:10px; 
}
#searchFrm, #searchFrm a{color:#bdbbbb; font-size:12px;}
#search-input{ 
	width:114px;
	height:17px;
	font-size:12px;
	color:#b5b6b9;
	border:0;
	padding:1px 14px 1px 3px;
	background: #CCC url(/themes/default/cssl/images/srch-field.png) top right no-repeat;
	margin-left:6px;
	margin-right:10px;
	line-height:1.3em;
	}

/*Navigation*/
.navmenu{/*overflow:hidden; */margin:10px 0; position: relative; height: 50px; width: 902px; }
.thinline{background: url(/themes/default/cssl/images/line-grey.png) no-repeat 0 26px;}
.navmenu ul{ display:block; width:auto;}
.navmenu li{ float:left; margin-left:20px;}
.navmenu,.navmenu a{ font-size:12px; color:#61575a;text-decoration:none;}
.navmenu a:hover{ color:#000; text-decoration:none;}

.navmenu li ul{display: none;}

.navmenu li.active a,.navmenu li.active li.active a{color:#BE3228;}
.navmenu li.active li, .navmenu li.active li a{color:#61575a; font-size: 11px;}

.navmenu li.active ul{display: block; position: absolute; top:29px; right: 0; }  
.navmenu li li{ height: 17px; background: url(/themes/default/cssl/images/separator-1.png) no-repeat left 7px; margin-left:10px; padding-left: 10px;}
.navmenu li li.first{ background: none;} 
/*Sub nav*/
.submenu li{float:left; margin-left:6px;}
.submenu li.first{ margin-left:0px;}
.submenu {
font-size:11px;
font-weight:normal;
line-height:14px;
margin-top:8px;
}
.submenu a {
color:#646464;    
}
.submenu a:hover {
    
}
.submenu li {border-left:1px solid #646464;padding:0 0 0 6px;}
.submenu li.first {border-left:none;}
/*Main images*/
#images { width:100%; display:block; margin:12px 0 0 0; overflow:visible; position:relative;}
.imgbox li{ background:#939598;  font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#fff; line-height:1.5em;}
.imgbox1{ width:218px; background:#939598;  font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#fff; line-height:1.5em;}

.inside #images{ width:960px;margin-left:-29px;}
.arrow_left, .arrow_right{ width:21px; padding-top:100px;}
.arrow_left{float:left;  margin-right:8px;}
.arrow_right{float:right; margin-left:8px;}

/* next/prev buttons */
div.navi {
	display:block;
	width:21px;
	height:19px;
	margin-top:100px;
	cursor:pointer;
}
.navi a {
    text-decoration: none;
    display:block;
}

.disabled {	/*visibility:hidden;*/}
.nextPage {	background:url(/themes/default/cssl/images/arrow_right.png) no-repeat; float:right; margin-left:8px; }
.prevPage {	background:url(/themes/default/cssl/images/arrow_left.png) no-repeat; float:left;  margin-right:8px;}
.prevPage.disabled {    background:url(/themes/default/cssl/images/arrow_left_gray.gif) no-repeat; cursor:auto;}
.nextPage.disabled {    background:url(/themes/default/cssl/images/arrow_right_gray.gif) no-repeat; cursor:auto;}

/* the thumbnail scrollable */
#thumbnails {
	position: relative;
	width: 902px;
	margin:0;
	height:	500px;
	overflow: hidden;
	float:left;
}
#thumbnails.att_scroll {
border-top:1px solid #D8D9DA;
height:244px;
padding-top:13px;  
margin-top:-13px;  
}
#att_image_count_lab {
color:#646464;
font-size:14px;
left:529px;
position:absolute;
text-align:right;
top:-35px;
width:400px;   
}
div.items {
	width:20000em;
	position:absolute;
	clear:both;
}
#thumbnails div.items div {
	/*float:left;*/
}
.item img {
	width:218px;
	height:218px;
}

/*Drop Down box*/
.items div.hidden {
	position:		absolute;
	top:			218px;
	left:           0;
	width:			218px; /* left offset of submenus need to match (see below) */
}
.items div.item:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.items div.item {
	float:			left;
	position:		relative;
	margin-right:10px;
height:218px;
width:218px;    
}
.items div.first {
	margin-left:	0px;
}
.items .item a img {
	/*display: none;*/
	position: relative;
}
.items div:hover div.hidden, .items div.item.sfHover div.hidden {
	left:			0;
	top:			218px; /* match top ul list item height */
	z-index:		99;
	display:		block;
}
.items .item a img.projimg {
left:0;
position:absolute;
top:0;    
}
div.hidden {
	background: #939598;
/*	padding: 15px!important;*/
	width:218px!important;
	display: none;
	color:#fff;
	line-height:1.5em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.items span.boldtxt {
font-size:16px;
}
.items span.boldtxt a {
    color:#FFFFFF;
    text-decoration:none;
}
.items span.boldtxt a:hover {
text-decoration:none;
}
.items ul {
margin-bottom:10px;
margin-top:10px;   
}

.items ul.sub li {
/*background:#939598 url(/themes/default/cssl/images/frontmenu_sub_arrow.gif) no-repeat scroll 205px 6px;*/
background:transparent url(/themes/default/cssl/images/frontmenu_sub_arrow.gif) no-repeat scroll 205px 6px;
font-size:12px;
padding:5px;
margin-left: 0;
list-style: none;
}
.items ul.sub li a {
color:#FFFFFF;   
display:block; 
text-decoration:none;
}
.items ul.sub li a:hover {
text-decoration:none;
}
.items ul.sub li:hover  {
background-color:#787878;    
}

.items .projdesc {
padding:10px;
position:absolute;
top:0;  
left:0;
}
.items .projdesc h3 {
color:#FFFFFF;
}
.items .projnav {
bottom:8px;
font-size:11px;
font-weight:bold;
left:10px;
position:absolute;
text-align:right;
width:195px;   
}
.items .projnav a {
color:#CCCCCC;    
}
.items .projnav a.selected {
color:#FFFFFF;    
}

/*Small images*/
.small .item img {
	width:104px;
	height:104px;
}
.small div.items2 {
	width: 960px;
	position: relative;
	clear:both;
}
.small .items2 div:hover div.hidden, 
.small .items div.item.sfHover div.hidden {
	display: none;
}
.small .items2 div.item {
float:left;
line-height:0;
margin:0 10px 10px 0;
position:relative;
}
div#thumbnails.small {
	position: relative;
	width: 918px;
	margin:0 29px 24px 29px;
	height: auto;
	overflow: visible;
	float: none;
	clear:both;
}

/*tool Tip*/
div#qTip {
    padding: 3px;
    display: none;
    background: #be3228;
    color: #FFF;
    position: absolute;
    z-index: 1000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
  }
  
/*Years navigation*/
.timeline .items .item a img {
    display: block;
    position: relative;
}
div.timeline#images{ margin:0 0 0 -29px;} 
.timeline div.navi {  margin-top:32px;}
.timeline #thumbnails{ height: 580px;}
ul#years{ 
    height: 30px;
    width: 902px;
    font-size:12px; 
    margin:12px 0 12px 0; 
    padding:0 0 3px 0; 
    line-height:24px; 
    color:#939598;
    background: url(/themes/default/cssl/images/year-line-4.png) 0 28px repeat-x ;
}
#years li{ float: left; margin-right: 12.7px; height: 33px;}
#years li.last{ margin-right: 0;}  
#years li.active{ background: url(/themes/default/cssl/images/year-selector.png) center bottom no-repeat;}   

#years li a{color:#939598;font-size:12px;line-height:24px; }
#years li a:hover { text-decoration:none;}

div.yeardescr {
    background: #fff;
    padding: 10px 0;
    display: block;
    color:#939598;
    position: absolute;
    top: 218px;
    left: 0;
    width: 218px;    
}
.yeardescr h2{ 
font-size:12px;
font-weight:normal;
margin-bottom:18px;
text-transform:uppercase;    
}
.yeardescr p{ font-size:12px; line-height:18px; color:#939598;}
span.yearlarge{ display: block; position: absolute; top: 250px; color:#c1c5cc; font-size: 30px; font-weight: normal;}

/*Podjetje*/
.podjetje .items div:hover div.hidden, 
.podjetje .items div.item.sfHover div.hidden {
    display: none;
}
.podjetje #thumbnails{ height: 240px;}
.half{ width:438px; padding-right: 10px;}
.half2{ width: 446px; padding-left: 8px;text-align:justify;}

.halfin{ width: 222px;text-align:left;}
.halfin2{ width: 212px; padding-left: 10px;text-align:left;}

.txt-content{color:#646464; line-height: 18px;}
.txt-content p{ margin-bottom: 18px;}
.txt-content h1{ font-size: 18px; margin-bottom: 18px; font-weight: normal;}
.txt-content h2{ font-size: 12px; margin-bottom: 0;}

/*Footer*/
#footer{ margin-top:24px; overflow:hidden; position: absolute; width:903px; z-index:-100;}
#footer p{ font-size:11px;}
#footer p.quote{font-size:12px; font-weight: bold;height:20px; }
#footer a{color:#939598;}

/*other classes*/
.clr{ clear:both; }
.fl{ float:left; }
.fr{ float:right; }

.right{text-align:right;}
hr.line{ color:#d8d9da; border: none; height:1px; background:#d8d9da;} 
hr.linegray{ color:#d8d9da; border: none; height:1px; background:#d8d9da;} 
.red{color:#bf3026;}
.bold{font-weight: bold;}
.mbot24{ margin-bottom: 24px;}
.mbot18{ margin-bottom: 18px;}
.gray{color:#646464;}
.fs11 {font-size: 11px;}
/*Picture layouts*/
.pic_layout {
margin-bottom:7px;
margin-left:-10px;
margin-top:-5px;
overflow:hidden;
width:685px;}
.m1s2 {
    
}
.pic_layout img {
float:left;
margin-left:10px;
margin-top:10px;    
}

/*Project*/
#body.project {
}
.narrow_left_c {
    width:218px;
    margin-right:10px;
    float:left;
}
.wide_left_c {
    width:674px;
    margin-right:0px;
    float:left;
    position:relative;
}
.project_data {
margin-top:-8px;
color:#646464;
}
.project_data label {
color:#646464;
font-size:14px;
font-weight:bold;
margin:8px 0 0;   
}
#project_nav {
color:#646464;
float:right;
font-size:14px;
left:300px;
line-height:14px;
margin-right:29px;
margin-top:3px;
text-align:right;
width:220px;
}
#project_nav.abs {
float:none;
left:680px;
position:absolute;
top:2px;    
}
#project_nav span {
margin-right:30px;    
}
#project_nav.short span {
margin-right:75px;
}
#project_nav div.navi {
margin:0;
position:absolute;    
}
#project_nav div.navi a {
    display:block;
    text-decoration: none;
}
#project_nav div.navi a:hover {
    text-decoration: none;
}
#project_nav div.prevPage {
float:none;
/*left:-29px;*/
top:0px;   
left:650px;
/*left:630px;*/
}
#project_nav div.nextPage {
float:none;
left:881px;
top:0;   
}
#project_nav.short div.nextPage {
float:none;
left:202px;
top:0;   
}

#thumbnails div.items div.graybox {
padding:10px 10px 10px;
height:198px;
padding:10px;
}
#thumbnails h2 {
font-size:12px;
font-weight:normal;
margin-bottom:20px;    
}
#thumbnails div.more {
bottom:10px;
color:#FFFFFF;
font-weight:bold;
left:10px;
position:absolute;    
}
#thumbnails div.more a {
color:#FFFFFF;    
}
.columns {
    
}
.three_columns {
    
}
.column1 {
    
}
.column2 {
    
}
.column3 {
    
}
.three_columns .column1 {
float:left;
margin-right:10px;
width:218px;    
}
.three_columns .column2 {
float:left;
margin-right:73px;
width:218px;    
}
.three_columns .column3 {
float:left;
margin:0;
width:383px;    
}
.article {
    
}
.article .column1 {
float:left;
margin-right:47px;
text-align:justify;
width:635px;
}
.article .column2 {
float:left;
margin-right:0px;
width:218px;     
}
.article .column3 {
float:left;
margin:0;
width:218px;     
}

.redh h3 {
color:#BE3228;    
}
.red {
    color:#BE3228;
}

/*Projects Wide Scroll*/
#projects_wide{
margin-left:-29px;
width:960px;  
position:relative;  
}
#projects_wide #projects {
border-bottom:1px solid #C8C8C8;
float:left;
height:228px;
margin:0 0 10px;
overflow:hidden;
position:relative;
width:902px; 
}
#projects_wide #projects p {
    margin:10px 0 18px 0;
}
#projects_wide .pwitems {
clear:both;
position:absolute;
width:20000em;    
}
#projects_wide .pwitem {
float:left;
height:240px;
margin-right:0px;
position:relative;
width:902px;    
font-size: 14px;
line-height: 18px;
}
#projects_wide .pwitem .desc {
float:left;
margin-right:10px;
width:440px;  
padding-top: 40px;  
}
#projects_wide .pwitem .pics {
float:left;
margin-left:6px;
width:446px;    
}
#projects_wide .pwitem .pics img {
margin-left:10px;
}
#projects_wide .pwitem .pics img.first {
margin-left:0px;
}
#pwcount_block {
color:#BE3228;
left:29px;
position:absolute;
top:0;
width:400px;    
}
#pwcount_block h2 {
display:inline;    
}
#pwcount_block p {
color:#646464;
display:inline;
font-size:16px;
margin:0 34px;    
}
#pwcount_block span {
    
}

.news_list_item {
background-color:#E5E5E5;
color:#646464;
margin-bottom:3px;
padding:11px 0 4px;
width:446px;
height: 17px;
line-height: 12px;
}
.news_list_item .date {
float:left;
font-weight:bold;
padding-left:6px;
width:73px;   
}
.news_list_item .name {
float:left;
width:346px;    
}
.news_list_item .name a{
color:#646464;
text-decoration: none;    
}
.news_list_item .icon {
float:left;
position:relative;
top:-2px;
width:20px;
}
.al_item {
    margin-bottom:20px;
}
#body .al_item p {
display:inline;
margin:0;
}
.al_item h4 {
font-size:12px;
font-weight:bold;
line-height:18px;
margin:0;    
}
.al_item .more_link a{
    color:#646464;
    font-weight: bold;
}
/*LinkedContent*/
.lc_item {
margin-bottom:15px;
}
#body .event_date {
display:block;
font-size:12px;
font-weight:bold;
margin-bottom:20px;
}
#body .mtm20 {
margin-top:-20px;
}
#body .lc_item p {
margin:0;
}    
#body .lc_item .event_date {
color:#989898;
font-size:10px;
margin-bottom:0;
}
#body .lc_item h4  {
    font-size: 12px;
    color:#646464;
    font-weight: bold;
}
#body .lc_item h4 a{
    color:#646464;
    text-decoration: none;
} 
#body .lc_item h4 a:hover{
    text-decoration: underline;
}
#body .news_doc  {
}
#body .news_doc a {
    color:#646464;
    font-weight: bold;
}
#body .news_doc span {
    display:block;
    text-transform: uppercase;
}
#body .news_doc span a{
    font-weight: normal;
}
.article .column2 {
    padding-top:52px;
}
/*Workgroups*/
/*People page*/
.people #thumbnails {
    position: relative;
    width: 902px;
    margin: 0;
 /*   height: 284px;*/
    overflow: hidden;
    float: left;
}
.people div.items {
    width:905px;
    width:2000px;
    position:absolute;
    clear:both;
}
.people div.items_right {
right:0;
top:150px;
}

.people .people_desc {
    background: #939598;
    padding: 0;
  /*  width: 195px!important;*/
    height: 145px;
    overflow: hidden;
  /*  display: none;*/
    color: #fff;    
}
.people_desc div {
width: 195px!important;   
padding: 15px!important; 
}
.people #thumbnails .items div.invisible 
.people a {
    
}
.people #thumbnails .items div.item {
    position:        relative;
    margin: 0;
height:145px;
width:145px;    
}

.people #thumbnails .items div.first img {
    padding-left:    0px;
}
.people .item img {
    width:142px;
    height:142px;
    display: block;
    float: left;
    padding-left:    10px;
    padding-bottom:  10px;
}
.people div.hidden {
    background: #939598;
    padding: 15px!important;
    width: 195px!important;
    height: 112px;
    overflow: hidden;
    display: none;
    color: #fff;
    line-height: 1.5em;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.people .items div.hidden {
    position:       relative;
    top:            0;
    left:           0px;
    width:          225px;
    float: left;
}
.people #thumbnails .items div:hover div.hidden, .people #thumbnails .items div.item.sfHover div.hidden {
    left: 0px;
    top: 0px; 
    z-index: 99;
    display: block;
}
.people #thumbnails .items div.invisible {
}

#thumbnails div.items div.fl{
    float:left;
}
#thumbnails div.items div.fr,
.people .fr img {
    float:right;
}
.people .fr img {
    padding-left: 0;
    padding-right: 10px;
}
.people .items .item a img {
    display: block;
    position: relative;
}
.people #thumbnails .people_desc .more_link {
font-weight:bold;
left:10px;
position:absolute;
top:118px;    
}
.people_desc a {
color:#FFFFFF;
}

#thumbnails .mitem {
float:left;
height:142px;
margin-right:10px;
overflow:hidden;
position:relative;
width:355px;
}
#thumbnails .mitem img {
left:0;
position:absolute;
top:0;    
}
#thumbnails .mitem div.people_desc {
height:122px;
left:142px;
padding:10px;
position:absolute;
text-indent:0;
top:0;
width:190px;
}
#thumbnails div.people_desc p {
margin:0 0; 
}           
#thumbnails div.people_desc h3 {
color:#FFFFFF;    
}
#wg_menu {
margin-top:35px;
position:relative;
z-index:1;
}
#wg_menu li {
display:inline;
font-size:14px;
margin-left:0;
margin-right:18px;
}
#wg_menu li a{
color:#939598;
text-decoration: none;
}
#wg_menu li.active a {
color:#BE3228;    
}
#people_wide {
margin-left:0;
position:relative;
width:902px;
}
#people_wide #people {
float:left;
height:450px;
margin:0 0 20px;
overflow:hidden;
position:relative;
width:902px;
}
#people_wide .ppitem {
float:left;
margin-right:0;
position:relative;
width:902px;
}
#people_wide .pwitems {
clear:both;
position:absolute;
width:20000em;    
}
#people_nav{
left:742px;
position:absolute;
text-align:right;
top:-40px;
width:160px;  
font-size: 14px;
}
#people_nav .navi{
margin:0;    
}
#people_nav .prevPage{
}
#people_nav .nextPage{
margin-left:25px;
}
#people_nav a{
}
#people_nav span {
}
.img_align_left {
    float:left;
    margin:0 10px 10px 0;
}
.search_result_snippet {
    font-style: italic;
}
.search_result_item {
border-top:1px solid #CCCCCC;
padding-top:10px;
width:100%;
}
.search_result_item .gallery {
    clear:both;
}
#search-submit {
height:19px;
left:120px;
position:absolute;
top:3px;
width:18px;
}
.labelbck {
background: transparent url(/themes/default/cssl/images/black_trans_40.png) top left repeat;
height:20px;
left:0;
padding:12px 15px;
position:absolute;
top:174px;
width:188px;
z-index:1;
}
.img_align_left {
clear:left;
float:left;
margin-right: 10px;
margin-bottom: 10px;
}
.img_align_right {
clear:right;
float:right;
margin-left: 10px;
margin-bottom: 10px;
}
.article .column2 .cms_o_image_thumb {
background-color:transparent;
border:none;
margin:0 8px 8px 0;
padding:0;
}
.article .column2 h2 {
padding-bottom:11px;
border-bottom:1px solid #c9c9c9;
margin-top:27px;
}
#body .cms_o_image p {
margin:0 0;
}
#body table.table_awards {
    table-layout:fixed;
}
#body table.table_awards p {
margin:0;
}
table.table_awards tr {
   
}
table.table_awards td {
padding-bottom:20px;
text-align:left;
vertical-align:top;
width:50%; 
}
#body .news123_w {
border-bottom:1px solid #C8C8C8;
margin-bottom:15px;
margin-top:-8px;
padding-bottom:15px;
}
#body .news123 {
    width:202px;
    height:225px;
    margin-left:10px;
    float:left;
    background-color:#e5e5e5;
    padding:15px 8px;
    position:relative;
}
#body .news123_w .cms_first {
    margin-left:0px;
}
#body .news123_w h2 {
margin-bottom:12px;
}
#body .botalign {
position:absolute;
bottom:15px;
display:block;
}
#jobs {
left:824px;
position:absolute;
top:84px;
width:107px;
height:28px;
display:block;
}
.proj_name_dd {
    margin-top:4px;
    margin-bottom:4px;
}
.article #project_nav div.prevPage {
    float: none;
    left: 0;
    top: 0;
}
