
/* -----------------------------------------------------------------------------------------
   -----------------------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg 
   http://www.gebharduhl.de

   Copyright (c) 2006 GEBHARD|UHL 
   -----------------------------------------------------------------------------------------
   ---------------------------------------------------------------------------------------*/

/*----------------General Rules-------------*/
a {
  text-decoration:underline;
  color:#000;
  }
a:hover {
  text-decoration:none;
  color:#666;
  }
.alt {
  display:none;
  }
img {
  border:0;
  padding:0;
  margin:0;
  }
/*----------------General Rules-------------*/
/*----------------Layout-------------*/
body {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  margin: 0 0 0 10px;
  background-color:#f6f6eb;
  font: 12px/20px "Lucida Console", "Andale Mono", "Courier New", monospaced;
}
#container {
  position: relative;
  width:880px;
  margin: 0 auto;
  padding: 0;
  text-align:left;
  height:100%;
  }

/*----------------Header-------------*/
#header {
  width:880px;
  background: transparent url(bilder/logo.gif) top left no-repeat;
  border-bottom: 1px solid #888a7e;
  margin: 0 0 3px 0;
  padding:0;
  }
#header h1 a {
  display:block;
  width:180px;
  height:80px;
  margin:0 0 0 700px;
  padding:0;
  }
#header h1 {
  margin:0;
  padding:0;
  }
/*----------------Header-------------*/
/*----------------Navigation-------------*/
#navigation {
  position:absolute;
  width:550px;
  margin-top:-22px;
  margin-left:10px;
  }
#navigation ul.mainNav{
  margin:0;
  padding:0;
  list-style-type: none;
  display: block;
  }
#navigation ul.mainNav li{
  float:left;
  margin-right:1px;
  display:inline;
  }
#navigation ul.mainNav li a{
  margin:0;
  padding:0;
  float:left;
  text-decoration: none;
  }
#navigation ul.mainNav li.menu1-level1-act a, #navigation ul.mainNav li.menu1-level1-act {
  text-decoration:none;
  color:#666;
  }

/*----------------Navigation-------------*/
#content {
  clear:both;
  width:880px;
}
#content p,#content ul{
  margin-left:150px;
  width:700px;
  line-height:24px;
  padding:0 0 0 30px;
}
#content div p{
  margin-left:5px;
  padding:0 0 0 30px;
}
#content h2, h3 {
  margin-left:10px;
  width:700px;
  font: 16px/20px "Lucida Console", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  letter-spacing: 5px;
}#content h3 {
  font: 14px/20px "Lucida Console", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
#footer {
  border-top: 1px solid #888a7e;
  margin: 3px  0 0 0;
  }
#footer p{
  padding-right:10px;
  font-size: 10px;
  text-align: right;
  }

.rgslideshow .rgstitle {
  font: normal 12px/20px "Lucida Console","Andale Mono","Courier New",monospaced !important;
  padding: 4px 6px !important;
}
/* Untertitel Seite 'aufgeschnappt' ausblenden */
#rgslideshow-73 .rgstitle {
  display: none;
}
/* Untertitel Seite 'raumarbeit' ausblenden */
#rgslideshow-74 .rgstitle {
  display: none;
}
.rgslideshow .rgsdescription,
.rgssplitEl {
  display: none;
}


