/* Allgemeine Definitionen */

body
{
	background: #730000;
	margin: 0;
	padding: 30px 5px 30px 5px;
	font-family: arial, sans-serif;
	color: white;
}

table tr td
{
	font-family: arial, sans-serif;
	color: white;
}

a
{
	color: white;
}

img
{
	border: none;
}


/* Definitionen Haupttabelle */

table#main
{
	width: 887px;
}


/* Definitionen Slogan-Zeile */

table#main td#headSlogan
{
	height: 50px;
	width: 708px;
	background: #B61306;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

table#main td#headSlogan h2
{
	margin: 0;
	color: white;	
}


/* Definitionen Film-Zeile */

table#main td#headFilm
{
	height: 131px;
	width: 708px;
	background: url(/images/head_film.gif) no-repeat top right;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

table#main td#headFilm h1
{
	margin: 0;
	color: white;
}

table#main td#headFilm table
{
	margin-top: 2px;
}

table#main td#headFilm table a
{
	text-decoration: none;
}

table#main td#headFilm table tr td img
{
	margin: 3px 0 0 0;
}


/* Definitionen Kontext-Bereich */

table#main td#contextSpace
{
	width: 8px;
}

table#main td#context
{
	width: 170px;
	vertical-align: top;
	background: #7C7C7C;
	border: 1px solid white;
	font-size: 12px;
}


/* Definitionen Meta-Navigation */

table#main td#context form.metanav
{
	margin: 6px 0 8px 0;
}

table#main td#context form.metanav a
{
	display: block;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}

table#main td#context form.metanav a:hover
{
	background: #575757;
}

table#main td#context form.metanav a.active
{
	background: #575757;
}

table#main td#context form.metanav input.text
{
	width: 120px;
	font-size: 12px;
	padding-left: 2px;
	margin: 0 4px 0 8px;
	font-family: arial, sans-serif;
}

table#main td#context form.metanav input.submit
{
	position: relative;
	top: 4px;
	cursor: pointer;
}

/* Definitionen Kontext */

table#main td#context h1
{
	font-size: 12px;
	padding: 2px 8px 2px 8px;
	background: #575757;
	margin: 0;
}

table#main td#context h2
{
	font-size: 12px;
	margin: 8px 8px 2px 8px;
}

table#main td#context p
{
	margin: 0;
	line-height: 135%;
	padding: 2px 8px 8px 8px;
}

table#main td#context p.border
{
	border-bottom: 1px white dotted;
}

table#main td#context p.small
{
	font-size: 10px;
}

table#main td#context img
{
	margin: 0 8px 0 8px;
}

table#main td#context p.linkList a
{
	display: block;
	padding: 4px 0 2px 0;
	text-decoration: underline;
}

table#main td#context iframe
{
	width: 152px;
	height: 90px;
	margin: 0 8px 22px 8px;
}

/* Definitionen Hauptnavigation */

table#main td#navigation
{
	vertical-align: top;
	background: #7C7C7C;
	width: 163px;
	padding-bottom: 40px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	height: 950px;
	font-size: 12px;
	line-height: 135%;
}

table#main td#navigation a,
table#main td#navigation span
{
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	font-weight: bold;
}

table#main td#navigation a span
{
	padding: 0;
}

table#main td#navigation a:hover
{
	background: #575757;
}

table#main td#navigation a#selected
{
	background: #575757;
}

table#main td#navigation a.topNav
{
	border-bottom: 1px white dotted;
}

table#main td#navigation a.subNav
{
	font-weight: normal;
	padding-left: 21px;
}

table#main td#navigation a.subNav img
{
	margin-left: -8px;
}

table#main td#navigation a.subNavDotted
{
	font-weight: normal;
	border-bottom: 1px white dotted;
	padding-bottom: 8px;
	padding-left: 21px;
}

table#main td#navigation a.subNavDotted img
{
	margin-left: -8px;
}


/* Definitionen Inhaltsbereich */

table#main td#content
{
	vertical-align: top;
	width: 529px;
	color: white;
	padding: 16px 24px 16px 24px;
	line-height: 135%;
	background: #B61306;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 12px;
}

table#main td#content h3
{
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 140%;
}

table#main td#content h4
{
	font-size: 13px;
	margin: 16px 0 0 0;
}

table#main td#content p
{
	margin: 0 0 12px 0;
}

table#main td#content p.small
{
	font-size: 10px;
	margin: 0 0 6px 0;
}

table#main td#content p.bold
{
	font-weight: bold;
}

table#main td#content p sup
{
	font-size: 9px;
}

table#main td#content p.message
{
	padding: 4px;
	background: #7C7C7C;
	width: 100%;
}

table#main td#content hr
{
	border: none;
	background: none;
	height: 1px;
	border-top: 3px solid white;
	margin: 35px 0 30px 0;
}

table#main td#content a.hidden
{
	color: white;
	text-decoration: none;
}

table#main td#content img.left
{
	margin: 3px 12px 10px 0;
	float: left;
	clear: left;
}

table#main td#content img.right
{
	margin: 5px 0 2px 12px;
	float: right;
	clear: right;
}

table#main td#content ul
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 140%;
	list-style-type: square;
}

table#main td#content ul li
{
	margin-bottom: 6px;
	margin-left: -23px;
}

table#main td#content ol
{
	margin-bottom: 12px;
}

table#main td#content ol li
{
	margin-bottom: 6px;
	margin-left: -17px;
}

table#main td#content table td
{
	font-size: 12px;
	vertical-align: top;
}

table#main td#content table#orderList
{
	width: 100%;
	margin-bottom: 24px;
}

table#main td#content table#orderList td
{
	padding: 6px 0 2px 0;
}

table#main td#content table#orderList td.head
{
	border-bottom: white 2px solid;
	padding-bottom: 2px;
	font-weight: bold;
}

table#main td#content table#orderList td.foot
{
	border-top: white 2px solid;
	padding-top: 2px;
}

table#main td#content table#orderList td.bold
{
	font-weight: bold;
}

table#main td#content table#prices
{
	margin: 0 0 30px 0;
}

table#main td#content table#prices td
{
	padding: 6px 0 2px 0;
}

table#main td#content table#prices td.borderHead
{
	border-bottom: white 2px solid;
	padding-bottom: 2px;
	font-weight: bold;
}

table#main td#content table#programm 
{
	width: 100%;
	margin: 25px 0 12px 0;
}

table#main td#content table#programm td
{
	vertical-align: bottom;
	line-height: 110%;
}

table#main td#content table#programm td img
{
	margin: 0 6px 0 0;
}

table#main td#content table#programm td small
{
	font-size: 10px;
}

table#main td#content table#programm td p
{
	font-size: 12px;
}

table#main td#content table#programm td h4
{
	margin: 0;
}

table#main td#content table#programm td.reihe h4
{
	margin: 30px 0 4px 0;
}

table#main td#content input
{
	font-size: 12px;
}

table#main td#content input.text
{
	margin: 0;
	width: 70%;
}

table#main td#content input.textFlow
{
	margin: 0;
}

table#main td#content input.checkbox
{
	margin: 0 4px 0 0 ;
}

table#main td#content input.submit
{
	font-size: 12px;
	padding: 2px;
}

table#main td#content input.submitSmall
{
	font-size: 11px;
	padding: 2px;
	width: 100px;
}

table#main td#content textarea
{
	margin: 0;
	width: 70%;
	font-family: arial, sans-serif;
	font-size: 12px;
}

table#main td#content select
{
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	width: 70%;
}

table#main td#content select.order
{
	width: 95%;
}

table#main td#content p.linkList a
{
	display: block;
	padding: 4px 0 2px 0;
	text-decoration: underline;
}


/* Fußzeile Inhalt */

table#main td#content div.footer
{
	clear: both;
	padding-top: 20px;
}


/* Definitionen Sitemap */

table#main td#content a.sitemapLevel1
{
	display: block;
	font-weight: bold;
	text-decoration: none;
	margin: 18px 0 4px 0;
}

table#main td#content a.sitemapLevel1:hover
{
	text-decoration: underline;
}

table#main td#content a.sitemapLevel2
{
	display: block;
	text-decoration: none;
	margin: 4px 0 4px 16px;
}

table#main td#content a.sitemapLevel2:hover
{
	text-decoration: underline;
}