body, div, table, span, a, input, textarea, button, select { font-family: sans-serif; font-weight: normal; text-decoration: none; color:#ffffff; font-size: 10pt; }

body {
  background: #42ACE3;
}

input.button { font-weight: bold; width: 120px; color: #000000; font-size: 8pt;}
hr { height: 1px; color: #ffffff; }
img { border-color: #000000; }

A:link { 
  text-decoration: none;
  font-weight: bold; 
  color: #000000;
}

A:visited {
  text-decoration: none;
  font-weight: bold; 
  color: #000000;
}

A:active {
  text-decoration: none;
  font-weight: bold; 
  color: #000000;
}

A:hover {
  color: #030027;
}

div#page_in {
  background: url("img/bg_page_in.jpg") left bottom no-repeat;
}

div#header {
  height: 340px;
  background: url("img/bg_header.jpg") no-repeat;
}

div#menu_blok {
  top: 304px;
}

div#main {
  background: url("img/bg_main_akce.jpg") left top no-repeat;
}

div#text {
  display: block;
  margin: 0 0 0 0;
  padding: 10px 0 20px 0;
  text-align: left;
  color: #000000;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: url("img/bg_text_akce.gif") repeat-y #ffffff;
}

div#text h1 {
  padding: 0 0 10px 10px !important;
  color: #000000 !important;
}



