@charset "utf-8";
/*Einstellungen für body*/
body{
	color:#000000;
	margin:auto;
	background-image:url(hg.jpg);
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:inherit;
	overflow:scroll;
}

#all{
	width:1200px;
	height:900px;
	margin:auto;
}

#header{
	width: 1200px;
	height: 150px;
}

#luecke1{
	width:1200px;
	height:45px;
}

#titel{
	font-size: 60px;
	font-family:"Times New Roman";
	color: #FFF2CF;
}

#linkeseite{
	width:300px;
	height:900px;
	float:left;
}

#logop0{
	width:300px;
	height:8px;
	float:left;
	background:#F60;
	opacity:0.7;
}

#logop1{
	width:30px;
	height:140px;
	float:left;
	background:#F60;
	opacity:0.7;
}

#logo{
	width:150px;
	height:140px;
	float:left;
}

#logop2{
	width:120px;
	height:140px;
	float:left;
	background:#F60;
	opacity:0.7;
}

#logop3{
	width:300px;
	height:8px;
	float:left;
	background:#F60;
	opacity:0.7;
}

#navigation{
	width:300px;
	height:280px;
	margin-top:5px;
	float:left;
	background:#F60;
	opacity:0.7;
}

.nav:link{
	color:#FFF2CF;
	font-size:30px;
	font-family:"Times New Roman";
	line-height:1.5;
	margin-left:30px;
	text-decoration:none;
}

.nav:visited{
	color:#FFF2CF;
	font-size:30px;
	font-family:"Times New Roman";
	line-height:1.5;
	margin-left:30px;
	text-decoration:none;
}

#luecke2{
	width:30px;
	height:900px;
	float:left;
}

#rand{
	float:left;
	background:rgba(255,96,0,0.7);
}

#text{
	max-width:740px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
	font-family:"Arial";
	color:#000000;
}

#rechts{
	float:right;
}

.link2:link{
	color:#000000;
	font-size:20px;
	font-family:"Arial";
	text-align: center;
}

.link2:visited{
	color:#000000;
	font-size:20px;
	font-family:"Arial";
	text-align: center;
}

#footer{
	font-width:lighter;
	font-size:10px;
	float:right;
}	

.footer:link{
	color:#000000;
}

.footer:visited{
	color:#000000;
}

#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;
  color:#FFFFFF;
}

.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;
}

.lb-container {
  padding: 10px;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(Symbole/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(Symbole/next.png) right 48% no-repeat;
}

.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;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.rightside {width: 50%;}
.leftside {width: 50%;}
.1{float:left;}
.2{float:right;}


#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color:black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}