body {
	text-align: center;
	background-position: center;
	color: black;
	background-color: white;
	font-size: 62.5%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
  border:0; 
} 
address,caption,cite,code,dfn,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 
ol,ul { 
  list-style:none; 
} 
caption,th { 
  text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; 
} 


a {

	color: #000;
	text-decoration: underline;
	font-weight: bold;

}

a:hover {

	text-decoration: none;

}

h1 {

	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;

}

h2 {

	font-size: 2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.8em;

}

h3 {

	font-size: 1.6em;
	color: #000;
	font-weight: bold;

}

h4 {

	font-size: 1.4em;
	color: #000;
	font-weight: bold;

}

p {

	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;

}


table.ponuka {

	border: 1px solid #000;
	border-right: none;
	font-size:1.3em;

}

table.ponuka tr.row1 td {

	background: #fff;

}

table.ponuka td {

	padding: 6px;
	border-right: 1px solid #000;

}

ul.list {

	font-size: 1.4em;
	line-height: 1.5em;

}

ul.list li {
	
	list-style-position: outside;
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 0.3em;
	
}

#Container {
	text-align: left;
	background: #fff;
}

#Header {
	display:none;
}

#HeaderPrint {
	display:block;
}

#Content {

	background: #fff;
	padding-top: 90px;
	border-right: 0;
	border-left: 0;
	
}


#rightColumn {
	
	background: #fff;
	float:right;
	width:250px;
	border: 1px solid #000;
	padding-left:8px;
	padding-bottom:30px;

}


#rightColumn ul {

 	list-style-position: outside;
	list-style: disc;
	padding-left:15px;

}

#rightColumn li {

	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:0.7em;

}


#subMenu {

	background: #fff;
	font-size: 1.1em;
	padding:5px;
	font-weight:bold;
	margin-bottom:10px;

}

#Menu {
	display:none;
}

#Footer {
	display:none;
}


.edcont {
	display:none;
}

.edcont a {
	display:none;
}



.sortable {
	margin-top:10px;
	margin-bottom:10px;
}

.sortable li {
	display:block;
	padding:4px;
	background: #fff;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
}

#objednavka h1 {

	display:block;
	font-size: 1.6em;
	padding:4px;
	background: #fff;
	border: 1px solid #000;

}

#objednavka small {
	font-size:1.2em;
}

#objednavka label {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:5px;
}

#objednavka textarea {
	width: 98%;
	height:80px;
	padding: 1%;
	border: 1px solid #000;
}

.form {
	margin-top:10px;
	font-size:1.2em;
}

.form td {
	padding:4px;
	padding-left:0;
}

.form td.label {
	padding-right:80px;
	font-weight:bold;
	color: #000;
}

.form td .star {
	color: #000
}

.form input {
	padding: 2px;
	border: 1px solid #000;
}