* { 
  margin: 0px; 
  padding: 0px;
}
body {
  background-image: url("images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 100%;
}
p.title {
  font-family: Corsiva, "Lucida Handwriting", script;
  font-size: 1.3em;
  text-align: left;
  margin-top: 5px;
  color: #ffffff;
  text-shadow: 2px 2px 3px #f0001f;
  filter:progid:DXImageTransform.Microsoft.Glow(Color=#f0001f,Strength=1);
  width: 100%;
}
div.body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-align: justify;
  text-shadow: 1px 1px 2px #000000;
  filter:progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
  width: 100%;
}
div.body a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
}
div.body a:hover {
  text-decoration: underline;
  color: #439fd7;
  text-shadow: 1px 1px 2px #000;
}
div#scroll {
  width: 100%;
  height: 4.5em;
  position: fixed;
  top: 10;
}
h5 { 
  font-family: Tahoma, Arial, sans-serif;
  background-image: url("images/right_menu.gif");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  height: 34px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0 5px 7px;
}
h5 a:link, h5 a:active, h5 a:visited {
  text-decoration: none;
  color: #ffffff;
}
h5 a:hover {
  text-decoration: underline;
  color: #ffffff;
}
h3 { 
  font-family: Tahoma, Arial, sans-serif;
  background-image: url("images/left_menu.gif");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  height: 34px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0 5px 7px;
}
h3 a:link, h3 a:active, h3 a:visited {
  text-decoration: none;
  color: #ffffff;
}
h3 a:hover {
  text-decoration: underline;
  color: #ffffff;
}
a#button1 {
  display: block;
  text-decoration: none;
  font-family: Tahoma, Arial, sans-serif;
  background-image: url("images/left_menu.gif");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  height: 34px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0 5px 7px;
}
a#button1:hover {
  background-image: url("images/telefon.gif");
  text-decoration: underline;
}
a .alt {
  display: table-cell;
  height: 34px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0 5px 64px;
}
table.calendar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin-left: 7px;
  border-collapse: collapse;
  background-color: #b4e3f5;
  border: solid #999999 1px;
  width: 180px;
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
  /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
}
table.calendar td {
  border: 0;
  font-size: 10px;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 6px 0 6px;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: left;
  color: #0054E3;
  font-weight: bold;
  width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 6px 0 6px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 22px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
}
table.calcells td.wkday {
  background-color: #DDDDDD
}
table.calcells td.wkend {
  background-color: #f6c4ca;
}
table.calcells td.curdate {
  background-color: #f0001f;
  color: #ffffff;
}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #999999;
}
code { /*CSS for insructions*/
  color: red;
}
div.demo1 {
  height: 1.5em;
  border-top: 1px solid #007ec0;
  border-bottom: 1px solid #007ec0;
  background: #007ec0;
  overflow: hidden;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-size: 0.76em;
}
div.demo2 {
  height: 1.5em;
  border-top: 1px solid #ffc507;
  border-bottom: 1px solid #ffc507;
  background: #ffc507;
  overflow: hidden;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-size: 0.76em;
}
div.demo3 {
  height: 1.5em;
  border-top: 1px solid #da201f;
  border-bottom: 1px solid #da201f;
  background: #da201f;
  overflow: hidden;
  font-family: Tahoma,Arial,Verdana,sans-serif;
  font-size: 0.76em;
}
img.link {
  width: 10.625em; /* replaces 170px width */
  height: 2em; /* replaces 32px height */
  border: 0;
}
img.galerie {
  width: 3.125em; /* replaces 50px width */
  height: 2.023em; /* replaces 33px height */
  border: 1;
}
img.butoanegalerie {
  width: 12.5em; /* replaces 200px width */
  height: 2em; /* replaces 32px height */
  border: 1;
}
div.publ {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  text-align:center;
  padding-top: 6px;
  text-shadow: 1px 1px 2px #ffffff;
  filter:progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1);
  width: 100%;
}
div.link {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  text-align:center;
  text-shadow: 1px 1px 2px #ffffff;
}
div.link a:link, div.link a:active, div.link a:visited {
  text-decoration: none;
  color: #000000;
  text-shadow: 1px 1px 2px #fff;
}
div.link a:hover {
  text-decoration: underline;
  color: #000000;
  text-shadow: 1px 1px 2px #000;
}
table.tarife {
  font-size : 0.8em;
  font-family : "Myriad Web",Verdana,Helvetica,Arial,sans-serif;
  color: #000000;
  text-shadow: none;
}
