/* CSS */

/* Styl pre menu */

#menu{
  width: 752px;
}

#head{
  font-size: 14px;
  color: #eee;
  background-color: #231f20;
  height: 18px;
  border-bottom: 1px solid #444041;
}

#head a{
  color: #eee;
}

/* Polozky menu */
.button a{
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 7px;
  margin-right: 2px;
  display: block;
  float: left;
}
.kontakt a{
  width: 112px;
  height: 287px;
  background-image: url(../images/kontaktyover.jpg);
}

.kontakt a:hover{
  background-image: url(../images/kontakty.jpg);
}

.nastiahnutie a{
  width: 149px;
  height: 287px;
  background-image: url(../images/nastiahnutieover.jpg);
}

.nastiahnutie a:hover{
  background-image: url(../images/nastiahnutie.jpg);
}

.inbox a{
  width: 98px;
  height: 287px;
  background-image: url(../images/inboxover.jpg);
}

.inbox a:hover{
  background-image: url(../images/inbox.jpg);
}

.worship a{
  width: 140px;
  height: 287px;
  background-image: url(../images/worshipover.jpg);
}

.worship a:hover{
  background-image: url(../images/worship.jpg);
}

.foto a{
  width: 92px;
  height: 287px;
  background-image: url(../images/fotoover.jpg);
}

.foto a:hover{
  background-image: url(../images/foto.jpg);
}

.my a{
  width: 100px;
  height: 287px;
  background-image: url(../images/myover.jpg);
}

.my a:hover{
  background-image: url(../images/my.jpg);
}


/* L O G O*/
#logo{
  text-align: right;
}

/* n E W S */
#maincontent{
  width: 750px;
  height: 510px;
  background-color: #111111;
}

.news{
font-size: 11px;
  font-family: helvetica;
  width: 200px;
  height: 170px;
  color: #eee;
  background-color: #231f20;
  border-left: 1px solid #444041;
  border-right: 1px solid #444041;
  border-bottom: 5px solid #444041;
  border-top: 5px solid #444041;
  margin-top: 20px;
  margin-left: 14px;
  margin-right: 9px;
  padding: 5px 10px;
  overflow: auto;
  overflow-x: visible;
  float: left;
}
