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

*{
	margin:0px; padding:0px;
	} 

html,body {
	font-family: arial;
	font-size: 13px;
	color:gray;
	display: inline;
	height:100%;
	background-color:#efefef;
	line-height:20px;
 	}

h1 {
	font-size:1.15em; 
	color:#7e393e; 
	text-transform:uppercase;
	}

h2 {
	font-size:1.1em; 
	color:#7e393e;
	}
	
h3 {
	font-size:1em; 
	color:#7e393e;
	font-weight:normal;
	}

span {
	font-weight:bold;
	}
	
a {	
	text-decoration:none; 
	font-size: 0.9em;
	color: #7e393e;
	}
	
a:hover {
	color:red; 
	} 

ul {
	list-style-type: none;
}

div.clear {
	font-size: 0px;
	overflow: hidden;
	line-height: 0px;
	clear:both;
	}


div#wrapper {
  	position: relative;
  	margin: 0% auto;
  	width: 1040px;
  }
  
  
/*Schatten*/

div#right {
	width: 1060px;
	background: url(../images_neu/shadow_right.gif) right top repeat-y;
	}

div#left {
  width: 1060px;
  background: url(../images_neu/shadow_left.gif) repeat-y #FFFFFF;
  }
  
/*Logo*/  

div#logobox {
	position: absolute;
	top:43px;
	right: 50px;
	padding: 0 6.5px 0 26px;
	height:20px;
	}

/*Obere Navigation*/

div#navi {
	padding: 140px 0 53px 117px;
	height: 20px;
	width: 60%;
	}

div#navi li {
	float:left;
  	display: inline;
  	text-transform: uppercase;
 	padding: 0 23px 0 0;
  	font-size: 11px;
	letter-spacing: -0.13px;

  }

div#navi a {
  	text-transform: uppercase;
	color: gray;  
  }

div#navi a:hover {
	color: #bd4327; 
	} 

div#navi ul li.active a {
	color:#7e393e; 
	font-size: 11px;
	} 

/*Link zu freien und technischen Farbformen in Galerie*/

div#subnavi { 
	width:100%; 
	height:15px;
	padding: 0 0 0 92px;
	 	}
	
div#subnavi li {
	list-style-type:none;
	padding: 0 252px 0 0;
	display: inline;
	}
	
div#subnavi a {
	color: #7e393e; 
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
		}

div#subnavi a:hover {
	color: #bd4327; 
	} 

/*Link von einer zur anderen Galerie*/

div.link {
	position:relative;
	top:-45px;
	left:143px;
	font-size: 12px;
	z-index: 120;
	}

/*Beginn Content*/
	
div#content{
	position:relative;
	left: 39px;
	width: 890px;
}

div.textbox {
	position: relative; 
	float:left; 
	width:52%; 
	left:45px;
	height:auto; 
	overflow:hidden;
	padding: 0 0 40px 30px;
	line-height: 20px;
	}	
	

div.textbox_klein {
	position: relative; 
	float:left; 
	width:88%; 
	height:auto; 
	overflow:hidden;
	background-color:white;
	}	
	

div#Jahr {
	position: relative; 
	float:left; 
	width:20%; 
	height:auto; 
	overflow:hidden;
	}	
	
div#Daten {
	position: relative; 
	float:left; 
	width:70%; 
	height:auto; 
	overflow:hidden;
	}	
	
		
div.galerie {
	position: relative; 
	float:left; 
	left: 39px;
	width:890px;
	overflow:hidden;
	text-align:center;
	padding: 0 0 20px 0;
	}	

.bildbox_links {
	position: relative; 
	float:left; 
	top: 26px;
	left: 72px;
	width:38.5%; 
	overflow:hidden;
	padding: 0 0 8px 10px;
		}	

.bildbox_rechts {
	position:relative;
	float: right;
	top: 28px;
	width: 38%;
	right: -10px;
	margin-bottom:80px;
	}	

.bildbox_links a:hover {
   opacity:0.9; 
   filter:alpha(opacity=90);
   cursor:pointer;
   border: 0px solid gray;
   }
   
.bildbox_rechts a:hover {
   opacity:0.9; 
   filter:alpha(opacity=90);
   cursor:pointer;
   border: 0px solid gray;
   }
	
.bild_gross {
	position:relative;
	padding: -10px 10% 4px 10%;
	text-align:center;
		}	
		
.bildkl {
	position:relative;
	left: 90px;
	float:left;
	text-align:center;
	padding: 2.5% 0 0 0;
		}	

.bildkl img:hover {
   opacity:0.9; 
   filter:alpha(opacity=90);
   cursor:pointer;
     }
	

/* footer */
div#bottom {
	position: relative;
  	z-index:200;
	left:22.1px;
}

ul.navigation-footer {
	position: relative;
	float: left;
    display: inline;
    font-family: arial;
    font-size:13px;
	width: 910px;
	height: 70px;
	top: 32.5px;
	left: 52px;
 }

ul.navigation-footer li {
  padding: 0 13px 0 0;
  display: inline;
 }

ul.navigation-footer li a {
  text-transform: uppercase;
 }


/* Zurück-Button */
.back {
	position: relative;
	left:740px;
	font-size:12px;
	width:52px;
	color:gray;
}

.back a {
  text-transform: uppercase;
  color:#7e393e;
}

.back a:hover {
  color:red;
}
  
.stats {position: absolute;
	top: 700px;
	left: -200px;
	color:white;
	}

.print{display:none;}

