body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {  
  margin: 0; 
  padding: 0;
}
table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}
fieldset,img {  
  border: 0; 
}
address,caption,cite,code,dfn,em,th,var { 
  font-style: normal; 
  font-weight: normal; 
}
ol,ul { 
  list-style: none; 
}
caption,th { 
  text-align: left; 
}
q:before,q:after { 
  content: ''; 
}
abbr,acronym { 
  border: 0; 
}
html, body {
	height: 100%;
}

/** LOGO */
#logo {
	float: left;
	width: 341px;
	height: 160px;
	background: url(../images/homepage02.jpg) no-repeat left top;
}
#logo-ml {
	margin: 47px 0 0 70px;
}
#logo h1 {
	text-indent: -9999em;
}
/** MENU */
#menu {
	float: right;
	width: 639px;
	height: 160px;
}
/** CONTENT */
#content {
	float: right;
	width: 629px;
	padding: 0px 25px 0px 0px;
}
/** SIDEBAR */
#sidebar {
	float: left;
	width: 215px;
	padding: 0px 0px 0px 25px;
}
/** SINGLE */
#single {
	padding: 0px 25px;
}
/** BOX1 */
#box1 {
	float: left;
	width: 274px;
	padding: 0px 0px 0px 24px;
	min-height: 400px;
}
#box1 h2{
	margin: 0 0 1em 0;
}
/** BOX2 */
#box2 {
	float: left;
	width: 546px;
	padding: 0px 0px 0px 25px;
	min-height: 400px;
}
#box2kontakt {
	float: left;
	width: 273px;
	padding: 0px 0px 0px 25px;
}

/** BOX3 */
#box3 {
	float: left;
	width: 273px;
	padding-left: 25px;
}
#box6 {
	min-height: 430px;
	margin: 0 auto;
	text-align: center;
}
#rss {
	margin: 0 0 10px 0;
}
#map_canvas {
	width: 920px;
	height: 480px;
	padding: 0;
	margin: 0;
}
/** kurzyFORM */

form.kurzyFORM fieldset { 
	border: 0;
	margin: 0 0 0 14px;
}
form.kurzyFORM fieldset label, form.kurzyFORM fieldset input {
	height: 14px;
	border: 0;
}
form.kurzyFORM fieldset label {
	display: block;
	float: left;
	width: 100px;
	line-height: 15px;
}
form.kurzyFORM fieldset input.nazev { 
	font-weight: bold;
}
.cena { 
	width: 120px;
	float: right;
	font-weight: bold;
}
.jazyk {
	display: none;
}
form.kurzyFORM fieldset .cena label {
	float: left;
	width: 65px;
	line-height: 15px;
}
form.kurzyFORM fieldset .cena input {
	float: left;
	width: 55px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
form.kurzyFORM fieldset input {
	width: 400px;
	border: none;
	display: block;
	font-size: 11px;
}
form.kurzyFORM input.tlacitko {
	margin: 5px 0;
	width: 120px;
	float: right;
	font-size: 11px;
}
form.kurzyFORM input.tlacitko-obsazen {
	margin: 5px 0;
	width: 120px;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
/** Button */
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin: 0 0 5px 0;
}
/** Table */
.line{
	margin: 0 0 2px 14px;
}
.line-left{
	width: 100px;
	float: left;
}
.price{
	float: right;
	font-weight: bold;
	margin: 5px 0;
}
/** Fotogalerie */
.fotogalerie-obal {
	width: 750px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}
.fotogalerie-obal img {
	margin: 2px 0 5px 0;
	border: solid;
	border-width: 1px;
	border-color: #BCBCBC;
}
.fotogalerie {
	background-color: #f4f4f4;
	width: 153px;
	height: 140px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin: 10px 10px;
	border: solid;
	border-width: 1px;
	border-color: #E6E6E6;
	float: left;
}
.fotogalerie2 {
	background-color: #f4f4f4;
	width: 153px;
	height: 140px;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	margin: 10px auto;
	border: solid;
	border-width: 1px;
	border-color: #E6E6E6;
}
#choose ul {
	text-align: center;
	margin: 0px auto;
	width: 750px;
	padding: 30px 0 0 0;
	list-style: none;
	line-height: normal;
}
#choose li {
	float: left;
	width: 250px;
}
#choose li a {
	text-decoration: none;
}
#choose li a img {
	margin: 0 50px 10px 50px;
}
#choose li a span {
	text-align: center;
}
#choose li p {
	text-align: justify;
	padding: 0 50px;
}
#choose h2 {
	text-align: left;
	margin: 0 0 0 30px;
}