* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/*---------------------------- ZÁKLADNÍ PRVKY --------------------------------*/
body {
	font-family: Comic Sans MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	height: 100%;
	text-align: center;
}
h1 {font-size: 1.5em; color: #e70101;/*#9f191a*/; font-weight: bold; margin: 0px 0px 10px 0px; padding: 0px;}
h2, h3 {font-size: 1.2em; color: #e70101; font-weight: bold; margin: 0px 0px 5px 0px;}
h2 a, h3 a{font-weight: bold;}
h1 a, h2 a, h3 a {color: #9f191a; text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover {color: #772222;/*#e26f31;*/ text-decoration: underline;}
p {	margin: 0px 0px 10px 0px;
	font-size: 0.9 em;
	font-weight: normal;
	line-height: 1.5;
	text-align: justify;
}
small {font-size: 0.85em;}
a {color: #9f191a; text-decoration: none; font-weight: bold;}
a:hover {color: #772222;/*#e26f31;*/ text-decoration: underline;}
/*a:visited {}*/
img {border: 1px solid #000000;}
ul {margin: 0px 0px 0px 20px;}
li {list-style: circle;}
strong {font-weight: bold; font-size: 110%;}

/*tabulky*/
table { font-size: 0.85em; border: 1px solid #990033; margin: 0px auto 15px auto; border-collapse: collapse;}
table caption { font-weight: bold; color: #990033; margin: 0px auto;}

tr{ border: none;}
th, td { text-align: center; border: 1px solid #990033; padding: 5px 5px; color: #000000;}
th {font-weight: bold; width: 150px; background-color: #e3d8d7; color: #000000;}

i {font-weight: bold; font-style: italic; font-size: 1.2em;}
hr {clear: both; display: none;}

address {font-style: normal; }

/*--------------------------- OBECNÉ PRVKY -----------------------------------*/
.center {text-align: center;}
.cleaner {clear: both; margin: 0; padding: 0;}
.right {float: right;}
.left {float: left;}
.fnone {float: none;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.red {color: red;}
.small {font-size: 0.9em;}
.normal {font-size: 1em;}
.dnone {display: none;}
.dout {position: absolute; left: 0; top: 0; margin: -1000px 0 0 0; width: 1px; height: 1px;}
.light {color: #b1b1b1;}

/*-------------------------------- LAYOUT ------------------------------------*/
#container {
  width: 100%;
  text-align: left;
  margin: 0px auto; 
}
/*---------------- HEADER -----------------*/
#header {
  display: none; 
}
/*----------- MENU-HORIZONTAL -----------*/
#menu-horizontal { display: none;}

/*--------------- CONTENT ---------------*/
#content {
  float: left;
  background: #fff9af url('../_images/content-back.gif') no-repeat top right;
  width: 100%;
  min-height: 150px;
  _height: 150px;
}

/*------------ RIGHT STRIPE -------------*/
#right-stripe { display: none;}

/*--------------- MENU --------------*/
#menu {display: none;}

/*-------------- FOOTER -------------*/
#footer {
  clear: both;
  color: #b5b288;
  font-size: 0.9em;
  text-align: right;
  padding: 2px 5px 2px 0;
}
#footer a {
  color: #b5b288;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  color: #000000;
  text-decoration: underline;
}
#footer img {
  border: none;
  vertical-align: middle;
}

/*--------------- DROBECEK ----------*/
.drobecek {
  font-size: 0.9em;
  margin: 0 0 8px 0;
}

/*------------ FORMULARE ------------*/
form input.text-short {width: 170px; margin: 0 0 2px 0;}
