/* CSS Document */

body  {
    margin: 0; padding: 0;
    font-size: 10pt; 
    font-family: sans-serif;
    background: rgb(253,255,242);
    color: rgb(66,66,66);
}

.logo {
  margin: 0; padding: 0;
  text-align: right;
}
.logo2 {
  margin: 0; padding: 0;
  text-align: center;
}
.logo3 {
  margin: 15px 0 0 0; padding: 0;
  text-align: center;
}

#menu {
  font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
}
#menu span { 
  display: none;
}
#menu a {
  display: block;
  width: 100%;
  color: yellow;
  text-decoration: none;
  margin: 3px 0 0 8px;
  padding: 0 0 0 7px;
  border-left: 5px solid black;
  font-size:14px;
} 
#menu a:hover {
  border-left: 5px solid red; 
  color: rgb(255,255,204);
}

#obsah {
  padding: 15px 10px;
}
h1  { 
  font-family: sans-serif; 
  text-align: center;
  color: rgb(139,0,0);
font-size:30px;
}
h1 span {
  font-family: 'Brush Script MT', Verdana, 'Times New Roman','Geneva',sans-serif;
}

#obsah h3 {text-indent:40px;}
#obsah h4 {color:green;}
#obsah h2 {
  color: black;
  margin: 20px 0 5px 20px;
  border-left: 6px solid rgb(139,0,0);
  padding: 0 0 0 10px;
  font-size: 12pt; 
  font-weight: bolder; 
  font-family: Verdana;
}

#obsah p, table, ul {
  margin: 10px 50px;
}

/* FARBICKY PRE PLAN MCcka */
table .days td {
  text-align: center;
  padding: 2px 5px; 
/*  width: 130px;  */
  color: black; font-weight: bolder;
  background-color: rgb(227,227,227);
}
table .date td {
  text-align: center;
  color: rgb(139,0,0);
  font-weight: bold;
}
table td {
line-height: 13pt;
padding: 5px;  
}
table td a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}


/* KONIEC FARBICIEK PRE PLAN MC */

#obsah p.linky a {
  font-weight: bold;
  color: blue;
  text-decoration: none;
}
#obsah p.linky a:hover {
  color: red;
  text-decoration: underline;
}
#obsah ul {
  font-weight: bold; 
}
#obsah ul a {
  margin: 5px 0 0 0;
  text-decoration: none;
  line-height: 14pt; 
  color: blue;
}
#obsah ul a:hover {
  color: red;
  text-decoration: underline;
}

#top_menu {
  text-align: center; 
  margin: 5px 0 20px 0;
}
#top_menu a {
  padding: 5px 10px;
  background: rgb(139,0,0);
  color: white; 
  text-decoration: none;
  font-weight: bold;
}
#top_menu a:hover {
 color: black;
 background: white;
}
#login_form {
  margin: 15px 0 0 0;
  text-align: center;
}
#login_form input {
  border: 1px solid gray; 
}

#ramik {
border: solid red 2px;
}
