/* @group FONTS */

@font-face {
    font-family: 'FrutigerNextProRegular';
    src: url('frutigernextpro-regular-webfont.eot?') format('eot'),
         url('frutigernextpro-regular-webfont.woff') format('woff'),
         url('frutigernextpro-regular-webfont.ttf') format('truetype'),
         url('frutigernextpro-regular-webfont.svg#webfonttqWmSAMn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerNextProCondensed';
    src: url('frutigernextpro-regularcn-webfont.eot?') format('eot'),
         url('frutigernextpro-regularcn-webfont.woff') format('woff'),
         url('frutigernextpro-regularcn-webfont.ttf') format('truetype'),
         url('frutigernextpro-regularcn-webfont.svg#webfontLrnSOMHu') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerNextProMedium';
    src: url('frutigernextpro-medium-webfont.eot?') format('eot'),
         url('frutigernextpro-medium-webfont.woff') format('woff'),
         url('frutigernextpro-medium-webfont.ttf') format('truetype'),
         url('frutigernextpro-medium-webfont.svg#webfontl2VKAgzC') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* @end */

body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	line-height: 20px;
	letter-spacing: 0.05em;
}

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

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #919191;
}

h1 {
	display: none;
}

h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: 'FrutigerNextProMedium', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0.1ex;
	text-transform: uppercase;
}

h2:first-child {
	
}

h2 a {
	text-decoration: none;
}

h2 a,
.dark {
	color: #919191;
}

h2 a:hover,
h2.selected a {
	color: white;
}

h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-family: 'FrutigerNextProMedium', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}

h4 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
}

h5 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.small {
	width: 375px;
	font-size: 0.8em;
	line-height: 1.2em;
}

div.video {
	display: inline-block;
}

img {
	border: none;
}

h2:first-child,
h3:first-child,
p:first-child {
	margin-top: 0;
}

strong {
	font-weight: bold;
	letter-spacing: 0.04em;
}

.todo {
	color: red;
}

div.frame {
	width: 960px;
	margin: 30px 0 0 30px;
}

div.header {
	position: fixed;
	/*
	float: left;
	margin-bottom: 50px;
	*/
}

div.header img {
	float: left;
}

div.corpus {
	float: right;
	margin-left: 15px;
	margin-bottom: 50px;
}

div.corpus li {
	margin-bottom: 1em;
}

div.corpus.slim {
	width: 180px;
}

div.corpus.medium {
	width: 375px;
}

div.corpus.wide {
	width: 570px;
}

div.corpus.extrawide {
	width: 765px;
}

body.kontakt div.corpus.extrawide img {
	float: right;
	margin-left: 15px;
}

body.kontakt div.corpus.extrawide h2 {
	margin-top: 2em;
}

/* @group menu */

div.menu {
	float: left;
}

/* @group small */

div.menu.small {
	width: 180px;
	height: 270px;
}

div.menu.small + img {
	margin-left: 15px;
}

div.menu.small a {
	display: block;
	overflow: hidden;
	background-image: url(/_img/menu-small.png);
	background-repeat: no-repeat;
	text-indent: 190px;
	white-space: nowrap;
}

div.menu.small a:hover,
div.menu.small li.selected a {
	background-image: url(/_img/menu-small-selected.png);
}

div.menu.small li#start a {
	height: 60px;
}

div.menu.small li#sprecherin a {
	height: 39px;
	background-position: 0 -60px;
}

div.menu.small li#moderatorin a {
	height: 30px;
	background-position: 0 -100px;
}

div.menu.small li#produzentin a {
	height: 28px;
	background-position: 0 -130px;
}

div.menu.small li#schauspielerin a {
	height: 30px;
	background-position: 0 -158px;
}

div.menu.small li#fotos a {
	height: 55px;
	background-position: 0 -188px;
}

div.menu.small li#kontakt a {
	height: 27px;
	background-position: 0 -243px;
}

/* @end */

/* @group big */

div.menu.big {
	margin-left: 15px;
	width: 375px;
	height: 562px;
}

div.menu.big a {
	display: block;
	overflow: hidden;
	background-image: url(/_img/menu-big.png);
	background-repeat: no-repeat;
	text-indent: 380px;
	white-space: nowrap;
}

div.menu.big a:hover,
div.menu.big li.selected a {
	background-image: url(/_img/menu-big-selected.png);
}

div.menu.big li#start a {
	height: 127px;
}

div.menu.big li#sprecherin a {
	height: 81px;
	background-position: 0 -127px;
}

div.menu.big li#moderatorin a {
	height: 63px;
	background-position: 0 -208px;
}

div.menu.big li#produzentin a {
	height: 57px;
	background-position: 0 -271px;
}

div.menu.big li#schauspielerin a {
	height: 64px;
	background-position: 0 -328px;
}

div.menu.big li#fotos a {
	height: 114px;
	background-position: 0 -392px;
}

div.menu.big li#kontakt a {
	height: 57px;
	background-position: 0 -506px;
}

/* @end */

/* @end */

/* @group corpus */

div.photo {
	float: left;
	width: 375px;
}

div.photo-previews {
	float: left;
	width: 390px;
}

div.photo-previews a {
	float: left;
	width: 115px;
	height: 177px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.photo-previews img.selected {
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid white;
}

/* @end */

/* @group tabs */

h2.tab {
	cursor: pointer;
	color: #808080;
}

h2.tab a {
	padding-left: 15px;
	background: url(/_img/arrow.png) no-repeat 0 5px;
}

h2.tab a:hover {
	background-image: url(/_img/arrow-hover.png);
}

h2.tab.selected a {
	background-image: url(/_img/arrow-selected.png);
	background-position: 0 6px;
}

div.tab-content {
	margin-bottom: 2em;
}

/* @end */
