﻿body{
	font-family:  Tahoma, Verdana, sans-serif;
	background-color: #F3F3F3;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 8pt;
	margin: 5px;
	padding: 0px;
	vertical-align: top;
}
table{
	font-family:  Verdana, Arial, sans-serif;
	table-layout: fixed;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: none;
}
img{
border: 0px;
}
.header{
    margin-left: 500px;
    margin-top: 0px;
    width: 300px;
    text-align: right;
}
.site_map{
	margin: 18px 0px 14px 0px;
	padding: 0px;
}
.lang{
    margin: 0px;
    padding: 0px;
}
.main{
	margin: 0px;
	padding: 0px;
	width: 800px;
	border: 1px solid #E6E6E6;
	background-image: url(images/kub.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: White;
}
.menu{
    background-color: White;
    font-size: 9pt;
    width: 155px;
    margin: 5px;
    margin-left: 630px;
    margin-top: 20px;
}
.ltext{
    padding: 2px;
    margin-top: 160px;
    margin-left: 5px;
    width: 170px;
    min-height: 380px;
    height: 380px;
}
.rtext{
	border: 1px none InactiveBorder;
	color: #3E3E3E;
	padding: 3px;
	width: 580px;
	min-height: 500px;
	margin-top: -510px;
	margin-left: 190px;
	text-align: left;
}
/*----------------- text ---------------- */
a{
    font-family:  Arial, Verdana, sans-serif;
    text-decoration: underline;
    color: #177366;
}
a:hover{
    color: #595959;
}
a.link{
    font-family:  Arial, Verdana, sans-serif;
    text-decoration: none;
    color: Gray;
    font-weight: bold;
}
a.link:hover{
    color: Black;
    font-weight: bold;
}
.deaktiv{
    color: #595959;
}

.aktiv{
	background-color: Black;
	cursor: hand;
   cursor: pointer;
}
.h1{
	color: #4B5353;
	font-size: 14pt;
	font-weight: bold;
}
.h2, h3{
    color: #177366;
}
h3{
	display: inline;
	font: 14px Arial;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h3.manual{
	width: 250px;
	height: 15px;
	margin-right: 250px;
	float: left;
}
.menu_left{
    font-size: 1.1em;
    font-weight: bold;
    /*border: 1px solid #C1C1C1;*/
    /*background-color: #F5FBFA;*/
    padding: 10px 8px 55px 4px;
}
.small{
	color: Gray;
	text-align: left;
	font: normal 7pt  Tahoma, Verdana, sans-serif;
}
strong.small{
	color: White;
	margin-left:20px;
}
.map{
	font: 8pt sans-serif;
	border: 1px solid #BDE2DB;
}
.texth{
	color: Black;
	background-color: #428B78;
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #b8b8b8;
	display: block;
	padding: 3px 0px 3px 15px;
	text-align: left;
}
.order{
	margin-top: 10px;
	margin-left: 0px;
}
.order a{
	text-decoration: underline;
	color: Red;
	padding-bottom: 10px;
}
.newsh{
	color: White;
	background-color: #428B78;
	border: 1px none #E4E4E4;
	font-weight: normal;
	font-size: 1.1em;
	display: block;
	padding: 2px 3px 2px 3px;
	text-align: center;
	vertical-align: middle;
}
.news_con{
	background-color: #F8F8F8;
	border: 1px none #C1C1C1;
	margin-bottom: 1em;
	width: 275px;
	text-align: left;
	padding: 0px 2px 0px 2px;
}
.device{
    border: 1px solid #C1C1C1;
	 background-color: #F0F9F8;
    margin-top: 0px;
    padding: 5px 10px;
	 list-style-position: inside;
	 position: relative;
}
.device div{
	margin-left: 95px;
	z-index: 50;
}
table.bg td,table.bg th{
	background-color: #F0F9F8;
	padding: 3px;
	border: 1px solid White;
}
/*order*/
.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-bottom: 1px dotted #177366;
	height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px; 
}
.cssform input.short {
    width: 36px;
	 margin: 0px 2px;
}
.cssform textarea{
width: 250px;
}
* html .threepxfix{
margin-left: 3px;
}
/* contacts */
.con_text{
	width: 98px;
	color: gray;
	display: block;
	float: left;
}
.small_form{
	border: 1px solid #177366;
	padding: 5px 15px;
	width: 360px;
	text-align: center;
}
.small_form form{
	text-align: left;
}
.small_form p{
	width: 200px;
	clear: left;
	margin: 0;
	padding: 3px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-bottom: 1px dotted #e6e6e6;
	height: 1%;
}
.small_form label{
	font-weight: bold;
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.small_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 190px; 
	border:1px solid #d4d0c8;
}
.small_form input[type="text"]:focus, .small_form textarea:focus{
	border:1px solid #595959;
}
.small_form input.short {
    width: 36px;
	 margin: 0px 2px;
}
.small_form textarea{
	width: 190px;
	border:1px solid #d4d0c8;
}
.submit{
	border:1px solid #d4d0c8;
	background: #f8f8f8;
	color: #177366;
	margin-left: 145px;
	margin-top: 10px;
}	

/* contacts end */
/*device*/
.thumbnail img{
	float: left;
	position: relative;
	margin: 1px;
	background-color: #F5FBFA;
}
.thumbnail{
position: static;
z-index: 0;
}
.thumbnail:hover{
background-color: #F5FBFA;
z-index: 50;
}
.thumbnail:hover span{
visibility: visible;
top: 0px;
left: 0px;
}
.thumbnail span{
position: absolute;
background-color: #F5FBFA;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 50;
}
.faq{
	border-bottom: 1px solid Green;
	margin-bottom: 16px;
	padding-bottom: 10px;
	height: auto;
}
hr{
	background-color: Green;
	color: green;
	border: none;
	height: 1px;
}
.green{
	color: #177366;
}
.green_bold{
	color: #177366;
	font-weight: bold;
}
.dotted{
	border: none;
	border-top: 1px dashed #177366;
	width: 100%;
	margin: 6px 0;
	display: block;
	height: 2px;
}
.red{
	color: Red;
}
.faq span{
	margin-left: 18px;
	margin-top: -12px;
	display: block;
}
li{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 22px;
	margin-bottom: 4px;
}
.clear
{
	clear: both;
}
