/*
sedive pozadi:  #E9E9E9
sedy ramecek:   #D4D4D4
seda cara:      #C4C4C4
pismo cervene:  #B31F24
pismo sedive:   #7E7E7E
*/

a:link img, a:visited img {
  border-style: none;
}

a:link, a:visited, a:active{
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #B31F24;
  color: #B31F24;
}

a:hover {
  color: #0000;
  border-bottom: 1px solid #B31F24;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  background-image: url(../img/backgroundX.gif);
	text-align: left;
	margin: 0px ;
	padding: 0;
	font-family: Tahoma;
  font-size: 12px;
}

img {
	margin: 0px 0 0 0;
	vertical-align: bottom;
}

td{
  vertical-align: top;
  font-family: Tahoma;
  font-size: 12px;
}

    .td_datum{
      text-align: right;
    }

    .td_news:link, .td_news:visited, .td_news:active{
      font-weight: normal;
      text-decoration: none;
      color: #B31F24;
    }

    .td_news:hover {
      color: #0000;
    }

th{
  letter-spacing: 2px;
  font-variant: small-caps;
  font-size: 12px;
  text-align: left;
}

.pixel{
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
}
    .pixel:hover {
    	background-color: #DDDDDD;
    }
    .pixel:focus {
    	background-color: #FCFCFC;
    }

input {
  margin-top: 2px;
	border: 1px solid #AAAAAA;
	background-color: #E9E9E9;
}
    input:hover {
    	background-color: #DDDDDD;
    }
    input:focus {
    	background-color: #FCFCFC;
    }

select {
	border: 1px solid #AAAAAA;
	background-color: #E9E9E9;
}
    select:hover {
    	background-color: #DDDDDD;
    }
    select:focus {
    	background-color: #E9E9E9;
    }

textarea {
	border: 1px solid #AAAAAA;
	background-color: #E9E9E9;
}
    textarea:hover {
    	background-color: #DDDDDD;
    }
    textarea:focus {
    	background-color: #FCFCFC;
    }


#mainBox {
  clear: both;
	width: 800px;
	min-height: 1000px;
	height: 1000px;
	margin-left: 10px;
	margin-right: auto;
	background-image: url(../img/background3.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#header {
	padding: 0px 0 0 0;
	width: auto;
	clear: both;
	text-align: left;
	height: 85px;
}

    #header a:link, a:visited, a:active{
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
    }

    #header a:hover {
      color: #B31F24;
    }

#menu_top{
  height: 40px;
}

#menu {
  border-top: 1px #C4C4C4 dotted;
  border-bottom: 1px #C4C4C4 dotted;
  margin: 0px 0px 0 50px;
  padding: 0;
  width: 530px;
}

#middle {
	margin-bottom: 0px;
	width: 800px;
	clear: both;
	float: right;
/*	background-color: azure;*/
}

#layout_tbl {
  width: 780px;
  border: 0;
  margin: 0 5px 0 10px;
  padding: 0;
}

  .layout_th{
    border: 0;
  	font-family: Verdana;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    color: #B31F24;
  }

#layout_td_main {
  padding: 10px;
  border: 1px #D4D4D4 solid;
  width: 585px;     /* sirka + padding-left + padding-right + margin-tabulky ma dat 615*/
  min-height: 650px;
  background-image: url(../img/grey.gif);
	font-family: Tahoma;
  font-size: 12px;
}

#layout_td_highlights {
  height: 400px;
  padding: 10px;
  border: 1px #D4D4D4 solid;
  background-image: url(../img/high-bck.gif);
  background-repeat: repeat-y;
}

    #layout_td_highlights a:link, a:visited, a:active{
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
    }

    #layout_td_highlights a:hover {
      background-color: #C4C4C4;
      color: #B31F24;
    }

#layout_td_icon {
  height: 100px;
  text-align: center;
  border: 1px #D4D4D4 solid;
  background-image: url(../img/grey-decay.gif);
  background-repeat: repeat-y;
}


#footer {
	width: 100%;
	clear: both;
	height: 20px;
	padding: 0 0 0 15px;
	font-family: Tahoma;
  color: #B8B8B8;
  letter-spacing: 0.5px;
	font-size: 0.8em;
	text-align: left;
  font-weight: bold;
}

#footer:first-letter {
	font-family: Tahoma;
	font-size: 1.1em;
  font-weight: bold;
  color: #DEC6C6;
}

#studies_menu {
  width: 150px;
  float: left;
}

    #studies_menu a:link, a:visited, a:active{
      border-bottom: 5xp;
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
    }

    #studies_menu a:hover {
      display: block;
      background-color: #C4C4C4;
      color: #B31F24;
    }

    .menu_item {
      padding: 5px 0 5px 5px;
      margin: 0;
    }

#studies_content {
  width: 430px;
  float: right;
}

.red_arrow{
  color: #B31F24;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  margin-right: 3px;
  margin-left: 5px;
}

.grey_arrow{
  color: #7E7E7E;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  margin-right: 2px;
  margin-left: 7px;
}

.red {
  color: #B31F24;
}

.link:link, .link:visited, .link:active{
  font-weight: normal;
  text-decoration: none;
  color: #B31F24;
}

.link:hover {
  color: #0000;
}

