/* Standard Stylesheet (Screen)
Birnbaum (www.birnbaum-film.de)
*/

/*
Copyright: Christian Beier (www.beier-christian.eu)
Start: 21.08.2006
Letzte Aenderung: 23.08.2006
*/

/* Wichtige Farben
Braun = #947954
Hellbraun = #F6E9B6
*/


/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* =Allgemein
===============================================*/
body {
	font-size: 80%;
	line-height: 1.5em;
	color: #000;
	background: #F6E9B6;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 15px 0;
}

p.top {
	font-size: 1em;
	line-height:  1.7em;
	margin: 0px 0;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung fuer Elemente */
.leftalign {
	float: left;
	margin: 0 10px 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 10px;
}

.centeralign {
	text-align: center;
	margin: auto;
	padding: 15px 0;
}

/* =Überschriften
===============================================*/
h1 {
	font: bold 3em/1.5 verdana, helvetica, arial, sans-serif;
}
h1.logo {
	background: url(../_img/logo_header.jpg) no-repeat;
	height: 112px;
	text-indent: -999em;
	width: 722px;
	float: left;
}

h2 {
	font: bold 1.4em verdana, helvetica, arial, sans-serif;
	padding: 15px 0;
}

h2.top {
	padding: 0px 0;
}

h3 {
	font: bold 1.6em/1.5 verdana, helvetica, arial, sans-serif;
}

h4 {
	font: bold 1.3em/1.5 verdana, helvetica, arial, sans-serif;
}

/* =Links
===============================================*/

/* Allgemeine Links */
a, a:link {
	color: #947954;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #947954;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #947954;
	font-weight: bold;
	text-decoration: underline;
}

/* News */
a.news, a.news:hover, a.news:visited {
	font-weight: bold;
	line-height: 1.3em;
	color: #F6E9B6;
}

/* =Layout
===============================================*/
#wrapper {
	padding-top: 10px;
	padding-left: 12px;
	margin: auto;
	width: 810px;
}

#header {
	width: 100%;
	height: 112px;
	background: #947954;
	margin: auto;
}
#header_box {
	width: 922px;
	margin: auto;
}
#news {
	width: 200px;
	float: left;
	padding-top: 5px;
	text-align: left;
}

#navi {
}

#content {
}

#sidebar {
}

#footer {
	padding-top: 45px;
	font-size: 0.8em;
}


/* =Navigation
===============================================*/
dt, dd.float, dd.float, a.float, dl#active {
	float:left;
	padding-left: 5px;
}
dl#active {
	width: 320px;
	margin: 0 13px 0 8px; /* oben, rechts, unten, links */
	text-align: left;
}

/* *** Menüpunkte *** */
/* News */
a.news_active, a.news_active:hover {
	background: url(../_img/nav_news.gif) no-repeat;
	height: 12px;
	text-indent: -999em;
	width: 20px;
	display: block;
}

/* Synopsis */
a.synopsis_active, a.synopsis:hover {
	background: url(../_img/nav_synopsis.gif) no-repeat bottom left;
	height: 134px;
	text-indent: -999em;
	width: 42px;
	display: block;
}
a.synopsis {
	background: url(../_img/nav_synopsis.gif) no-repeat top left;
	height: 134px;
	text-indent: -999em;
	width: 42px;
	display: block;
}

/* Zum Film */
a.zum-film_active, a.zum-film:hover {
	background: url(../_img/nav_zum-film.gif) no-repeat bottom left;
	height: 156px;
	text-indent: -999em;
	width: 42px;
	display:  block;
}
a.zum-film {
	background: url(../_img/nav_zum-film.gif) no-repeat top left;
	height: 156px;
	text-indent: -999em;
	width: 42px;
	display:  block;
}

/* Bilder */
a.bilder_active, a.bilder:hover {
	background: url(../_img/nav_bilder.gif) no-repeat bottom left;
	height: 97px;
	text-indent: -999em;
	width: 43px;
	display: block;
}
a.bilder {
	background: url(../_img/nav_bilder.gif) no-repeat top left;
	height: 97px;
	text-indent: -999em;
	width: 43px;
	display: block;
}

/* Trailer */
a.trailer_active, a.trailer:hover {
	background: url(../_img/nav_trailer.gif) no-repeat bottom left;
	height: 108px;
	text-indent: -999em;
	width: 42px;
	display: block;
}
a.trailer {
	background: url(../_img/nav_trailer.gif) no-repeat top left;
	height: 108px;
	text-indent: -999em;
	width: 42px;
	display: block;
}

/* Cast & Crew */
a.cast-crew_active, a.cast-crew:hover {
	background: url(../_img/nav_cast-crew.gif) no-repeat bottom left;
	height: 198px;
	text-indent: -999em;
	width: 42px;
	display: block;
}
a.cast-crew {
	background: url(../_img/nav_cast-crew.gif) no-repeat top left;
	height: 198px;
	text-indent: -999em;
	width: 42px;
	display: block;
}

/* Presse */
a.presse_active, a.presse:hover {
	background: url(../_img/nav_presse.gif) no-repeat bottom left;
	height: 96px;
	text-indent: -999em;
	width: 41px;
	display: block;
}
a.presse {
	background: url(../_img/nav_presse.gif) no-repeat top left;
	height: 96px;
	text-indent: -999em;
	width: 41px;
	display: block;
}

/* Spenden */
a.spenden_active, a.spenden:hover {
	background: url(../_img/nav_spenden.gif) no-repeat bottom left;
	height: 129px;
	text-indent: -999em;
	width: 41px;
	display: block;
}
a.spenden {
	background: url(../_img/nav_spenden.gif) no-repeat top left;
	height: 129px;
	text-indent: -999em;
	width: 41px;
	display: block;
}

/* Shop */
a.shop_active, a.shop:hover {
	background: url(../_img/nav_shop.gif) no-repeat bottom left;
	height: 78px;
	text-indent: -999em;
	width: 42px;
	display: block;
}
a.shop {
	background: url(../_img/nav_shop.gif) no-repeat top left;
	height: 78px;
	text-indent: -999em;
	width: 42px;
	display: block;
}

/* Intern */
a.intern_active, a.intern:hover {
	background: url(../_img/nav_intern.gif) no-repeat bottom left;
	height: 96px;
	text-indent: -999em;
	width: 41px;
	display: block;
}
a.intern {
	background: url(../_img/nav_intern.gif) no-repeat top left;
	height: 96px;
	text-indent: -999em;
	width: 41px;
	display: block;
}

/* Impressum */
a.impressum_active, a.impressum:hover {
	background: url(../_img/nav_impressum.gif) no-repeat bottom left;
	height: 166px;
	text-indent: -999em;
	width: 41px;
	display: block;
}
a.impressum {
	background: url(../_img/nav_impressum.gif) no-repeat top left;
	height: 166px;
	text-indent: -999em;
	width: 41px;
	display: block;
}

/* =Listen
===============================================*/
li {
	list-style-position: inside;
}

ul.galerie {
	margin: 7px 0;  
}
li.galerie {
	list-style-type: none;
	float: left;
	padding-right: 8px;
	padding-top: 4px;
}

li.crew {
	list-style-type: none;
}

/* =Seitenelemente
===============================================*/
p.news {
	font-weight: bold;
	line-height: 1.3em;
	color: #F6E9B6;
	padding-left: 20px;
}

caption {
	font: bold 1.4em verdana, helvetica, arial, sans-serif;
	padding: 15px 0;
	text-align: left;
}
caption.top {
	padding: 0px 0;
}
table {
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
td {
	width: 160px;
}
td.produkt {
	width: 70%;
}

blockquote {
	font-style: oblique;
}
blockquote.top {
	padding: 0px 0;
}

input {
	width: 320px;
}
input.anzahl {
	width: 30px;
}
input.submit {
	width: 200px;
}
input.image {
	width: auto;
}