body {
  background-image: url("img/grass.jpg");
  font-family: Tahoma;
  font-size: 11px;
  margin-top: 0px;
  color: #325319;
}

/* Nadpisy a text */

h1 {
  font-size: 16px;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

p {
  text-align: justify;
}

/* Inputy obecně */

input.text {
  background-color: #D1C699;
  border: 1px solid #532700;
  font-family: Tahoma;
  font-size: 11px;
}

input.num {
  width: 40px;
  text-align: center;
}

textarea.text {
  background-color: #D1C699;
  border: 1px solid #532700;
  overflow: auto;
  font-family: Tahoma;
  font-size: 11px;
}

input.button {
  background-color: #734000;
  border: 1px solid #532700;
  color: #F5F0BA;
  font-family: Tahoma;
  font-size: 11px;
}

/* Odkaz obecně */

a img {
  border: 0px;
}

a, a:link, a:visited {
  color: #456619;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #6FB100;
  text-decoration: underline;
}

/* Tabulka obecně */

table {
  font-size: 11px;
  font-family: Tahoma;
}

/* Forum a ceník*/

table.forum td {
  color: #F5F0BA;
}

div.table_top {
  background-image: url('img/table_top.gif');
  width: 480px;
  height: 20px;
}

div.table_middle {
  background-image: url('img/table.gif');
  width: 480px;
  color: #F5F0BA;
}

div.table_middle table {
  color: #F5F0BA;
}

div.table_bottom {
  background-image: url('img/table_bottom.gif');
  width: 480px;
  height: 20px;
}

div.table_content {
  width: 460px;
}

table.forum_shadow_bottom {
  height: 5px;
  width: 470px;
  background-image: url("img/shadow_bottom.gif");
}

hr.divider {
  color: #6A3E16;
}

div.forum {
  text-align: center;
}

div.forum a, div.forum a:link, div.forum a:visited {
  color: #F5F0BA;
  font-weight: normal;
}

div.forum a:hover {
  color: #FFFFFF;
}

div#kalkulacka {
  display: none;
}

div.message {
  padding: 2px;
  margin-bottom: 6px;
  background-color: #734000;
  border: 1px solid #532700;
  color: #F5F0BA;
  text-align: left;
}

div#warning {
	color: #FFFF99;
}

/* Hlavní okno */

div.mainframe {
  width: 800px;
  background-image: url("img/mainframe.gif");
  background-repeat: repeat-y;
  text-align: left;
}

div.mainframe_bottom {
  width: 800px;
  height: 40px;
  background-image: url("img/mainframe_bottom.gif");
  background-repeat: no-repeat;
}

table.shadow_bottom {
  height: 5px;
  width: 780px;
  background-image: url("img/shadow_bottom.gif");
  position: relative; top: -12px; left: -3px;
}

div.text {
  margin: 0px 60px 0px 50px;
  color: #325319;
}

/* Sponzoři */

div.sponsors {
  text-align: center;
  padding-top: 2px;
}

/* Menu */

div.menu {
  text-align: center;
  padding-top: 5px;
}

img.thumb {
  border: 3px solid #A46616;
  margin: 3px;
}

/* Credits v zápatí stránky */

div.credits {
  font-size: 9px;
  color: #572B00;
  position: relative;
  top: 14px;
}

div.credits a, div.credits a:link, div.credits a:visited {
  font-size: 9px;
  text-decoration: none;
  color: #3F1C00;
}

div.credits a:hover {
  color: #FFFFFF;
}

/* Okno galerie */

div.picture {
  padding: 5px 0px 5px 0px;
  background-color: #A46616;
  width: 1024px;
  color: #F5F0BA;
  font-weight: bold;
  text-align: center;
}

div.picture a, div.picture a:link, div.picture a:visited {
  color: #F5F0BA; 
}

div.picture a:hover {
  color: #FFFFFF;
}

/* Obecné vlastnosti */

.float_l { float: left; }
.float_r { float: right; }
.clear { clear: both; }
