
/* ====================================================== */
body
{
  background: url('img/bg5_body.jpg') no-repeat;
  background-color: #bacee7;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

/* top menu links */
A.linkTop
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding-right: 10px;
}

A.linkTop:visited
{
  color: #ffffff;
  text-decoration: none;
}

A.linkTop:active
{
  color: #ffffff;
  text-decoration: none;
}

A.linkTop:hover
{
  color: #FFFFCC;
  text-decoration: underline;
}

/* bottom menu links */
A.linkBottom
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}

A.linkBottom:visited
{
  color: #ffffff;
  text-decoration: none;
}

A.linkBottom:active
{
  color: #ffffff;
  text-decoration: none;
}

A.linkBottom:hover
{
  color: #FFFFCC;
  text-decoration: underline;
}

/* more link */
A.moreLink
{
  padding-right: 10px;
  color: #CC9966;
  font-weight: bold;
  text-decoration: none;
}
A.moreLink:visited
{
  color: #CC9966;
}
A.moreLink:active
{
  color: #CC9966;
}

h1
{
  background: url(img/bar_center.jpg) 0 100% no-repeat;
  font-family: Verdana, Times New Roman, Georgia, Verdana;
  font-size: 18px;
  font-variant: small-caps;
  padding-top: 8px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2
{
  color: #B17457;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
}

h3
{
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 5px;
}

/* subtitles for offer */
h4
{
  color: #B17457;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 5px;
}
.subtitle
{
  color: #1E62B0;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 5px;
}

.titleDescr
{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}

/* ------------ img left / general -------------- */

.leftImg
{
  border: 1px solid #CC9966;
  text-align: left;
  padding: 3px;
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
}


/* text content */
#textContent
{
  /* background: url('img/bg_content.jpg') 100% 100% no-repeat; */
  text-align: justify;
  white-space: normal;
  line-height: 18px;
  padding-bottom: 5px;
}

#textContent p
{
  text-indent: 30px;
}

#textContent ul
{
  list-style: none;
  line-height: 18px;
}

#textContent li
{
  line-height: 18px;
  background: url(img/icon_list.gif) no-repeat 0 3px;
  font-weight: normal;
  margin: 3px;
  padding-left: 10px;
}



