/* CSS Document */

body {
  background: #004B97;
  font-family: Verdana, Arial, Helcetica, sans-serif;
  color: #222;
}

body, table, td {
  font-size: 11px;
}

a, a:visited {
  text-decoration: none;
}

#container {
  background: #EFEBE3;
  width: 779px;
}

#menu {
/*  background: #EFEBE3; */
  padding: 8px;
  color: #004B97;
  font-weight: bold;
}

#menu a, #menu a:visited {
  font-size: 16px;
  color: #004B97;
  text-decoration: none;
  margin: 0 5px;
}

#menu a:hover, #menu a:active {
  color: #000;
}

#lcol {
/*  width: 300px; */
  color: #004B97;
}

.sec {
  margin-bottom: 10px;
  padding: 8px;
  background-color: #ffffff;
  text-align: left;
}

h1 {
  font-size: 13px;
  margin-top: 0;
  font-weight: bold;
  color: #959595;
}

h1 span {
  color: #004B97;
}

.kontakt {
  padding: 5px;
  font-size: 10px;
  line-height: 1.5em;
  color: #004B97;
}

.footer {
  font-size: 11px;
  color: #efebe3;
}