@media all
{

  #pz #content { margin-right: 200px; }

  #pz-tabs {
    margin-left: auto;
    margin-right: auto;
  	width: 920px;
  	padding: 20px 14px 21px 16px;
  	background: url(../../images/pagerbg.png) top left no-repeat;
  }

  #pz-tabs #pz-tabs-header {
  	height: 102px;
  	line-height: 1;
  }

  #pz-tabs h3 {
    text-align: center;
  	font-size: 200%;
  	margin: 0;
  	padding: 30px 40px 14px 19px;
  }

  #pz-tabs #pz-tabs-nav {
    text-align: center;    
  	margin: 0 40px 0 19px;
  	height: 25px;
  	padding: 0;
  	left: auto;
  }

  #pz-tabs #pz-tabs-nav li {
  	display: inline;
  	padding: 0 2em 0 0;
  	list-style-type: none;
  	background: none;
  }

  #pz-tabs #pz-tabs-nav a.selected { color: #898378; outline: 0; }
  #pz-tabs #pz-tabs-nav a:focus { background-color: #ffffff; text-decoration: none; color: #898378; outline: 0; }
  #pz-tabs #pz-tabs-nav a.selected:hover { text-decoration: none; }

  .pz-tabs-contents {
  	margin: 0 0 20px 19px;
  	height: 462px;
  	color: #898378;
  	position: relative;
  }

  .pz-tabs-contents h4 {
  	color: #898378;
  	padding-top: 22px;
  	margin-bottom: 0.5em;
  	font-size: 155%;
  }
  
  .pz-tabs-contents ul {
  	padding-top: 15px;
  }
  
  .pz-tabs-contents p {
  	width: 400px;
  	line-height: 1.6;
  }

  .image-caption {
  	position: absolute;
  	color: #afaba3;
  	top: 15px;
  }

/* ### Team ################################################################## */
  #profil-team.pz-tabs-contents,
  #page-profil-team.pz-tabs-contents {
  	background: #fff url(../../images/silkemichi.jpg) bottom center no-repeat;
  }
  
  .platform-mac #profil-team.pz-tabs-contents,
  .platform-mac #page-profil-team.pz-tabs-contents {
  	background-image: url(../../images/silkemichi.jpg);
  }
  
  #profil-team.pz-tabs-contents .image-caption,
  #page-profil-team.pz-tabs-contents .image-caption {
  	right: 250px;
  }

/* ### Silke ################################################################## */  
  #profil-silke.pz-tabs-contents,
  #page-profil-silke.pz-tabs-contents {
  	background: #fff url(../../images/silke.jpg) bottom right no-repeat;
  }

  .platform-mac #profil-silke.pz-tabs-contents,
  .platform-mac #page-profil-silke.pz-tabs-contents {
  	background-image: url(../../images/silke.jpg);
  }

  #profil-silke.pz-tabs-contents .image-caption,
  #page-profil-silke.pz-tabs-contents .image-caption {
  	right: 160px;
  }

/* ### Michael ################################################################## */
  #profil-michael.pz-tabs-contents,
  #page-profil-michael.pz-tabs-contents {
  	background: #fff url(../../images/michael.jpg) bottom right no-repeat;
  }

  .platform-mac #profil-michael.pz-tabs-contents,
  .platform-mac #page-profil-michael.pz-tabs-contents {
  	background-image: url(../../images/michael.jpg);
  }

  #profil-michael.pz-tabs-contents .image-caption,
  #page-profil-michael.pz-tabs-contents .image-caption {
  	right: 135px;
  }

/* ### Tiere ################################################################## */
  #profil-tiere.pz-tabs-contents,
  #page-profil-tiere.pz-tabs-contents {
  	background: #fff url(../../images/kollegen.jpg) bottom right no-repeat;
  }

  .platform-mac #profil-tiere.pz-tabs-contents,
  .platform-mac #page-profil-tiere.pz-tabs-contents {
  	background-image: url(../../images/kollegen.jpg);
  }

  #profil-tiere.pz-tabs-contents p,
  #page-profil-tiere.pz-tabs-contents p { width: 350px; }

  #profil-tiere.pz-tabs-contents .image-caption,
  #page-profil-tiere.pz-tabs-contents .image-caption {
  	right: 185px;
  }

}