body {
	margin: 0px;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 0.8em;
	text-align: center;
}
h1 {
  font-size: 18px;
  margin: 10px 0 0 0px;
}
h2 {
  font-size: 15px;
  margin: 10px 0 0 0px;
}
h3 {
  font-size: 14px;
  margin: 5px 0 5px 0px;
}
ul {
	margin: 5px 0 5px 20px;
	padding: 0px;
}
li {
	list-style-type: disc;
	margin: 5px;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
  }

#zaklad {
	width: 900px;
	position: relative;
	margin: auto;
	text-align: left;
	top: 5px;
	left: 0;
	right: auto;
	background-color: #fff;
}
  #zahlavi {
  	position: absolute;
  	text-align: left;
  	top: 0px;
  	left: 30px;
  }
#stranka {
	width: 820px;
	padding: 35px 0px 20px 30px;
}

#tiraz {
  margin: 10px 0 0 0;
	height: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #cccc99;
	color: #999;
 	padding: 10px 0 0 20px;
 	font-size: 0.7em;
}

img {
	border-style: none;
}
hr {
	color: #cccc99;
	height: 1px;
}
input {
	color: #003333;
}

/* formular objednavky */
a.m_tlacitko {
  padding: 2px 4px 2px 5px;
  background-color: #eee;
  font-size: 1em;
  font-weight: bold;
  border-left: solid #ccc 3px;
  border-top: solid #ddd 1px;
  text-decoration: underline;
  color: #222;
  font-family: arial;
}
.line {
  padding: 0px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #aaa;
  line-height: 23px;
}
a.odkaz {
  padding: 2px 5px 2px 5px;
  background-color: #fff;
  font-size: 1em;
  font-weight: bold;
  border-left: solid #ccc 2px;
  border-top: solid #ddd 1px;
  text-decoration: underline;
  color: #000;
  font-family: arial;
}
.input_text { width: 700px;}
.input_textarea { width: 700px; height: 150px;} 
p.otazka { font-size: 1.1em;}
.mensi { font-size: 0.8em;}
.red { color: #e11;}

