html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	background-color: #886665;
	margin: 0 auto;
}

#container {
  background-color: #a27a7a;
  border: 1px solid #000000;
	width: 900px;
	min-height: 900px;
	padding: 0px;
	
	text-align: left;
	top: 0px;
	margin: 0px auto 0px auto;
}

#levy-sloupec {
  float: left;
  padding-right: 10px;
  width: 710px;
}

#pravy-sloupec {
  float: left;
  width: 160px;
}

.logo {
  background: #000000 url('../img/banner.jpg');
  width: 900px;
  height: 71px;
  margin: 0px;
  margin-top: 0px;
}

h2.nadtrzene {
  border-top: 1px dotted white;
}

a {
  text-decoration: none;
  color: orange;
}

a:hover {
  text-decoration: underline;
}

a.sipka:before {

	content: "\00BB \0020";

	}

/******************************************************************************/
/* menu */

.menu {
  width: 900px;
  height: 24px;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 24px;
}

.menu li a {
  display: block;
  height: 24px;
}

.menu li a span {
  display: none;
}

li#item1 {background: url('../img/menu/leve_tecky.jpg'); width: 205px;}
li#uvod {background: url('../img/menu/uvod.jpg'); width: 76px;}
li#uvod:hover {background: url('../img/menu/uvod_aktiv.jpg'); width: 76px;}
li#aktuality {background: url('../img/menu/aktuality.jpg'); width: 103px;}
li#aktuality:hover {background: url('../img/menu/aktuality_aktiv.jpg'); width: 103px;}
li#clanky {background: url('../img/menu/clanky.jpg'); width: 86px;}
li#clanky:hover {background: url('../img/menu/clanky_aktiv.jpg'); width: 86px;}
li#fotky {background: url('../img/menu/fotky.jpg'); width: 79px;}
li#fotky:hover {background: url('../img/menu/fotky_aktiv.jpg'); width: 79px;}
li#odkazy {background: url('../img/menu/odkazy.jpg'); width: 96px;}
li#odkazy:hover {background: url('../img/menu/odkazy_aktiv.jpg'); width: 96px;}
li#diskuze {background: url('../img/menu/diskuze.jpg'); width: 97px;}
li#diskuze:hover {background: url('../img/menu/diskuze_aktiv.jpg'); width: 97px;}
li#kontakt {background: url('../img/menu/kontakt.jpg'); width: 99px;}
li#kontakt:hover {background: url('../img/menu/kontakt_aktiv.jpg'); width: 99px;}

li#item9 {background: url('../img/menu/prave_tecky.jpg'); width: 59px;}

.content {
	padding: 10px;
	padding-bottom: 1em;
	margin: 0px;
	clear: none;
	text-align: left;
}

/******************************************************************************/
/* forum */

.formular {
  padding-bottom: 1em;
  width: 470px;
}

.formular img:hover { 
  cursor: pointer;
}

.prispevek {
  background-color: #886665;
  border: 1px solid #000000;
  margin-top: 3px;
  padding: 3px;
}

.titulekprispevku {
  font-weight: bold;
}

.smajlici {
  background-color: #886665;
  border: 1px solid #000000;
}

/******************************************************************************/
/* uvod - novinky */

dl {
text-align: left;
}

dt {
float: left;
}

dd {
text-align: left;
margin-left: 90px;
}

/******************************************************************************/
/* udalosti */

.udalost {
border: 1px solid white;
padding: 5px;
padding-bottom: 0px;
margin-bottom: 1em;
}

.udalost .nadpis {
font-weight: bold;
border-bottom: 1px dotted white;
}

/******************************************************************************/
/* general */

img {
  border: 0px;
}

.logo h1 {
  visibility: hidden;
}

h1 {
  margin: 0;
  padding: 0;
}

.klikaci {
  cursor: pointer;
}

/******************************************************************************/
/* odkazy */
table.odkazy {
margin-top: 1em;
border-collapse: collapse;
}

table.odkazy th {
background-color: #886665;
text-align: center;
}

table.odkazy tr {
border: 1px solid #886665;
}

table.odkazy tr:hover {
background-color: #886665;
}

table.odkazy td {
padding: 3px 1em 0px 1em;
}

/******************************************************************************/
/* others */

.vpravo {
  text-align: right;
}

.stred {
  text-align: center;
}

.skryvany {
  display: none;
}

.author {
  color: #000000;
  font-size: 10px;
  margin-right: 5px;
  text-align: right;
}

.statistika table {
  font-size: 8pt;
}

.clear {
  clear: both;
}

