/*  Michal Hadár   BSP Magnetica s.r.o 2009 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


h1, h2, h4 {
  color: #FFFFFF;
  background; #000000;
}

h3 {
  color: #e62c22;
  background; #000000;  
}

p {
  color: #F0F0F0;
  background: #000000;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

#top {
  height: 65px;
  width: 980px;
  background: #000000;
  
  text-align: left;
  margin: 0 auto;
}

#top li a:hover {
  color: #FFFFFF;

}

#header {
  width: 980px;
  height: 79px;
  background-image: url(../img/bg_header.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  text-align: left;
}

ul.in_world {
  list-style-type: none;
  float: left;
  display: block;
  margin-top: 23px;
}

ul.in_world li {
  display: inline;
  float: left;
  line-height: 24px;
  margin-left: 8px;
}

ul.in_world li, ul.in_world li a {
  font-family: Verdana;
  font-size: 12px;
  color: #989898;
  text-decoration: none;
}

ul.in_world li.globe {
  background-image: url(../img/B_bg_globe.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 24px;
  display: block;
  padding-left: 30px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  color: #ffffff;
}

.system {
  list-style-type: none;
  float: right;
  display: block;
  width: 312px;
  text-align: left;
  width: 315px;
}

.system a {
  margin: 28px 3px 21px 0;
  float: left;
}

.system input.word {
  width: 170px;
  height: 13px;
  _height: 13px;
  background-color: #fff;
  border: 1px solid #bbb8b0;
  margin: 14px 0 20px 8px;
  font-size: 11px;
  float: left;
}

.system input.submit {
  width: 54px;
  height: 17px;
  background-color: #d2271e;
  border: 1px solid #a82821;
  margin: 14px 0 20px 2px;
  padding: 0px;
  color: #fff;
  font-size: 11px;
  float: left;
  cursor:pointer;
  vertical-align: middle; *vertical-align: text-bottom;
}

a.logo_bsp {
  display: block;
  padding: 12px 12px 8px 12px;
  width: 124px;
  height: 59px;
}

#menu {
  width: 980px;
  height: 32px;
  background-image: url(../img/B_bg_menu.gif);
  background-repeat: repeat-x;
  margin: 0 auto;
  text-align: left;
}


.main_menu li, .main_menu li a, .main_menu li a:visited {
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.main_menu li a.active, .main_menu li a:hover, #menu a.active {
  color: #bbb8b0;
}


.main_menu li {
  display: block;
  float: left;
  padding-left: 18px;
  padding-top: 9px;
  
}

#path {
  width: 980px;
  height: 36px;
  text-align: left;
  margin: 0 auto; 
}

.path {
  background-color: #000000;
  background-image: url(../img/B_list_path.gif);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  padding: 11px 0 0 19px;
  margin: 0 0 0 260px; 
} 

.path li {
  display: inline;
}

.path li, .path li a {
  color: #bbb8b0;
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  line-height: 20px;
}

.path li a.active {
  color: #FFFFFF;
}

#center {
  width: 980px;
  text-align: left;
  margin: 0 auto;
}

#lpanel {
  width: 260px;
  float: left;
}

#content {
  width: 720px;
  float: left;
  border-top: 1px solid #eeece8;
  padding: 5px 0 0 0;
  _padding: 19px 0 0 0;
}

#content p {
  line-height:22px;
  letter-spacing:0.2px;
  }

#content ul, #content ol {
	padding-left: 3em;
	line-height:22px;
}

#content ul li, #content ol li {
	padding-left: 0.5em;
	line-height:22px;
}



.submenu {
  list-style-type: none;
  width: 237px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeece8;
}

.submenu li {
  border-top: 1px solid #eeece8;
  margin: 0;
  border-bottom: 1px solid #fff; /* IE 6 Fix */
}

.submenu li, .submenu li a {
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
  text-decoration: none;
}

.submenu li a {
  background-image: url(../img/list_submenu.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding: 5px 0 3px 9px;
  display: block;
}

.submenu li a.active {
  color: #FFFFFF;
  background-image: url(../img/list_submenu_act.gif);
}

.submenu li ul {
  margin-left: 10px;
  margin-bottom: 4px;
}

.submenu li ul li {
  border: 0;
  border-bottom: 1px solid #fff;
}

.submenu li ul li, .submenu li ul li a {
  font-family: Arial;
  font-size: 13px;
  line-height: 13px;
  color: #686868;
}

.submenu li ul li a {
  padding: 4px 0 0 9px;
  background-image: url(../img/list_subsubmenu.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  display: block;
}

.submenu li ul li a.active {
  background-image: url(../img/list_subsubmenu_act.gif);
  color: #FFFFFF;
}

.bannerLeft {
  margin: 5px 0;
}

#separator {
  padding: 0;
  width: 980px;
  margin: 0 auto;
  height:0px;
  margin-top: 15px;
  border-top: 1px dotted #bbb8b0;
  line-height: 0px;
  font-size:0px;
}

#banner {
  padding: 26px 0 0 0;
  width: 980px;
  margin: 0 auto;
  _height: 70px;
  _overflow: hidden;
}


#link_bsp_group, #link_bsp_consulting, #link_bsp_software, #link_bsp_solutions, #link_bsp_exe_it, #link_bsp_magnetica, #link_bsp_sizar {
  background-repeat: no-repeat;
  width: 139px;
  height: 70px;
  display: block;
  float: left;
  margin-right: 1px;
}

#link_bsp_group {background-image:url(../img/btn_bsp_group.gif);}
#link_bsp_group:hover {background-position: 0 100%}
#link_bsp_consulting {background-image:url(../img/btn_bsp_consulting.gif);}
#link_bsp_consulting:hover {background-position: 0 100%}
#link_bsp_software {background-image:url(../img/btn_bsp_software.gif);}
#link_bsp_software:hover {background-position: 0 100%}
#link_bsp_solutions {background-image:url(../img/btn_bsp_solutions.gif);}
#link_bsp_solutions:hover {background-position: 0 100%}
#link_bsp_exe_it {background-image:url(../img/btn_exe_it.gif);}
#link_bsp_exe_it:hover {background-position: 0 100%}
#link_bsp_magnetica {background-image:url(../img/btn_bsp_magnetica.gif);}
#link_bsp_magnetica:hover {background-position: 0 100%}
#link_bsp_sizar {background-image:url(../img/btn_bsp_sizar.gif);}
#link_bsp_sizar:hover {background-position: 0 100%}


#footer {
  font-family: Verdana;
  font-size: 12px;
  width: 967px;
  _width: 980px;
  height: 32px;
  margin: 20px auto 0 auto;
  text-align: left;
  color: #fff;
  padding: 8px 0 10px 13px;
  
  background-image: url(../img/B_bg_menu.gif);
  background-repeat: repeat-x;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
  color: #bbb8b0;
}

.clear {
  clear: both;
  height: 0px;
  font-size:0px;
  line-height:0px;

}

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
.tooltip h3, .tooltip div { margin: 0; }


/* News ***************************************************************************************** */

.news-list-container h3, .news-list-container p, .news-latest-container h3, .news-latest-container p {
	margin: 0.4em 0;
}

.news-list-item p {
	margin-bottom: 1.3em;
}

.news-latest-item {
	width: 229px;
	float: left;
	padding-right: 15px;
}

.news-latest-date a, .news-list-date a, news-single-timedata p {
	text-decoration: none;
	color: #989898;
	font-size: 11px;
}

.news-latest-morelink a {
	font-weight: bold;
	text-decoration: none;
}

.news-latest-item h3 a, .news-list-item h3 a {
	color: #e62c22;
	text-decoration: none;
}

.tx-ttnews-browsebox table tr td {
	border:none;
}

.tx-ttnews-browsebox-SCell {
	background: #000000;
}

/* SiteMap ************************************************************************************** */

.csc-sitemap li {
  line-height:20px;
}

td.mchcert-logo {
	width: 200px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
}

/* EXT: newloginbox ********************************************************************************/
.tx-newloginbox-pi1 table, .tx-newloginbox-pi1 tr, .tx-newloginbox-pi1 tr td, 
.tx-newloginbox-pi1 tr th, .tx-newloginbox-pi1 tr td {
  border:0px;
}

.tx-newloginbox-pi1 a {
  color: #515151;
  clear:both;
}

.tx-newloginbox-pi1 a:hover {
  color: #FFFFFF;
}

.tx-newloginbox-pi1 label {
  display:block;
    height:22px;
  width:70px;
  float:left;
  text-align:left;
}


.tx-newloginbox-pi1 input {
  width:143px;
  height:15px;
  float:right;
  border: 1px solid #e2e2e2;
  padding:3px 2px 4px 2px;

}

.tx-newloginbox-pi1 input.logon, .tx-newloginbox-pi1 input.tx-newloginbox-pi1-submit {
  width:143px;
  height:22px;
  border:none;
  color:#515151;
  /* background:#BBBDA1; */
  cursor:pointer;
  float:right;
  margin-bottom:0px;
}

.tx-mchprivatedocs-pi1 #loginForm label {
  float: left;
  width: 100px;
}

.tx-mchprivatedocs-pi1 #loginForm input[type=submit] {
  margin-left: 100px;
}

.tx-mchprivatedocs-pi1 .loginError {
	color: red;
}
