/* hlavni layout */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #868686;
	background: #212121;
	background-image: url(../img/des-bg-head.gif);
}

#container {
  
	width: 850px;
	min-height: 600px;
	padding: 0px;
	margin: 0px auto 20px auto;
	text-align: left;
}

#content {
	padding: 0px;
	padding-bottom: 1em;
	margin: 0px;
	width: 570px;
	clear: none;
	text-align: left;
}

#navbar {
	padding: 0px;
	margin: 0px;
	min-width: 100%;
	text-align: center;
}

/* ostatni prvky pro layout */
.sidebar {
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: right;
}

.sbpanel {
	margin: 10px 0px 0px 0px;
	padding: 10px;
	width: 228px;
	background-color: #161616;
	border: 1px solid #2c2c2c;
	float: right;
}

.sbpanel a {
	text-decoration: none;
	display: block;
	padding: 0px 0px 5px 0px;
	color: #646464;
}

.sbpanel a:hover {
	color: #ffffff;
}

div.zapati {
  font-size: 9px;
  margin-top: 100px;
  text-align: center;
}

div.zapati img {
  margin-left: 5px;
}

/* logo */
h1#logo {
  background-image: url(../img/logo.jpg);
  width: 850px;
	height: 197px;
	margin-top: 0px;
	border-bottom: 1px solid #dcddd6;
}

h1#logo span {
  visibility: hidden;
}

#logo a {
  display: block;
  text-decoration: none;
  height: 197px;
}

/* hlavni menu */
.menu {
	width: 850px;
	padding: 0px 0px 2px 0px;
	margin: 10px auto 20px auto;
	text-align: left;
	border-bottom: 1px solid #dcddd6;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0px;
  margin-right: 2px;
	padding: 0px;
	list-style: none;
	float: left;
}

.menu li a {
  display: block;
  height: 40px;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  float: left;
}

.menu li a:hover {
  color: #eee !important;
}

.menu li a span {
  display:inline-block;
  margin:6px 35px 0 3px;
  text-shadow:0 0 5px white;
}

.menu img {
  float: left;
}

/* zobrazeni - nadpisy, odstavce, ... */
h1, h2, h3, h4, h5, h6 {
  font-family: Trebuchet MS, Verdana, sans-serif;
  color: #888888;
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #888888;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px solid #373737;
	padding: 0px 0px 5px 0px;
}

h2 {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h3:first-child {
  margin: 0px 0px 5px 0px;
}

img {
  border: 0px;
}

a, a.normal {
  color: #868686;
}

a:hover, a.normal:hover {
  text-decoration: none;
}

a.links {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

div.cv td {
  vertical-align: top;
  padding-right: 2em;
}

dl {
text-align: left;
}

dt {
float: left;
}

dd {
text-align: left;
margin-left: 90px;
}

hr {
  background-color: #373737;
  border: 0;
  border-bottom: 1px solid #373737;
  color: #373737;
  height: 1px;
}

/* galerie */
.ramecek-fotky {
	padding: 0px;
	margin: 0px;
	clear: none;
	text-align: left;
}

.ramecek-fotky table {
  border: 0px;
  width: 100%;
}

.ramecek-fotky td {
  background-color: #161616;
  width: 178px;
  height: 178px;
  text-align: center;
  padding: 0px 4px;
  vertical-align: middle;
}

.sloupec-fotogalerie {
	width: 120px;
	float: left;
	text-align: center;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	margin-bottom: 5px;
}

.starsi-fotogalerie {
  border-bottom: 1px solid #373737;
  margin-bottom: 10px;
}

/* diskuze */
.formular {
  padding-bottom: 1em;
}

.formular img:hover { 
  cursor: pointer;
}

.prispevek {
  background-color: #161616;
  border: 1px solid #2c2c2c;
  margin-top: 3px;
  padding: 3px;
}

.titulekprispevku {
  font-weight: bold;
}

/* obecne */
.pocitadlo {
  text-align: right;
}

.skryvany {
  display: none;
}

.vyrazne {
  color: yellow;
}

.klikaci:hover {
  cursor: pointer;
}

.nadtrzene:hover {
  border-top: 1px solid yellow;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.clear {
  clear: both;
}

.mezera-5 {
  height: 5px;
}

.mezera-10 {
  height: 10px;
}

.width-100 {
  width: 100%;
}

.width-80 {
  width: 80%;
}
