html {
	overflow: hidden;
	}

body {
	font-family: 'Roboto', sans-serif; 
	font-weight: 300;
	font-size: 15px;
	color: rgb(0, 0, 0);
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#bg {
	position: absolute;
	z-index: 500;
	overflow: hidden;
	background: #ccc;
	}
	
#mg {
	position: absolute;
	z-index: 750;
	opacity: 0.5;
	background: #333;
	}
		
#umg {
	width: 100%;	
	position: absolute;
	z-index: 751;
	opacity: 1;
	}
	
#upperinfo{	
//	float: right;
	width: 66%;	
	color: #fff;
	display:inline-block;
	height: 177px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 640px;
	}
	/*
 #upperinfo .info {
	width: 570px;
//	float: left;
	display:inline-block;
	text-align: right;
	padding: 20px 0 50px 35px;
	} */
	
 #upperinfo .info {	
	width: 570px;
	padding: 20px 35px 50px;
	color: #fff;
	}
 #upperinfo .info .message {
	display:inline-block;
	color: #fb0; 
	font-size: 140%;	
	cursor: pointer;
	
	}
	
#upperinfo .info .phone {
	font-size: 150%;
	color: #fb0; 
	}
		
 #upperinfo .info .text.large {
	font-size: 150%;
	}
	
	
#fg {
	position: absolute;
	z-index: 1000;
	overflow-y: hidden;
	}
	
#middle {
	width: 100%;
	margin: 0 auto;
	}
	
#left {
	position: absolute;
	z-index: 5000;
	float: left;
	width: 33%;	
	}
	
#left .alpha{
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	}

#right {
	position: relative;
	z-index: 4000;
	float: right;
	width: 67%;
	padding-bottom: 50px;
	overflow-x: auto;
	overflow-y: auto;
	}

#right-inner {
	// padding-left: 10px;
	}

#right div.content{
//	margin: 250px 0 100px 30px;
	width: 570px;
	background: #0e0e0e;
	padding: 20px 35px 50px;
	color: #fff;
	}
		
#ufg {
	position: absolute;
	z-index: 5000;
	overflow-y: hidden;
	display: none;
	width: 100%;
	text-align: center;
	}
		
#ufg #bottom {
	height: 60px;
	width: 100%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.9);
	}	
	
#ufg #bottom .bottom{
	width: 800px;
	margin: 10px auto;
	font-size: 90%;
	}
	
#ufg #bottom .bottom span{
	margin: 10px;
	}
	
#ufg #bottom .bottom span.white{
	color: #fff; 
	}
	
#ufg #bottom .bottom span.yellow{
	color: #fa0; 
	}

.right { float: right;}	
.left { float: left;}	
	
h1 {
	font-size: 200%;
	font-weight: 400;
	}

	
ul.leftnav {
	margin-top: 65px;
	padding: 55px;
	list-style-type:none;
	font-size: 200%;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	}
	
ul.leftnav a {
	text-decoration: none;
	color: #fff;
//	line-height: 140%;
	}	
	
ul.leftnav  a:hover{
	color: #fb0;
	font-weight: 500;
	}	

.content ul {
	list-style-type: none;
	color: #fff;
	padding: 0px;
	}
		
.content table {
	width: 100%;
	}
	
.content table.truck-cranes tr td:first-child a{
	font-size: 120%;
	}	
	
.content table.truck-cranes tr td:nth-child(2) {
	text-align: right;
	color: #ccc;
	}
	
.content a {
	list-style-type: none;
	color: #fff;
	color: #fa0;
	text-decoration: none;
	}
	
.content a:hover {
	//color: #fa0;
	//color: #fff;
	text-decoration: underline;
	}	
	
.content ul.truck-cranes {
	font-size: 120%
	}
	
ul.catalog li {
	color: #fff; 
	font-size: 120%; 
	margin-top: 25px;
	width: 570px;
	height: 158px;
	overflow: hidden;
	}
	
.content ul li div {
	line-height: 100%; 
	font-size: 80%; 
	color: #ccc; 
	margin-bottom: 20px;
	}

.content ul.bullets {
	list-style-type: disc;
	font-size: 90%;
	padding: 10px;
	}

.catalog .name {
	display: block;	
	position: relative;
	height: 30px;
	top: -30px;
	background: rgba(0,0,0,0.7);
	text-align: right;
	}
	
.catalog a:hover .name{
	background: rgba(0,0,0,0.6);
	top: -31px;	
	}	

.catalog a img {
	height: 158px;
	}
	
.catalog a:hover img {
//	opacity: 0.9;
	height: 160px;
	margin-top: -1px;
	margin-left: -1px;
	}
table.main td {
	overflow: hidden;
	width: 165px;
	height: 185px;
	display:inline-block;
	padding: 10px;
	}

table.main .name {
	display: block;	
	position: relative;
	height: 30px;
	top: -30px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	padding: 5px;
	}
	
table.main a {
	width: 185px;
	height: 185px;
	display:inline-block;
	overflow: hidden;
	}	

table.main a img {
	width: 185px;
	height: 185px;
	}
	
table.main a:hover img {
	width: 188px;
	height: 188px;
	margin-top: -0.5px;
	margin-left: -0.5px;
	}
	
table.main a:hover .name{
	background: rgba(0,0,0,0.6);
	top: -32px;	
	}	
		
ul.files {
	text-align: center;
	}
	
table.cranedata, table.chipperdata, table.white60 {
	background: #5e5d5b;
	color: #fff;
	font-size: 80%;
	text-align: center;
	width: 100%;
	margin: 20px 0;
	}
	
.breadcrump *{
	font-size: 70%;
	color: #fff;
	}
.breadcrump a:hover{
	font-size: 70%;
	color: #fb0;
	}	
	
.slider-container { 
	margin-bottom: 25px;
	}
	
.jssord03l, .jssord03r, .jssord03ldn, .jssord03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/jssor/img/d03.png) no-repeat;
    overflow:hidden;
	}
	
.jssord03l { background-position: -3px -33px; }            
.jssord03r { background-position: -63px -33px; }            
.jssord03l:hover { background-position: -123px -33px; }            
.jssord03r:hover { background-position: -183px -33px; }            
.jssord03ldn { background-position: -243px -33px; }            
.jssord03rdn { background-position: -303px -33px; }    

.close-dialog {
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #999;
	width: 18px;
	height: 18px;
	margin: 7px;
	background: #000;
	}
	
#dialog-overlay { 
	width:100%;
	height:100%; 
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	background:#000; 
	position:absolute;
	top:0;
	left:0;
	z-index:13000; 
	display:none;
	}

#dialog-box{
//	-moz-border-radius: 5px; 
//	-webkit-border-radius: 5px; 
//	border-radius: 5px; 
    position:absolute;
	z-index:15000;
	display:none;
    background:#fff; 	
	}	
	
#ajd {
	height: 100%;
	padding: 1px;
	}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}
	
.units-btn {
	text-align:center;
	cursor: pointer;
	color: #fb0;
	}
.units-desc {
	margin-left: 40px;
	display:none;
	
	}
.unit-desc {
	width:  32%;
	text-align: left;
	}

td.files {
	font-size: 85%;
	padding-left: 30px;
	}
	
div.request, div.login {
	text-align: center;
	width: 570px;
	}
	
div.name, div.kontakt , div.company {
	display: inline-block;
	width: 500px;
	margin: 10px auto;
	}
	
.request div.message{
	display: inline-block;
	width: 500px;
	margin: 10px auto;
	height: 100px;
	}	
	
	
div.request textarea, div.request input{
	width: 100%;
	height: 100%;
	}

div.request input, div.login input{
	height: 30px;
}

.b {
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	color: black;
	padding: 4px 8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 30%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ececec), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top, #ececec 30%,#dbdbdb 100%);
	background: -o-linear-gradient(top, #ececec 30%,#dbdbdb 100%);
	background: -ms-linear-gradient(top, #ececec 30%,#dbdbdb 100%);
	background: linear-gradient(to bottom, #ececec 30%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dbdbdb',GradientType=0 );
	margin: 20px;
	font-weight: 500;
}

.b:not(.inactive):hover {
	border: 1px solid #777;
	}
	
.b:not(.inactive):active, .b.active {
	background: #dbdbdb;
	background: -moz-linear-gradient(top, #dbdbdb 16%, #dbdbdb 16%, #ececec 57%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#dbdbdb), color-stop(16%,#dbdbdb), color-stop(57%,#ececec));
	background: -webkit-linear-gradient(top, #dbdbdb 16%,#dbdbdb 16%,#ececec 57%);
	background: -o-linear-gradient(top, #dbdbdb 16%,#dbdbdb 16%,#ececec 57%);
	background: -ms-linear-gradient(top, #dbdbdb 16%,#dbdbdb 16%,#ececec 57%);
	background: linear-gradient(to bottom, #dbdbdb 16%,#dbdbdb 16%,#ececec 57%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ececec',GradientType=0 );
	}