body {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/body_tlo.jpg);
	background-repeat: repeat;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
 
p, td {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 12px;
	text-align: justify;

}
h1 {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a:link, a:visited {
	outline: none;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
   	color: #FF6600;
}

a.topMenu:link, a.topMenu:visited {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
	letter-spacing: 1px;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
}
a.topMenu:hover {
	color: #FF9900;
}
a.topMenuBig:link, a.topMenuBig:visited {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-decoration: none;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: top;
}
a.topMenuBig:hover {
	color: #FF9900;
}
a.tmpKat:link, a.tmpKat:visited {
	font-family: Arial, Verdana, Tahoma, "MS Sans Serif";
	color: #006699;
	text-decoration: none;
}
a.tmpKat:hover {
	color: #FF9900;
}
.tdFooter {
	font-size: 10px;
	color: #999999;
}
ul {
	margin: 15px;
	padding: 0px;
}
li {
	list-style-type: square;
	margin-bottom: 10px;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: block; /* keeps the popup hidden if no JS available */
    width: 292px;
    height: 74px;
}

table.info-table {
  display: block;
  left: 10px;
  position: relative;
  top: -70px;
}

table.info-table td, table.info-table a:link, table.info-table a:visited {
  color: #000000;
}

table.info-table a:hover {
  color: #FF6600;
}
