/*CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
TD
{
	vertical-align: top;
}
OL, UL
{
	padding: 0 0 0 15px;
}
.clearL
{
	clear: left;
}
.clearR
{
	clear: right;
}
/*FORMS*/
TEXTAREA
{
	margin-top: 5px;
	width: 100%;
}
FIELDSET
{
	margin-top: 0;
}
INPUT
{
	width: 50%;
	margin-top: 8px;
}
SELECT
{
	margin-top: 5px;
	width: 40%;
}
INPUT.radio, INPUT.checkbox
{
	width: 20px;
}
INPUT.button
{
	width: 25%;
}
LABEL
{
}
/*Standard*/
BODY
{
	line-height: 1.3em;
	text-align: left;
	font: normal 11px/15px Verdana, Arial, Sans-Serif;
	color: #666666;
	/*[disabled]background:#FDE9C4 url(../img/bg.jpg) no-repeat top center;*/
}
.clearL
{
	clear: left;
}
H1, H2, H3, H4
{
	font: normal 20px Arial, Verdana;
	color: #666666;
	letter-spacing: 2px;
	margin: 0 0 10px;
}
H2
{
	text-transform: uppercase;
	font: normal bold 11px Verdana, Arial, Sans-Serif;
	letter-spacing: 2px;
}
H3
{
	text-transform: uppercase;
	font: normal bold 11px/15px Verdana, Arial, Sans-Serif;
}
H4
{
	font-size: 13px;
	font-weight: bold;
}
P
{
	margin: 15px 0 5px;
}
A
{
	color: #000;
}
ABBR
{
	color: #8D8D8D;
	font-size: 11px;
}
TABLE TR TD
{
	width: 40%;
	padding: 2px 5px;
}
TABLE
{
	width: 100%;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 15px;
}
/*Template*/
#topShadow
{
	width: 940px;
	margin: 25px auto 0;
	/*[disabled]background:url(../img/topShadow.png) no-repeat top left;*/
	/*[disabled]-background:none;*/
	height: 12px;
}
#site
{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	/*[disabled]background:url(../img/shadow.png) repeat-y top left;*/
	/*[disabled]-background:none;*/
}
#page
{
	width: 940px;
	border: 1px solid #E0E0E0;
}
#head
{
	height: 120px;
	/*[empty]line-height:;*/
}
#head H1
{
	margin: 0;
	padding: 0;
}
#head H1#logo
{
	background: transparent url(../img/logo.png) no-repeat left top;
	float: left;
}
#head H1#logo A
{
	border-right: 1px solid #F6F6F6;
	display: block;
	width: 229px;
	height: 120px;
}
#head H1#logo A SPAN
{
	display: none;
}
#head #headImg
{
	float: right;
	width: 710px;
	height: 120px;
	overflow: hidden;
}
#head #headImg IMG
{
}
/*allCont*/
#allcont
{
}
#allcont #inner
{
	background: url(../img/pageBG.png) repeat-y top left;
	background: #FFF url(../img/one_px.png) repeat-y 229px 0px;
	height: 1%;
	padding-bottom: 10px;
}
/*Left*/
#left
{
	width: 230px;
	float: left;
	display: inline;
	margin-top: 15px;
}
#left UL
{
	padding-top: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#left UL#nav LI
{
	margin: 0;
	padding: 0;
}
#left UL#nav LI A
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#left UL#nav LI A:hover
{
	text-decoration: none;
	color: #999;
}
#left UL#nav LI A:hover SPAN
{
	background-color: #FDF9F0;
	color: #666666;
	cursor: pointer;
	display: block;
	font-weight: bold;
}
#left UL#nav LI.act A SPAN, #left UL#nav LI.cur A SPAN
{
	background-color: #FEF5E4;
	color: #555;
}
#left UL#nav LI.act A, #left UL#nav LI.cur A
{
	text-decoration: none !important;
}
#left UL#nav LI A SPAN
{
	display: block;
	padding-left: 20px;
	width: 170px;
	color: #666666;
	cursor: pointer;
	text-transform: uppercase;
	font: normal bold 11px/2em Verdana, Arial, Sans-Serif;
	letter-spacing: 2px;
}
#left UL#nav LI.act A, #left UL#nav LI.cur A
{
	text-decoration: underline;
}
#left UL#subNav
{
	margin-bottom: 10px;
}
#left UL#subNav LI
{
}
#left UL#nav UL#subNav LI.cur A
{
	text-decoration: underline;
	color: #000;
}
#left UL#nav UL#subNav LI A
{
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	line-height: 1.5em;
	display: block;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 160px;
}
#left UL#nav UL#subNav LI A:hover
{
	background-color: #FDF9F0;
	color: #444;
	text-decoration: underline;
}
#left UL#nav UL#subNav LI.cur A
{
	background-color: #FDF9F0;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#left UL#nav UL#subNav LI A
{
	text-transform: uppercase;
}
#left UL#nav UL#subNav LI A:hover
{
}
/*Content*/
#cont
{
	width: 450px;
	float: left;
	display: inline;
	padding: 15px;
}
#cont UL
{
	margin: 10px 0 5px 15px;
}
#cont A
{
	font-weight: normal;
	color: #666666;
}
/*Right*/
#right
{
	/*[disabled]width:200px;*/
	float: left;
	display: inline;
}
#right .box
{
	width: 193px;
	padding: 7px;
	margin-left: 10px;
	margin-top: 15px;
}
#right .box H3
{
	letter-spacing: 1px;
}
#right .box P
{
	color: #666666;
	font: normal 12px Verdana;
	padding: 0 2px;
	margin: 5px 0 10px;
}
#right .box A
{
	display: block;
	text-align: center;
	background-color: #FEFEFE;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 0;
	/*[disabled]border:1px solid #F5F5F5;*/
	text-transform: uppercase;
	font: normal bold 11px Verdana, Arial, Sans-Serif;
	letter-spacing: 2px;
}
#right .box A:hover
{
	background-color: #F3F3F3;
	color: #4C4C4C;
}
/*Foot*/
#foot
{
	/*[disabled]background:url(../img/foot.png) no-repeat top left;*/
	/*[disabled]-background:none;*/
	height: 150px;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	color: #666666;
	font: normal normal 10px Verdana;
}
#foot DIV#copy
{
	float: right;
}
#foot #footLinks
{
	float: left;
}
#foot #footLinks A
{
	color: #666666;
	text-decoration: none;
}
#foot #footLinks A:hover
{
	text-decoration: underline;
}
/*Kontaktformular*/
DIV.contactdata
{
	margin: 20px 0 0;
	width: 200px;
	float: left;
}
DIV.contactdata .field
{
	width: 200px;
	margin: 5px 0;
}
DIV.contactdata .field INPUT
{
	width: 180px;
}
DIV.contactdata .field LABEL
{
	width: 200px;
	display: block;
	margin-bottom: -7px;
}
DIV.contactdata .field SPAN
{
	display: block;
	font-size: 10px;
	margin-top: 2px;
}
DIV.message
{
	float: left;
	width: 240px;
	margin: 25px 0 0 10px;
}
DIV.message .field LABEL
{
	display: block;
	margin-bottom: -4px;
}
DIV.message .field TEXTAREA
{
	height: 104px;
}
DIV.buttons
{
	clear: left;
}
DIV.buttons INPUT
{
	width: 95px;
}
DIV.contactdata .field-s
{
	/*[disabled]width:385px;*/
	/*[disabled]margin:5px 0;*/
	/*[disabled]float:left;*/
}
DIV.contactdata .field-s LABEL
{
	/*[disabled]width:90px;*/
	/*[disabled]display:block;*/
	/*[disabled]margin-right:5px;*/
}
DIV.contactdata .field-s INPUT
{
	/*[disabled]width:380px;*/
}
DIV.contactdata .field-p
{
	/*[disabled]width:140px;*/
	/*[disabled]margin:5px 0;*/
	/*[disabled]float:left;*/
}
DIV.contactdata .field-p LABEL
{
	/*[disabled]width:90px;*/
	/*[disabled]display:block;*/
	/*[disabled]margin-right:5px;*/
}
DIV.contactdata .field-p INPUT
{
	/*[disabled]width:120px;*/
}
DIV.contactdata .field-o
{
	/*[disabled]width:260px;*/
	/*[disabled]margin:5px 0;*/
	/*[disabled]float:left;*/
}
DIV.contactdata .field-o LABEL
{
	/*[disabled]width:90px;*/
	/*[disabled]display:block;*/
	/*[disabled]margin-right:5px;*/
}
DIV.contactdata .field-o INPUT
{
	/*[disabled]width:240px;*/
}
/*Newsletterformular*/
P.danke
{
	text-align: center;
}
DIV.newsletter .field INPUT
{
	width: 95%;
}
DIV.newsletter .field INPUT.radio
{
	margin: 5px 5px 10px 30px;
	padding: 0;
	width: inherit;
}
DIV.newsletter .field INPUT.radio.first
{
	margin-left: 0;
}
DIV.newsletter .field LABEL
{
	display: inline-block;
}
DIV.newsletter .field
{
	padding-top: 10px;
}
DIV.anmelden INPUT
{
	width: 100px;
}
DIV.anmelden
{
	text-align: right;
	width: 98%;
}
DIV.privacy
{
	font-size: 9px;
	margin-top: 6px;
	color: #B3B3B3;
}
.credits
{
	clear: right;
	float: right;
	color: #656565;
}
.credits A
{
	color: #656565;
	text-decoration: none;
}
/*Film*/
#film
{
	margin: -15px -15px -25px;
	width: 712px;
}
.icon-video
{
	background:url(../img/icon-video.jpg) no-repeat top left;
	display: block;
	padding-left: 32px;
	height: 30px;
	line-height: 30px;
	width: auto;
}






