/*******************/
/*   Page layout   */
/*******************/

body {
	margin: 0em;
	padding: 0em;
	text-align: center;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.6em;
}

#page {
	margin: 0em;
	padding: 0em;
	text-align: left;
	border-left: solid Black 2px;
	border-right: solid Black 2px;
	border-bottom: solid Black 2px;
	background-color: #EBEBEB;
}

#page #head {
	margin: 0em;
	padding: 0em;
	background-color: Black;
	height: 8.1em;
	clear: both;
}
#page #head #logo {
	float: left;
	padding-top: 1.8em;
}
#page #head #mainImage {
	padding-top: 0.2em;
	text-align: center;
}

#page #content {
	margin-left: 13.38em; /* vnejsi odsazeni zleva kvuli levemu sloupci */
	padding: 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #FEFBF3;
	background-image: url(../images/cara.gif);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 40em; 
	_height: 40em;
}

#page #quickNavigation {
	background-color: #FFF8DC;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	border-left: solid Black 1px;
	border-right: solid Black 1px;
	border-bottom: 1px solid #696969;
	vertical-align: middle;
	line-height: 2em;
	height: 2.2em;
	clear: both;
}
#page #quickNavigation #topLinks {
	float: left;
}
#page #quickNavigation #search {
	font-size: 0.9em;
	text-align: right;
}
#page #quickNavigation #search input, #page #quickNavigation #search button {
	vertical-align: middle; /* vertikalni centrovani formularovych prvku */
}

#page #left {
 	position: absolute;
	left: 2px;
	top: 10.38em;
	width: 13.4em;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#page #foot {
	padding: 6px 6px 6px 6px;
	font-size: 0.9em;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #696969;
	border-top-style: solid;
	background-color: #FFF8DC;
}

#footNavigation {
	float: right;
}

#statistics {
	text-align: center;
	margin-top: 16px;
}

#vitejte {
	margin: 0em 0em 1.4em 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
#uvodniInfo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 6em;
	clear: both;
}
#uvodniInfo #popisFirmy {
	float: left;
	color: #552C0A;
	font-weight: bold;
}

#kontakt {
  width: 80%;
  margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 8em;
	clear: both;
	margin-top: 3em;
}
#kontakt #adresa {
	float: left;
}
#kontakt #mapa {
	float: right;
	margin-right: 4em;
}

#page #head #cart {
	position: absolute;
	top: 0px;
	right: 0px;
}

/**********************/
/*   Uprava pro tisk  */
/**********************/

@media print {
	#page, body {
		background-color: White;
		border-width: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	#page #content {
		border-width: 0px;
		margin: 0px;
		padding: 20px;
		border-width: 0px;
		color: Black;
		background-color: White;
		background-image: none;
		text-align: left;
	}
	#page #content a {
		text-decoration: none;
	}
	#head, #quickNavigation, #left, #foot {
		display: none;
	}
}

/*********************/
/*     List menu     */
/*********************/

#mainMenu {
	width: 100%;
	padding: 0em 0em 1em 0em;
	margin-bottom: 1em;
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin-left: auto;
	margin-right: auto;
}
#mainMenu ul {
	list-style: none;
	margin: 0em;
	padding: 0em;
	border: none;	
}	
#mainMenu li {
	margin: 0em 1em 0em 1em;
	padding: 0em;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #FFFFB2;
}
/* headers */
#mainMenu div {
	margin: 0.8em 0em 0em 0em;
}
#mainMenu div a {
	display: block;
	padding: 0em 1em 0em 1em;
	font-size: 1.1em;
	background-color: #F0CD00;
	text-decoration: none;
	color: Black;
	line-height: 1.9em;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
}
#mainMenu div.firstHeader {
	margin: 0em;
}
#mainMenu div.firstHeader a {
	border-top: none;
}
#mainMenu li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 6px solid #FFE448;
	border-right: 8px solid #FFFFB7;
	background-color: #FEFF64;
	color: #252525;
	text-decoration: none;
	width: 100%;
}
html>body #mainMenu li a {
	width: auto; /* For others than IE5 */
}
#mainMenu li a:hover, #mainMenu li.activeList a {
	border-left: 6px solid #FFDD17;
	border-right: 8px solid #FEFF6F;
	border-bottom-width: 0em;
	background-color: #FEFF39;
	color: #FF4500;
}

#topLinks ul {
	list-style: none;
	margin: 0em;
	padding: 0em;
	border: none;
}
#topLinks li {
	float: left;
	margin: 0em;
	padding: 0em;
}
#topLinks li a {
	float: left;
	display: block;
	height: 1.7em;
	margin: 0.2em 0.1em 0em 0.1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	line-height: 1.9em;
	text-decoration: none;
	color: #212121;
	background-color: #FFF3C1;
	border-left: 2px solid #FFE98E;
	border-bottom: 2px solid #F7F2C1;
	border-right: 2px solid #F7F2C1;
}
#topLinks li a:hover {
	color: Maroon;
	background-color: #FFEA6C;
	border-left: 2px solid #FFD700;
	border-bottom: 2px solid #FFF4B7;
	border-right: 2px solid #FFF4B7;
}

.rightPosition {
	float: right;
	padding: 10px;
}

/***********************/
/*   Nadpisy a texty   */
/***********************/

h1 {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Fahrner Image Replacement (FIR) */
h1.somaty {
	background-image: url(../images/somaty_logo.jpg); 
	background-repeat: no-repeat;
	width: 264px;
	height: 36px;
	text-align: center;
}
h1.somaty span {
	display: none;
}

h2 {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	text-align: left;
}

h3 {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
}

.smalltext {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
}

.warning {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
   color: Red;
}

.vyrazny {
	color: blue;
}

.odsadit {
	margin-left: 50px;
}

.textNavigation {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

.textNavigationLine {
	border-width: 1px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/**************/
/*   Odkazy   */
/**************/

a:link, a:visited, a:active { /* odkaz bez akce, navštívený odkaz */
   text-decoration : underline;
	color: #94490B; /* #a55221; */
}
a:hover { /* odkaz při přejetí myší a stisknutí tlačítka */
	text-decoration : underline;
	color: #FF4500;
}

/***************/
/*   Tabulky   */
/***************/

/* Tabulka s kontakty */
table.kontakty {
	margin-left: auto;
	margin-right: auto;
}
table.kontakty th {
	width: 10em;
	vertical-align: top;
}
table.kontakty td {
	padding: 0.14em;
}

/* Tabulka s vyrobkem */
table.vyrobek {
   width: 90%; 
	margin-bottom: 20px; 
	border: solid #D9A900 1px; /* #F0BB00 */ /* #FEC300 */
	border-collapse: collapse;
	background-color: White;
}
table.vyrobek td {
   border: solid #D9A900 1px;
}
table.vyrobek td.obrazek {
	vertical-align: middle;
	text-align: center;
}
table.vyrobek .NovinkaImg{
	position: absolute;
	right: 66px;
}
table.vyrobek td.text {
	vertical-align: top;
	text-align: left;
	line-height: 20px;
}

/* Tabulka s anketou */
table.anketa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-width: 3px; 
}
table.anketa th.otazka {
   font-size: 14px;
	font-weight: 900;
	text-align: left;
	line-height: 30px;
	border-bottom: solid Black 1px;
}
table.anketa td.celkem {
	font-size: 12px;
	font-weight: 900;
	text-align: left;
	line-height: 22px;
}
table.anketa a:link { /* odkaz bez akce */
   text-decoration : none;
	color: #a55221;
}
table.anketa a:hover { /* odkaz při přejetí myší a stisknutí tlačítka */
	text-decoration : underline;
	color: red;
}
table.anketa a:visited { /* navštívený odkaz */
   text-decoration : none;
	color : #660000;
}

/* Tabulka s downloadem souboru */
table.download {
	text-align: left;
}
table.download th {
   font-size: 12px;
	text-align: center;
   border-bottom: solid Black 1px;
}
table.download tr.lichy {
	background-color: #FAF0E6; /* #F5F5F5; */
}
table.download td {
	vertical-align: top;
}

/* Tabulka s novinkami */
table.novinky {
   margin-top: 40px;
	padding: 5px 5px 5px 5px;
	border: solid #FCDB1C 1px;
}
table.novinky th {
   font-size: 13px;	
	text-align: left;
}

table.shoppingCart {
	background-color: #FFFDF0;
	border-collapse: collapse;
	border-width: 0px;
}
table.shoppingCart td, table.shoppingCart th {
	padding: 0.20em 0.4em 0.20em 0.4em;
}
table.shoppingCart th {
	background-color: #FFFFA6;
}
table.shoppingCart td {
	border-top: solid 1px #A9A9A9;
}
table.shoppingCart tr:hover {
	background-color: #FFF7CA;
}


table.cartButtons {
	border-width: 0em;
	border-collapse: collapse;
}
table.cartButtons td {
	border-width: 0em;
	padding: 0em;
	margin: 0em;
	vertical-align: top;
}

table.orderedProducts {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #A9A9A9;
}
table.orderedProducts th {
	background-color: #FFED84;
}
table.orderedProducts td, table.orderedProducts th  {
	padding: 0.20em 0.4em 0.20em 0.4em;
	border-width: 1px;
	border-color: #A9A9A9;
}

/***************/
/*   Images    */
/***************/

img {
	border-width: 0px;
}

/* Image view (mapa) */
body.imageView {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFF0;
}
body.imageView h1 {
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 3em;
	text-align: center;
}
.imageViewBlock {
	width: 100%;
	text-align: center;
}
.imageViewBlock img {
	border-right-width: 3px;
	border-right-color: #DCDCDC;
	border-right-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #DCDCDC;
	border-bottom-style: solid;
}

/**************/
/*   Forms    */
/**************/

form fieldset {
	margin-bottom: 1.5em;
	padding: 0.6em;
}

form legend {
	font-weight: bold;
}

form input, textarea, select {
	border: 1px solid #AAAAAA;
}

form input.checkbox {
	/* For IE */
	border-width: 0px;
}

form button {
	margin-left: 4px;
	margin-right: 4px;
	border-width: 0px;
	background-color: transparent;
	background-position: top left;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 129px;
	/* barva pisma */
	color: #703A12;
	font-weight: bold;
	text-align: center;
}
form button:hover {
	background-image: url(../images/button_on.gif);
	color: #AC5F00;
	cursor: pointer;
}

form button.bigButton {
	background-image: url(../images/bigButton.gif);
	width: 200px;
	height: 24px;
}
form button.bigButton:hover {
	background-image: url(../images/bigButton_on.gif);
}

form button.cart {
	border-width: 0px;
	background-color: transparent;
	background-image: none;
	width: 20px;
}

form button.anyContent {
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: auto;
}

form.cartForm {
	padding: 0em;
	margin: 0em;
}

form input.productCount {
	color: Red;
	font-weight: bold;
	background-color: #FFFACD;
}


form.inTable {
	vertical-align: middle; /* vertikalni centrovani formularovych prvku */
	margin: 0em;
	padding: 0em;
}

form.inTable input.number {
	text-align: right;
}