@charset "iso-8859-2";
/* CSS Document */

body {
  background: #000 url(images/background1.jpg) repeat-x left top;
  margin: 0;
  font: 11px Verdana, Geneva, sans-serif;
  color: #FFF;
}
a {
  text-decoration: none;
  color:#FFF;
}
a:hover {
	color: #C43127;
}
#body, #header, #container {
	position: relative;
	width: 1100px;
}
#body {
  margin: auto;
  min-height: 920px;
  background: url(images/background_body1.jpg) no-repeat left top;
}
.oferta #body {
	background-image: url(images/background2.jpg);
}
.kontakt #body {
  background-image:url(images/background3.jpg);
}
.dojazd #body {
  background-image:url(images/background_body.jpg);
}
#header {
  height: 117px;
}
#logo {
  position: absolute;
  left: 20px;
  bottom: 7px;
}
#header h1 {
  font: normal 24px Verdana, Geneva, sans-serif;
  position: absolute;
  bottom: 17px;
  left: 310px;
  margin: 0;
}
#menu {
  height: 10px;
  margin: 10px 0;
}
#menu li {
  float: left;
  padding: 0 15px;
  list-style: none;
  font-weight: bold;
  border-left: #FFF 1px solid;
}
#menu li:first-child {
  border-left: none;
}
#container {
  height: 384px;
  padding: 40px;
  width: 400px;
  font-size: 12px;
}
.index #container h3 {
	color: #CCCCCC;
	font-size: 13px;
  font-weight: normal;
}
#mapa {
  margin: 20px 10px 0;
  height: 360px;
  width: 500px;
  color:#333;
}
.kontakt #container {
  padding: 10px 40px;
  width: 500px;
}
.kontakt #container h2 {
	margin: none;
  font-size: 16px;
  font-weight: bold;
}
.kontakt #container div {
  width: 200px;
  float: left;
}
form {
  float: right;
  width: 250px;
}
fieldset {
  border: none;
}
legend {
  font-weight: bold;
  padding: 24px 0 0;
  color: #FFF;
}
label {
  display: block;
  font-size: 11px;
  margin-top: 3px;
}
input, textarea {
	width: 240px;
}
input, textarea, button {
  border: #333 solid 1px;
}
#footer {
  background: #252525;
  height: 21px;
  width: 940px;
  position: absolute;
  top: 533px;
  left: 0px;
  text-align: right;
  padding: 5px 160px 0 0; 
}

