* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Arial, Verdana, lucida, sans-serif; 
  color: #666;
  background: #f3f3ff url("grafika/bg5b.jpg") repeat-x center top fixed;
  font-size: 11pt;
  min-width: 770px;
  line-height: 1.5;
}
html, body {
  height: 98%;
  margin-top: 5px;
  padding-bottom: 10px;
}

/* layout */
#main {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  position: relative;
  min-height: 98%;
  height: 98%;
  font-size: 10pt;
  background: url("grafika/bg3b.jpg") repeat-y center;
}
body>#main {
  height: auto;
}
#head {
  height: 146px;
  position: relative;
  background: url("grafika/bg1b.jpg") no-repeat left top;
}
#pgmargin {
  height: auto;
  position: relative;
  padding: 50px 25px 70px 25px;
  background: url("grafika/bg2b.jpg") no-repeat left top;
  z-index: 0;
}
#content {
  margin: 10px;
}
#content2 {
  margin: 10px;
}
#foot {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 770px;
  background: url("grafika/bg4b.jpg") no-repeat left bottom;
}
/* layout */

/* navigace */
#ctext {
  position: absolute;
  right: 20px;
  bottom: 0;
}
#navig {
  position: absolute;
  left: 2px;
  bottom: 0;
}
#navig img {
  margin: 1px;
}
/* google translate */
#gtrans {
  position: absolute;
  right: -147px;
  top: 85px;
  width: 152px;
  height: 60px;
  overflow: hidden;
}
/* navigace */

/* reference */
.lref {
  float: left;
  width: 310px;
  height: 300px;
  padding-left: 10px;
  margin: 0;
  background: url("grafika/bg7b.jpg") no-repeat left bottom;
}
.rref {
  float: right;
  width: 400px;
  height: 300px;
  margin: 0;
}
hr.rtrn {
  clear: both;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
/* reference */

/* cenik */
.rcen {
  position: absolute;
  right: 35px;
  margin-top: 25px;
  text-align: right;
  font-size: 13pt;
}
#cenik {
  position: relative;
  padding: 10px;
  background: url("grafika/eurodolar.jpg") no-repeat center bottom;
}
.tcen {
  padding-bottom: 20px;
}
/* cenik */

/* kontakt */
#cont {
  float: left;
  width: 330px;
  padding: 10px;
	background: url("grafika/bg7b.jpg") no-repeat left bottom;
}
#quest {
  width: 340px;
  margin-left: 350px;
  padding: 10px;
	background: url("grafika/vert.gif") repeat-y left top;
}
/* kontakt */

/* projekt */
#lcol {
  float: left;
  width: 450px;
  padding: 10px;
  padding-bottom: 0;
	background: url("grafika/bg7b.jpg") no-repeat left bottom;
}
#rcol {
  width: 220px;
  margin-left: 470px;
  padding: 10px;
	background: url("grafika/vert.gif") repeat-y left top;
}
/* projekt */

/* headers */
h1 {
  font-size: 12pt;
  color: #66a;
  z-index: 2;
  padding-bottom: 10px;
}
h2 {
  font-size: 11pt;
  color: #99b;
  z-index: 2;
  padding-top: 20px;
}
.lref h2,#cont h2, #quest h2, .lcen h2 {
  padding: 0;
}
h3 {
  font-size: 10pt;
  color: #99d;
  z-index: 2;
  padding: 10px 0 3px 0;
}
/* headers */

/* paragraphs */
p {
  text-align: justify;
}
.lref p {
  padding: 0 0 20px 0;
}
.first {
  padding: 0 0 52px 0;
}
.bcen {
  padding: 0 0 40px 0;
}
p.up {
  height: 18px;
  position: absolute;
  left: 3px;
  bottom: 8px;
  font-size: 7pt;
}
#sign {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: right;
}
#copy {
  position: absolute;
  bottom: 3px;
  left: 345px;
  font-size : 7pt;
  font-weight : bold;
  color : #99f;
}
#fbico {
  position: absolute;
  top: 255px;
  left: 270px;
  display: none;
}
#ansp {
  position: absolute;
  bottom: 7px;
  right: 80px;
  font-size : 7pt;
  color : #99e;
}
/* paragraphs */

/* form */
fieldset {
	padding: 0;
	border: none;
}
textarea, fieldset input {
  font-size: 11pt;
  color: #66a;
	border: 1px solid #aac;
	background: url("grafika/input.jpg") no-repeat left top;
}
textarea {
	overflow: hidden;
	font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
}
#form textarea, #form input {
	width: 686px;
}
#quest textarea, #quest input {
	width: 335px;
}
#form p input, #quest p input {
	width: 150px;
	cursor: pointer;
	padding: 1px 3px;
}
.req {
	color: #d00;
}
label {
	display: block;
}
input, textarea {
	margin: 3px 0 10px 0;
	padding: 2px 5px;
}
/* form */

/* lists */
ul {
  padding: 5px 10px 15px 30px;
}
li {
  list-style: square;
  padding-bottom: 5px;
}
dl {
  margin-bottom: 15px;
}
dt {
  font-weight: bold;
  padding: 10px 0 5px 0;
  color: #ca3;
}
dd {
  padding: 0 0 0 10px;
  color: #669;
  text-align: justify;
  border-left: 6px solid #fd6;
  margin-bottom: 10px;
}
/* lists */
/* images */
img {
  border: none;
  text-align: center;
}
#dvrl {
  position: absolute;
  top: 31px;
  right: 132px;
  cursor: help;
}
#dpha {
  position: absolute;
  top: 41px;
  right: 162px;
  cursor: help;
}
#dave {
  position: absolute;
  top: 470px;
  margin-left: 10px;
}
#img_comp {
  padding: 10px 0 0 30px; /* top right bottom left */
}
#img_dave2 {
  margin: 0 30px 10px 0; /* top right bottom left */
}
#img_proj1 {
  margin: 8px 0 5px 10px; /* top right bottom left */
  border: 1px solid #339;
}
#valid img {
  width: 45px;
  height: 16px;
  margin: 0 0 2px 2px;
}
.rref img {
  width: 400px;
  height: 300px;
  margin: 0;
}
/* images */
/* links */
a {
  text-decoration: underline;
}
a:link {
  color: #a0a;
}
a:visited {
  color: #a6a;
}
a:hover {
  color: #da0;
}
a.fav, .print, .mail, .top {
  padding: 3px 0 2px 21px;
}
a.fav {
  background: url("grafika/fav.gif") no-repeat left center;
}
a.print {
  background: url("grafika/print.gif") no-repeat left center;
}
a.mail {
  background: url("grafika/mail.gif") no-repeat left center;
}
a.top {
  background: url("grafika/top.gif") no-repeat left center;
}
#mapawebu a {
  position: absolute;
  top: 56px;
  right: 96px;
  text-decoration: none;
}
#mapawebu a:link, #mapawebu a:visited {
  color: #fd0;
}
#mapawebu a:hover {
  color: #fff;
}
area {
  cursor: pointer;
}
#cnt {
  text-decoration: none;
}
#projekt_link {
  position: absolute;
  top: 826px;
  left: 750px;
  z-index: 6;
  opacity: .7;
}
/* 
  filter: alpha(opacity=70);
*/
#ver {
  position: absolute;
  top: 70px;
  right: 35px;
}
/* links */

span#ctext a {
  text-decoration: none;
}
a#stext {
  font-size: 8pt;
}
a#ntext {
  font-size: 11pt;
}
a#btext {
  font-size: 14pt;
  font-weight: bold;
}

