body
{
  background: url(images/layout/bg.jpg) top repeat-x;
  font-family: verdana, arial;
  font-size: 11px;
  background-color: #0091c9;
  color: rgb(96,96,96);
}

div { border: solid black 0px; }

div.all
{
  width: 850px;
}

div.header
{
  width: 850px;
  height: 242px;
  background: url(images/layout/header.jpg);
  clear: both;
}

div.menu
{
  width: 720px;
  height: 30px;
  border: solid black 0px;
  position: relative; top: 8px; left: 0px;
}

div.menu_button
{
  width: 90px;
  height: 30px;
  float: left;
  border: solid black 0px;
}

a.menu_link
{
  font-weight: bold;
  color: rgb(53,158,198);
  text-decoration: none;
}

a.menu_link:hover
{
  color: rgb(156,219,237);
  font-weight: bold;
}


div.body
{
  width: 850px;
  background: url(images/layout/bodybg.jpg) repeat-y;
  clear: both;
}

div.body_inside
{
  min-height:223px;
  width: 850px;
  background: url(images/layout/body.jpg) top no-repeat;
}

div.content
{
  padding-top: 20px;
  width: 620px;
  text-align: left;
}

div.footer
{
  width: 850px;
  height: 91px;
  background: url(images/layout/footer.jpg) top;
  margin-bottom: 20px;
  clear: both;
}

div.footer_content
{
  color: white;
  position: relative; top: 73px;
  width: 850px;
  text-align: center;
  font-size: 10px;
}

font.title
{
  font-weight: bold;
  font-size: 15px;
  color: rgb(46,118,131);
}

a
{
  color: rgb(53,158,198);
  text-decoration: underline;
}

a:hover
{
  color: rgb(255,204,0);
}

td.kontakt
{
  font-family: verdana, arial;
  font-size: 12px;
  color: rgb(96,96,96);
  text-align: center;
  vertical-align: top;
}

.supper {text-transform:uppercase;}

.vacrd{
font-size: 11px;
display: block;
color: white;
width:800px;
}

.fn{
display: inline;
}

.url{
text-decoration: none;
color:white;
}

.adr{
display: inline;
}

