/* layout style definitions */

/******************************************/
/* page background */

body {
    margin: 0px 0px 30px 0px;
    font-size: 12px;
    font-family: Arial, "Lucida Console", Helvetica, Sans-Serif;
    line-height: 140%;
    color: white;
    background: #848484 url(/pic/metalBGBG.jpg) top left repeat-x;
}
/*
* html body {
  background: #848484 url(/pic/not-supported.jpg) no-repeat 270px 150px;
}
*/
#block {
    background: url(/pic/metalBG2.gif) top left no-repeat;
}
#container {
    margin: 0px;
    padding: 10px;
}

/******************************************/
/* sidebar */

#sidebar {
    float: left;
    width: 230px;
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: url(/pic/metalLine.gif) top right repeat-y;
    padding: 0px 25px 0px 0px;
    padding-right: 20px;
    overflow: hidden;
}

#banner {
  text-align:center;
  margin-top: 30px;
  height: 135px;
}
#banner a {
  text-decoration: none;
}
#banner a:link, #banner a:visited {
  color: inherit;
}
#banner h1 {
  font-size: 170%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#banner em {
  font-size: 120%;
}

#sidebar > ul {
  list-style-type: none;
}
#sidebar > ul > li {
  margin-top: 15px;
}
#sidebar ul ul {
  padding-left: 15px;
}
#sidebar ul ul li {
  padding-top: 5px;
}
#sidebar li a {
  text-decoration: none;
}
#sidebar li a:hover {
  text-decoration: underline;
}
#content {
  padding: 5px 5px 0px 5px;
  margin-left: 275px;
}

/******************************************/
/* language menu */

#langmenu {
  font-size: 85%;
  position: absolute;
  top: 6ex;
  right: 15px;
  line-height: 100%; /* opera hack for correct vertical alignment */
}
#langmenu li {
  width: 1%; /* IE-hack */
}
#langmenu a:link, #langmenu a:visited {
  display: list-item;
  text-decoration: none;
  list-style-image: none;
}
#langmenu a:hover, #langmenu a:active {
  display: list-item;
  text-decoration: none;
  list-style-image: url(/pic/pfeil.gif);
}

/******************************************/
/* overlay */

div.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 1000;
}

div.ovcontents {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 500px;
  width: 500px;
  margin-top: -250px;
  margin-left: -250px;
  border: 2px solid white;
  background-color: white;
  color: black;
  z-index: 1001;
}
div.ovcontents a {
  color: black !important;
}

div.nobreak {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
}

div#googlemap {
  width: 500px;
  height: 400px;
  margin: 0;
}

