/**
 *
 * FEINHEIT kreativ studio // www.feinheit.ch
 *
 */

body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #484848;
	padding:0;
	margin:0;
/*	background:url(/media/img/design/bg-09.jpg) no-repeat -30px 0;*/

}

#holder{
	width:960px;

}

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

a:hover {
	color: #ff1356;
}

h2 {

}

/*********************************** Spalte 1 ***********************************/

#sp1{
 	float:left;
	width:420px;
}

/*********************************** Navigation ***********************************/


#navigation{
	width:auto;
	float: left;
/*	margin: 60px 0 0 20px;*/
}

#logo{
/*	height: 275px;*/
}


#films{
	width: 197px;
	float:left;
}

#talents{
	width: 197px;
	float:left;
}

#navigation ul{
	padding:0px;
	margin:0px;
}

#navigation li{
	list-style:none;
	font-size: 18px;
	color: black;
	font-weight:bold;
	text-align:right;
}

#navigation li li{
	font-size: 13px;
	list-style:none;
	font-weight:normal;
}

#navigation li li a{
	text-decoration:none;
}

#navigation li.mark{
	font-weight: bold;
}

/*********************************** Spalte 2 ***********************************/

#sp2{
	float:left;
}

#header{
	height: 100px;
}

#content{
	width:520px;
	padding: 0 0 50px 15px;
}

#content p{

}

/*********************************** Table ***********************************/

table.crew {
}

table.crew tr{

}

table.crew th, table.talente th, table.archiv_filme th{
	vertical-align:top;
	text-align: right;
	padding: 0 20px 10px 5px;
}
table.crew td, table.talente td, table.archiv_filme td{
	padding: 0 0 10px 5px;
	vertical-align:top;
}
table.crew a, table.talente a, table.archiv_filme a {
	text-decoration:none;
}
table.crew a:hover, table.talente a:hover, table.archiv_filme a:hover {
	text-decoration:underline;
}
table.talente th, table.archiv_filme th{
	text-align: left;
}


/*********************************** List ***********************************/


ul.talent-detail li{
	list-style: none;
	float: left;
	height: 150px;
	width:220px;
	position:relative;
	text-align: center;
	padding:0 0 40px 0;
}
ul.talent-detail li a{
	font-size: 16px;
	text-decoration: none;
	width:200px;
	display:block;

}
ul.talent-detail li img{
	text-align: left;
	height: 130px;
	width:200px;
	margin-bottom:5px;
}




ul.film-detail{
	padding:0;
	margin:0;
}
ul.film-detail li{
	list-style: none;
	float: left;
	height: 150px;
	width:250px;
	position:relative;
	text-align: center;
	padding:0 0 40px 0;
}
ul.film-detail li a{
	font-size: 16px;
	text-decoration: none;
	width:200px;
	display:block;

}
ul.film-detail li img{
	text-align: left;
	height: 130px;
	width:200px;
	margin-bottom:5px;
}


/*********************************** Szenen ***********************************/

a.movie {
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
	color: #484848;
}
a.movie:hover {
	font-size: 20px;
	color: #ff1356;
}


/******************** FEINHEIT ********************/

#feinheit {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/media/img/design/feinheit.gif) no-repeat 0 0;
	width: 16px;
	height: 53px;
	text-decoration: none;
}
#feinheit span {
	display: none
}


/*********************************** Other ***********************************/


a{
	color:#000;
	outline:none;
	border:none;
}
a img{border:none;}
@media print {
	*{background: #fff; color: #000;}
	html {font: 100%/1.5 Arial, Helvetica, sans-serif;}
	/*#nav, #about { display: none; }*/
}

