/* OHKCV DEFAULT CSS */

/* --- GLOBAL --- */

a, a:visited, a:active {
  color: #b28a00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, table {
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 10pt;
}

body{
  text-align: center;
  background-color: #30677C;
  background-image: url(../img/bckgrnd_up.gif);
  background-position: top;
  background-repeat: repeat-x;
}

#welcome, #cooperation
{
  font-size: 11px;
}
.orange {color: #ecb800;}
.beige {color: #ffe27b;}

#all-the-web {
  display: table;
  text-align: left;
  margin: 0 auto;
  width: 901px;
  height: 100%;
  background-color: white;
  background-image: url(../img/bckgrnd_main.gif);
}

/*
#shadow-top {
  position: absolute;
  left: 900px;
  width: 20px;
  height: 200px;
  background-image: url(../img/shadow_top.gif);
}
*/
/* --- TOP --- */

#top {
  width: 900px;
  height: 120px;
  background-image: url(../img/top.gif);
}

#logotype {
  float: left;
  width: 465px;
  height: 120px;
  background-image: url(../img/logotype.gif);
}

/* --- LOGIN --- */

#login-panel {
  float: right;
  display: inline;
  width: 245px;
  height: 73px;
  margin: 16px 28px 0 0;
  background-color: #3f788f;
  background-image: url(../img/login_back.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#login {
  margin: 3px 0 0 10px;
}

#login tr {
  color: white;
  height: 22px;
  font-size: 11px;
}

#login td.item {
  text-align: right;
  width: 45px;
  padding-right: 3px;
}

#login td.links {
  border-left: 1px solid #51889f;
  padding: 3px 3px 3px 8px;
  vertical-align: bottom;
}

#login a, #login a:visited, #login a:active {
  color: #ecb800;
  text-decoration: none;
}

#login a:hover {
  color: white;
  text-decoration: none;
}

#login input {
  font-size: 11px;
  margin-right: 10px;
  width: 93px;
  height: 16px;
  background-image: url(../img/login_input_back.gif);
  border: 0;
}

/* --- COLUMN LEFT --- */

#column-left {
  float: left;
  width: 222px;
}

#column-left h3 {
  color: #ECB800;
  font-size: 14px;
  border-bottom: 1px solid #f1bd07;
  margin: 10px 10px 0 22px;
  padding-bottom: 3px;
}

#column-left h4 {
  color: #6398ae;
  font-size: 14px;
  margin: 20px 10px 0 30px;
  padding-bottom: 3px;
}

/* --- MENU --- */

.menu {
  margin-top: 7px;
  margin-right: 10px;
  font-size: 12px;
  list-style-image: url(../img/li_square.gif);
}

.menu a, .menu a:visited, .menu a:active {
  color: #2c6076;
  text-decoration: none;
}

.menu a:hover {
  color: #ecb800;
  text-decoration: none;
}

/* --- CALENDAR --- */

#calendar-panel {
  float: right;
  width: 197px;
  height: 166px;
  background-image: url(../img/calendar_back.gif);
  margin-bottom: 10px;
}

#calendar {
  margin: 0 0 0 11px;
}

#calendar td {
  width: 26px;
  height: 26px;
  font-size: 11px;
  text-align: center;
}

#calendar td.day {
  color: #2c6076;
  background-image: url(../img/calendar_day_back.gif);
}

#calendar td.day-full {
  color: #fed74f;
  background-image: url(../img/calendar_dayfull_back.gif);
}

#calendar a, #calendar a:visited, #calendar a:active {
  color: #fed74f;
  text-decoration: underline;
}

#calendar a:hover {
  color: white;
  text-decoration: underline;
}

.month-sel {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0 12px 15px;
}

.month-sel a, .month-sel a:visited, .month-sel a:active {
  color: #f1bd07;
  text-decoration: none;
}

.month-sel a:hover {
  color: white;
}

/* --- SEARCH --- */

#search-panel input.search {
  color: #263a42;
  font-size: 11px;
  width: 136px;
  height: 21px;
  border: 0;
  background-image: url(../img/search_input_back.gif);
  margin: 0 7px 0 30px;
  padding: 4px 2px 2px 2px;
}

/* --- MAIN --- */

#main {
  display: inline;
  float: right;
  width: 678px;
  /*margin-right: 20px;*/
}

/* --- WELCOME --- */

#welcome {
  float: right;
  width: 661px;
  height: 215px;
  color: white;
  font-family: verdana;
  background-image: url(../img/welcome_back.gif);
}

#welcome h1 {
  font-size: 19px;
  margin: 0 0 5px 0;
  font-family: book Antiqua;
}

#welcome .text {
  float: left;
  display: inline;
  width: 310px;
  margin: 8px 5px 5px 15px;
}

#welcome .more {
  float: right;
  display: inline;
  margin-right: 20px;
}

#welcome a, #welcome a:visited, #welcome a:active {
  color: #f1bd07;
  text-decoration: none;
}

#welcome a:hover {
  color: #ffe690;
  text-decoration: none;
}

#welcome-pic {
  float: right;
  width: 310px;
  height: 203px;
  margin: 6px 12px 0 0;
  display: inline;
  background-image: url(../img/welcome_pic.jpg);
  background-position: right;
  background-repeat: no-repeat;
  border-left: 1px solid #dac775;
}

/* --- NEWS, EVENTS --- */

#news, #events {
  display: inline;
  width: 300px;
  padding-bottom: 15px;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 10px;
}
#seminare{
  padding-bottom: 15px;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 10px;
  width: 635px;
  margin: 20px 0 0 25px;
  background-image: url(../img/exclamation.jpg);
}

#news {
  float: left;
  margin: 20px 0 0 25px;
  background-image: url(../img/ico_pin.gif);
}

#events {
  float: right;
  margin: 20px 20px 0 0;
  background-image: url(../img/ico_calendar.gif);
}
#seminare h2 {
  font-family: book Antiqua;
  font-size: 16px;
  color: #263a42;
  margin: 3px 0 3px 35px;
  padding-bottom: 3px;
  border-bottom: 1px solid #6398ae;
}

#news h2{
  font-family: book Antiqua;
  font-size: 16px;
  color: #263a42;
  margin: 3px 0 3px 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dac775;
}

#events h2{
  font-family: book Antiqua;
  font-size: 16px;
  color: #263a42;
  margin: 3px 0 3px 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #6398ae;
}

#news .date, #events .date,  .nahled_clanku .date, #seminare .date{
  color: #f1bd07;
}

#news .heading, #events .heading, .nahled_clanku .heading, #seminare .heading{
  color: #6398ae;
}

#news p, #events p, .nahled_clanku p, #seminare p{
  margin: 0 0 7px 0;
  color: #263a42;
}

/* --- COOPERATION --- */

#cooperation {
  color: #263a42;
  clear: both;
  width: 650px;
  margin: 0 0 10px 21px;
  background-image: url(../img/cooperation_back.gif);
  background-repeat: no-repeat;
}

#cooperation h2 {
  font-family: book Antiqua;
  font-size: 16px;
  color: #355105;
  padding: 12px 0 0 0;
  margin: 0;
}

#cooperation p {
  padding: 7px 5px 0 5px;
  margin: 0;
}

#handshake {
  margin: 5px 10px 10px 5px;
}

/* --- BOTTOM --- */

#bottom {
  color: #bdbcbc;
  margin: 30px 20px 5px 30px;
  padding-left: 7px;
  border-top: 1px solid #acacac;
}

#bottom #copy, #bottom #madeby, #bottom #link {
  float: left;
}

#bottom #copy, #bottom #madeby {
  margin: 10px 0 10px 0;
}
#bottom #copy{
  width: 200px;
}
#bottom #link {
  margin-top: 17px;
}

#bottom .line {
  float: left;
  width: 1px;
  height: 21px;
  margin: 15px 20px 0 20px;
  background-color: #c8c8c8;
}

#bottom a, #bottom a:visited, #bottom a:active {
  color: #8e8e8e;
  text-decoration: none;
}

#bottom a:hover {
  text-decoration: underline;
}

#onlytext{
  margin-left: 10px;
  margin-right: 10px;
}
.nahled_clanku{
  margin-top: 10px;
  border-bottom: solid 1px #6398ae;
  margin-left: 20px;
}
.nahled_clanku .datum{
  float: left;
  width: 60px;
}
.nahled_clanku .nazev{
  font-weight: bold;
}
.nahled_clanku img{
  float: left;
  margin-right: 20px;
}
.cleaner{
  clear: both;
}
.div_hover{
  background-color: #c8c8c8;
}
div_whover{
  background-color: #FFFFFF;
}
