@charset "utf-8";
/* CSS Document */

body {
	background:#FFF;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
}
html {height: 101%;} 

#design {
	background-color:#FFF;
	width:860px;
	margin: 68px auto;
}

#title {
	background:url(logo_300px.PNG);
	width:300px;
	height:47px;
	float:left;
	margin-top:2px;
	margin-left:2px;
}

#navigation {
	width:530px;
	height:auto;
	float:right;
	margin-top:20px;
	text-align:right;
}

#navigation a {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bbbaba;
	text-decoration:none;
	padding: 0px 7px;
}

#navigation a:hover {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#ec6608;
	text-decoration:none;
}

#content {
	width:860px;
	height:100%;
	float:left;
	margin-top:123px;
	padding: 0 10px 0 0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#646363;
	text-align:left;
	line-height:22px;
}
/* Alle Paragraphen <p> innerhalb von #content sollen 300px breit sein und links */
#content p {
	float: left;
	width: 300px;
	margin: 0px;
}
/* Alle Bilder in #content sollen rechts ausgerichtet werden */
#content img {
	float: left;
	border: none;
	margin-top:5px;
}

/* Alles was in #contact steht soll nur 400px breit sein. */
#contact {
	width: 444px;
	margin-left: 415px;
}

#impressum {
	width: 444px;
	float:right;
}

/* Paragraphen innerhalb von #impressum sollen wieder die ganze Breite einnehmen*/
#impressum p {
	width: 100%;
	margin: 0 0 16px 0;
}

/* Alle <img> innerhalb von #gallery sollen sich links ausrichten und 277px breit sein (Thumbnails). Da Content 860px breit ist passen 3 in eine Reihe, dann wird die nchste Zeile begonnen*/
#gallery img{
	float: left;
	width: 277px;
	margin: 0 9px 9px 0;
	border:none;
	page-break-before: left;
	page-break-after: right;
}

h2 a {
color: #ec6608;
font-size:13px;
}

h2 {
color: #bbbaba;
font-size:13px;
}

#footer {
	clear:left;
	color:#bbbaba;
	width:435px;
	float:right;
	height:30px;
    text-align:left;
    padding:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.91;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: left;
  line-height: 0;
  font-family: arial;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 0px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background:url(../Bilder/images/prev2.png) left 48% no-repeat;
  opacity: 0.85;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background:url(../Bilder/images/next2.png) right 48% no-repeat;
  opacity: 0.85;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  margin-top:5px;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 10 px;
  font-weight:regular;
  line-height: 1.5em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top:5px;
  font-size: 9px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 27px;
  height: 27px;
  float: right;
  outline: none;
  background:url(../Bilder/images/close2.png) 48% no-repeat;
  opacity: 0.85;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
