@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: url(../image/pozadi-tm.jpg)
	}

p, h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	color: #E77819;
}

h1 {
	font-size: 37px;
	font-weight: bold;
	margin: 30px 0 0 0;
}

a {
	color: #E77819;
	-webkit-transition: 0.4s all linear;
  	-moz-transition: 0.4s all linear;
  	-o-transition: 0.4s all linear;
  	transition: 0.4s all linear;
	text-decoration: none;
}

a:hover {
	color: #FFA537;
}

p {
	font-size: 15px;
}

#obal {
	margin: 0 auto;
	width: 960px;
	padding: 0 20px;
}

.header {
	background-color: white;
	height: 130px;
	border-bottom: 10px solid #1E1E1E;
	border-top: 10px solid #1E1E1E;
}
.header-stred {
	background: url(../image/logo.png) no-repeat;
	height: 124px;
	margin: 0 auto;
	width: 800px;
}
.footer {
	margin-top: 30px;
	text-align: center;
}

.nahled {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 10px;
	float: left;
	height: 265px;
	width: 302px;
}

.sluzba {
	margin-top: 30px;
	background: #232323;
	border: 3px #575757 solid;
	height: 287px;
	border-radius: 15px;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	-o-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
}

.text {
	width: 550px;
	text-align: justify;
	float: left;
}

.linka {
	height: 2px;
	width: 550px;
	background-color: #E77819;
}

.vice {
	margin-left: 290px;
	margin-top: 40px;
	background: url(../image/vice-informaci.png) 0 0;
	height: 30px;
	width: 261px;
}

.vice:hover {
	background-position: -261px 0;
	}

.truhlarstvi {
	background: url(../image/stolarstvi.jpg) 0 0 no-repeat;
	}

.truhlarstvi:hover {
	background-position: -302px 0;
}

.spotrebice {
	background: url(../image/spotrebice.jpg) 0 0 no-repeat;
	}

.spotrebice:hover {
	background-position: -302px 0;
}

.kuchyne {
	background: url(../image/kuchyne.jpg) 0 0 no-repeat;
	}

.kuchyne:hover {
	background-position: -302px 0;
}

.skrine {
	background: url(../image/skrine.jpg) 0 0 no-repeat;
	}

.skrine:hover {
	background-position: -302px 0;
}

.motoracing {
	background: url(../image/moto.jpg) 0 0 no-repeat;
	}

.motoracing:hover {
	background-position: -302px 0;
}

.bakama {
	background: url(../image/bakama.jpg) 0 0 no-repeat;
	}

.bakama:hover {
	background-position: -302px 0;
}

.footer p a {
	color: #EE9431;
}

.footer p a:hover {
	color: #FFA537;
}