@charset "iso-8859-2";

body {
	background: #fff;
	color: #112830;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 1000px;
	height: 129px;
	margin: 0 auto;
	background: url('../images/header.jpg') repeat-x;
}

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: url('../images/menu.jpg') repeat-x;
}

#menu.menu_level_2 {
	margin: 0 auto;
	background: #000000;
}

#menu ul {
	margin: 0 0 0 40px;
	list-style: none;
}

#menu ul.menu_level_2 {
	margin: 0 0 0 0px;
	list-style: none;
}

#menu ul li {
	float: left;
	height: 30px;
	text-transform: uppercase;
}

#menu ul li a {
	display: block;
	height: 23px;
	padding: 7px 18px 0 18px;
	background: url('../images/menuhover.jpg') no-repeat top right;
	color: #d2dce6;
}

#menu ul li.last a {
	background: none;
}

#menu ul li a:hover {
	background: url('../images/menuhover.jpg') repeat-x bottom;
	color: #0197d1;
	text-decoration: none;
}
#menu ul li a.hoverd {
	background: url('../images/menuhover.jpg') repeat-x bottom;
	color: #0197d1;
	text-decoration: none;
}

#menu ul.menu_level_2 {
    padding: 0 0 5px 0;
    border: 0px solid black;
    border-top: none;
    background: url("../images/submenu_bottom.jpg") no-repeat bottom;
}

#menu ul.menu_level_2 li{
  width: 242px;
  border-bottom: 1px dashed  #708DA1;
	background:  #081319;
	min-height: 26px;
	padding: 0 1px 0 1px;
}
#menu ul.menu_level_2 li.first{
    background: #081319 url("../images/submenu_top.jpg") no-repeat top;
}

#menu ul.menu_level_2 li.last{
    border: none;
}

#menu ul.menu_level_2 li a {
	display: block;
	color: #DFF3FB;
	font-familiy: Arial;
	font-size: 12px;
	background: none;
	text-transform:none;
}

#menu ul.menu_level_2 li a:hover {
	color: #1F4D5D;
	font-weight: bold;
	text-decoration: none;
	background: none;
}

#content {
	width: 927px;
	min-height: 127px;
	margin: 0 auto;
	padding: 250px 49px 50px 24px;
	background: url('../images/content.jpg') no-repeat top;
	text-align: justify;
}

#left {
	float: left;
	width: 642px;
}

#login_form label {
	float: left;
	display: block;
	width: 50px;
	margin: 0 10px 3px 0;
	padding: 3px 0 0 0;
	text-align: right;
}

#login_form input {
	float: left;
	width: 191px;
	height: 21px;
	margin: 0 0 3px 0;
	padding: 4px 5px 0 5px;
	background: url('../images/input.png');
	border: 0;
}

#login_form #login_submit {
	width: 95px;
	height: 23px;
	margin: 10px 20px 0 0;
	padding: 0;
	background: url('../images/ok.jpg');
	cursor: pointer;
}

#right {
	float: right;
	width: 261px;
	/*padding-top: 40px;*/
}

#search_form label {
	float: left;
	display: block;
	width: 75px;
	margin: 0 10px 3px 0;
	padding: 3px 0 0 0;
}

#search_form input {
	float: left;
	width: 131px;
	height: 21px;
	margin: 0 0 3px 0;
	padding: 4px 5px 0 5px;
	background: url('../images/input2.png');
	border: 0;
}

#search_form #search_submit {
	width: 55px;
	height: 23px;
	margin: 10px 20px 0 0;
	padding: 0;
	background: url('../images/ok.jpg');
	cursor: pointer;
}

#newsletter_form label {
	float: left !important;
	display: block !important;
	width: 83px !important;
	margin: 0 10px 3px 0 !important;
	padding: 3px 0 0 10px !important;
}

#newsletter_form input[type=text] {
	width: 131px !important;
	background: url('../images/input3.png') !important;
}

#newsletter_form input {
	float: left !important;
	height: 21px !important;
	margin: 0 3px 3px 0 !important;
	padding: 4px 5px 0 5px !important;
	border: 0 !important;
}

#newsletter_form ul {
  margin-left:93px;
}

#newsletter_form #newsletter_submit {
	width: 55px !important;
	height: 23px !important;
	margin: 10px 20px 0 0 !important;
	padding: 0 !important;
	background: url('../images/ok.jpg') !important;
	cursor: pointer !important;
}

#footer {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	background: url('../images/footer.jpg');
}

#footer ul {
	float: left;
	margin: 61px 0 0 30px;
	list-style: none;
}

#footer ul li {
	float: left;
	text-transform: uppercase;
}

#footer ul li a {
	display: block;
	height: 23px;
	padding: 7px 10px 0 10px;
	font-weight: bold;
	color: #15303b;
}

#footer ul li a:hover {
	color: #b51e1e;
	text-decoration: none;
}

#webtown {
	float: right;
	margin: 60px 75px 0 0;
	color: transparent;
}

.box {
	width: 642px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	background: #f6f8fa url('../images/box_bottom.png') no-repeat bottom;
}

.box_header {
	display: block;
	width: 642px;
	height: 10px;
	background: url('../images/box_top.png');
}

.box_content {
	width: 610px;
	padding: 0 15px;
	border-right: 1px solid #e8edf3;
	border-left: 1px solid #e8edf3;
}

.bigbox {
	width: 642px;
	min-height: 123px;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	background: url('../images/bigbox_top.png') no-repeat top;
}

.bigbox_content {
	width: 612px;
	padding: 0 15px 15px;
	background: url('../images/bigbox.png') repeat-y;
}

.bigbox_footer {
	display: block;
	width: 642px;
	height: 10px;
	background: url('../images/bigbox_bottom.png');
}

.smallbox {
	width: 312px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	background: #fff url('../images/smallbox_bottom.png') no-repeat bottom;
}

.smallbox_header {
	display: block;
	width: 312px;
	height: 10px;
	background: url('../images/smallbox_top.png');
}

.smallbox_content {
	width: 280px;
	padding: 0 15px 15px;
	border-right: 1px solid #e8edf3;
	border-left: 1px solid #e8edf3;
	min-height:189px;
}

.imgleft {
	float: left;
	margin: 0 15px 5px 0;
}

.imgright {
	float: right;
	margin: 0 0 5px 5px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.black {
	color: #000;
}

.login {
	width: 281px;
	height: 191px;
	padding: 25px;
	background: url('../images/login.png');
}

.small {
	width: 290px;
	padding: 25px 0 25px 20px;
}

.news {
	margin-left: 15px;
}

.line {
	display: block;
	width: 245px;
	height: 1px;
	margin: 0 0 15px 15px;
	border-bottom: 1px dashed #dee6ed;
}

.search {
	width: 246px;
	height: 241px;
	margin: 0 0 15px 0;
	padding: 25px;
	background: url('../images/search.png');
}

.rightbox {
	width: 296px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	background: #fff url('../images/rightbox_bottom.png') no-repeat bottom;
}

.rightbox_header {
	display: block;
	width: 296px;
	height: 10px;
	background: url('../images/rightbox_top.png');
}

.rightbox_content {
	width: 264px;
	padding: 10px 15px;
	border-right: 1px solid #e8edf3;
	border-left: 1px solid #e8edf3;
}

.center {
	text-align: center;
}

table.termekkatalogus {
	width: 600px;
	margin: 0 2px 0 10px;
	font-size: 11px;
}

table.termekkatalogus tr td {
	padding: 10px 0;
	border-bottom: 1px solid #dee3e5;
}

table.termekkatalogus tr th {
	color: #b51e1e;
	font-weight: bold;
}

ul.productcat {
	margin: 0 0 0 5px;
	list-style: none;
  width: 241px !important;
  overflow: hidden;
}

ul.productcat ul{
	margin: 0 0 0 15px;
	list-style: none;
	background: none;
	border: none;
}

ul.productcat div.submenu ul li a{
  	background: url('../images/closed.gif') no-repeat 0 7px !important;
	  border: none !important;
	  color: #41626F !important;
	  height: 16px !important;
	  text-transform: none !important;
	  text-align: left !important;
	  padding-left: 15px !important;
}
ul.productcat div.submenu ul li a.opened{
  	background: url('../images/opened.gif') no-repeat 0 7px !important;
	  border: none !important;
	  color: #41626F !important;
	  height: 16px !important;
	  text-transform: none !important;
	  text-align: left !important;
	  padding-left: 15px !important;
}
ul.productcat div.submenu ul li.vege a, ul.productcat div.submenu ul div.submenu ul li.vege a{
     	background: none !important;

}
ul.productcat div.submenu ul div.submenu ul li a{
   	background: url('../images/closed.gif') no-repeat 0 7px !important;
	  color: #41626F !important;
	  height: 16px !important;
	  text-transform: none !important;
	  text-align: left !important;
	  padding-left: 15px !important;
	  border: none !important;
}

ul.productcat div.submenu ul div.submenu ul li a.opened{
   	background: url('../images/opened.gif') no-repeat 0 7px !important;
	  color: #41626F !important;
	  height: 16px !important;
	  text-transform: none !important;
	  text-align: left !important;
	  padding-left: 15px !important;
	  border: none !important;
}
ul.productcat div.submenu ul {
/*	  border-left: 1px dotted #CCCCFC !important;*/
    /* background: url('../images/dots.gif') repeat-y 4px 0 !important; */

}

ul.productcat div.submenu ul li a:hover{
  	font-weight: bold !important;
  	color: #000 !important;
}

ul.productcat li {
	margin: 0 0 3px 0;
}

ul.productcat li a {
	padding: 0 0 0 15px;
	background: url('../images/listarrow.gif') no-repeat 0 5px;
	color: #112830;
}
table.termekkatalogus ul li.file {
  list-style: none;
  float: left;
}
table.termekkatalogus ul li.file a.document_link {
  display: block;
  height: 24px;
  width: 24px;
  background: url('../images/pdf.png') no-repeat left top;
}
table.termekkatalogus ul li.file a.document_link span {
  display: none;
}
.rightbox2 {
	width: 246px;
	min-height: 75px;
	padding: 25px 25px 5px 25px;
	background: url('../images/rightbox2_top.png');
}

.rightbox2_bottom {
	display: block;
	width: 296px;
	height: 75px;
	margin: 0 0 15px 0;
	background: url('../images/rightbox2_bottom.png') top;
}


#email_form label {
	float: left;
	display: block;
	width: 205px;
	margin: 0 10px 3px 0;
	padding: 10px 0 0 0;
}

#email_form .email_radio {
	float: none;
	display: inline;
	margin: 0 10px 3px 0;
	padding: 3px 0 0 6px;
	width: 274px;
}

#email_form .container {
  width: 327px;
  margin-left: 40px;
}

#email_form input[type=text] {
	float: left;
	width: 131px;
	height: 21px;
	margin: 3pt 0 3px 0;
	padding: 4px 5px 0 5px;
	background: url('../images/input2.png');
	border: 0;
}

#email_form textarea {
	float: left;
	width: 295px;
	height: 134px;
	margin: 3pt 0 3px 0;
	padding: 4px 5px 0 5px;
	background-color: #F2F5F8;
	border: 1px solid #E8EDF3;
}

#email_form #email_submit {
	width: 55px;
	height: 23px;
	margin: 10px 20px 0 0;
	padding: 0;
	background: url('../images/ok.jpg');
	cursor: pointer;
	border: 0;
}

.form_error {
  border-left:0px solid #FF0000;
  clear:both;
  color:#FF0000;
  display:block;
  font-size:10px;
  font-weight:bold;
  letter-spacing:0px;
  margin:3px 0pt !important;
  padding:0pt 0pt 0pt 0px;
  text-transform:uppercase;
}

.msgError{
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: bold;
  color:#ff0000;
  margin: 15px 0 15px 0 !important;
  padding: 0 0 0 8px;
  border-left: 20px solid #ff0000;
  clear: both;
  display: block;
}

.msgInfo{
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #00ee00;
  margin: 15px 0 15px 0 !important;
  padding: 0 0 0 8px;
  border-left: 20px solid #00ee00;
  clear: both;
  display: block;
}

select.category {
  background-color: #F2F5F8;
	border: 1px solid #E8EDF3;
	width: 200px;
	height: 150px;
	margin-right: 50px;
	margin-left: 50px;
	scrollbar: hidden;
	overflow: hidden;
}

select.category option{
  border-bottom:1px solid #E8EDF3;
}

input.category, #Name, #Shortdesc, #Desc{
  background-color: #F2F5F8;
	border: 1px solid #E8EDF3;
	margin: 15px;
	padding: 5px;
}

#Name, #Shortdesc{
  background-color: #F2F5F8;
	border: 1px solid #E8EDF3;
	margin: 2px;
	padding: 2px;
}

#category_form textarea, #category_form input[type=submit]{
   background-color: #F2F5F8;
	border: 1px solid #E8EDF3;
	margin: 2px;
	padding: 2px;
	padding: 2px;
}

#category_form {
  margin-left: 52px;
}


#right #right_nav {
	margin: 0 0 0 5px;
	list-style: none;
}

#right #right_nav ul{
	margin: 0 0 0 15px;
	list-style: none;
}

#right #right_nav li {
	margin: 0 0 3px 0;
	float: none;
}

#right #right_nav li a {
	padding: 0 0 0 15px;
	background: url('../images/listarrow.gif') no-repeat 0 5px;
	color: #112830;
}

.rightbox3_bottom {
	display: block;
	width: 296px;
	height: 2px;
	margin: 0 0 15px 0;
	background: url('../images/rightbox2_bottom.png') bottom;
}
.rightbox3 {
	width: 246px;
	min-height: 25px;
	padding: 25px 25px 5px 25px;
	background: url('../images/rightbox2_top.png');
}

/***************************
 * Kapcsolodó dokumentumok
 **************************/

#content #left .wt_document_assigned_documents {
	width: 286px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	background: #F4F6F9;
  float: right;
}
#content #left .wt_document_assigned_documents h2 {
  color: #B51E1E;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 0 3px;
  margin: 0 1px 0 1px;
  display: block;
  width: 282px;
  height: 14px;
  background-color: none;
  border-bottom: 1px solid #D4D8DB;
}
#content #left .wt_document_assigned_documents div.file, #content #left .wt_document_assigned_documents div.directory {
  height: 16px;
  padding: 2px 0 2px 24px;
  margin: 6px 0 0 3px;
  background-position: top left;
}

/************************
 * Referencia
 ***********************/

.referenciabox {
	width: 594px;
	margin: 0 0 30px 0;
	padding: 0 12px 10px 12px;
	background: #f6f8fa url('../images/box_bottom.png') no-repeat bottom;
	border-right: 1px solid #e8edf3;
	border-left: 1px solid #e8edf3;
}
.referenciabox_header {
	display: block;
	width: 620px;
	height: 10px;
	background: url('../images/referenciabox_top.png');
}
#referencia_show h2 {
  color: #B51E1E;
  font-size: 14px;
  font-weight: bold;
  margin: 2px 12px 2px 0;
}
.bigbox .smallbox {
	width: 286px;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	background: #fff;
}
.bigbox .smallbox_footer {
	display: block;
	width: 286px;
	height: 10px;
  background: #fff url('../images/referenciasmallbox.png') no-repeat bottom;
}
.bigbox .smallbox_header {
	display: block;
	width: 286px;
	height: 10px;
	background: url('../images/referenciasmallbox.png') no-repeat top;
}

.bigbox .smallbox_content {
	width: 254px;
	padding: 0 15px 15px 15px;
	border-right: 1px solid #e8edf3;
	border-left: 1px solid #e8edf3;
}
.referenciasmallbox {
  width: 312x;
}
#content .referenciasmallbox .smallbox_content h1 {
  margin-bottom: 0;
}
#content .referenciasmallbox .smallbox_content h1 a:link,
#content .referenciasmallbox .smallbox_content h1 a:visited {
  color: #019AD5;
}
#content .referenciasmallbox .smallbox_content h2 {
  width: 288px !important;
  height: 14px;
  text-align: right;
  margin: 0px 0 0 0;
  padding: 0 6px 0 0 !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #1D3D4C;
  font-size: 9px !important;
  color: #B51E1E !important;
}
#content .referenciasmallbox .smallbox_content h3 {
  width: 288px !important;
  text-align:right;
  font-size:11px;
}
#content .referenciasmallbox .smallbox_content img {
  border: 1px solid #1D3D4C;
}
#content .referenciasmallbox .smallbox_content p {
  text-align: justify;
  margin-top: 6px;
}
p.number_of_results {
  text-align: center;
  border-bottom: 1px solid #B7C7D7;
  font-weight: bold;
  font-style: italic;
}
div.pagination {
  text-align: center;
  border-top: 1px solid #B7C7D7;
  font-weight: bold;
}
div.referncia_filter {
  width: 640px;
}
#content div.referncia_filter fieldset {
  width: 620px;
  border: none;
  border-left: 3px solid #1E4554;
}
#content div.referncia_filter fieldset h2 {
  font-size: 10px;
  font-weight: bold;
  color: #B51E1E;
  margin: 0 0 0 6px;
  padding: 0 0 0 0;
}
#content div.referncia_filter fieldset div.form-row {
  width: 240px;
  height: 32px;
  float: left !important;
  clear: none;
  border: none;
  margin: 0 0 0 6px;
  padding: 0 0 0 0;
}
#content div.referncia_filter fieldset div.form-row select {
  width: 120px;
  overflow: visible;
}
#content div.referncia_filter fieldset ul.sf_admin_actions {
  width: 105px;
  height: 32px;
  float: left !important;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#content div.referncia_filter #referencia_submit {
	width: 55px !important;
	height: 23px !important;
	margin: 0px 20px 0 0 !important;
	padding: 0 !important;
	background: url('../images/ok.jpg') !important;
	cursor: pointer !important;
	border: none;
}
#content #referencia_show h2 {
  width: 618px !important;
  height: 14px;
  text-align: right;
  margin: -12px 0 0 0;
  padding: 0 6px 0 0 !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #1D3D4C;
  font-size: 12px !important;
  color: #B51E1E !important;
}
#content #referencia_show h3 {
  width: 618px !important;
  text-align:right;
  font-size:11px;
}
#content #referencia_show h2.left {
  text-align:left;
}
/************************************
*   Right menu
************************************/
#right div.rightbox3 ul#right_nav {
}
#right div.rightbox2 ul.productcat li a, #right div.rightbox3 ul#right_nav li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 240px;
  height: 22px;
/*  padding: 1px 0 0 17px; */
  padding: 4px 0 0 0;
  margin: 0 0 0 0;
  background: url('../images/menu.jpg') ;
  text-align: center;
  color: #F0F1F5;
  text-transform: uppercase;
}
#right div.rightbox2 ul.productcat li a:hover, #right div.rightbox3 ul#right_nav li a:hover {
  background-color: transparent;
  background-image: url(../images/menuhover.jpg);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center bottom;
  color: #0197d1;
  text-decoration: none;
}
#right div.rightbox2 h1.graytext,#right div.rightbox3 h1.graytext {
  color: #1E4554;
  border-bottom: 2px solid #1E4554;
  text-align: center;
}

#newsletter_list label{
  clear: both !important;
  float: none !important;
  margin: 0px !important;
  padding: 0px !important;
}

#newsletter_list li{
  clear: both !important;
  float: none !important;
  margin: 0px 0 0 10px !important;
  padding: 0px !important;
}

#breadcrumb {
  margin-bottom: 25px;
}

#left ul{
  list-style-type: circle;
}

#content ol{
  padding-left: 0px;
}

#sf_guard_auth_form input[type="text"], #sf_guard_auth_form input[type="password"]  {
  width: 170px;
  height: 17px;
  padding: 0px;
  margin: 0px;
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #000000;
}

#sf_guard_auth_form fieldset {
  width: 340px;
}

#sf_guard_auth_form label {
  width: 110px !important;
}
#right_nav .menu_level_2 a{
  width: 225px !important;
  background: #9CB5CB !important;
  margin-top: 2px;
  color: #050C12 !important;
  border-bottom: 14px solid #81A0BC;
  height: 6px !important;
  padding-top: 6px !important;
}

#right_nav .menu_level_2 a:hover{
  background: #1D4757 !important;
  border-bottom: 14px solid #0A171D;
  color: #F0F1F5 !important
}

#right_nav .menu_level_2 li.first{
  margin-top: 3px !important;
}

#wt_assign_files_update {
 background-color:transparent;
  background-image:none;
  height:306px;
  overflow-x:hidden;
  overflow-y:scroll;
}


#sf_admin_container #sf_admin_bar {
margin-top:0 !important;
position:relative !important;
right:0 !important;
width:250px !important;
}

#newsletter_form p.list {
  display: block;
  margin-left: 30px;
  padding: 4px;

}


#newsletter_form p.list label{
  float: none !important;
  width: 150px !important;
}

#lang {
height: 40px;
}

#lang a {
  float:right;
  padding-left:5px;
}

#lang img {
  border: 0;
}

img.mceIcon{
  margin: 0px !important;
}


#login label {
	float: left !important;
	display: block !important;
	width: 83px !important;
	margin: 0 10px 3px 0 !important;
	padding: 3px 0 0 10px !important;
}

#login input {
	width: 131px !important;
	background: url('../images/input3.png') !important;
}

#login input {
	float: left !important;
	height: 21px !important;
	margin: 0 3px 3px 0 !important;
	padding: 4px 5px 0 5px !important;
	border: 0 !important;
}

#login ul {
  margin-left:93px;
}

#login #login_submit {
	width: 55px !important;
	height: 23px !important;
	margin: 10px 20px 0 0 !important;
	padding: 0 !important;
	background: url('../images/ok.jpg') !important;
	cursor: pointer !important;
}


.thumbnails img{
  height: 15px;
}

#wt_document_container .assetImage {
  float: none;
  text-align: left;
  padding: 6px;
}

#wt_document_container .thumbnails {
height: 20px;
}

.nw_body img {
  margin: 0px !important;
}

.smallbox_content img {
  margin: 10px !important;
}
