body {
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
	width: 100%;
}

.centered {
  text-align: center;
}

a {
  color: #FFC40A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#header {
  margin: 0px auto;
  width: 1088px;
  height: 216px;

}

#menubar {
  width: 100%;
  height: 20px;
  background-image: url(../images/menu-background.jpg);
}

#menu {
  margin: 0px auto;
  width: 1088px;
  height: 20px;
  background-image: url(../images/menu.jpg);
  text-align: left;
}

#textbody {
  margin: 0px auto;
  width: 1088px;
  height: auto;
  background-image: url(../images/background.jpg);
  text-align: left;
}

#textbody #left {
  float: left;
  width: 616px;
  min-height: 485px;
  height: auto !important;
  height: 485px;
  background-image: url(../images/background-left.jpg);
  background-repeat: no-repeat;
}

#textbody #right {
  float: right;
  width: 472px;
  min-height: 133px;
  height: auto !important;
  height: 133px;
  background-image: url(../images/background-right.jpg);
  background-repeat: no-repeat;
}

.clear {
  clear: both;
}

#menu ul {
  margin: 0px 0px 0px 223px;
  padding: 2px 0px 0px 0px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 10px;
}
#menu a:hover {
  text-decoration: underline;
}

#article {
  margin: 27px 5px 0px 233px;
  line-height: 1.5;
}

#anketa {
  color: #999999;
  padding: 65px 170px 0px 23px;
  background-image: url(../images/anketa_pic.jpg);
  background-repeat: no-repeat;
  background-position: 6px 0px;
  font-size: 11px;
}

#akcieimg {
  width: 117px;
  height: 43px;
  background-image: url(../images/aktualne-akcie.jpg);
  margin: 30px 0px 0px 8px;
}

#akcie {
  color: #999999;
  margin: 15px 175px 0px 23px;
  font-size: 11px;
}
#facebook, #musicbox {
  margin: 20px 175px 0px 23px;
  font-size: 12px;
	color: #AC2718;
}
#facebook a {
	color: #AC2718;
}
#nav_6 a {color:#FFC40A !important;}

hr {
  color: #999999;
  background-color: #999999;
  height: 1px;
  border: 0px;
  clear: both;
  margin: 5px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #FFC40A;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  color: #FFC40A;
  margin: 0px;
  line-height:14px; text-align:left;
  padding: 5px 0px 7px 0px;
}

p {
  margin: 0px;
  padding: 5px 0px; font-size:12px !important; line-height:16px; text-align:left;
}

h4 {
  color: #AC2718;
  font-size: 11px;
  font-weight: normal;
  margin: 3px 0px 0px 0px;
  padding: 0px;
}

#footer {
  clear: both;
  font-size: 10px;
  line-height: 20px;
}
#footer a {
  color: #fff;
}
#footer #copyright {
  float: left;
  margin-left: 5px;
}
#footer #webdesignby {
  float: right;
  margin-right: 5px;
}


.photodiv {
  float: left;
  margin: 20px;
  text-align: center;
}

.photodiv a {
  text-decoration: none;
}

img {
  border: none;
}

.photodiv img {
  border: 1px #000 solid;
}

.detail_photo {
  float: left;
  margin: 10px;
  width: 100px;
  height: 75px;
}

.detail_photo img {
  border: 1px #000 solid;
}

#mainback {
  clear: both;
  padding-top: 20px;
}

.poll {
  margin: 5px 0px;
}
.poll a {
  color: #AC2718;
}

textarea {
	width: 100%;
}
input, textarea, select {
	font-family: Tahoma;
	font-size: 11px;
	background-color: transparent;
	margin: 0px;
	padding: 2px;
	border: #999999 1px solid;
	color: #999999;
}

#guestbook {
  font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	line-height: 1;
}

p.guestbook {
  line-height: 1;
  margin: 20px 0px 0px 0px;
}

.guest_podpis {
  color: #FFC40A;
}

form {
  margin: 0px;
  padding: 0px;
}

#submitpost {
  margin: 10px 0px;
  float: right;
}

.error {
  color: #FFC40A;
  font-size: 11px;
}

#strankovanie {
  margin: 20px 0px 0px 0px;
}

#article p img {
  margin:3px 10px 0 0;
}


#contactform textarea {
    width: 95%;
    height: 120px;
}
#contactform input, textarea {
    margin-bottom: 10px;
}

#contactform table input {
    margin-bottom: 0px;
}

#contactform input {
    width: 180px;
}

#contactform #submit {
    width: auto;
}