/* BASIC COLOURS

  green: #007000;
  light green: #ADD4AD;
  blue: #6699CC;

*/

/* INIT */

* {
	margin: 0;
	padding: 0;
}

/* BODY */

body {
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	line-height: 1.4em;
}

div#centerWrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 150px;
	background: url(../img/spodek.jpg) no-repeat bottom;
}

/* TOP */

div#hlava {
  width: 800px;
  height: 172px;
  background: url(../img/hlava-preview.jpg) no-repeat;
}

div#hlava h1 {
  padding-top: 20px;
  padding-bottom: 10px;
}

div#hlava p {
  visibility: hidden;
}

div#langua {
  width: 800px;
  height: 25px;
}

div#langua p {
  display: none;
}

/* MENU */

div#langswitch {
  margin-top: 10px;
  height: 20px;
  text-align: center;
}

div#langswitch div {
  width: 300px;
  margin: 0 auto;
}

div#langswitch a {
  display: block;
  float: left;
  /*width: 100px;*/
  height: 20px;
  overflow: hidden;
  color: black;
  text-decoration: none;
  text-align: right;
  font-size: 0.9em;
  letter-spacing: 1px;
  padding-left: 35px;
  padding-right: 8px;
  position: relative;
  }
  
div#langswitch a img {
  position: absolute;
  left: 8px;
  top: 4px;
  border: none;
}
  
div#langswitch a:hover {
  background: green;
  color: white;
}

div#mainmenu {
  margin-top: 5px;
  height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

div#mainmenu div {
  width: 800px;
  padding-left: 20px;
  margin: 0 auto;
}

div#mainmenu div.section {
  padding: 2px;
  background: white;
  }

div#mainmenu a {
  background: #007000 url(/img/button-104x22-normal.gif) no-repeat;
  color: white;
  display: block;
  float: left;
  width: 100px;
  height: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid white;
  /*border: 1px solid;
  border-color: #00A500 #005800 #005800 #00A500;*/
  margin-right: 10px;
  padding: 1px 0px 1px 4px;
  }
  
div#mainmenu a:hover {
  background: #007000 url(/img/button-104x22-over.gif) no-repeat;
  color: white;
}
div#mainmenu .itemorder{
  background: #007000 url(/img/button-205x22-normal.gif) no-repeat;
  color: white;
  display: block;
  float: left;
  width: 201px;
  height: 20px;
  overflow: hidden;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid white;
  /*border: 1px solid;
  border-color: #00A500 #005800 #005800 #00A500;*/
  margin-right: 10px;
  padding: 1px 0px 1px 4px;
  }
  
div#mainmenu .itemorder:hover{
  background: #007000 url(/img/button-205x22-over.gif) no-repeat;
  color: white;
}

div#mainmenu div div a {
  width: 140px;
  color: black;
  background: #ADD4AD url(/img/button-144x22-normal.gif) no-repeat;
  }

div#mainmenu div div a:hover {
  background: #007000 url(/img/button-144x22-over.gif) no-repeat;
  color: white;
  }

div#mainmenu div div div a {
  width: 140px;
  font-weight: normal;
  }

div#mainmenu div div div a img {
  border: none;
  top: 5px;
  right: 10px;
  position: absolute;
  }

/* CONTENT */

p, h1, h2, h3, h4, h5, h6, ul, ol, table {
	text-align: left;
	margin: 0 60px;             /*****0 180px*****/
}

ul ul, ul ol, ol ul, ol ol {
	margin: 0;
	margin-left: 20px;
}

h1 {
  color: #6699CC;
  font-family: Arial, sans-serif;
  font-size: 1.4em;                 /***** 1.7em *****/
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 20px;
  }
  
h2 {
  color: #6699CC;
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

h3 {
  color: #6699CC;
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

p {
  color: #333;
  margin-bottom: 10px;
}

table {
  margin-top: 20px;
}

table.visibleBorders {
	margin-bottom: 20px;
}

.visibleBorders td, .visibleBorders th {
  border: 1px solid #6699CC;
  padding: 1px 10px;
}

.visibleBorders th {
	color: #6699CC;
	border: none;
}

td {
  text-align: left;
  vertical-align: top;
}

td input, td textarea {
	width: 185px;
}

td input.default {
	width: auto;
	}

table#objednavkova-tabulka th {
	text-align: right;
	padding-right: 20px;
}

form>table { /* this is here because of Firefox */
  margin-left: auto;
  margin-right: auto;
}

ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

/* SUBPAGE LIST */

ul.subpage-list {
	padding-left: 0;
}

ul.subpage-list li {
	padding-left: 10px;
	background: #007000;
	color: white;
	font-weight: bold;
	list-style-type: none; 
	margin-top: 1px;
}

ul.subpage-list li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul.subpage-list li a:hover {
	text-decoration: underline;
}

ul.subpage-list ul {
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
	background: white;
}

ul.subpage-list ul li {
	background: white;
	color: black;
	font-weight: normal;
	margin-top: 0;
}

ul.subpage-list ul li:hover {
	background: #ADD4AD;
}

ul.subpage-list ul li a {
	color: #007000;
	text-decoration: none;
}

ul.subpage-list ul li a:hover {
	text-decoration: underline;
}

/* STYLES */

.centerText {
  text-align: center;
}

.centerText>* {
  margin-left: auto;
  margin-right: auto;
}
