body {
	background: #000000;
	margin: 0;
	padding: 0;
}
html {
	font: italic 80%/150% Georgia, "Times New Roman", Times, serif;
	color: #817489;
	letter-spacing: 0.1em;
	width: 100%;
	height: 98%;
}
a {
	color: #8B8191;
	text-decoration: none;
}
a:hover, a.active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin-bottom: 0;
}
#bildwrapper p {
	color:#FFFFFF;
}
h1 {
	color: #817489;
	letter-spacing: 0.1em;
	font-size: 200%;
	line-height: 100%;
}
h2 {
	color: #817489;
	letter-spacing: 0.1em;
	font-size: 100%;
	line-height: 100%;
}

/*positionen der layer */

#wrapper {
	padding: 0 6%;
	margin: 0 auto;
	height: 100%;
}
#header {
	text-align: center;
	margin: 3% 0;
}
#contentwrapper {
	position: relative;
	max-width: 1300px;
	min-width: 850px;
	margin: 0 auto;
	background: url(images/contentwrapperback.gif) repeat-y 0px 0px;
}
*html #contentwrapper {
	width: 80%;
}

#navigation {
	height: 100%;
	width: 211px;
	padding-right: 11px;
	left: 0px;
	position: absolute;
}
#thumbs {
	height: 100%;
	width: 19%;
	margin-left: 0px;
	padding-right: 1%;
	float: left;
}
#bildwrapper {
	margin-left: 238px;
	min-height: 512px;
}
#bigpics {
	width: 75%;
	margin-left: 20%;
	margin-top: 0px;
	overflow: hidden;
}
*html #bigpics {
	margin-left: 0;
	overflow: hidden;
}

/* header  */
#header img {
	margin-bottom:  1%;
}

/*startseite */
.homehero, .kathero, .starthero {
	width: 100%;
}
*html #rotatingpics .kathero {
	width: 66%;
}
*html #rotatingpics .homehero {
	width: 50%;
}
#rotatingpics {
	margin: auto;
}
#rotatingpics div.rotating_item{
	position: absolute;
	display: none;
	text-align: left;
	width: 79%;
}
#start #rotatingpics div.rotating_item{
	width: 100%;
}
.ersteeinblendung {
	visibility: hidden;
}

/*navigation */
#navigation table {
	height: 100%;
}
#navigation #kategorien, #navigation #tools {
	text-transform: lowercase;
}
#navigation #fotografen {
	text-transform: uppercase;
	font-size: 115%;
	line-height: 150%;
}
#navigation #fotografen li {
	margin-bottom: 0.5em;
}
#navigation #fotografen .zuordnung {
	font-size: 80%;
	text-transform: lowercase;
	line-height: 110%;
	margin-top: 0px;
	color: #64596A;
}
#navigation #fotografen li.active {
	display: block;
}
#navigation ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
#navigation img {
	padding: 0 0 0 4%;	/*width: 98%;*/
	width: 107px;
	height: 107px;
}


/*content*/
#bildwrapper #thumbs img {
	padding: 24.3% 5% 0 0;
	width:45%;
}
#bildwrapper #thumbs img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#bildwrapper #thumbs a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#bildwrapper #bigpics img {
	width: 100%;
}

/*bildwechsel*/
#rotating_items{
	position: relative;
}
#rotating_items div.rotating_item{
	position: absolute;
	display: none;
}
#DHTMLgoodies_largeImage {
	min-height: 535px;
}

/*thumbnails */
.clear {
	clear: both;
}
#DHTMLgoodies_arrows {
	display: none;
}
/* Used table to get both horizontal and vertical center alignement of large image */
/*#bigpics table {	
	width:100%;
	height:100%;
	text-align:center;
}*/
#bildwrapper #thumbs #DHTMLgoodies_thumbs .activeImage, #bildwrapper #thumbs #DHTMLgoodies_thumbs a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

#thumbs a:focus { outline: none; }


/*download pdf-area*/
#contentwrapperupload {
	position: relative;
	max-width: 1300px;
	min-width: 850px;
	margin: 0 auto;
	height: 80%;
}
*html #contentwrapperupload {
	width: 80%;
}
#contentwrapperupload iframe {
	width: 100%;
	height: 100%;
	border: none;
}
body.contentwrapperupload {
	height: 90%;
}