* {
  margin: 0;
  padding: 0;
}
body{
  background: url('images/bg.jpg') repeat-x #eee;
  font-family: arial;
}
#box {
  width: 791px;
  margin: 0 auto;
  text-align: left;
}
#header {
  width: 791px;
  height: 398px;
  background: url('images/header.jpg') no-repeat;
}
#menu {
width: 450px;
height: 40px;
position: relative;
top: 37px;
left: 420px;
}
#menu div {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  border-right: 2px solid white;
  padding-right: 10px;
  color: black;
  font-size: 18px;
}
.clean {
  clear: both;
}
#text {
width: 430px;
height: 40px;
position: relative;
top: 143px;
left: 353px;
font-size: 14px;
color: white;
}
#boxes {
  width: 791px;
  background: white;
  margin-top: 10px;
  padding-bottom: 20px;
}
.box {
  width: 219px;
  margin-left: 20px;
  padding-right: 20px;
  border-right: 1px dashed #dfdcdc;
  margin-top: 20px;
  float: left;
}
.box h3 {
  font-size: 18px;
  color: #850000;
}
.box p {
  color: black;
  font-size: 12px;
}
#content {
  width: 791px;
  margin-top: 20px;
  font-size: 12px;
  color: black;
  padding-bottom: 20px;
}
#content h2 {
  color: black;
  font-size: 20px;
}
.c_box {
  width: 765px;;
  padding: 10px 0;
  background: #5156ba;
  border-left: 15px solid #969bfd;
  padding-left: 10px;
  color: white;
  margin-top: 10px;
}
#content p {
  margin-top: 20px;
  color: black;
}

#footer {
  width: 100%;
  height: 40px;
  background: #d7d7d7;  
}
#auth {
  padding-top: 13px;
  margin-left: 670px;
  font-size: 12px;
  color: black;
  font-weight: bold;
  text-align: center;
}


#menu div a {
  text-decoration: none;
  color: black;  
}
.box li {
  font-size: 12px;
  margin-left: 20px;
}
.box ul {
  margin-top: 15px;
  
}
#content li {
  font-size: 14px;
  margin-left: 20px;
}
#content ul {
  line-height: 1.5;
  margin-top: 15px;  
}
#kontakt {
  margin-left: 50px;
  margin-top: 20px; 
}
#mapa iframe {
  float: left;
  border: 2px #c2c2c2 solid;
}
#udaje {
  line-height: 1.5;
  float: left;
  margin-left: 20px;
  font-size: 14px;
}
#auth a {
  text-decoration: none;
  color: black;
}