body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #253082;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 1.4;
	color: #000000;
}
.oneColLiqCtr #container {
	width: 900px;  /* this will create a container 900px width */
	background: #D2EBFC;
	margin: 20; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* MENU start  */

#menu-box { background: url('images/head-m-2.jpg') 0 0;}
#menu { width: 900px; margin: 0 0;}

#menu li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu li a {
  text-decoration: none;
  color: #FFF;
  float: left;
  display: inline;
  font-size: 15px;
  line-height: 30px;
  padding: 0 18px;
  border-right: 0px solid #444444;
}

#menu li.first a {border-left: 0px solid #444444;}
#menu li a:hover, #menu li a.active {background-color: #555;}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}

.clearfix {display: block;}

/* MENU end */

A         { TEXT-DECORATION: none }
A:link    { TEXT-DECORATION: underline }
A:active  { TEXT-DECORATION: underline }
A:visited { TEXT-DECORATION: underline }
A:hover   { TEXT-DECORATION: none }

  .menu { font-size: 14px; font-weight: normal}
  .menu:link{color: #D2EBFC; text-decoration: none}
  .menu:visited{color: #D2EBFC; text-decoration: none}
  .menu:hover{color: #FFFFFF; text-decoration: underline}

  .menu1 { font-size: 14px; font-weight: normal; color: #FFFFFF }
  .menu1:link{color: #FFFFFF; text-decoration: none}
  .menu1:visited{color: #FFFFFF; text-decoration: none}
  .menu1:hover{color: #FFFFFF; text-decoration: underline}
  
  .menu-space { font-size: 14; color: #D2EBFC; font-weight: normal; text-decoration: none }

  .odkaz:link{color: #000000; font-weight: normal; text-decoration: none}
  .odkaz:visited{color: #000000; font-weight: normal; text-decoration: none}
  .odkaz:hover{color: #0000aa; font-weight: normal; text-decoration: none}
  
  .odkaz2:link{color: #0000AA; font-weight: bold; text-decoration: none}
  .odkaz2:visited{color: #0000AA; font-weight: bold; text-decoration: none}
  .odkaz2:hover{color: #0000AA; font-weight: bold; text-decoration: underline}
  
  .file:link{color: #000000; font-weight: normal; text-decoration: none}
  .file:visited{color: #000000; font-weight: normal; text-decoration: none}
  .file:hover{color: #555555; font-weight: normal; text-decoration: underline}  

  .red:link{color: #FF0000; font-weight: bold; text-decoration: underline}
  .red:visited{color: #FF0000; font-weight: bold; text-decoration: underline}
  .red:hover{color: #FF0000; font-weight: bold; text-decoration: none}  
  
  .red2:link{color: #FF0000; font-weight: bold; text-decoration: none}
  .red2:visited{color: #FF0000; font-weight: bold; text-decoration: none}
  .red2:hover{color: #FF0000; font-weight: bold; text-decoration: none}
  
H1 {  text-align: center; FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none; MARGIN-TOP: 15px; FONT-SIZE: 26px; MARGIN-BOTTOM: 20px; LETTER-SPACING: -1px  }
H2 {  text-align: left; FONT-WEIGHT: bold; COLOR: #0000AA; TEXT-DECORATION: none; MARGIN-TOP: 0px; FONT-SIZE: 20px; MARGIN-BOTTOM: 0px; LETTER-SPACING: 0px  }
H3 {  text-align: left; FONT-WEIGHT: normal; COLOR: #0000AA; TEXT-DECORATION: none; MARGIN-TOP: 0px; FONT-SIZE: 20px; MARGIN-BOTTOM: 10px; LETTER-SPACING: 0px  }
H4 {  text-align: left; FONT-WEIGHT: normal; COLOR: #0000AA; TEXT-DECORATION: none; MARGIN-TOP: 0px; FONT-SIZE: 18px; MARGIN-BOTTOM: 10px; LETTER-SPACING: 0px  }
H5 {  text-align: center; FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none; MARGIN-TOP: 0px; FONT-SIZE: 20px; MARGIN-BOTTOM: 0px; LETTER-SPACING: 0px  }

P {  text-align: justify; FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none  }

ol { text-align: justify }