/*--- doc setup ---*/
html,body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  /* background-color: #FFF; */
  color: #2D2D2D;
  margin-left: 0;
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 7px;
  padding: 0;
  border: none;
  /* background: #FFF; */
  background-image: url('../gfx/tile2.jpg');
  background-repeat: repeat;
}
/*--- page elements ---*/
hr {
  border: 1px solid #CCC;
}
/*--- link ---*/
a {
  text-decoration: underline;
  color: #2F3E59;
}
a:hover {
  text-decoration: underline;
  color: #9D1E17;
}
/*--- tables ---*/
#tblframe {
  width: 100%;
  height: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  border: none;
}
#tblmain {
  width: 770px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #FFF;
  padding: 0;
  border: 1px solid #CCC;
}
#tblcontent {
  width: 770px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #FFF;
  padding: 0;
  text-align: left;
}
#tblcontent h3 {
  text-align: left;
  padding: 21px 14px 0 14px;
  margin: 0;
  text-align: justify;
  line-height: 21px;
}
#tblcontent p {
  text-align: justify;
  padding: 0 14px 14px 14px;
  line-height: 21px;
}
#gallery {
  text-align: center;
  padding: 14px;
}
#gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#tblcontent ul {
  text-align: left;
  line-height: 21px;
}
.pquestion {
  text-align: left;
  padding: 0 14px 14px 14px;
  text-align: justify;
  line-height: 21px;
}
.question {
  text-align: left;
  font-weight: bold;
}
#tblupit {
  width: 100%;
  padding: 21px;
}
#tblupit td {
  padding: 14px;
}
#tdsidebar {
  width: 200px;
  text-align: center;
  vertical-align: top;
}
#tdlogo {
  width: 570px;
  height: 135px;
  text-align: center;
  padding: 0;
}
#tdlogomore {
  width: 200px;
  height: 135px;
  text-align: right;
  vertical-align: top;
  padding: 0;
}
#tdlogo img {
  border: none;
}
#tblsidebar {
  width: 200px;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  text-align: center;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
}
#tblsidebar td {
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 9px;
}
#tblsidebar .seminar {
  font-size: 14px;
  font-weight: bold;
  color: #2E2E2E;
  background-color: #FFF;
  text-align: left;
  border-bottom: 1px dashed #CCC;
}
#tblsidebar .seminarinfo {
  font-size: 13px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: left;
  padding-left: 10px;
  border: none;
  background-color: #FFF;
}
#tblsidebar .seminarinfobottom {
  font-size: 13px;
  font-weight: bold;
  color: #2E2E2E;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px dashed #CCC;
  background-color: #FFF;
}
/*--- navigation ---*/
#tdnav {
    width: 770px;
    /* border-top: 1px solid #000; */
    /* border-bottom: 1px solid #000; */
    /* border-left: 1px solid #000; */
    /* border-right: 1px solid #000; */
    display: block;
}
#nav ul {
  font-family: Verdana, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #2E2E2E;

  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  z-index: 700;
}
#nav ul li {
  position: relative;
  float: left;
  height: 24px;
  width: 190px;
  /* background-color: #EBEBEB; */
  /* background: url("../gfx/menu_split.png") no-repeat right; */
  /* background: url("../gfx/menu_top_right.png") no-repeat top right; */
  background-color: #EBEBEB;
  color: #232323;
  padding: 0;
  text-align: center;
  line-height: 24px;
  /* border-top: 1px solid #FFF; */
  /* border-left: 1px solid #116193; */
  border-bottom: 1px solid #CCC;
  /* border-right: 1px solid #000; */
}
#nav ul li a {
  display: block;
  height: 24px;
  text-decoration: none;
  border: none;
}
#nav ul li a:hover {
  background-color: #C7282F;
  color: #FFF;

  /* border-top: 1px solid #FFF; */
  /* border-left: 2px solid #C7282F; */
  /* border-bottom: 1px solid #000; */
  /* border-right: 1px solid #000; */
}
#nav #seminari {
  width: 200px;
  height: 24px;
  text-align: left;
}
#nav #home {
  width: 40px;
  height: 24px;
  /* border-right: 1px solid #116193; */
}
#nav #mail {
  width: 40px;
  height: 24px;
  /* border-right: 1px solid #116193; */
}
#nav img {
  width: 24px;
  height: 24px;
  border: none;
}
/*--- forms ---*/
.fonterror {
    color: #FF0000;
}
/*--- footnote ---*/
#tblfootnote {
  width: 770px;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #EBEBEB;
  padding: 0;
  text-align: left;
}
#tblfootnote td {
  font-size: 12px;
  border-top: 1px solid #CCC;
  padding: 5px;
  letter-spacing: 0.1em;
  text-align: left;
}

