/*
============================================
         Základní Styl
============================================
*/

* { margin: 0px; padding: 0px; }

body {
  font-family: 'Tahoma CE', 'Verdana CE', 'ArialCE', 'Lucida Grande CE', 'Helvetica CE', Tahoma, Verdana, Arial, lucida, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #000000;
  background-color: white;
  background: url(../img/header_background.gif) repeat-x center top; }

img {
  border: 0px; }
a:link, a:visited, a:active {
  color: #155114; text-decoration: none; }
a:hover {
  text-decoration: underline; }
b, strong { color: #155114; }

#center {
	padding: 0px; margin: auto;
	width: 900px; }
#body {
	display: block;
	float: left;
	text-align: left;
	width: 900px;
  background: url(../img/menu_background.gif) repeat-y right top; }
.clear { clear: both; }

#header {
  display: block;
  position: relative;
  width: 900px;
  height: 256px;
  background: url(../img/header.gif) no-repeat left top; }
#header a#logo {
  display: block;
  position: absolute;
  top: 0px;
  left: 48px;
  width: 249px;
  height: 105px; }
#header a#logo img {
  display: inline;
  width: 249px;
  height: 105px; }
#header ul#main_menu {
  display: block;
  position: absolute;
  left: 329px;
  top: 28px;
  height: 47px;
  background-color: white; }
#header ul#main_menu li {
  display: block;
  float: left;
  height: 47px;
  width: 108px; }
#header ul#main_menu li a {
  display: block;
  width: 108px;
  height: 47px;
  overflow: hidden; }
#header ul#main_menu li a:hover span {
  background-position: left -47px; }
#header ul#main_menu li a span {
  display: block;
  width: 108px;
  padding-top: 47px;
  background: left top no-repeat; }
#header ul#main_menu li a#dokumentace span {
  background-image: url(../img/dokumentace.gif); }
#header ul#main_menu li a#stahuj span {
  background-image: url(../img/stahuj.gif); }
#header ul#main_menu li a#forum span {
  background-image: url(../img/forum.gif); }
#header ul#main_menu li a#podilejtese span {
  background-image: url(../img/podilejtese.gif); }
#header ul#main_menu li a#kontakt span {
  background-image: url(../img/kontakt.gif); }
#header #usermenu {
  display: block;
  position: absolute;
  top: 104px;
  left: 48px;
  width: 247px;
  height: 112px;
  color: white;
  background-color: #474747; }
#header #usermenu form {
  display: block;
  position: relative;
  height: 90px;
  text-align: right; }
#header #usermenu span.username {
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20px; }
#header #usermenu span.password {
  display: block;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50px; }
#header #usermenu form label {
  display: block;
  padding: 2px 0px 0px 2px;
  float: left;
  text-align: left;
  font-weight: bold; }
#header #usermenu form input#username {
  display: inline;
  text-align: left;
  width: 161px;
  height: 21px;
  border: 0px;
  background-attachment: fixed;
  background: url(../img/login_input.gif) no-repeat left top; }
#header #usermenu form span.submitplus {
  display: block;
  float: right; }
#header #usermenu form input#password {
  display: block;
  float: left;
  text-align: left;
  width: 120px;
  height: 21px;
  border: 0px;
  margin: 0px;
  margin-right: 2px;
  background-attachment: fixed;
  background: url(../img/login_input.gif) no-repeat left top; }
#header #usermenu form input#login {
  display: block;
  float: left;
  height: 21px;
  width: 39px;
  border: 0px;
  margin: 0px;
  text-align: center;
  background-attachment: fixed;
  background: url(../img/login_input.gif) no-repeat right top; }
#header #usermenu span.right {
  display: block;
  padding: 2px;
  margin: 0px 10px 0px 10px;
  text-align: right;
  border-top: 2px dotted white; }
#header #usermenu a {
  color: white;
  text-decoration: none; }
#header #usermenu a:hover {
  color: white;
  text-decoration: underline; }
#header #phrase {
  display:block;
  position: absolute;
  top: 114px;
  left: 315px;
  width: 240px; }
#header #phrase h3 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  padding: 0px 0px 3px 5px;
  border-bottom: 2px dotted black;
  margin-bottom: 5px; }
#header #phrase ul {
  display: block;
  padding-left: 10px; }
#header #phrase u {
  color: #a3e12c;
  font-weight: bold;
  text-decoration: none; }
#header #phrase ul li {
  list-style-type: none;
  letter-spacing: 1px; }

#content {
  display:block;
  width: 651px;
  float: left;
  padding: 0px; margin: 0px;
  padding-top: 11px; }
#content .clanek {
  display: block;
  border: 1px solid #d4d4d4;
  padding: 6px 11px 6px 11px;
  margin: 0px 0px 11px 6px;
  background-color: #f0f0f0; }
#content .clanek h2 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px dashed black; }
#content .clanek p {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px; }
#content .clanek p.right {
  text-align: right; }
#content .clanek_red {
  display: block;
  border: 1px solid #008000;
  padding: 6px 11px 6px 11px;
  margin: 0px 0px 11px 6px;
  background-color: #9acd32; }
#content .clanek_red p {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 18px; }

#menu {
  display: block;
  width: 249px;
  float: right; }
#menu h2 {
  display: block;
  /*height: 31px;*/
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: Tahoma;
  font-variant: small-caps;
  color: white;
  padding: 8px 0px 7px 11px;
  text-align: center;
  background: url(../img/menu_header_withbox.gif) no-repeat right top; }
#menu ul {
  display: block;
  margin: 5px 6px 5px 16px; }
#menu ul li {
  width: 100%;
  height: 24px;
  margin-bottom: 3px;
  overflow: hidden;
  list-style-type: none;
  background: url(../img/menu_kategory.gif) no-repeat left top; }
#menu ul li a {
  display: block;
  font-size: 13px;
  padding: 3px 5px 5px 32px;
  text-decoration: none; }
#menu ul li a:hover {
  padding-left: 36px; }

#toe {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 6px 0px 8px 0px;
  border-top: 4px solid #a3e12c;
  background-color: white; }
#toe a {
  text-decoration: none; }
#toe a:hover {
  text-decoration: underline; }



