/*
+ + + + + Design by Stephen England
+ + + + + england.ch
+ + + + + Realisation by codama
+ + + + + codama.ch
+ + + + + © 2006 - 2008
*/
@import url(reset.css);



html, body {
	background: #b4b7ac;
	margin: 30px 5px 30px 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333332;
	text-align: center;
}
#wrapper {
	width: 774px;
	margin: 0 auto;
}

/* * * * * START: NAVIGATION * * * * */
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 19px;

}
#navigation {
	width: 129px;
	float: left;
	padding: 70px 3px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding: 0 15px 0 0;
    background: url(../images/mn_inactive.gif) right no-repeat;
}
#navigation a:hover {
	color: #c00;
    background: url(../images/mn_hover.gif) right no-repeat;	
}
#navigation li.active a {
	color: #c00;
	text-decoration: none;
	padding: 0 15px 0 0;
    background: url(../images/mn_active.gif) right no-repeat;
}
/* * * * * END: NAVIGATION * * * * */



#innerwrap {
	float: left;
	width: 642px;
	text-align: left;
}
#header {
	width: 642px;
	height: 52px;
	margin: 0 0 20px 0;
	background: url(../images/bg_whitebars.gif) bottom repeat-x; /* Opera 8.5 does not understand */
}
#logo {
	float: left;
}
#langchooser {
	float: right;
	height: 27px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;	
}
#langchooser a {
	color: #FFF;
	text-decoration: none;
}
#langchooser a:hover, #langchooser .active {
	color: #C00;
}
#langchooser td {
	text-align: right;
	vertical-align: bottom;
}



/* * * * * START: CONTENT * * * * */
#content {
	width: 609px;
	padding: 0 0 0 33px;
	min-height: 300px; /* this one is for Firefox, Safari, Opera & Friends */
	clear: both;
}
#contentleft {
	width: 348px;
	padding: 0 15px 0 0;
	float: left;
}
#contentright {
	width: 246px;
	float: left;
}
#content h1 {
	font-size: 20px;
	color: #65655d;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#content h2 {
	font-size: 12px;
	color: #65655d;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 26px 0;
}
#content h3 {
	font-size: 12px;
	color: #333332;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content p {
	line-height: 16px;
	margin: 0 0 10px 0;
}
#flashcontent {
	width: 609px;
	color: #FFF;
	margin-bottom: 15px;
}
#content a {
	color: #FFF;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#content b, #content strong {
	font-weight: bold;
}
#content em, #content i {
	font-style: italic;
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: SUBNAV * * * * */
#subnav {
	width: 609px;
	padding: 0 0 20px 33px;
	margin: 0 0 15px 0;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/bg_subnav_whitedots.gif) bottom left repeat-x;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 13px;
}
#subnav a {
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/sn_inactive.gif) left no-repeat;
}
#subnav a:hover {
	color: #C00;
	padding: 0 0 0 15px;
	background: url(../images/sn_hover.gif) left no-repeat;	
}
#subnav li.active a {
	color: #C00;
	padding: 0 0 0 15px;
	background: url(../images/sn_active.gif) left no-repeat;	
}
/* * * * * END: SUBNAV * * * * */



/* * * * * START: 3RD LEVEL NAV * * * * */
#contentright ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
#contentright ul li a {
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/sn_inactive.gif) left no-repeat;	
}
#contentright ul li a:hover {
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/sn_hover.gif) left no-repeat;		
}
#contentright ul li.active a {
	color: #CC0000;
	text-decoration: none;
	padding: 0 0 0 15px;
	background: url(../images/sn_active.gif) left no-repeat;		
}
/* * * * * END: 3RD LEVEL NAV * * * * */


/* * * * * START: FOOTER * * * * */
#footer {
	width: 363px;
	margin: 15px 0 0 0;
	padding: 4px 0 7px 33px;
	background: url(../images/bg_whitebars.gif) repeat-x;
	clear: both;	
}
/* * * * * END: FOOTER * * * * */



/* * * * * START: SPECIAL STUFF * * * * */
#movielinkbar {
	background: #000;
	margin: 1px 0 15px 0;
	color: #FFF;	
}
#teasers td {
	text-align: center;
	padding: 4px 0 4px 0;
}
#teasers td img { /* CSS FOR IE - will be overwritten by Firefox, Safari & Co. */
	border: 1px solid #000;
}
#teasers td a:hover img { /* CSS FOR IE - will be overwritten by Firefox, Safari & Co. */
	border: 1px solid #e5b700;
}

#teasers[id] td img a { /* CSS FOR FIREFOX, SAFARI & CO - IE doesn't understand [id] */
	border: 1px solid #000;
}
#teasers[id] td img a:hover { /* CSS FOR FIREFOX, SAFARI & CO - IE doesn't understand [id] */
	border: 1px solid #e5b700;
}
#teaserinfo td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.divider {
	margin: 15px 0 15px 0;
	height: 1px; 
	background: url(../images/bg_divider_whitedots.gif) repeat-x;
}
input {
	width: 200px;
	margin-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333332;	
	background: #FFF;
}
.attn {
	color: #C00;
}
ul.pdf {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	line-height: 20px;
}
ul.pdf li {
	padding: 0 0 0 20px;
	background: url(../images/pdf_icon.gif) left no-repeat;
}
/* * * * * END: SPECIAL STUFF * * * * */