/* CSS Document */

body {
	font-family: Arial, serif;
	font-size: 11px;
	line-height: 14px;
	color: #ababa8;
	background: #fff;
	margin: 0;
	text-align: right;
}

/* standards ---------------------------------------------- */

a {
	color: #ababa8;
	text-decoration: none;
}

a, div { 
	outline: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0;
}

.clear {
	clear: both;
}

#page {
	position: absolute;
	top: 49%;
	right: 0;
	margin: 0;
	margin-top: -300px;
	height: 580px;
	font-size: 11px;
}

* html {
	overflow-x: hidden; /* kills animation-bug */
	overflow-y: auto;
} 

*:first-child+html {
	overflow-x: hidden; /* kills animation-bug */
	overflow-y: auto;
}

noscript, #ansage {
	font-size: 12px;
	line-height: 18px;
	color: #2a2b2c;
	position: absolute;
	right: 145px;
	margin-top: -50px;
	top: 49%;
}

#ansage a {
	color: #2a2b2c;
}

noscript {
	margin-top: -62px;
	right: 400px;
}


/* Navi ---------------------------------------------- */

#floatcontainer {
	width: 3000px;
}

#navicontainer {
	display: block;
	float: right;
	width: 1940px;
	height: 580px;
	background-color: #fff;
	margin: 0;
	overflow: hidden;
}

body.facesProfil #navicontainer,
body.gallerie #navicontainer {
	display: none;
}

.navicontainer {
	padding: 149px 0 0 0;
	height: 180px;
	width: 720px;
	float: right;
}

#tanja {
	margin-left: 360px;
	background-image: url(tanja.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 360px;
	display: block;
}

#navi {
	width: 515px;
	margin-top: 2px;
	margin-right: 205px;
	display: none;
}

body.home #navi,
body.gallerie #navi,
body.facesProfil #navi {
	display: block;
}

#navi ul li {
	float: right;
	border-right: 1px solid #c7c7c3;
	padding: 0 6px 16px 20px;
	margin: 0;
}

#navi ul ul li {
	float: none;
	border: 0;
	height: auto;
	padding: 0 6px 0 0;
	margin: 0;
}

#navi ul ul li a {
	line-height: 15px;
}

#navi ul li a:hover {
	color: #2a2b2c;
}


/* Slide out menu */

#navi a {
	display: block;
}

#navi li {
	position: relative;
} 

#navi ul ul {
	position: absolute;
	padding-bottom: 76px;
	bottom: 0;
	right: 0;
	display: none;
}

#navi ul li:hover ul {
	display: block;
}

/* additional IE fixers */

/*
* html body {
	behavior: url(css/csshover.htc); 
	font-size: 100%; 
}
*/ 

* html #navi ul ul li a {
	height: 15px;
}

* html ul ul li {
	height: 15px;
	width: 250px;
}

/*
* html ul li, * html ul ul li {
	font-size: 10px;
}


/* Navi-fade ---------------------------------------------- */

#logo, #menu {
	position: absolute;
	top: 49%;
	margin-top: -141px;
	height: 40px;
	width: 48px;
	display: block;
}

#logo {
	left: 15px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

body.home #logo {
	display: block;
	cursor: default;
}

#menu {
	left: 0;
	cursor: pointer;
	font-size: 11px;
}

#back, #backToImg {
	margin: 70px 156px 0 0;
	cursor: pointer;
	float: right;
	display: none;
}

body.gallerie #backToImg {
	display: block;
}

body.facesProfil #back {
	display: block;
}


/* back/next ---------------------------------------------- */

#next a, #prev a {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #ababa8;
	height: 14px;
	width: 50px;
	display: block;
}

#prev a {
	line-height: 3px;
}

#next a:hover, #prev a:hover {
	color: #2a2b2c;
}

#prev {
	float: right;
	margin: -483px 8px 0 0;
}

#next {
	float: right;
	margin: 0px 8px 0 0;
}


/* Thumb ---------------------------------------------- */

#thumbs {
	position: absolute;
	top: 470px;
	height: 30px;
	right: 0;
	width: 980px;
	z-index: 2000;
}

#thumbscontainer,
#thumbscontainer a,
#arrow a {
	color: #c7c7c3;
}

.thumb {
	float: right;
	height: 30px;
	border-left: 1px solid #c7c7c3;
	cursor: pointer;
	display: block;
}

.thumbnumber {
	width: 44px;
	padding-right: 2px;
	height: 30px;
	display: block;
}

#arrow .thumbnumber,
.arrow .thumbnumber {
	font-size: 18px;
	line-height: 10px;
}

.thumbpic{
	position: relative;
	top: -30px;
	right: 0;
	width: 46px;
	height: 30px;
	background-color: #2a2b2c;
	opacity: 0;
}

.thumblink {
	padding: 0 4px 0 20px;
	display: inline-block;
	height: 30px;
	cursor: pointer;
}

* html .thumbpic {
	margin-bottom: -32px;
}

#arrow, .arrow {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	float: right;
	display: block;
	width: 75px;
	cursor: pointer;	
}

#arrow {	
	margin-right: 20px;
	display: none;
}


/* Info ---------------------------------------------- */

#infotext {
	display: none;
	float: right;
	width: 0;
	overflow: hidden;
	height: 580px;
	margin: 0;
	margin-top: -470px;
	background-color: #fff;
}

* html #infotext {
	position: relative;
}

#info {
	position: absolute;
	right: 0;
	padding-right: 4px;
	height: 40px;
	width: 40px;
	display: block;
	cursor: pointer;
	color: #c7c7c3;
}

.infotext {
	padding: 104px 30px 0 15px;
	text-align: left;
	height: 340px;
	overflow: hidden;
}

.infoclose {
	position: relative;
	top: 26px;
	right: 4px;
	cursor: pointer;
}

#info a {
	cursor: pointer;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	height: 50px;
}

h1 span {
	display: block;
	font-weight: normal;
}

#infotext p {
	margin: 6px 0 10px 0;
}

#infotext img {
	margin-top: 10px;
}

.imgInfo {
	display: none;
}

#infotext .active {
	display: block;
}

/* Big Picture ---------------------------------------------- */

#pic {
	height: 580px;
	width: 900px;
	display: block;
	float: right;
	text-align: right;
}


/* image-gallery ------------------------------- */

#main_image{
	height:580px;
	width:870px;
	background:#fff;
	overflow: hidden;
	float: right;
}

.gallery {
	width:2px;
	height:2px;
	overflow:hidden;
	margin: 0 0 -2px -1000px;
}

.galleryNav {
	margin: 10px 20px;
	width: 440px;
	clear: both;
	height: 20px;
}

#gallerytitle {
	width: 100px;
	height: 20px;
	word-spacing: 5px;
}

#image {
	position: relative;
	height: 580px;
}

.imgWrapper {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 580px;
	display: none;
}

.refWrapper .imgWrapper {
	background-color: #000;
}

#image div.active {
	display: block;
}

.imgWrapper img {
	height: 580px;
	float: right;
}

/* custom cursor */

.imgWrapper img, #facesInner {
	cursor: none;
}

* html .imgWrapper img, * html #facesInner {
	cursor: e-resize;
}

#myCursor {
    cursor: none;
    font-size: 32px;
    color: #000;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
}



/* arrow more */

#arrowMore {
	cursor: pointer;
	position: absolute;
	top: 160px;
	right: 630px;
	width: 300px;
	font-size: 11px;
	text-align: left;
}

#profil #arrowMore {
	right: 422px;
}

.arrowLink, .arrowMoreLink {
	float: left;	
}

.arrowLink {
	width: 38px;	
	font-size: 18px;
	line-height: 10px;
	font-weight: bold;
}

.arrowMoreLink {
	padding-right: 20px;	
}


/* commissions ---------------------------------------------- */

#commissions {
	float: right;
	height: 580px;
	width: 960px;
	position: relative;
}

#commissionsWrapper {
	top: 0;
	right: 0;
	height: 580px;
	width: 900px;
	overflow: hidden;
	position: absolute;
}

.innerCommissions {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 900px;
	height: 580px;
	background: #000;
}

#commissionsWrapper div.active {
	display: block;
}

.commission {
	float: left;
	width: 300px;
	height: 194px;
	overflow: hidden;
	position: relative;
}

.w150 {
	width: 150px;	
}

.commissionImg, .commissionInfo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.commissionImg img {
	position: relative;
}

.commissionInfo {
	text-align: left;
	background: #fff;
	opacity: 0;
	width: 300px;
	height: 194px;
}

.w150 .commissionInfo {
	width: 150px;
}

.commission .title {
	font-size: 10px;
	line-height: 1.4em;
	margin: 50px 0 0 8px;
	font-weight: bold;
	display: block;
}

.commission .subtitle {
	display: block;
	margin: 0 0 0 8px;
}

.infoWrapper {
    background-color: #FFFFFF;
    height: 580px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 0;
    padding-top: 40px;
}

.infotext2 {
	padding: 70px 0 0 15px;
	float: left;
	width: 0;
	height: 240px;
	overflow: hidden;
	display: none;
}

.closeInfo {
	position: absolute;
	top: 430px;
	right: 4px;
	cursor: pointer;
}

#clientList {
	width: 225px;
	height: 470px;
	display: block;
}

#downLoads {
	padding-top: 120px;
}

#downLoads div {
	padding-bottom: 14px;
}

.infotext2 p {
	margin: 0;
}




/* Pure Faces ---------------------------------------------- */

#faces {
    float: right;
    height: 660px;
    width: 960px;
}

#facesInner {
 	float: right;
    height: 660px;
    overflow: hidden;
    position: relative;
    width: 900px;
}

.faces {
	display: block;
	float: right;
	height: 660px;
	text-align: left;
}

* html .faces {
	width: 200px; /* fixed bug in IE 6 */
}

.facesWrapper {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 920px;
    height: 660px;
}

#facesInner .active {
	display: block;
}

.facesbild {
	background-color: #f9f9f9;
	height: 400px;
	width: 300px;
}

.facesbild img {
	height: 400px;
	width: 300px;
}

.facestext {
	color: #ababa8;
	display: block;
	width: 295px;
	margin-top: 7px;
	padding-bottom: 10px;
}

.facesname {
	margin-top: 11px;
}

#faceslink {
	float: right;
	margin: 160px 8px 0 0;
	font-size: 18px;
	line-heigt: 10px;
	font-weight: bold;
}

#faces #arrowMore {
    right: 900px;
    width: 30px;
}

/* Profil ---------------------------------------------- */

#profil {
	margin-top: 40px;
}

#profilinfo {
	height: 440px;
	margin-top: 40px;
	padding-top: 0;
}

/* Kontakt ---------------------------------------------- */

#contact {
	position: absolute;
	top: 0;
	right: 0;
}	

#contact a:hover {
	color: #2a2b2c;
}	

.contactdata {
	margin: 95px 205px 0 0;
	width: 200px;
}

.contactdata2 {
	margin: 80px 0 0 215px;
	text-align: left;
}

.arrow2 {
	margin-left: -14px;
}

a .arrow3 {
	color: #fff;
}

a:hover .arrow3 {
	color: #2a2b2c;
}

.small {
	margin: -7px 0 18px 0;
}



/* Impressum ---------------------------------------------- */

#zufallsbild {
	overflow: hidden;
	width: 540px;
	height: 660px;
	background-color: #2a2b2c;
}

#impressum {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 22px 25px 22px;
	background-color: #fff;
	padding: 20px 28px;
	width: 440px;
	height: 558px;
	text-align: left;
	font-size: 11px;
}

#close a {
	display: block;
	cursor: pointer;
	width: 440px;
	height: 120px;
	margin-left: -14px;
	font-size: 0.95em;
}

#impressum a:hover {
	color: #2a2b2c;
}

h2 {	
	font-size: 10px;
	line-height: 1.4em;
	margin: 0;
	font-weight: bold;
}

.impressum {
	float: left;
	width: 160px;
}

.disclaimer {
	float: left;
	width: 280px;
}




