body{
	padding: 0px;
	margin: 0px;
	background-color: #2F2C33;
	font-size: 14px;
	font-family: "Trebuchet MS";
}

.hand{
	cursor: pointer;
}

img{
	border: 0px;
}

a, a:hover{
	text-decoration: none;
	color: #5F5959;
	font-size: 14px;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {color: #FF0000}



#bgr_top{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 400px;
	background-color: #27262C;
	z-index: -10;
}

#container {
	width: 784px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid #000000 10px;
	margin-top: 10px;
	text-align: center
}



#content {
	position: relative;
	padding: 4px;
	min-height:770px;
	height:expression(this.scrollHeight > 770 ? "auto":"770px"); 
	background-color: #000000;
}


#menu{
	width: 100%;
	height: 34px;
	position: relative;
	background-image: url(../img/bgr_menu.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

#menu .left{
	position: absolute;
	left: 0px;
}

#menu .right{
	position: absolute;
	right: 0px;
}

#menu a, #menu a:hover{
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold; 
	text-decoration: none;
	top: 7px;
}
#menu a:hover{
	color: #5F5959;
}

#menu img{
	position: absolute;
}

#menu .home{
	left: 35px;
}

#menu .nabidka{
	left: 200px;
}

#menu .cenik{
	left: 360px;
}

#menu .kontakty{
	left: 457px;
}

#menu .export{
	left: 573px;
}

#menu .reference{
	left: 670px;
}


#menu .home_sep{
	left: 175px;
}

#menu .nabidka_sep{
	left: 333px;
}

#menu .cenik_sep{
	left: 428px;
}

#menu .export_sep{
	left: 546px;
}

#menu .reference_sep{
	left: 645px;
}


#logo{
	width: 775px;
	height: 267px;
}



#box_body{
	background-image: url(../img/bgr_obr.jpg);
	background-repeat: no-repeat;
	background-position: 70% 10%;
	width: 100%;
	min-height: 480px;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
}

#box_body img{
	border: 3px solid #C4C4C3;
}
#box_body img.left{
	float: left;
}
#box_body img.right{
	float: right;
	margin-right: 25px;
	margin-left: 10px;
}


#footer{
	width: 100%;
	height: 30px;
	background-color: #000000;
	color: #5B5B5B;
	font-size: 12px;
	text-align: left;
}
#footer hr{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 9px;
	border: none;
	border-top: 1px solid #5B5B5B;
}
#footer .ns{
	float: right;
	padding-right: 10px;
}
.ns a, .ns a:hover{
	color: #F34705;
	font-size: 10px;
}

h1{
	text-align: left;
	color: #DD0106;
	font-size: 16px;
}

h1 .line{
	border-bottom: 3px dotted #DD0106;
}
