/*
client:          mfa-film.de
version:         2.0
date:            2007-05-10
author:          michael eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

/*
							document
*/

body {
	font: 12px/18px arial, verdana, "lucida grande", "lucida sans", sans-serif;
	color: #303030;
	background: #f0f0f0;
	text-align: center;
}

#container {
	width: 926px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 18px 0;
}

/*
							layout
*/

#header {
	float: left;
	width: 926px;
	color: #fff;
	height: 110px;
	overflow: hidden;
	background: #292B34;
}

#header h1 {
	float: left;
	width: 300px;
	height: 70px;
	margin-top: 40px;
	text-indent: -9999px;
	background: transparent url(images/logo.gif) no-repeat 19px -40px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	float: left;
	width: 300px;
	height: 70px;
	overflow: hidden;
	color: #fff;
	background: transparent;
}

#navbar {
	float: left;
	width: 926px;
	background: #f0f0f0;
}

#nav {
	float: left;
}

#content {
	float: left;
	padding: 36px 18px 12px 18px;
	width: 890px;
	background: #fff url(images/separator2.gif) repeat-y 672px 0;
	min-height: 330px;
}

#main {
	float: left;
	width: 618px;
}

.kontakt #content {
	background-image: none;
	padding-top: 6px;
}

.kontakt #main {
	width: 888px;
}

.kontakt .entry {
	float: left;
	width: 186px;
	margin-right: 36px;
}

.kontakt .entry h2 {
	margin-top: 30px;
}

#extra {
	float: right;
	width: 218px;
}

.subnav {
	margin-bottom: 3em;
}

#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 18px;
	width: 890px;
	text-align: left;
}

/*
							typography
*/

h1 {
	font-size: 20px;
	color: #fff;
	background-color: inherit;
}

h2 {
	font-size: 14px;
	color: #000;
	background-color: inherit;
	text-transform: uppercase;
}

h2 .suphead {
	color: #B6000C;
	background-color: inherit;
}
	
h3 {
	font-size: 14px;
	color: #000;
	background-color: inherit;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #B6000C;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #303030;
	text-decoration: underline;
}

/*
							navigation
*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
}

ul#nav li {
	display: inline;
}

ul#nav li a, ul#nav li .current-page {
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 18px;
	margin: 6px 0 0 0;
	min-height: 16px;
}

ul#nav a:link, ul#nav a:visited {
	color: #000;
	background-color: inherit;
}

ul#nav a:hover, ul#nav a:focus {
	color: #fff;
	background-color: #292B34;
}

ul#nav .current-page, ul#nav a.current-section {
	color: #000;
	background-color: #fff;
}

/*
							subnav
*/

.subnav {
	font-weight: bold;
	font-size: 12px;
	width: 218px;
}

ul.subnav {
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;
}

ul.subnav li {
	display: inline;
}

ul.subnav li a, ul.subnav li .current-page {
	display: block;
	padding: 0 6px 0 26px;
	margin-bottom: 12px;
}

ul.subnav a:link, ul.subnav a:visited {
	color: #B6000C;
	background: #fff url(./images/arrow-right-big.png) no-repeat 0 50%;
	text-decoration: none;
}

ul.subnav a:hover, ul.subnav a:focus {
	color: #303030;
	background: #fff url(./images/arrow-right-big.png) no-repeat 2px 50%;
	text-decoration: underline;
}

ul.subnav .current-page, ul.subnav a.current-section {
}

/*
							subnavigation alphabetical
*/

.kinofilme h2,
.filme-auf-dvd h2 {
	float: left;
}

ul.subnav-alphabetical {
	float: left;
	margin: 0 0 0 24px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

ul.subnav-alphabetical li {
	display: inline;
}

ul.subnav-alphabetical li a, ul.subnav-alphabetical li .current-page {
	display: block;
	float: left;
	padding: 0 12px;
	margin: 1px 0 0 0;
	min-height: 16px;
}

ul.subnav-alphabetical a:link, ul.subnav-alphabetical a:visited {
	color: #B6000C;
	background-color: inherit;
}

ul.subnav-alphabetical a:hover, ul.subnav-alphabetical a:focus {
	color: #303030;
	background-color: #fff;
}

ul.subnav-alphabetical .current-page, ul.subnav-alphabetical a.current-section {
	color: #303030;
	background-color: #fff;
}

/*
							content
*/

#content .entry {
	margin-bottom: 12px;
}

#content .entry.news {
	margin-bottom: 2.5em;
}

.entry.news .date {
	font-size: 11px;
	font-weight: bold;
}

.entry.mitarbeiter {
	float: left;
	width: 618px;
}

.mitarbeiter h2 {
	float: right;
	width: 515px;
}

.mitarbeiter .mitarbeiter-image {
	float: left;
	width: 85px;
}

.mitarbeiter .mitarbeiter-text {
	float: right;
	width: 515px;
}

.film {
	float: left;
	width: 618px ;
	margin-bottom: 1em;
}

.film .film-daten {
	float: left;
	width: 150px;
	font-size: 11px;
}

.film h2 {
	float: right;
	width: 450px;
	margin-bottom: 1em;
}

.film .film-info {
	float: right;
	width: 450px;
}

.home .film.kino {
	clear: left;
	float: left;
	width: 300px;
}

.home .film.dvd {
	float: right;
	width: 300px;
}

.home .film .film-header {
	float: right;
	width: 182px;
	font-size: 11px;
}

.home .film .film-header h2 {
	width: 182px;
}

.home .film .film-image {
	float: left;
	width: 100px;
	margin-bottom: 1em;
}

.home .film .film-info {
	clear: both;
	float: none;
	width: 300px;
}

.pagination {
	margin-bottom: 1em;
}

.pagination .description {
	font-size: 11px;
	font-weight: bold;
	margin-right: 0.5em;
}

.pagination .number {
	margin: 0 3px;	
}

.kontakt ul {
	margin-left: 12px;
	padding-left: 12px;
}

/*
							extra
*/

#social-web-buttons {
	padding-top: 1em;
	border-top: 1px solid #f0f0f0;
}

/*
							footer
*/

#footer {
	color: #000;
	background-color: inherit;
}

#footer p {
	margin: 0;
}

/*
							forms
*/



/*
							tables
*/

table {
	border-collapse: collapse;
}

th, td {
  	text-align: left;
}

table.filme {
	clear: both;
	width: 100%;
	margin: 0 0 1em 0;
}

table.filme th, 
table.filme td {
	padding: 2px 4px;
	vertical-align: top;
	border: 1px solid #f0f0f0;
}

table.filme th {
	color: inherit;
	background: #f0f0f0;	
}

table.filme .title {
}

table.filme th.date, 
table.filme td.date {
	white-space: nowrap;
}

table.filme td.date {
	text-align: right;
}

table.filme td.link {
	white-space: nowrap;	
}

/*
							admin
*/

img.edit {
	margin-left: 10px;
	margin-bottom: -2px;
}