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


body {
background-color:#d0dcd8;
text-align:center;
	
}

}

#site {
width:1024px;
margin:0 auto;}
a:link { text-decoration:none; font-weight:bold; color:#737373; }
a:visited { text-decoration:none; font-weight:bold; color:#737373; }
a:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:focus { text-decoration:none; font-weight:bold; color:#737373; 
}

#fischer {
width:1024px;
height:100px;
background-image:url(Bilder/fischer_top_claim.gif);
background-repeat:no-repeat;
margin:0 auto;
margin-top: -10px;
}

#menue {
width:1024px;
font: normal 80% Tahoma;
    color: #91a9a0;
	white-space: nowrap;
}
	 ul#Navigation {
    height:100px;
	width:100%;
    margin: 0; padding: 0.4em;
    text-align: center;

  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0,1em;
height: 30px;
  }
  ul#Navigation a, ul#Navigation span {
    padding: 0.4em 0.9em;
    text-decoration: none; font-weight: bold;
    font-size:14px;
    color: #88b0a1; background-color: #d0dcd8;
  }
  ul#Navigation a:hover, ul#Navigation span {
    color: #FFFFFF; 
  }
  
  #main {
	  margin-top:-70px;
}
  
  #text {
	  width:70%; 
	  text-align:left;
	  margin-top: 30px;
	  margin-left:100px;
	  font: normal 90% Tahoma; font-weight: bold;
	  color: #91a9a0;	 
  }
 
  #impressum {
	width:500px;
}
  
  #hr {
  border: 2;
  width: 80%;
  color: #91a9a0;
background-color: #91a9a0;
height: 2px;
margin:10px;
margin-left:100px;

}

  #hr2 {
  border: 2;
  width: 80%;
  color: #91a9a0;
background-color: #91a9a0;
height: 2px;
margin:10px;


}
  
#adresse {
font: normal 100% Tahoma;
    color: #737373; font-weight: bold;
}	 
	 ul#adresse {
    height:20px;
    margin: 0; padding: 0.1em;
    text-align: center;
    border: 0px solid black;
    background-color: #d0dcd8;
  }
  ul#adresse li {
    list-style: none;
    display: inline;
    margin: 10px; padding: 0,4em;
height: 40px;
}	 
#mail {
font: normal 100% Tahoma;
color: #91a9a0;
 font-weight: bold;
 margin-top:0px;
 margin-bottom: 10px;
}
/*Start Kontaktormular*/

fieldset {
  border: 1px solid #8cb3a4;
   width: 390px;
  margin: 0;
  margin-left: 50px;
  padding: 0 1em;
  font: normal 80% Tahoma; font-weight: bold;
}
legend {
  color: white;
  background-color: #8cb3a4;
  padding: .3em 1em;
}

input[type="checkbox"],
input[type="radio"] { vertical-align: middle; }
 
input[type="text"] {
  border: 1px solid #D1D3D4;
  padding: 3px 10px;
}

select {
  width: 220px;
}
textarea {
  border: 1px solid #D1D3D4;
  margin: 1em 0;
  padding: 5px 15px;
  width: 350px;
}
label {
  cursor: pointer;
  padding-right: .5em;
}

/* Tabellen in Formularen */
form table {
	width: 400px;
	border-collapse: inherit;
	margin: .3em 0;
}

form tr {
  color: #333333;
  background-color: #bacec7;
  border-bottom: 4px solid white;
}

form td,
form th { padding: 5px 5px 5px 15px; 
}

 
form th {
  width: 40%;
  text-align: left;
}

form p#submit {
  color: white;
  width:335px;
  background-color: #333333;
  padding: 10px 15px;
  margin: 2.5em 0;
}

button.css3button {
	font: normal 90% Tahoma; font-weight: bold;
	font-size: 12px;
	color: #333333;
	padding: 3px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#b5b5b5));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #cc0000;
	-moz-box-shadow:
		12px 1px 0px rgba(000,000,000,1),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		12px 1px 0px rgba(000,000,000,1),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
}



/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #30413b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  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: 10px;
}

/* 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(images/prev.png) left 48% no-repeat;
}

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

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-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-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #ffffff;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;

}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
