/*
Design by interPoli
Copyright (c) 2004 interPoli / Stepan Horak
*/

body {
  background: #C0C0C0 url(../images/bg.gif);
  background-attachment: fixed;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  margin: 2% 0px; /* H+D  L+P */
}

/* obalka stranky v DIVu */
#page {
  width: 80%;
  margin: 0 8% 0 11%; /* H P D L */
  background-color: white;
  border: 1px #000000 solid;
}

/* hlavicka */
#header {
  background: #FFFFFF url(../images/header1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  height: 150px;
  margin: 0px 0px 0px 0px; /* H P D L */
  border-bottom: 1px #777777 solid;
}

/* AdSense */
#adsense {
  /*width: 728px;
  height: 90px;*/
  text-align: center;
  margin: 15px 0px;
}

/* navigace */
#navbar{
  background-color: white;
  color: silver;
  font-weight: bold;
  list-style: none;
  display: inline; 
}

#navbar li {
  float: left;
  padding: 5px 5px 0px 5px;
  background-color: transparent;
}

#navbar a:link, #navbar a:visited {
  color: #F07800;
  text-decoration: underline;
  padding: 0px 5px 0px 5px; /* H P D L */
}

#navbar a:hover {
  color: #7E7E7E;
  text-decoration: none;
}

#aktivmenu {
  color: #7E7E7E;
  text-decoration:none;
  padding: 0px 5px 0px 5px; /* H P D L */
}

form {
 margin: 0px;
}

/* barevna tlacitka ve formulari */
.inputcolor {
  background-color: #f0f0f0;
  color: #555555;
  font-weight: bold;
  font-size: 10px;
}

.buttoncolor {
  background-color: #cccccc;
  color: #555555;
  font-weight: bold;
  font-size: 10px;
}

/* hlavni obsah */
#main-content {
  color: #555555;
  background: #FFFFFF url(../images/pavucina.gif);
	background-position: top right;
	background-repeat: no-repeat;
  padding: 5px 20px 1px; /* H P D L */
  border-top: 1px #777777 solid;
}

.text {
  color: #555555;
  font-size: 0.8em;
}

.para {  /* odstavce */
  font-size: 0.8em;
  text-indent: 30px;    /* odstavcova  zarazka */
  text-align: justify;  /* zarovnani do bloku */
}

.caption { /* nadpisy */
  color: #F07800;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: bold;
  height: 20px;
}

#main-content ul li
{         
  color: #F07800;
  font-size: 0.8em;
  list-style-type: disc;
  list-style-position: outside;             
  margin: 0 10px;
} 

.item {
  color: #555555; /* v seznamech LI */
}


/* Standardni elementy */
p {
  font-size: 0.8em;
}

h1 {
  color: #888888;	
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

h2 {
  color: #888888;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
}

h3 {
  color: #888888;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
}

acronym {
  cursor: help;
}

dt {
  font-size: 0.8em;
  font-weight: bold;
  padding-left: 25px;
  margin-left: 75px;
  padding-top: 5px;
  border-top: 1px dotted #cecece;
}

dd {
  font-size: 0.8em;
  font-weight: normal;
  margin-left: 140px;
}


/* paticka */
.footer {
  background-color: #F5F5F5;
  font-size:0.8em;
  text-align:center;
}

.footer a:link {
  color: #555555;
}

.footer a:visited {
  color: #555555;
}

a:link {
  color: #F07800;
}

a:visited {
  color: #D26900;
}

a:hover {
  color: #7E7E7E;
}


/* reference page */
.reference table {
  width: 85%;
  text-align: left;
  margin: 0px auto; /* H+D  L+P */
  border-collapse: collapse;
}

.reference tr, .reference td {
  vertical-align: top;
}

.reference td{
  width: 60%;
  font-size: 0.8em;
  font-weight: bold;
  padding: 20px 20px;
  border-bottom: 1px solid #cecece;
}

.reference table img {
  width: 200px;
  border: 1px solid #555555;
  margin-bottom: 3px;
}

.reference table a:hover img {
  border:1px solid #F07800;
}

a:link.middle, a:visited.middle {
  text-align: center;
  display: block;
  font-weight: normal;
}

.reftext {
  font-weight: normal;
  margin-left: 20px;
  margin-bottom: 5px;
}
