/* CSS Document */

html, body {
  margin: 0em;
  padding: 0em;
}

html {
    font-size: 62.5%;
} /* 16 px × 62,5 % = 10 px */
body {
    background: #9E1F2C;
    color:#333;
    margin:0px;
    margin: 80px 0px;
    padding:0px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 1.4em; /* 10 px × 1,2 em = 12 px */
    line-height:1.75em;
    text-align:center;
/*    behavior: url(csshover.htc); /-* WinIE behavior call */
}

hr {
    display: none;
}
div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, a {
    margin: 0px;
    padding: 0px;
    background: none;
    list-style-type: none;
}

/*
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  opacity: .80;
}*/

img {border: none;}

a {	
  color: #0000ff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 100%;
}
a.akce {
    font-size: 130%;
    background-color: #A95007;
    color: #fff;
    padding: .1em .5em .2em .5em;
    border: 1px solid #421F02;
    border-right: 2px solid #1F0F01;
    border-bottom: 2px solid #1F0F01;
}
a:hover {
  color: #000088;
  text-decoration: none;
}
a:visited {
  color: #000066;
}

strong {
  font-size: 110%;
}

form {
  margin: 0px;
}
form.zprava {
  border-top: 1px dotted #B3B399;
  border-bottom: 1px dotted #B3B399;
  background-color: #F3F3EF;
  margin: 2em 0em 1em 0em;
  padding: 1em 2em;
}
form div {
  clear: both;
  margin: .5em 0em;
}
input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size : 100%;
  width: 200px;
}
input#dotaznikSubmit {
  font-size: 120%;
  margin: 1em 0em;
}
textarea {
  width: 330px;
  height: 80px;
}
textarea#dotaznikAdresaZahrady {
  height: 3em;
}
input[type="radio"] {
  line-height: 1em;
}
fieldset {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: .5em 2em;
  padding-bottom: 1.5em;
  border: 1px solid #ddd;
}
label {
  float: left;
  width: 160px;
  text-align: left;
  margin-right: 1em;
  clear: both;
}
legend {
  padding: 0.2em 0.5em;
  margin-bottom: .5em;
  color: #777;
  font-weight: bold;
  color: #D55C0D;
}

table {
  font-size: 90%;
  _font-size: 85%;
  width: 100%;
  margin-top: .5em;
  margin-bottom: 2em;
  border-collapse: collapse;
}
td, th {
  border-bottom: 1px solid #ccc;
  padding: .2em .5em;
  text-align: left;
}
th {
  border-bottom: none;
  border-right: none;
  background-color: #ccc;
  color: #000;
  font-size: 110%;
  white-space: nowrap;
}
tr:hover {
  background-color: #f5f5f5;
}
td.cena {
  white-space: nowrap;
  font-size: 110%;
}
td:hover {
  background-color: #e5e5e5;
}
th {
}

table caption {
  padding-bottom: .5em;
  font-size: 120%;
  font-weight: bold;
}

p {
  font-size: 100%;
  margin-top: .5em;
  margin-bottom: 1.5em;
  /*text-align: justify;*/
}
p strong {
}
p.perex {
  padding: .5em .8em;
  margin-top: 0em;
  background: #792319 url(perex.png) no-repeat;
  color: #fff;
}
p.perex a, p.perex a:visited {
  color: #F4E895;
}
p.provozovatel {
  font-size: 90%;
  line-height: 1.4em;
  margin-top: 4em;
}

h1 {
  font-size: 200%;
  margin-top: 0em;
  margin-bottom: .5em;
  color: #A42D19;
  font-weight: normal;
}
h1 small {
  font-size: 80%;
  /*color: #666;*/
}
h2 {
  font-size: 140%;
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #033763;
}
.blok h2 {
  color: #F4E895;
}
h3 {
  font-size: 110%;
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #395511;
}
h4 {
  margin: 0em;
  font-size: 100%;
}

ul {
  list-style-type: none;
  margin-left     : 0em;
  padding-left    : 0em;
  margin-top      : .5em;
  margin-bottom   : 2.5em;
  /*color: #555;*/
  line-height: 1.7em;
}
ol {
  line-height: 1.75em;
  margin-left: 1.5em;
  padding-left: 0em;
  margin-bottom: 2.5em;
}
ul li {
  margin-left: 0em;
  padding-left: 25px;
  background-image: url("li.png");
  background-repeat: no-repeat;
  background-position: 0em .5em;
  margin-bottom: .25em;
}
ol li {
  margin-left: 0em;
  padding-left: 0px;
  margin-bottom: .5em;
  background: none;
}

a.skipmenu {
    display:block;
    left:0;
    padding:0.25em 0.4em;
    position:absolute;
    top:-1000px;
    z-index:0;
}
a.skipmenu:focus, a.skipmenu:active {
    top:0px;
    left: 20px;
    z-index:6;
    background:#fff;
}

#envelope {
    width: 960px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 3em;
    margin-top: 3em;
    position: relative;
    background: #fff;
}
#header {
  width: 960px;
  position: relative;
}
#header .inner {
  padding: 30px 40px 60px 40px;
}


#logo, #logo span, #slogan, #slogan span {
  width: 350px;
  height: 99px;
  position: relative;
  overflow: hidden;
  margin: 0em;
  padding: 0em;
  display: block;
  top: 0px;
  left: 0px;
}
#logo {
  float: left;
  display: inline;
  _margin-right: -3px;
}
#logo span, #slogan span {
  position: absolute;
}
#logo span {
  background: url("images/logo-komtesa.png") no-repeat;
}
#slogan, #slogan span {
  width: 500px;
  height: 43px;
}
#slogan {
  float: right;
  display: inline;
  top: 60px;
}
#slogan span {
  background: url("images/informacim-dame-system.png") no-repeat;
}


#content {
  margin: 0em;
  padding: 0em;
  width: 960px;
}
#contentin {
  padding: 0em;
  margin: 0em;
  margin-left: 40px;
  margin-right: 40px;
}

#main {
  height: 100%; /* IE bug */
}
#mainin {
  margin: 0em;
}
/* \*/
* html #mainin {
 	/* IE bug kvůli italic písmu !!! */
	overflow: hidden;
	o\verflow: visible;
	overflow: auto;
	width: 100%;
	/*w\idth: auto;*/
	/*he\ight: 1%;*/
}
/* */

#main a {
  font-size: 110%;
}
#main img {
  border: 1px solid #7E2719;
}
.imgcaption {
  font-size: 85%;
  font-weight: normal;
  text-align: center;
  padding: .2em 0em .5em 0em;
  font-style: italic;
}


#bottom {
  clear: both;
  font-size: 90%;
  line-height: 1.5em;
  color: #fff;
}
#bottomin {
  padding: 10px 40px 5px 40px;

}
#bottom p {
  /*position: absolute;
  right: 135px;
  bottom: 20px;*/
  margin: 0em;
  padding: 0em;
}
#bottom p strong {
  color: #fff;
}
#bottom p a {
  font-weight: bold;
  color: #fff;
}
#bottom p a:hover {
  text-decoration: none;
  color: #fff;
}




.left-column {
  width: 480px;
  float: left;
  display: inline;
  _margin-right: -3px;
  overflow: hidden;
}
.left-column .inner {
  margin-right: 50px;
}
.left-column .inner h2.first {
  margin-top: 0em;
}
.right-column {
  width: 200px;
  float: right;
  display: inline;
}

.floatleft {
  float: left;
  margin-right: 2.5em;
  clear: both;
}
.floatright {
  float: right;
  margin-left: 2.5em;
  clear: both;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.number {
  font-size: 100%;
  font-weight: bold;
  color: #aa0000;
}
.formular {
  /*float: right;*/
  /*width: 60%;*/
  width: 450px;
  clear: both;
}
.buttony {
  margin-bottom: 1.5em;
}
.hidden {
  display: none;
}
.male {
  font-size: 80%;
}

div.zaskrtavatka {
  float: left;
}

address {
  display: block;
  font-style: normal;
}

.cleaner {
	clear      : both;
	height     : 1px;
	font-size  : 1px;
	border     : none;
	margin     : 0px;
	padding    : 0px;
	background : transparent;
}
.clr {
    clear: both;
}

p.msg-ok, p.msg-err {
  background-color: #E3F4CA;
  color: #000;
  border: 1px solid #98D937;
  padding: .5em 1em;
  line-height: 1.5em;
}
p.msg-err {
  background-color: #FCDEC2;
  border: 1px solid #FAB678;
  background: #FCDEC2 url(ico-error2.gif) no-repeat 10px 50%;
  padding-left: 55px;
}
