*:focus { outline: 0; }

body { margin: 10px 0px 0px 0px; }

#main
{
	position: absolute;
	top: 20px;
	left: 10%;
	right: 10%;
	bottom: 0;
	overflow: hidden;
}

#nav
{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 150px;
	height: 650px;
	margin-right: 25px;
	z-index: 10;
}

#logo
{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

div.lnav
{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
}

div.lnav span { display: none; }

div.lnav a
{
	width: 150px;
	height: 15px;
	display: block;
	background-repeat: no-repeat;
}

#lnav-pdf
{
	display: none;
}

#intro
{
	position: absolute;
	top: 0;
	left: 175px;
	right: 0;
	bottom: 50px;
	cursor: pointer;
	overflow: hidden;
}

#story
{
	position: absolute;
	left: 175px;
	right: 0;
	height: 450px;
	white-space: nowrap;
	overflow: hidden;
}

#story div.img
{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#story div.img div.add2pdf
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 32px;
	height: 32px;
	display: none;
	background-repeat: no-repeat;
}

.add { background-image: url(../img/add-pdf.png); }
.remove { background-image: url(../img/remove-pdf.png); }

#story-slider
{
	position: absolute;
	top: 430px;
	left: 175px;
	right: 0;
	height: 5px;
}

.storyimg
{
	margin-right: 15px;
	cursor: crosshair;
}

#thumbrow
{
	position: absolute;
	top: 475px;
	left: 175px;
	right: 0;
	height: 150px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

#thumb-slider
{
	position: absolute;
	top: 615px;
	left: 175px;
	right: 0;
	height: 5px;
}

.thumbdiv
{
	width: 100px;
	height: 120px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.moviediv
{
	width: 200px;
	height: 120px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

.thumbdiv-high
{
	background-color: #dddddd;
}

a.thumb
{
	border: 0px;
}

img.thumbs
{
	border: 1px solid #999999;
}

.thumbtitle
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
	font-style: italic;
	text-align: left;
	width: 80px;
	height: 20px;
	padding-top: 4px;
	white-space: normal;
}

#address
{
	position: absolute;
	clear: both;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
	text-align: center;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	padding: 5px 0px 5px 0px;
	}

.bio
{
	position: absolute;
	top: 0;
	left: 175px;
	right: 0;
	bottom: 50px;
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-align: justify;
}

.bio img
{
	float: right;
	margin: 0 0 25px 25px;
}

#production
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	text-align: justify;
	position: absolute;
	top: 155px;
	left: 175px;
	right: 0;
	bottom: 0;
}

td
{
	text-align: left;
	vertical-align: top;
}

td.navtext
{
	text-align: left;
	vertical-align: middle;
	height: 50px;
}

td.newshead
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #999999;
	height: 40px;
}

.description
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 1;
}

.pdf-text
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

.hometext
{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
}

.infoitalic
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
	font-style: italic;
	height: 20px;
	padding: 4px 0 4px 0;
}

.infobold
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

#credit
{
	height:70px;
}

#credit a
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #bbbbbb;
}

#credit a:hover { color: #38566B; }

a:hover .infobold { color: #CC0000; }

a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	color: #CC0000;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
	color: #FF0000;
}

#lnav-kl span { display: none; }
#lnav-photo-kl { background-image: url(../img/home/lnav_photo_kl_off.gif); }
#lnav-production-kl { background-image: url(../img/home/lnav_production_kl_off.gif); }
#lnav-news-kl { background-image: url(../img/home/lnav_news_kl_off.gif); }
#lnav-jeck-kl { background-image: url(../img/home/lnav_jeck_kl_off.gif); }
#lnav-miller-kl { background-image: url(../img/home/lnav_miller_kl_off.gif); }
#lnav-morbach-kl { background-image: url(../img/home/lnav_morbach_kl_off.gif); }
#lnav-raz-kl { background-image: url(../img/home/lnav_raz_kl_off.gif); }
#lnav-reed-kl { background-image: url(../img/home/lnav_reed_kl_off.gif); }
#lnav-schenk-kl { background-image: url(../img/home/lnav_schenk_kl_off.gif); }
#lnav-photo-kl:hover { background-image: url(../img/home/lnav_photo_kl_on.gif); }
#lnav-production-kl:hover { background-image: url(../img/home/lnav_production_kl_on.gif); }
#lnav-news-kl:hover { background-image: url(../img/home/lnav_news_kl_on.gif); }
#lnav-jeck-kl:hover { background-image: url(../img/home/lnav_jeck_kl_on.gif); }
#lnav-miller-kl:hover { background-image: url(../img/home/lnav_miller_kl_on.gif); }
#lnav-morbach-kl:hover { background-image: url(../img/home/lnav_morbach_kl_on.gif); }
#lnav-raz-kl:hover { background-image: url(../img/home/lnav_raz_kl_on.gif); }
#lnav-reed-kl:hover { background-image: url(../img/home/lnav_reed_kl_on.gif); }
#lnav-schenk-kl:hover { background-image: url(../img/home/lnav_schenk_kl_on.gif); }

a.subnav
{
	width: 135px;
	height: 9px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px;
}

#subnav span { display: none; }

#subnav-bio { background-image: url(../img/home/hnav/bio_off.gif); }
#subnav-bio:hover { background-image: url(../img/home/hnav/bio_on.gif); }

#subnav-fashion { background-image: url(../img/home/hnav/fashion_off.gif); }
#subnav-fashion:hover { background-image: url(../img/home/hnav/fashion_on.gif); }
#subnav-m-fashion { background-image: url(../img/home/hnav/m-fashion_off.gif); }
#subnav-m-fashion:hover { background-image: url(../img/home/hnav/m-fashion_on.gif); }
#subnav-w-fashion { background-image: url(../img/home/hnav/w-fashion_off.gif); }
#subnav-w-fashion:hover { background-image: url(../img/home/hnav/w-fashion_on.gif); }

#subnav-advertising { background-image: url(../img/home/hnav/advertising_off.gif); }
#subnav-advertising:hover { background-image: url(../img/home/hnav/advertising_on.gif); }
#subnav-m-advertising { background-image: url(../img/home/hnav/m-advertising_off.gif); }
#subnav-m-advertising:hover { background-image: url(../img/home/hnav/m-advertising_on.gif); }
#subnav-w-advertising { background-image: url(../img/home/hnav/w-advertising_off.gif); }
#subnav-w-advertising:hover { background-image: url(../img/home/hnav/w-advertising_on.gif); }

#subnav-men { background-image: url(../img/home/hnav/men_off.gif); }
#subnav-men:hover { background-image: url(../img/home/hnav/men_on.gif); }
#subnav-women { background-image: url(../img/home/hnav/women_off.gif); }
#subnav-women:hover { background-image: url(../img/home/hnav/women_on.gif); }
#subnav-beauty { background-image: url(../img/home/hnav/beauty_off.gif); }
#subnav-beauty:hover { background-image: url(../img/home/hnav/beauty_on.gif); }
#subnav-editorial { background-image: url(../img/home/hnav/editorial_off.gif); }
#subnav-editorial:hover { background-image: url(../img/home/hnav/editorial_on.gif); }
#subnav-celebrities { background-image: url(../img/home/hnav/celebrities_off.gif); }
#subnav-celebrities:hover { background-image: url(../img/home/hnav/celebrities_on.gif); }
#subnav-portrait { background-image: url(../img/home/hnav/portrait_off.gif); }
#subnav-portrait:hover { background-image: url(../img/home/hnav/portrait_on.gif); }
#subnav-lifestyle { background-image: url(../img/home/hnav/lifestyle_off.gif); }
#subnav-lifestyle:hover { background-image: url(../img/home/hnav/lifestyle_on.gif); }

#subnav-still-life { background-image: url(../img/home/hnav/still-life_off.gif); }
#subnav-still-life:hover { background-image: url(../img/home/hnav/still-life_on.gif); }
#subnav-still-fashion { background-image: url(../img/home/hnav/still-fashion_off.gif); }
#subnav-still-fashion:hover { background-image: url(../img/home/hnav/still-fashion_on.gif); }
#subnav-still-jewellery { background-image: url(../img/home/hnav/still-jewellery_off.gif); }
#subnav-still-jewellery:hover { background-image: url(../img/home/hnav/still-jewellery_on.gif); }
#subnav-still-advertising { background-image: url(../img/home/hnav/still-advertising_off.gif); }
#subnav-still-advertising:hover { background-image: url(../img/home/hnav/still-advertising_on.gif); }
#subnav-still-projects { background-image: url(../img/home/hnav/still-projects_off.gif); }
#subnav-still-projects:hover { background-image: url(../img/home/hnav/still-projects_on.gif); }

#subnav-architektur { background-image: url(../img/home/hnav/architektur_off.gif); }
#subnav-architektur:hover { background-image: url(../img/home/hnav/architektur_on.gif); }
#subnav-arch-advertising { background-image: url(../img/home/hnav/arch-advertising_off.gif); }
#subnav-arch-advertising:hover { background-image: url(../img/home/hnav/arch-advertising_on.gif); }
#subnav-arch-editorial { background-image: url(../img/home/hnav/arch-editorial_off.gif); }
#subnav-arch-editorial:hover { background-image: url(../img/home/hnav/arch-editorial_on.gif); }
#subnav-arch-projects { background-image: url(../img/home/hnav/arch-projects_off.gif); }
#subnav-arch-projects:hover { background-image: url(../img/home/hnav/arch-projects_on.gif); }

#subnav-covers { background-image: url(../img/home/hnav/covers_off.gif); }
#subnav-covers:hover { background-image: url(../img/home/hnav/covers_on.gif); }
#subnav-stills { background-image: url(../img/home/hnav/stills_off.gif); }
#subnav-stills:hover { background-image: url(../img/home/hnav/stills_on.gif); }
#subnav-travel { background-image: url(../img/home/hnav/travel_off.gif); }
#subnav-travel:hover { background-image: url(../img/home/hnav/travel_on.gif); }
#subnav-lingerie { background-image: url(../img/home/hnav/lingerie_off.gif); }
#subnav-lingerie:hover { background-image: url(../img/home/hnav/lingerie_on.gif); }
#subnav-nudes { background-image: url(../img/home/hnav/nudes_off.gif); }
#subnav-nudes:hover { background-image: url(../img/home/hnav/nudes_on.gif); }
#subnav-swimsuit { background-image: url(../img/home/hnav/swimsuit_off.gif); }
#subnav-swimsuit:hover { background-image: url(../img/home/hnav/swimsuit_on.gif); }

#subnav-movies { background-image: url(../img/home/hnav/movies_off.gif); }
#subnav-movies:hover { background-image: url(../img/home/hnav/movies_on.gif); }

