/* CSS Document */
/* Autor: Tomas Zdvorily [zdvorily@tomaszdvorily.com][www.tomaszdvorily.com] */

body {
  background-color: #dfcea1;
  font-size: 10pt;
  color: #454545;
  font-family: arial ce, tahoma;
}

#page {
  margin: auto;
  width: 930px;
}

/* HEADER */
#header {
  width: 930px;
  height: 221px;
  background: url(img/header1.jpg) no-repeat;
}

/* LINE UNDER HEADER */
#line {
  width: 930px;
  height: 28px;
  background: url(img/line.jpg) no-repeat;
}

/* CONTENT */
#content {
  width: 930px;
  background: url(img/backcontent.jpg) repeat-y;
  padding: 10px;
}

#main {
  margin-left: 250px;
  padding: 0;
  width: 610px;
  min-height: 600px;
}

#main h1 {
  font-size: 14pt;
  background: url(img/h1.jpg) no-repeat;
  background-position: 0px -2px;
  padding-left: 15px;
  padding-bottom: 7px;
}

#main h2 {
  font-size: 12pt;
}

#main h3 {
  font-size: 10pt;
}

#main ul {
  list-style-type: none;
}

#main ul li {
  background: url(img/ul.jpg) no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
  padding-bottom: 6px;
}

#main strong {
  color: #45241D;
}

#main a {
  text-decoration: underline;
  color: rgb(255,51,51);
}

#main a:hover {
  text-decoration: underline;
  color: #E47868;
}

.under {
  text-decoration: underline;
}

/* SIDEBAR */
#sidebar {
  width: 246px;
  background: url(img/menubody.jpg) repeat-y;
  float: left;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-top: 10px;
}

#sidebar ul li {
  padding-bottom: 10px;
}

#sidebar ul li a {
  display: block;
  max-width: 170px;
  color: #ffffff;
  background: url(img/sli.jpg) no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
  text-decoration: underline;
}

#sidebar ul li a:hover {
  display: block;
  color: #f8e682;
  background: url(img/slia.jpg) no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
  text-decoration: underline;
}

#sidebar ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-top: 10px;
}

#sidebar ul li ul li {
  padding-bottom: 10px;
}

#sidebar ul li ul li a {
  display: block;
  max-width: 170px;
  color: #ffffff;
  background: url(img/subli.jpg) no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
  text-decoration: none;
}

#sidebar ul li ul li a:hover {
  display: block;
  color: #f8e682;
  background: url(img/subli.jpg) no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
  text-decoration: none;
}

#headermenu {
  width: 246px;
  height: 45px;
  background: url(img/menuheader.jpg) no-repeat;
}

#footermenu {
  width: 240px;
  height: 45px;
  background: url(img/menufooter.jpg) no-repeat;
}

/* FOOTER */
#footer {
  width: 930px;
  height: 99px;
  background: url(img/footer1.jpg) no-repeat;
}

#copyright {
  padding-top: 65px;
  padding-left: 10px;
  color: #ffffff;
  font-size: 10pt;
}

#copyright a {
  color: #ffffff;
  text-decoration: underline;
}

#copyright a:hover {
  color: #f8e682;
  text-decoration: none;
}











