body
{
  background: url('../img/bg.png') fixed center ;
  font-family: verdana, arial, sans-serif;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

table
{
  border: 0px;
  height: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
td
{
  vertical-align: top;
}
td.menu
{
  height: 25px;
}
td.main
{
  vertical-align: top;
  width: 475px;
}
td.calendar
{
  width: 200px;
}
td.contact
{
  width: 200px;
  height: 100px;
}

div
{
  position: relative;
  font-size: 10px;
  text-align: justify;
  width: 100%;
  height: 100%;
}

div.news
{
  height: 170px;
}

div.menu
{
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

div.playlist
{
  height: 75px;
  overflow: auto;
}

div.menuItem
{
  height: auto;
  width: 100px;
  cursor: move;
}

div.content
{
  overflow: auto;
}

div.logo
{
  font-family: arial;
  font-size: 9px;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-align: center;
}

div.contact
{
  text-align: left;
}

div.calendar
{
  text-align: left;
}

a
{
  color: #c2a971;
  text-decoration: none;
  font-weight: bold;
}
a:hover
{
  text-decoration: underline;
}

img
{
  border: 0px;
}
img.heading
{
  border: 5px solid #FFFFFF;
}

textarea
{
  width: 400px;
  height: 200px;
}

textarea.content
{
  width: 450px;
  height: 300px;
}

textarea.guestbook
{
  width: 350px;
  height: 150px;
}

p
{
  margin: 0px;
  padding: 0px;
}

p.calendar
{
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  font-weight: bold;
}

p.heading
{
  font-size: 14px;
  font-weight: bold;
}

p.title
{
  font-size: 11px;
  font-weight: bold;
}

p.date
{
  font-style: italic;
}
p.link
{
  margin-bottom: 10px;
}
p.text
{
  margin-top: 5px;
  margin-bottom: 5px;
}
p.readMore
{
  margin-bottom: 15px;
}

p.rubrik
{
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
}

p.underrubrik
{
  font-weight: bold;
  padding-top: 5px;
}

#city
{
  visibility:hidden;
}