body {
  color: black; 
  font-family: "Geneva CE", "Helvetica CE", "Arial CE",  Arial, Verdana, Helvetica, serif, sans-serif;
  background-color: #668BB4;
}

.topMenuBack {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 123px;
  width: 797px;
  z-index: 0;
  padding: 0px;
	border: none;
  /* colors */
  background-color: #668BB4; 
  background-image: url("./obr/topmenu3slice.jpg");
  background-repeat: repeat-x;
}
.topMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 113px;
  z-index: 1;
  padding: 0px;
	border: none;
  /* colors */ 
  background-image: url("./obr/topMenuBack.jpg");
  background-repeat: no-repeat;
}
.titleDo {
  position: absolute;
  top: 37px;
  left: 207px;
  width: 450px;
  z-index: 2;
  font-family: sans-serif, Verdana;
  font-size: 20px !important;
  color: #303030;
}
/* main area for the table*/
.mainDiv {
  position:absolute;
  top:150px;
  left:0px;
  width: 798px;
}

/* top line */
.topRow {
  background-image: url('obr/top2.jpg');
  background-repeat: repeat-x; 
  height: 7px;
}

/* left vertical lines */
.leftLines {
  background-image: url('obr/leftVLines.jpg'); 
  background-repeat: repeat-y;
  width: 47px;
}
/*  additional links */
.sideLinks {
  width:142px;
  background-color:#668BB4; 
}

.sideLinks a {
  background-image: url('./obr/sideLink2.jpg'); 
  display: block; 
  text-align: center; 
  line-height: 200%;
  
}

/* main text, information */
.mainText {
 background-color:#ABBBCC;
 padding: 5px;
 font-size: 16px !important;
 width: 565px;
}

.textEnd {
 background-color:#ABBBCC;
 background-image: url('obr/textEnd.jpg'); 
 background-repeat: repeat-y;
 width: 31px;
 
}

.bottomLine {
 background-image: url('obr/bottom.jpg'); 
 background-repeat: repeat-x;
 height:6px;
}

.lnk a {
	text-decoration: none ! important;
	font-size: 14px !important;
	font-family: sans-serif;
	font-weight: bold;
	color: #404040;
	
}
.lnk  a:visited {
	color: #404040;
}
.lnk  a:hover {
	text-decoration: underline !important;
	color: black;
}
.sideLnk a {

}
.links {
 position: absolute;
  top: 90px;
  left: 200px;
  width: 700px;
  z-index: 2;
  font-size: 60%;
  font-family: Verdana, sans-serif;
 
}
/**/