/******************** BASIC ********************/

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#1f1307;
	font:normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	color:#1f1307;
	line-height:150%;
}

h1 {
	font-size:22px; 
	font-weight:normal;
}

h2 {
	font-size:18px; 
	font-weight:normal;
}

h3 {
	font-size:12px; 
	font-weight:bold;
}

a, a:link, a:visited {
	color:#1f1307;
	text-decoration:none;
}

a:hover, a:focus {
	text-decoration:none;
}

a img {
	border:none;
}

img {
	border:none;
}


ul {
	margin:0;
	padding:0;
}

li {
	margin:0;
	padding:0;
}

table {
	border:0;
		
}

td {
	vertical-align:top;
	padding:0;
	margin:0;
}

td p.bodytext {
	padding:0;
	margin:0;
	}

.clear {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.invisible {
	visibility: hidden;
}



/******************** WRAPPER+HEADER ********************/

#wrapper {
	width:963px;
	margin:10px auto;
	padding:0;
}

#header {
	width:963px;
	height:114px;
	margin:0;
	padding:0;
	background:url(../img/basic/header.jpg) no-repeat;
}

.logo {
	width:963px; 
	height:114px;
	border:0;
}


/******************** CONTENT ********************/


#contentWrapper {
	background:url(../img/basic/background.jpg) repeat-y;
	margin:0;
	padding:20px 30px;
}


/******************** FOOTER ********************/


#footer {
	width:963px;
	height:50px;
	margin:0;
	padding:0;
	background: url(../img/basic/footer.jpg) no-repeat;
	text-align:center;
}

#footer p {
	font-size:10px;
	line-height:120%;
	padding:5px 0 0 0;
	margin:0;
}

/******************** NAVIGATION ********************/

#mainNav {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:16px;
}

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

#mainNav ul li {
	list-style:none;
	background: url(../img/basic/bulletpoint.gif) no-repeat 0px 8px;
	float:left;
	margin:0 66px;
	padding:0 0 0 15px;
}

#mainNav ul li a:hover, #mainNav ul li.active a {
	color: #82776c
}

#subNav {
	width:100%;
	height:35px;
	margin:50px auto;
	padding:0;
	clear:both;
	border-top:1px solid #b8b1ab;
	border-bottom:1px solid #b8b1ab;
	font-size:16px;
	text-align:center;
}

#subNav ul {
	width:100%;
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#subNav ul li {
	list-style:none;
	float:left;
	margin:4px 130px;
	padding:0 0 0 15px;
	font-size:22px;
	text-align:center;
}

#subNav ul li a:hover, #subNav ul li.active a {
	color: #82776c;
}


#subNav .back, #subNav .headline, #subNav .forwards {
	height:35px;
	line-height:35px;
}

#subNav .back {
	width:200px;
	float:left;
	text-align:left;
}

#subNav .headline {
	float:left;
	text-align:center;
	width:503px;
}

#subNav .forwards {
	width:200px;
	float:right;
	text-align:right;
}

#subNav .headline h1 {
	margin:0;
	padding:0;
}

#subNav .inactive {
	color: #82776c
}

/******************** CONTENT ********************/


/****OVERVIEW****/

.overview {
 	width: 1000px;
}

.thumbnail, .thumbnailReleases {
	width:134px;
	margin-right:58px;
	margin-bottom:25px;
	float:left;
	text-align:center;
}

.thumbnail .image, .thumbnailReleases .image {
	height:	110px;
	overflow:hidden;
}

.thumbnail .link, .thumbnailReleases .link {
	height:	30px;
	overflow:hidden;
}

.thumbnail .image img, .thumbnailReleases .image img {
	width:130px;
	padding:1px;
	border:1px solid #b8b1ab;
	margin-bottom:8px;
}

.thumbnailReleases .image img {
	border:0;
}


/****DETAIL****/


.detail {
	text-align:center;
}

.detail .film {
	width:262px;
	margin:0 auto;
	padding:1px;
	border:1px solid #b8b1ab;
	margin-bottom:8px;
}

.detail p {
	font-weight:bold
}


/****COLS****/


.colLeft {
	float:left;
	width:406px;
	padding:0 20px;
}

.colRight {
	float:right;
	width:406px;
	padding:0 20px;
}

.col1 {
	float:left;
	width:300px;
	padding:0;
}

.col2 {
	float:left;
	width:auto;
	padding:0 40px;
}

.col3 {
	float:left;
	width:280px;
	padding:0;
}



/****Typo3****/

.csc-textpic-caption {
		padding-top:5px;
		font-size:10px;
	}
	
.tx-femp3player-pi1 {
	width:280px;
	float:right;
	margin-top:-22px;
}