@charset "utf-8";

/**************************
*  remove default styles  *
**************************/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}




/***********************
*   common             *
***********************/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	color: #6f6f6f;
}
/* PNG hack */
img, input, span {
	behavior: url(fileadmin/templates/js/iepngfix.htc);
}
input, textarea {
	font-size: 12px;
	color: #1071a8;
	font-family: Arial,Helvetica,sans-serif;
}
a {
	color: #62add8;
}
a:hover {
	text-decoration: underline;
}
li {
	padding-left: 12px; 
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h1, h2, h3, h4, h5 {
	color: #166897;
}
h1, h2, h3, h4, h5, p, ul {
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 15px;
	margin-top: 20px;
}
h3 {
	font-size: 13px;
	margin-top: 20px;
}


/***********************
*   main layout        *
***********************/
#sub_wrapper {
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}


/***********************
*   header             *
***********************/
#header_wrapper {
	position: relative;
	height: 139px;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 824px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header_gap {
	position: absolute;
	left: 0px;
	top: 75px;
}
#logolink {
	position: absolute;
	left: 36px;
	top: 22px;
}
#logo_print {
	display: none;
}


/***********************
*   search             *
***********************/
#search_wrapper {
	position: absolute;
	top: 19px;
	right: 0px;
	height: 45px;
	width: 400px;
}
#search {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 198px;
	height: 20px;
	background-image: url(../img/search_input_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#search_text_field {
	position: absolute;
	bottom: 0px;
	right: 34px;
	height: 17px;
	width: 128px;
	padding-top: 2px;
	background-color: transparent;
}
#search_button {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#search_wrapper p, #search_wrapper a {
	color: #bbbbbb;
	font-size: 12px;
	font-weight: bold;
}
#search_wrapper p {
	position: absolute;
	top: 0px;
	right: 2px;
}


/***********************
*   menu 1             *
***********************/
#m1 {
	position: absolute;
	height: 48px;
	width: 697px;
	left: 127px;
	top: 81px;
	margin: 0px;
}
#m1 li {
	float: left;
	margin: 0px;
	margin-right: 50px;
	height: 100%;
	background-image: url(../img/m1_bubble.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 0px;
}
#m1 li.selected {
	background-image: url(../img/m1_bubble_over.gif);
}
#m1 a {
	position: relative;
	height: 100%;
}
#m1 a:hover {
	text-decoration: none;
}
#m1 a, #m1 span.text {
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	/* font-weight: bold; */
}
#m1 span {
	position: absolute;
	height: 18px;
	line-height: 17px;
	display: block;
	cursor: pointer;
}
#m1 span.text {
	bottom: 0px;
	left: 4px;
	color: #FFFFFF;
	text-align: center;
}
#m1 li.selected span.text {
	background-color: #698a9f;
}
#m1 span.left, #m1 span.right {
	width: 4px;
	bottom: 0px;
}
#m1 span.left {
	left: 0px;
}
#m1 span.right {
	right: 0px;
}
#m1 li.selected span.left {
	background-image: url(../img/m1_left_span.gif);
}
#m1 li.selected span.right {
	background-image: url(../img/m1_right_span.gif);
}


/***********************
*   menu 2 - 4         *
***********************/
#menu2_border_bottom {
	height: 1px;
	background-image: url(../img/dashed_border.gif);
}
#menu2_wrapper {
	float: left;
	width: 172px;
	overflow: hidden;
}
#menu2_wrapper a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu2_wrapper ul {
	margin: 0px;
}
#menu2_wrapper li {
	margin: 0px;
	padding-left: 0px;
	background-image: none;
	background-color: #FFFFFF;
}
#level1 a:hover, #level2 a:hover, #level3 a:hover {
	text-decoration: none;
}

#level1 {
	padding-top: 5px;
}
#level1 li {
	margin: 0px;
}
#level1 li.selected, #level1 a:hover {
	background-color: #e0f3ff;
}
#level1 li, #level1 li.selected, #level1 a:hover {
	background-image: url(../img/dashed_border.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#level1 a {
	font-size: 13px;
	font-weight: bold;
}

#level2 li {
	margin: 0px;
	background-image: none;
}
#level2 li.selected, #level2 a:hover {
	background-color: #eeeeee;
	background-image: none;
}
#level2 a {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-size: 11px;
	font-weight: normal;
}
/*
#level3 li.selected a, #level3 a:hover {
	background-color: #FFFFFF;
	color: #848484;
}
#level3 a {
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;		
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}
*/

/* alphabetical / by workfield */
#sort_wrapper {
	width: 172px;
	height: 86px;
	background-image: url(../img/alphabetical_bg.gif);
	margin-top: 20px;
	float: left;
}
#sort_wrapper a {
	color: #166897;
	font-weight: bold;
	padding: 0px;
}
#by_application, #by_certificate, #by_alpha {
	margin-left: 12px;
}
#by_application {
	margin-top: 8px;
}
#by_certificate {
	margin-top: 13px;
}
#by_alpha {
	margin-top: 13px;
}


/***********************
*   menu 5             *
***********************/
#m5 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}
#m5 li {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding-left: 0px;
	background-image: none;
}

#m5 a, #m5 span, #m5 li {
	height: 17px;
}
#m5 span {
	cursor: pointer;
	float: left;
}
#m5 a:hover {
	text-decoration: none;
}

#m5 li span.left {
	width: 3px;
	background-image: url(../img/m5_bg_left.gif);
}
#m5 li span.text {
	background-image: url(../img/m5_bg_middle.gif);
	background-repeat: repeat-x;
	color: #177bb7;
	text-align: center;
	line-height: 17px;
	font-size: 11px;	
}
#m5 li span.right {
	width: 3px;
	background-image: url(../img/m5_bg_right.gif);
}

#m5 li.selected span.left {
	background-image: url(../img/m5_bg_left_over.gif);
}
#m5 li.selected span.text {
	background-image: url(../img/m5_bg_middle_over.gif);
	color: #FFFFFF;	
}
#m5 li.selected span.right {
	background-image: url(../img/m5_bg_right_over.gif);
}


/***********************
*   body               *
***********************/
#body {
	padding-bottom: 70px;	/* same height as footer height (+ 30px maring) */
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 36px;
	padding-top: 20px;
	overflow: hidden;
}
#content_wrapper {
	float: right;
	width: 593px;
	overflow: hidden;
}
#content_wrapper2 {
	width: 440px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}


/***********************
*   content            *
***********************/
#content {
	width: 100%;
}
#content .contenttable td {
	padding-right: 10px;
}
#content .csc-frame-frame1 td {
	width: 50%;
	padding-right: 0px;
}
.csc-frame-frame1 {
	margin-top: 15px;
}
dl.csc-textpic-image {
	margin-top: 2px !important;
}
.csc-textpic-caption {
	font-size: 10px !important;
}


/***********************
*   infopush           *
***********************/
#infopush {
	float: right;
	width: 130px;
}
#infopush td {
	vertical-align: top;
}
#infopush td.align-left {
	width: 35px;
}
#infopush a {
	font-size: 14px;
	font-weight: bold;
	color: #1c8ccd;
}


/***********************
*   tab table          *
***********************/
#tabs_wrapper {
	clear: both;
	width: 593px;
}
#tabs_titles {
	background-image: url(../img/tab_titles_bg.gif);
}
#tabs_titles ul {
	width: 591px;
	overflow: hidden;
	margin: 0px;
}
#tabs_titles li {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/tab_bg.gif);
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
	height: 23px;
	background-position: top;
}
#tabs_titles li.selected {
	background-image: url(../img/tab_selected_bg.gif);
}
#tabs_titles li.over {
	background-image: url(../img/tab_over_bg.gif);
}
#tabs_titles span {
	display: block;
	height: 23px;
	float: left;
	cursor: pointer;
}
#tabs_titles span.text {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;	
}
#tabs_titles li.selected span.text, #tabs_titles li.over span.text {
	color: #177bb7;
}
#tabs_titles span.left {
	width: 4px;
	background-image: url(../img/tab_left.gif);
}
#tabs_titles span.right {
	width: 4px;
	background-image: url(../img/tab_right.gif);
}
#tabs_titles li.selected span.left {
	background-image: url(../img/tab_selected_left.gif);
}
#tabs_titles li.selected span.right {
	background-image: url(../img/tab_selected_right.gif);
}
#tabs_titles li.over span.left {
	background-image: url(../img/tab_over_left.gif);
}
#tabs_titles li.over span.right {
	background-image: url(../img/tab_over_right.gif);
}
#tabs_content_wrapper {
	background-image: url(../img/tab_content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 4px;
}
.tab_content {
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-left-color: #e2e2e2;
	padding: 20px;
}
#tabs_content_top {
	height: 2px;
	background-image: url(../img/tab_content_top.gif);
}

/* tabele znotraj tabov */
.tab_content .contenttable {
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.tab_content .contenttable td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
.tab_content .contenttable td p {
	margin: 0px;
	padding: 0px;
}


/***********************
*   materials table    *
***********************/
#materials, #materials_legend, #materials_legend2, #materials_results, #materials_results2, #materials_results3, #materials_results4 {
	width: 531px;
	border: 1px solid #CCCCCC;
	padding: 9px;
	background-color: #FFFFFF;
}
#materials_legend2 {
	width: 573px;
}
#materials_results, #materials_results2, #materials_results3, #materials_results4 {
	width: 573px;
	margin-top: 20px;
}
#materials table td, #materials_results table td, #materials_results2 table td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.materials_name {
	width: 147px;
}
.materials_space {
	width: 16px;
}
.materials_green, .materials_red, .materials_yellow, .materials_grey {
	width: 20px;
	/*
	background-repeat: no-repeat;
	background-position: left center;
	*/
}
#materials_results .materials_green, #materials_results .materials_red, #materials_results .materials_yellow, #materials_results .materials_grey {
	width: auto;
	/*
	background-repeat: no-repeat;
	background-position: center center;
	*/
}
/*
.materials_green {
	background-image: url(../img/materials_green.gif);
}
.materials_red {
	background-image: url(../img/materials_red.gif);
}
.materials_yellow {
	background-image: url(../img/materials_yellow.gif);
}
.materials_grey {
	background-image: url(../img/materials_grey.gif);
}
*/
#materials_results .material {
	width: 111px;
}
#materials_results2 .material {
	width: 157px;
}
#materials_results .resistance {
	width: 50px;
	text-align: center;
}
#materials_results .PT {
	width: 25px;
	text-align: center;	
}
#materials_results .sbo {
	width: 25px;
	text-align: center;	
}
#materials_results .space {
	width: 151px;
}
#materials_results2 .space {
	width: 51px;
}
#materials_results4 td {
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#materials_results3 td {
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;		
}
#materials_results4 {
	display: none;
}


/***********************
*   locator, print     *
***********************/
#locator_wrapper {
	width: 100%;
	height: 21px;
	overflow: hidden;
	margin-bottom: 20px;
}
#locator {
	float: left;
	margin-top: 2px;
}
#locator {
	font-weight: bold;
}
#print {
	float: right;
}
#font_plus, #font_minus, #font_reset {
	cursor: pointer;
}
#font_plus {
	margin-right: 10px;
	margin-left: 10px;
}

#font_reset {
	margin-left: 10px;
}


/***********************
*   footer             *
***********************/
#footer {
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
}
#footer a {
	color: #169ff7;
}
#footer p {
	margin-top: 12px;
	margin-bottom: 0px;
}


/***********************
*   news               *
***********************/
#news-single-container p, #news-single-container h2, .news-list-container p, .news-list-container h2 {
	margin: 0px;
}
.news_date {
	color: #62add8;
}
.news_title a {
	color: #166897;
}
.news-latest-item {
	margin-bottom: 15px;
}
.tx-ttnews-browsebox p {
	margin-right: 10px;
}


/**********************
*  search rezultati   *
**********************/
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	border: 1px solid #49a4d8;
	height: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;	
}
.tx-indexedsearch h2 {
	margin: 0px;
}
.tx-indexedsearch li {
	background-image: none;
	padding-left: 0px;
	padding-right: 10px;
}
.tx-indexedsearch-res a {
	color: #166897;
}
div.tx-indexedsearch-res {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #166897;
	border-bottom-color: #166897;	
}
div.tx-indexedsearch-res div.tx-indexedsearch-res {
	border: 0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #FF0000;
}


/**********************
*  history            *
**********************/
#history_top, #history_bottom {
	width: 100%;
	height: 5px;
}
#history_bottom {
	background-image: url(../img/history_bottom.gif);
}
#history_top {
	background-image: url(../img/history_top.gif);
}
#history_content p, #history_content h2 {
	margin: 0px;
}
#history_content table {
	background-color: #dce9ef;
	width: 100%;
}
#history_content td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8bcbd;
	padding: 10px;
}
#history_content {
	border-right-color: #b8bcbd;
	border-left-color: #b8bcbd;
	border-right-style: solid;
	border-left-style: solid;	
	border-right-width: 1px;
	border-left-width: 1px;	
}


/***************
*  forme       *
***************/
.form_input_left, .form_input_right {
	width: 5px;
	height: 21px;
	float: left;	
}
.form_input_left {
	background-image: url(../img/form_input_left.gif);
}
.form_input_right {
	background-image: url(../img/form_input_right.gif);
}
.form_input_left2, .form_input_right2 {
	width: 4px;
	height: 21px;
	float: left;	
}
.form_input_left2 {
	background-image: url(../img/form_input_left2.png);
}
.form_input_right2 {
	background-image: url(../img/form_input_right2.png);
}
.form_td_input3 input {
	width: 130px;
	background-image: url(../img/form_input_bg2.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 3px;
	float: left;
	
}
.form_left {
	float: left;
}
.form_right {
	float: right;
}
.form_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
	width: 500px;
}
.form_table td {
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.form_table2 td {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 38px;
}
.form_wrapper {
	background-color: #F9F9F9;
}
.form_wrapper input {
	background-image: url(../img/form_input_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 3px;
	float: left;
}
.form_top {
	background-image: url(../img/form_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.form_bottom {
	background-image: url(../img/form_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.form_td_input {
	width: 250px;
}
.form_td_input input {
	width: 240px;
}
.form_td_input2 {
	width: 110px;
}
.form_td_input2 input {
	width: 100px;
}
.form_clear_padding {
	padding-top: 0px !important;
}
#form_remarks {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 300px;
}
#form_captcha_wrapper {
	margin-top: 12px;
	margin-bottom: 12px;
}
#form_captcha {
	width: 225px;
}
#form_remarks textarea {
	height: 120px;
	width: 290px;
	background-image: url(../img/form_textarea_bg.gif);
	background-repeat: repeat-y;	
	float: left;
	overflow-x: hidden;
	padding: 5px;
}
#form_submit {
	width: 58px;
	height: 19px;
	background-image: url(../img/button_send.gif);	
}
.tx-ifmaterialselecta-pi1 #form_submit {
	background-image: none;
}
#form_submit input, #form_reset input {
	width: 58px;
	height: 19px;
	cursor: pointer;	
}
#form_submit input {
	background-image: url(../img/button_send.gif);
	margin-right: 15px;
	background-color: transparent;
}
#foc #form_submit input {
	background-image: url(../img/button_search.png);
}
#form_reset input {
	background-image: url(../img/button_reset.gif);
}
span.form_ok {
	color: #009900;
}
span.error {
	color: #FF0000;
}
.form_red_mark {
	color: #FF0000;
}
.select_wrapper, .select_wrapper2 {
	position: relative;
}
.select_wrapper2 {
	width: 98px;
	float: right;
}
select.dropdown, select.dropdown2 {
	position: relative;
	z-index: 5;
	height: 21px;
	opacity: 0;
	filter: alpha (opacity = 0);
	zoom: 1;
	cursor: pointer;
}
span.dropdown, span.dropdown2 {
	height: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 5px;
	padding-top: 3px;
	color: #1071a8;
}
select.dropdown {
	width: 230px;
}
span.dropdown {
	background-image: url(../img/dropdown.png);
	width: 225px;
}
select.dropdown2 {
	width: 78px;
}
span.dropdown2 {
	background-image: url(../img/dropdown2.png);
	width: 73px;
}


/***************************
*  front ent editing       *
***************************/
#div-editBar li {
	background-image: none;
}


/***********************
*   404                *
***********************/
#wrapper404 {
	margin-left: auto;
	margin-right: auto;
	width: 440px;
	margin-top: 30px;
}

#header404 {
	color: #FFF;
	font-size: 35px;
	font-weight: bold;
	margin-top: 8px;
}

#text_field_404 {
	border: 1px solid #49A4D8;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px;
}
