@CHARSET "UTF-8";


/* CSS Document */
.body_style {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

a { color: #000; }

a:link{
  
}

.header_container_outer {
  margin: auto;
  padding: 0;
  margin-top: 15px;
  width: 992px;
  height: 153px;
}

.header_container {
  width: 992px;
  height: 153px;
	background-repeat: no-repeat;
	background-position: top;
}
.logo_box{
  float: left;
  width: 231px;

}
.container_menu{
  width: 992px;
  height: 40px;
  margin: auto;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
}
.languagebar {
  float:left;
  height: 40px;
  width: 231px;
  /*background: url(../img/language_bg.jpg) no-repeat left;*/
}
.language{
  position: absolute;
  margin-left: 18px;
  margin-top: 24px;  
}
.menubar {
	float: left;
	width: 759px;
	height: 33px;
	/*background: url(../img/mainmenu_bg.jpg) no-repeat right;*/
}

.submenu_center {
	/*
	float:left;
	display: block;
	*/
	width: 213px;
	/*
	height: auto;
	*/
	background-image: url(../img/submenu_bg_notactive.gif);
  	background-repeat: repeat-y;
  	background-position: center;
  	/*
  	margin-top: 15px;
  	*/
}

.submenu {
	float: left;
	padding-top: 15px;
  	width: 213px;
}

.submenu_bottom {
	width: 213px;
	min-height: 465px;
	/*
	height: 100%;
	padding-top: auto;
	*/
	background-image: url(../img/submenu_bg_bottom.jpg);
  	background-repeat: no-repeat;
  	background-position: bottom;
}
.content_main {
	background: url(../gfx/content_bg_bottom.jpg) left bottom no-repeat;
	border-right: 1px solid #F4F2F4;
	clear: left;
  	width: 739px;
}

.main-top {
	background: url(../img/content_border_top.gif) left top no-repeat;
	height: 8px; 
	width: 563px; 	
}


.content_bg{

  width: 563px;

  background-image: url(../img/content_bg_center.jpg);
  background-position: center;
  background-repeat: repeat-y;
}
.content_bottom{
  
}
.content{
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
  width: 538px;
}

.leftpanel {
	clear: left;
	float:left;	
}

.rightpanel {
  float: right;
  width: 173px;
  margin-right: 5px;
}


.content ul, .content ol {
	line-height: 180%;
	margin:10px 0;
	padding-left:40px;
}

.content a {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	color: #000;
	text-decoration: underline;
}


.menubar_float {
	float:left;
}
.menubutton {
	float:left;
}
.mmb_left_first {
	float: left;
	width: 6px;
	height: 28px;

}
.mmb_middle {
	float:left;
	height: 28px;
	text-align: center;
	vertical-align: bottom;
}
.mmb_middle_left{
  width: 8px;
  height: 28px;
  background-image: url(../img/mainmenu_button_leftside.gif);
  background-repeat: no-repeat;
  
}
.mmb_middle_middle{
  /* min-width: 104px; */
  height: 28px;
  background-image: url(../img/mainmenu_button_center.gif);
  background-repeat: repeat-x;
}

.mmb_middle_right{
  top: 3px;
  width: 8px;
  height: 28px;
  background-image: url(../img/mainmenu_button_rightside.gif);
  background-repeat: no-repeat;
}
.mmb_right {
	float: left;
	width: 1px;
	height: 28px;
}
.mmb_right_last {
	float: left;
	width: 12px;
	height: 28px;
}
.level-1 {
	display:block;
	padding-top: 9px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
	text-decoration:none;
}
.level-1-act {
	display:block;
	padding-top: 9px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-decoration:none;	
}
.companyname {
	position:absolute;
	width: 342px;
	height: 40px;
	left:27px;
	top: 32px;
}
.content_container_outer {
	width: 990px;
	margin: auto;
	padding: 0;
	background: #FFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	min-height: 480px;
}

.main-container {
		
}

.main-container .left {
	padding-left: 18px;	
	background-image: url(../img/left_top.jpg);
  	background-repeat: no-repeat;
  	background-position: right top;
  	z-index: 99;
  	width: 213px;
}

.footer_container_outer {
  margin: 0 auto 10px;
  height: 59px;
  width: 992px;
  background: url(../img/footer.jpg) no-repeat top;
}
.footer_container {

}
.footer_left {
	float: left;
	width: 600px;
	padding-top: 6px;
	padding-left: 30px;
}
.footer_right {
	float: right;
	width: 100px;
	padding-top: 20px;
}
.footerRightText{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #FFF;
}
.footerRightText a{
  color: #FFF;
  text-decoration: none;
}
.footerRightText a:hover{
  color: #FFF;
  text-decoration: none;
}
.footer {
	padding-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949494;	
}

.search_box {
	width: 167px;
	height: 44px;
	border: 0px;
	background-image: url(../img/search_area.jpg);
	margin-bottom: 15px;
}
/* News */
.lastnews{
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
  height: 34px;
  width: 161px;
  background: url(../gfx/bg_rightarea.jpg) left top no-repeat;
  padding-left: 12px;
  text-transform: uppercase;
}
.lastphorum{
  height: 46px;
  width: 167px;
  background-image: url(../img/lastphorum_est.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.lastnews_form{
  display: block;
  width: 167px;
  height: auto;
  border: 0px;
}
.news_border_top{
  width: 167px;
  height: 3px;
  background-image: url(../img/right_news_top.jpg); 
  background-repeat: no-repeat;
  background-position: top; 
}
.news_border_bottom{
  width: 167px;
  height: 10px;
  background-image: url(../img/right_news_bottom.jpg); 
  background-repeat: no-repeat;
  background-position: top; 
}
.news_center{
  width: 167px;
  height: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #2C72B8;
  font-weight: bold;
  background-image: url(../img/right_news_center.jpg); 
  background-repeat: repeat-y;
  background-position: center;
  margin-left:0px; 
}
.news_center ul{
 margin: 0;
}
.newsCenterTD{
  width: 25px;
  text-align: center;
}

a.news_link {
  color: #2C72B8;
  text-decoration: none;
}

a.news_link:hover {
  color: #284A99;
  text-decoration: none;
}
.newsCenterLink{
  float: right;
  margin-right: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #2C72B8;
  font-weight: normal;
}
.newsCenterLink a{
  color: #2C72B8;
  text-decoration: underline;
}
.newsCenterLink a:hover{
  color: #284A99;
  text-decoration: underline;
}
.news_date{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.news_headline a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.news_headline a:hover{
  color: #000000;
  text-decoration: none;
}

.news_desc{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.backLink a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}
.backLink a:hover{
  color: #000000;
  text-decoration: underline;
}
/* Foorum */
.forumaddthread{
  float: right;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
  color: #000000;
}
.forumHead{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-weight: bold;
}
.forumHead a{
  color: #000000;
  text-decoration: none;
}
.forumHead a:hover{
  color: #000000;
  text-decoration: none;
}
.forumComm{
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
  color: #000000;
}
.forumDate{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 11px;
  color: #000000;
}
.forumCreateInfo{
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
}
.formText{
  color: #000000;
}
.forumTxt{
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
}
.form_input{
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
}
/* Login form */
.login_box {
	float: right;
	margin-top: 35px;
	margin-right: 35px;
}

.login_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	padding-left: 23px;
}

.userfield {
	width: 113px;
	height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 0px;
	border-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
}

.passfield {
	width: 113px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	line-height: 15px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 0px;
	border-bottom: 0px;
	padding-left: 10px;
}

.submitfield {
	width: 48px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #284A99;
	background-image: url(../img/login_button.gif);
	padding-bottom: 1px;
}
.submitfieldLogout{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #284A99;
}

.registration{
	color:#284A99;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 99px;
}
.registration a{
  text-decoration: underline;
  color: #284A99;
}
.registration a:hover{
  text-decoration: underline;
  color: #284A99;
}
a.username{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #284A99;
  text-decoration: none;
}
a.username:hover{
  color: #284A99;
  text-decoration: underline;
}

/* Use with e-shop */

/*
.shopbasket {
	display:block;
	float:left;
	margin-left: 18px;
	margin-top: 12px;
	color:#0089d9;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}

.shopbasket_txt {
	display:block;
	float:left;
	margin-left: 18px;
	margin-top: 12px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
*/
.searchfield {
	display: block;
	float: left;
	width: 85px;
	height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	border: 0px;
	margin-left: 13px;
	padding-top:4px;
	padding-left: 11px;
}

.subsubmenuOn{
  float: left;
  height: 100%;
  width: 15px;
  margin-top: 5px;
  padding-left: 18px;
  font-size: 10px;
  vertical-align: middle;
}


.subsubmenu {
  float: left;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding: 0 0 0 40px;
  width: 155px;
}

.subsubmenu li{
  margin-left: 2px;
  padding-bottom: 3px;
  padding-right: 10px;
  border: 0px;
  list-style-image: url(../img/tire1.gif); 
}


.submenu_active {
	background-image: url(../img/submenu_bg_active.gif);
  	background-repeat: no-repeat;
  	background-position: center;
  	float: left;
  	width: 213px;
}

.submenu_notactive {
  	float: left;
  	width: 213px;
}


.submenu_link{
  float: right;
  width: 155px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 25px;
  padding-top: 3px;
  vertical-align: middle;
}

.submenu_separaator{
  float: left;
  margin-top: 5px;
  padding-left: 18px;
  padding-right: 10px;
  width: 185px;
}

a.level-2 {
	display:block;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: left;
}

a.level-2-act {
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
}

a.level-3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: left;
}

a.level-3-act {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
	text-align: left;
}

.submenu-banner {
	float:left;
	clear:both;
	border:1px solid #ececec;
	background:#fcfcfc;
	margin-bottom:20px;
	padding:10px;
	margin-top: 20px;
}

.content-header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000; 
}
.content-title {
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 18px;
}
.content-actions {
  padding-top: 3px;
  padding-right: 18px;
}

h1, h2, h3 {
	font-size:22px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:14px;
}

h1, h2, h3, h4, h5 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	/*color:#0089d9;*/
	margin:20px 0 20px 0;
	font-weight:bold;
}

.search-alt {
	background-color: #f5f5f5;
	font-weight: bold;
}

p {
	line-height:20px;
	margin:0 0 20px 0;
}

.prod_list_pic {
	width: 100px;
	height:90px; 
	border-bottom: solid 1px #D9D9D9;
}

.prod_list_space {
	width: 24px;
	height: 90px;
	border-bottom: solid 1px #D9D9D9;	
}

.prod_list_info {
	width: 374px;
	height: 90px;
	border-bottom: solid 1px #D9D9D9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:220%;
}

.prod_list_info a {
	color: #000;
}

.prod_list_piclink a {
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.prod_list_piclink {
	width: 66px;
	height: 90px;
	border-bottom: solid 1px #D9D9D9;
}

.product_pic {
	width: 78px;
	border: solid 1px #D9D9D9;
	margin: 10px;
}

.prod_image {
	padding: 10px 0px;
}

.prod_amount_input {
	width: 29px;
	height: 16px;
	border: solid 1px #CECECE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 4px;	
}

.toote_info_label {
	font-weight: bold;
}

.prod_list_nav {
	margin-top: 40px;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.prod_list_nav a {
	color: #000;
}

.prod_nav_button {
	padding-left: 3px;
}

.tekst_tabel {
	font-weight: bold;
}

.joon_tabel {
	padding-top: 10px;
	padding-bottom: 10px;	
}

.tabel_bg {
	margin-top: 10px;
}

.formTable td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.formTable input, textarea {
}
.formBox{
  width: 220px;
}

/* Gallery */
.gallery_thumb_name:link {
	display: block;
	font-size: 11px;
	color: #000;
}
.gallery_thumb_name:active {
	display: block;
	font-size: 11px;
	color: #000;	
}
.gallery_thumb_name:visited {
	display: block;
	font-size: 11px;
	color: #000;	
}
.gallery_thumb_name:hover {
	display: block;
	font-size: 11px;
	color: #000;
}

.gallery_back:link {
	font-size: 11px;
	color: #000;
}
.gallery_back:visited {
	font-size: 11px;
	color: #000;
}
.gallery_back:active {
	font-size: 11px;
	color: #000;
}
.gallery_back:hover {
	font-size: 11px;
	color: #000;
}

.gallery_next_page:link {
	font-size: 11px;
	color: #000;
}
.gallery_next_page:active {
	font-size: 11px;
	color: #000;
}
.gallery_next_page:visited {
	font-size: 11px;
	color: #000;
}
.gallery_next_page:hover {
	font-size: 11px;
	color: #000;
}

.gallery_page_nav_numbers {
	float:left;
	font-size: 11px;	
}
.galleryTitle{
  clear: both;
  width: 100%;
  text-align: center;
}
a.galleriesTitle{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a.galleriesTitle:hover{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.galleriesDescription{
  padding-top: 5px;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 11px;
  color: #000000;
}
.galleries{
  width: 100%;
  height: auto;
}
.galerii_align_center{
padding-bottom: 10px;
float: right;
}
.error{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  color: red;
}
.success{
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 12px;
  color: #000000;
}
.clear {
	clear: both;
}



/* POPUP */

div.popup {
  width: 860px;
  border: 3px double #000;
  height: 350px;
  padding: 5px;

  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

.popup_draghandle {
  cursor: move;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

a.popup_closebox {
	text-decoration: none;	
}

.wage_button {
	padding: 2px 10px;	
}


/* Main gallery
---------------------*/
	
.main_gallery {
	padding-top: 18px;
}

.main_gallery img {
	background: #F4F2F4;
	padding: 6px;	
	margin-bottom: 3px;
}

.main_gallery span {
	color: #284A99;
	font-family: Tahoma;
	font-size: 11px;	
	font-weight: bold;
}

/* Fresh news 
--------------------*/
	
.fresh_news_bg {
	background: url(../gfx/bg_mainnews_middle.jpg) left top repeat-y;
	float: left;
	width: 538px;
}	

#fresh_news {
	background: url(../gfx/bg_mainnews_bottom.jpg) left bottom no-repeat;
	float: left;
	padding: 5px 20px 12px 20px;
	width: 498px;
}

#fresh_news h2, #fresh_news h2 a, #fresh_news h2 a:hover {
	color: #000;
	font-family: Arial;
	font-size: 29px;
	margin: 0;	
	text-decoration: none;
}

#fresh_news span {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
}

#fresh_news img.image {
	background: #fff;
	padding: 4px;	
	margin-left: 10px;
}

#fresh_news div.description {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 8px 0;	
	text-align: justify;
}

#fresh_news a {
	color: #284A99;
	font-size: 11px;
	font-family: Arial;	
}

.newstitle {
	background: url(../gfx/bg_newstitle.gif) left top no-repeat;
	float: left;
	height: 46px;
	width: 538px;
	margin: 8px 0 3px;	
}

.newstitle a.rss {
	color: #CCCCCC;
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 6px;	
	text-decoration: none;
}

.newstitle .logo {
	margin-left: 4px;
	margin-top: 4px;	
}

.newstitle .title {
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 48px;
	text-transform: uppercase;
}


/* Main news 
-------------------*/
.news_news_bg {
	background: url(../gfx/news_mainnews_middle.jpg) left top repeat-y;
	float: left;
	width: 538px;
	margin: 5px 0;
}	

.news_news {
	background: url(../gfx/news_mainnews_bottom.jpg) left bottom no-repeat;
	float: left;
	padding: 5px 20px 12px 20px;
	width: 498px;
}

.news_news h2, .news_news h2 a, .news_news h2 a:hover {
	color: #000;
	font-family: Arial;
	font-size: 24px;
	margin: 0;	
	text-decoration: none;
}

.news_news span {
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
}

.news_news img.image {
	background: #fff;
	padding: 4px;	
	margin-left: 10px;
}

.news_news div.description {
	color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 8px 0;	
	text-align: justify;
}

.news_news a {
	color: #284A99;
	font-size: 11px;
	font-family: Arial;	
}

a.view {
	background: #F0F0F0;
	border: 1px solid #ccc;
	color: #284A99;
	float: right;
	font-family: Arial;
	font-size: 11px;
	margin-right: 10px;
	padding: 2px 5px;
	text-decoration: none;
		
}
a.view:hover {
	color: #284A99;
	text-decoration: none;
}

/* Main forum
-------------------*/
	
.forum_thread {
	margin: 10px 0;	
}

.forum_thread span {
	color: #000;
	font-size: 11px;
	font-family: Tahoma;	
}

.forum_thread span.author {
	font-weight: bold;	
}

.forum_thread div.name a {
	color: #284A99;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


