*	{
	margin: 0px;
	padding: 0px;
}

html	{
	height: 100%;
}

body	{
	background-color: #3AB54B;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#wrap	{
	position: static;
	margin: auto;
	width: 640px;
	height: auto;
	background-color: transparent;
	text-align: left;
}

.clear	{
	clear: both;
}

.noborder	{
	border: 0px;
}

a img	{
	border: 0px !important;
}

/* TYPO --------------------------------------------------------------------------*/

h1	{
	color: #fff;
	font-family: Impact, Arial, sans-serif;
	font-weight: normal;
	font-size: 32px;
}

h2	{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

p	{
	line-height: 15px;
	zoom: 1;
}

p.name	{
	border-left: 3px solid #fff;
	padding-left: 5px;
	margin-top: 4px;
	margin-bottom: 25px;
	font-style: italic;
}

p.spiel	{
	border-left: 3px solid #fff;
	padding: 3px 0px 3px 5px;
	margin-top: 5px;
}


a	{
	color: #000;
	text-decoration: underline;
}

a:hover	{
	color: #fff;
	text-decoration: underline;
}

a.sub	{
	color: #000;
	text-decoration: none;
}

a.sub:hover	{
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a.ankernav	{
	color: #000;
	text-decoration: none;
}

a.ankernav:hover	{
	color: #fff;
	text-decoration: none;
}

a.links	{
	color: #000;
	border-left: 2px solid #fff;
	padding-left: 5px;
	text-decoration: none;
	margin-top: 2px;
}

a.links:hover	{
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 5px;
	text-decoration: none;
}

/* HEADER --------------------------------------------------------------------------*/

#headercontainer	{
	width: 640px;
	height: 60px;
	position: static;
	margin-top: 40px;
	margin-bottom: 15px;
	background-color: transparent;
	color: #fff;
}

#headernav	{
	width: 175px;
	height: 60px;
	float: left;
	background-color: transparent;
	color: #fff;
	padding-left: 10px;
}

#headerlogo	{
	width: 445px;
	height: 60px;
	background-color: transparent;
	float: right;
	padding-right: 10px;
	color: #fff;
	text-align: right;
}

/* ZITAT --------------------------------------------------------------------------*/

#zitatcontainer	{
	width: 640px;
	height: 75px;
	position: static;
	background-color: transparent;
	/* background-image: url(pics/bg_zitat.gif); */
	margin-bottom: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#zitat	{
	width: 445px;
	height: 75px;
	float: left;
	padding-left: 10px;
	background-color: transparent;
	color: #000;
	font-style: italic;
	font-size: 14px;
}

#start	{
	height: 75px;
	float: right;
	background-color: transparent;
	color: #000;
	padding-right: 10px;
	text-align: right;
}

/* NAVIGATION --------------------------------------------------------------------------*/

#navigation	{
	width: 640px;
	height: 20px;
	padding-left: 10px;
	position: static;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	display: inline;
}

#subnavigation	{
	width: 640px;
	height: 15px;
	background-color: transparent;
	color: #000;
	font-size: 11px;
}

/* CONTENT --------------------------------------------------------------------------*/

#contentcontainer	{
	width: 600px;
	height: auto;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: #74cb80;
}

#content	{
	width: 600px;
	height: auto;
	min-height: 420px; 
	position: relative;
	zoom: 1;
}

.ft[class]{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	opacity:0.7;
	*position:static;
	*opacity:1;
	*background:transparent;
}

#trailer	{
	width: 310px;
	float: left;
	margin: 10px 0px 10px 0px;
	color: #000;
	background-color: transparent;
	display: inline;
}

#headline	{
	width: 500px;
	height: 45px;
}

#headlinezwei	{
	width: 500px;
	height: 45px;
}

#headlinekurz	{
	width: 200px;
	height: 45px;
}

.plakativ {
	font-size: 12px;
}

#headnews	{
	width: 200px;
	height: 45px;
	margin-top: 5px;
}

#rechtsklein	{
	float: right;
	width: 280px;
	height: auto;
	margin-top: 10px;
}

#bestellen p{
	margin-bottom: 5px;
}

.white {
	background-color: white;
	padding: 2px;
}

/* PICS ---- */

.pic	{
	border: 5px solid #fff !important;
}

.links	{
	float: left;
	margin: 10px 10px 10px 0px;
	display: inline;
}

.rechts	{
	float: right;
	margin: 10px 0px 10px 10px;
	display: inline;
}

.left	{
	width: 275px;
	height: auto;
	float: left;
	background-color: transparent;
}

.right	{
	width: 275px;
	height: auto;
	float: right;
	background-color: transparent;
}

/* EXTRAS, CAST/TEAM, GAESTEBUCH, KINOS --------------------------------------------------------------------------*/

.exlinks	{
	float: left;
	width: 125px;
	height: auto;
	margin-bottom: 10px;
}

.exrechts	{
	float: right;
	width: 130px;
	height: auto;
	padding-left: 10px;
}

ul	{
	list-style: none;
}

li	{
	padding-bottom: 3px;
	padding-top: 3px;
}

input, textarea	{
	padding: 4px;
	color: #000;
	background-color: #fff;
	border: 1px solid #3AB54B;
	font-size: 11px;
	margin-bottom: 5px;
}

.submit	{
	padding: 4px 4px 2px 4px;
	color: #000;
	background-color: #fff;
	border: 1px solid #3AB54B;
	font-size: 11px;
	margin-bottom: 5px;
}

.anker	{
	width: 190px;
	height: auto;
	float: left;
	padding-right: 10px;
}

li.anke	{
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #fff;
}

.line	{
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gb	{
	padding-left: 8px;
	padding-top: 1px;
	border-left: 3px solid #3AB54B;
}

.kommentar	{
	padding-left: 5px;
	font-style: italic;
	border-left: 3px solid #CC0000;
}


/* FOOTER --------------------------------------------------------------------------*/

#footer	{
	width: 640px;
	height: 50px;
	padding: 10px;
	margin-bottom: 15px;
}

input#special {
    visibility: hidden;
}

#headlinetrailer {
	margin-top: 40px;
}

#verkaufstelle {
	border-left: 2px solid #FFF;
}

#verkaufstelle p {
	margin-left: 5px;
}
