*/

/*  body and content areas */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-image: url("images/bg_image.gif");
	background-repeat: repeat;
  font-size: 10px;
  line-height: 150%;
  font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
  color:#000000;  
	margin:0px;
	padding:0px;
}



p,pre, h1 {
margin:0px 10px 10px 20px;
}

h1 {
font-size:13px;
padding-top:10px;
text-transform:uppercase;
color: #ffffff;
background-color: transparent;
	}

a { 
color: #b42b01;
background-color:transparent;
text-decoration: underline; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
  background-image: url("images/box_bg.gif");
	background-repeat: repeat-y;
	color: #b42b01;
	width:1000px;
	margin: 0px auto;
	padding:0px;
	text-align: left;
}

#header {
background-color:b42b01;
height: 139px;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}

#nav_header {
background-color:b42b01;
width: 221px;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}

#links {
width:221px;
padding:0px;
float:left;
background-color:#000000;
}

#main {
width:580px;
height: 100%;
padding:0px;
padding-top: 10px;
float:left;
background-color:#b42b01;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
color: #ffffff; 
}

#main_area {
width:579px;
height: 864px;
padding:0px;
margin-top: 10px;
float: left;
background-color:#cccccc;
overflow: none;
border-bottom: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
font-size: 10px;
line-height: 175%;
font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
color: #000000; 
}

#rightside {
width:197px;
height: 900px;
padding:0px;
float:right;
background-color:#b42b01;
border-bottom: 1px solid white;
border-right: 1px solid white;

}


#nav_links {
color: #564v47;
}

#nav_banner {
	color: #b42b01;
}

#kopf h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

#kopf p {
padding:10px;
margin:0px;
}

.leftwhitetext {
	font-size: 9px;
	line-height: 175%;
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	color: #ffffff; 
}

.leftwhitelinks {
	font-size: 12px;
	line-height: 175%;
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	color: #ffffff; 
}

.headers {
	font-size: 20px;
	font-weight: bold; 
	line-height: 175%;
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}



.subheaders {
	font-size: 15px;
	font-weight: bold; 
	line-height: 175%;
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	color: #000000;
}

.press {
	font-size: 12px; 
	line-height: 175%;
	font-family: Helvetica, Arial, Verdana, Lucida-Grande, Sans-Serif;
	color: #000000;
	font-variant: normal;
	text-decoration: underline;
}


/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.album-description {
	margin-bottom: 70px;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
	margin-left: 60px;	
}

.thumbnail-frame {
	border: 1px solid #e6e6e6;
	padding: 1px;
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
	border: 1px solid #808080;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	font-size: 0.9em;
	color: #808080;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/*</group>*/


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	
 /* ]]> */
.l1 {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A52A2A;
	text-decoration: none;
	}
.l1 a:link{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A52A2A;
	text-decoration : underline;
	}
.l1 a:visited{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A52A2A;
	text-decoration : underline;
	}
.l1 a:hover{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A52A2A;
	text-decoration : underline; 
	}
.l2 {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A52A2A;
	text-decoration: none;
	}
.l2 a:link{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A52A2A;
	text-decoration : underline;
	}
.l2 a:visited{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A52A2A;
	text-decoration : underline;
	}
.l2 a:hover{
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #A52A2A;
	text-decoration : underline; 
	}

.left77
{
margin-left:20px;
}