html, body {
  width: 100%;
  height:auto !important;
  height:100%;
  min-height:100%;
  
  margin: 0px;
  padding: 0px;

}
body {
  background-color: black;
  background-attachment:scroll;
  background-image: url('../images/nebel.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

#advertising {
  display: block;
}

#advertising img {
  display:block;
  float:left;
  width: auto;
  height:130px;
  border-left-width:1px;
  border-right-width:1px;
  margin-right:2px;
  border-color:#ffbb00;
}

#leftspacing {
  display:none;
}

#navigation {
  display:block;
  position:relative;
  clear:both;
  width:950px;
  height:95px;
  margin-left:15px;
  z-index:5;

  background-color: #ffbb00;
  background-image:url('../images/header.png');
  background-repeat:repeat-y;
  color: black;
 }

#navigation ul {
  display:block;
  position:relative;
  top:20px;
  list-style-type:none;
  width:100%;
  margin:0;
  padding:0px;
}

#navigation li {
  display:block;
  float:left;
}

#navigation a {
  display:block;
  width:130px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color: #ffbb00;
}

#navigation a:hover {
   color: #999999;
}

#content {
  display:block;
  position:relative;
  float: left;
  width: 850px;
  z-index:5;
  margin-bottom:-300px;
  margin-left:15px;
  
  padding-left:50px;
  padding-right:50px;
  padding-bottom:280px;
  
  background-color: #ffbb00;
  background-image:url('../images/traverse_black_extended.png');
  background-repeat:repeat-y;
  color: black;
}

#content>h1 {
  width: 90%;
  text-align:center;

  background-color: transparent;
}

#content>h2 {
  width: 90%;

  background-color: transparent;
}

#content>p {
  width: 90%;

  background-color: transparent;

}

#right {
  display:block;
}
.floatfix {
  clear:both;
}

#footer {
  display:block;
  position:relative;
  clear:both;
  width: 100%;
  height:449px;
  z-index:5;
  
  margin:0px;
  
  background-image:url('../images/crowd.png');
  background-position: 0;
  background-repeat: no-repeat;
}

/* FONT STYLES */
.bsc {
  font-weight:bold;
  font-variant:small-caps;
}

.sc {
  font-variant:small-caps;
}

.small {
  font-size:small;
}

.gb_entry {
  margin-bottom:2em;
  margin-top:0.5em;
  padding-left:4em;
  padding-right:3em;
  text-align: justify;
}
/*Verlinkte Bilder nicht umranden*/
img {
  border-width:0px;
}

.fbConnectWidgetFooter {
	background-color:#000000;
}


