html, body{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a, a:hover {
    text-decoration: none;
	color: #959596;
}

a:hover {
	color: #73A155;
}

.text, body, table {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}

#container{
	width: 968px;
	height: 600px;
	margin: 0px auto;
}

#innerContainer{
	margin: 0px 0px 0px 9px;
	padding: 47px 0px 60px 0px;
	width: 950px;
	background-color: #ededef;
}

/*
 * navigation
 */

#navigation{
	margin:0px 0px 0px 20px;
	float:left;
	width: 175px;
}

#contentContainer{
	margin: 12px 180px 0px 268px;
}

.navigationElement{
	/*padding-top: 13px;*/
}

a.navButtonHome{
	background-image: url('../img/nav/nav_home_0.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonHome:hover, .selectedHome{
	background-image: url('../img/nav/nav_home_1.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonHome img, a.selectedHome img {
	position: relative;
	background: transparent;
	padding-top: 13px;
	width: 175px;
	height: 15px;
	border: none;
}

a.navButtonVita{
	background-image: url('../img/nav/nav_vita_0.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonVita:hover, .selectedVita{
	background-image: url('../img/nav/nav_vita_1.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonVita img, a.selectedVita img{
	background: transparent;
	padding-top: 13px;
	width: 175px;
	height: 15px;
	border: none;
}
a.navButtonTexte{
	background-image: url('../img/nav/nav_texte_0.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonTexte:hover, .selectedTexte{
	background-image: url('../img/nav/nav_texte_1.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonTexte img, a.selectedTexte img{
	background: transparent;
	padding-top: 13px;
	width: 175px;
	height: 15px;
	border: none;
}

a.navButtonAktuell{
	background-image: url('../img/nav/nav_aktuell_0.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonAktuell:hover, .selectedAktuell{
	background-image: url('../img/nav/nav_aktuell_1.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonAktuell img, a.selectedAktuell img{
	background: transparent;
	padding-top: 13px;
	width: 175px;
	height: 15px;
	border: none;
}

a.navButtonKontakt{
	background-image: url('../img/nav/nav_kontakt_0.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonKontakt:hover, .selectedKontakt{
	background-image: url('../img/nav/nav_kontakt_1.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

a.navButtonKontakt img, a.selectedKontakt img{
	background: transparent;
	padding-top: 13px;
	width: 175px;
	height: 15px;
	border: none;
}

.navigationSeparator{
	height: 2px;
    overflow: hidden; /* Wichtig für IE, da der gerne mal einen Tab oder einen Blank als Zeichen darstellt */ 
}

.navigationSeparator img {
    display: block;
} 


/*
  * Werke
  */
  
  
  
.capWerkeContainer{
	display: inline;
}

/*
  *	Vita
  */

.vita{
	border: none;
}

.vitaTableYear {
	width: 80px;
	vertical-align: top;
	padding: 0px 0px 12px 0px;
}

.vitaTableText {
	/*width: 80px;*/
	vertical-align: top;
}

/*
 *	Helfer
 */

.spacer {
	height: 32px;
	overflow: hidden;
	clear: both;
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}


/*
 *	Lightbox
 */
 
 #lightbox{
	position: absolute;
	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('../img/lightbox/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('../img/lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../img/lightbox/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: #ededef;
	}
