/* layout.css */

body {
  margin: 0;
  padding: 30px 0 30px 0;
  border: 0;
  background: url(/system/images/bg_gruen.jpg) top left;
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #151515;
  font-family: Trebuchet MS, Trebuchet, Verdana, Helvetica, Arial;
  
}

#page {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  background-color: #fbfbfb;
}

#contentContainer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 960px;
  background: #fbfbfb url(/system/images/watermark.jpg) bottom right no-repeat;
  min-height: 840px;
  overflow: hidden;
}


#sidebar {
  position: relative;
  background: transparent url(/system/images/bg_sidebar.png) top left no-repeat;
  width: 233px;
  min-height: 840px;
  float: left;
}

#logo {
  position: relative;
  height: 200px;
  padding: 13px 0 0 0;
  text-align: center;
}

#navigation {
  padding: 0 11px 0 20px;
  margin: 0;
}

#navigation ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  position: relative;
  margin: 0 0 11px 0;
  padding: 0;
}

#navigation ul li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 16px;
  color: #383838;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

#navigation ul li a:hover,
#navigation ul li.current a {
  color: #441300;
}

#navigation ul li.current a {
  background: url(/system/images/bullet_navigation.gif) 0px 2px no-repeat;
}

#sociallinks {
  padding: 10px 0 0 36px;
  margin: 0;
}


#header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index:100;
  height: 173px;
  width: 736px;
  margin: 0px;
  padding: 0;
  background: url(/system/images/bg_kopfbild.png) top left no-repeat;
}

#content {
  position: relative;
  margin: 203px 50px 30px 284px;
}

/* ---- Contentelemente ---- */

.multiblock {
  color: #151515;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.multiblock a {
  color: #470f00;
  text-decoration: underline;
}


.multiblock a:hover {
  text-decoration: underline;
}

.multiblock h1 {
  font-size: 24px;
  color: #470f00;
  margin: 0 0 15px 0;
  text-shadow: 1px 1px #dfdfdf;
  font-family: Verdana;
  font-weight: bold;
}


.multiblock h2 {
  font-size: 20px;
  color: #470f00;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px #dfdfdf;
  font-family: Verdana;
  font-weight: bold;
}

.multiblock h3 {
  font-size: 18px;
  color: #470f00;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px #dfdfdf;
  font-family: Verdana;
  font-weight: bold;
}

.multiblock .inside-text p,
.multiblock .inside-text div {
  margin: 0 0 10px 0;
}

.multiblock-imagetext {
  position: relative;
  overflow: hidden;
  min-height: 10px;
}

.multiblock-imagetext .inside-image img {
  position: relative;
  border: 1px #470f00 solid;  
  width: 276px;
}

.multiblock-imagetext .inside-image {
  position: relative;
  padding: 0 0 15px 0;
  margin: 0px;
}

.multiblock-imagetext .inside-image-left {
  float: left;
  margin-right: 40px;
}

.multiblock-imagetext .inside-image-right {
  float: right;
  margin-left: 40px;
}

.multiblock-gallery .inside-items {
overflow: hidden;
}

.multiblock-gallery .galleryItem {
float: left;
margin-left: 10px;
}

.multiblock-gallery .galleryItem.first {
margin-left: 0px;
}

.multiblock-gallery .galleryItem .imageDescription {
	max-width: 120px;
text-align: left;
font-size: 0.8em;
margin: 5px 0 15px 0;
}



#footer {
  position: relative;
  margin: 0;
  padding: 0;
  height: 22px;
  overflow: hidden;
  background: url(/system/images/bg_footer.png) top left no-repeat;
}

#footer p {
  position: relative;
  font-family: Arial;
  color: #fff;
  margin: 0;
  padding: 5px 0 0 30px;
  font-size: 11px;
}

#footer p a#imprint {
  position: absolute;
  top: 5px;
  right: 30px;
}

#footer p a {
  color: #fff;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

.box-shadow {
  -moz-box-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
}

.image-shadow {
  -moz-box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
  margin: 3px 0 3px 0;
}


table.standardtabelle {
  width: 100%;
  
}

table.standardtabelle tr td {
  vertical-align: top;
  padding: 0 10px 5px 0;
}
