body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana;  
	font-size: small;
  background: #141414;
  color: #ffffff;
  }

a {
  color: #FFDF76
  }

a img {
  border: none;
  }

#wrap {
  width: 980px;
  margin: 0px auto;
  background: url('images/sidebar.jpg') repeat-y left;
  }
    
img.center {
  margin: 5px auto;
  display: block;
  }


div.clearpix {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* HEADER */

div.header {
  width: 980px;
  height: 283px;
  background: url('images/header.jpg') no-repeat;
  margin: 0px auto;
  
  }
  
/* MENU */
  
div.menu {
  float: left;
  width: 227px;
  background: transparent;
  }
  
div.menu ul {
  margin: 15px;
  padding: 0px;
  }
  
div.menu li {
  margin: 2px 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 12pt;  
	list-style-type: none;
	font-weight: bold;
  }

div.menu ul li ul {
  margin: 2px 10px;
  padding: 0px;
  }
  
div.menu ul li ul li{
	font-weight: normal;
  font-size: 11pt;
  }
  

div.menu a,
div.menu a:visited {
  color: #FFDF76;  
	text-decoration: none;
	display: block;
  }

div.menu a:hover {
	text-decoration: underline;
  }

div.menu a.current {
  color: #FFFFFF;  
  }

/* CONTENT */

div.content {
  float: right;
  width: 713px;
  background: transparent;  
	margin: 0px 20px
  }

div.content h1 {
  background: #282828;  
	font-size: medium;
	padding: 10px;
  }

div.content h2 {
	font-size: small;
  }

div.content p {
  padding: 0px 10px;
  }

/* FOOTER */

div.footer {
  height: 92px;
  text-align: center;
  font-size: 8pt;
  line-height: 92px;
  background: url('images/bg_footer.jpg') repeat-x;
  }
  
/* KATALOG */
div.prev {
	margin: 10px 0px;
	width: 40%;
	float: left;
}

div.next {
	margin: 10px 0px;
	width: 40%;
	text-align: right;
	float: right;
}

div.prev a, div.next a {
	text-decoration: none;
	font-weight: bold;
}

div#recept {
	margin: 0px 0px 10px 10px;
	float: right;
	width: 200px;
}


/* KONTAKTNI FORMULAR */  
#contactform { margin: 10px auto;}
#contactform textarea { background: #f8f7f6; border: 1px solid #d6d3d3; width: 350px; padding: 10px; }
#contactform #kontaktform_email { background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-email.gif); background-position: 7px 4px; background-repeat: no-repeat; height: 18px; padding-left: 30px; padding-top: 3px; margin-bottom: 3px; }
#contactform #kontaktform_jmeno { background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-author.gif); background-position: 7px 4px; background-repeat: no-repeat; height: 18px; padding-left: 30px; padding-top: 3px; margin-bottom: 3px; }
#contactform #kontaktform_telefon { background: #f8f7f6; border: 1px solid #d6d3d3; width: 220px; background-image: url(images/comment-phone.gif); background-position: 7px 4px; background-repeat: no-repeat; height: 18px; padding-left: 30px; padding-top: 3px; margin-bottom: 3px; }

.error {
  background-image: url(images/error.gif) !important;  
	background-repeat: no-repeat !important;
}
  
.toolTip {
position:absolute;
display:none;
padding: 4px;
background-color: #FFDF76;
border: 2px solid black;
color: red;
}

