

body {
  text-align: center;
  overflow: auto;
  font-family: Courier New, monospace;
  background-color: black;

}

img {
  border: solid red 0px;
}

div {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

table {
  border: solid green 0px;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

td {
  border: solid red 0px;
  margin: 0px;
  padding: 0px;
}

tr {
  border: solid red 0px;
  margin: 0px;
  padding: 0px;
}

a {
  color:black;
  border: 0px;
}

a:hover {
  color:black;
  text-decoration:none;
}


p {
  text-align: justify;
}

.overall{
  position:absolute;
  top:0px;
  left:0px;
  width:1000;
  border: solid blue 0px;
  overflow:none;
}

.dalsi_koncert {
  position: absolute;
  top: 40px;
  left: 825px;
  height: 70px;
  width: 170px;
  text-align: left;
  font-size: 70%;
  border: solid blue 0px;
}

.blog {
  position: absolute;
  top: 50px;
  left: 50px;
  height: 93px;
  width: 75px;
  border: solid blue 0px;
}

.datum {
  text-align: right;
  font-size: 70%;
}

.imagerotator {
  position: absolute;
  top: 600px;
  left: 825px;
  height: 160px;
  width: 160px;
  border: solid white 0px;

}

.maintd {
  height: 840px;
  width: 600px;
  max-height: 840px;
  max-width: 600px;
  vertical-align: top;
  background-image: URL('http://www.padede.com/pictures/casti/main.jpg');
  background-color: white;
  border: solid blue 0px;
  background-repeat: no-repeat;
  overflow: auto;
  
}

.maindiv {
  height: 840px;
  width: 600px;
  max-height: 840px;
  max-width: 600px;
  vertical-align: top;
  border: solid blue 0px;
  overflow: auto;
  /*padding: 10px;*/  
}

.footer {
  height:62px;
  width:1000px;
  background-image: URL('http://www.padede.com/pictures/casti/footer.jpg');
  background-repeat: no-repeat;
  vertical-align: top;
  border: solid blue 0px;
}

.footer2 {
  height: 62px;
  width: 600px;
  text-align: center;
  font-size: 80%;

}

#reklama{
  width: 200px;
  position: relative;
  /*float: left;*/
  bottom: 0px;
  left: 0px;

}