/* @group Allgemein */
body {
  background: #e5e5e5 url(/images/hintergrund.jpg) no-repeat top center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  margin: 0;
  color: #222;
}
/* @end */



/* @group Layout */
#Wrapper {
 /*overflow: hidden;*/
  display: table;
  margin: 0 auto;
  width: 1000px;
}
/* @end */



/* @group Header */
#Header {
  background: url(/images/bg_header.jpg) no-repeat 0 0;
  width: 1000px;
  height: 138px;
  margin: auto;
  position: relative;
}
#SiteId_Issf {
  padding-top: 12px;
  margin-left: 40px;
  float: left;
}
#Back {
  background: url(/images/back.jpg) no-repeat 0 0;
  height: 30px;
  width: 170px;
  position: absolute;
  right: 45px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}
#Back p{
  margin-left: 10px;
  margin-top: 9px;
  float: left;
}
#Back img {
  margin-top: -18px;
  margin-left: 133px;
  width: 22px;	
  height: 22px;
  float: left;
}
#Date {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  top: 112px;
  left: 40px;
}
#Language {
  font-size: 1em;
  font-weight: normal;
  color: #FFF;
  position: absolute;
  top: 114px;
  right: 40px;
}
#Language a {
  color: #FFF;
}
#Language img {
  margin-right: 5px;
  vertical-align: middle;
}
/* @end */



/* @group Page */
#Main {
  margin: 0 0 0 15px;
  width: 1000px;
}
#PageContainer {
  background: url(/images/bg-content.png) repeat-y 0 0;
  width: 986px;
  float: left;
  margin-top: 81px;
  padding: 0 0 0 16px;
}
/* @end */



/* @group Sidebar */
#Sidebar {
  width: 240px;
  float: left;
  position: relative;
  top: -43px;
  right: -10px;
}
#Sidebar .calendar ul li {
  border-bottom: 0px;
}
#Sidebar .calendar ul {
  margin: 0;
}
/* @end */



/* @group Sponsoren */
#Sidebar #Sponsoren {
}
#Sidebar #Sponsoren ul {
  background: none;
  list-style: none;
  border: none;
}
#Sidebar #Sponsoren li {
  background: none;
  text-align: center;
  margin-bottom: 20px;
}
#Sidebar #Sponsoren a {
  background: none;
  padding: 0;
}
/* @end */




/* @group Bildergalerie */
#Content .gallery_albums {
  list-style: none;
  list-style-image: none;
  background: none;
  margin: 0;
  padding: 0;
}
#Content .gallery_albums li {
  width: 100%;
  background: none;
  list-style: none;
  list-style-image: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
#Content .gallery_albums li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content .gallery_albums li img {
  width: 120px;
  border: 1px solid #b8b8b8;
  margin: 0 0.5em 0.5em 0;
  padding: 1px;
  float: left;
}
#Content .gallery_albums li h2 {
  margin: 0;
  margin-bottom: 0.2em;
}
#Content .gallery_albums li h2 a {
  text-decoration: none;
}
#Content .gallery_albums li h2 a:hover {
  text-decoration: underline;
}

#Content ul.accordion .element ul.gallery_album,
#Content ul.gallery_album {
  margin: 0;
  padding: 0;
}
#Content ul.gallery_album:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.accordion .element ul.gallery_album li,
#Content ul.gallery_album li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#Content ul.gallery_album a {
  display: block;
}
#Content ul.gallery_album img {
  width: 115px;
  height: 115px;
  border: 1px solid #b8b8b8;
  margin-right: 0.9em;
  margin-bottom: 1em;
  padding: 1px;
  display: block;
  float: left;
}
#Content ul.gallery_album .last img {
  margin-right: 0;
}
/* @end */


