body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../_images/squares.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}

table {
  font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.clear {clear:both}

div#ContentBox {
  z-index: 10;
  position: relative;
}

div#gradient {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	/*display: none; */
}

div#squares {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
	/*display: none;*/ 
}

/*jazyky*/
div#languagesBG {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 5;
	width: 200px;
	/*border: 1px solid red; */
	background-image: url(../_images/languages.png);
	background-repeat: repeat-y;
}

div#arrows {
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 6;
	width: 200px;
}

div#languages {
	position: fixed;
	top: 174px;
	right: 0px;
	z-index: 11;
	width: 200px;
}


/*zapati, je spolecne jak HP tak i main*/
#Footer {
  margin-top: 5px;
  margin-left: 256px;
  width: 593px;
}

#Footer h2 {
  font-size: 30px;
  line-height: 35px;
  margin-left: 3px;
}

#Footer table {
  font-size: 10px;
  line-height: 12px;
  border-collapse: collapse; 
  margin-bottom: 20px;
}

#Footer table td {
  padding: 0;
  padding-bottom: 3px;
}

#Footer table td.left {
  width: 125px;
  vertical-align: top;
  padding-right: 5px;
}

#Footer table td.right {
  vertical-align: bottom;
}

#Footer table a.bottomLink {
	color: black;
	text-decoration: none;
}



