body {
	margin: 0px;
	background: #fff;
}

body, td, th, input { 
	font-family: verdana, sans-serif;
	font-size: 13px;
}

img {
	border: 0;
}

h2 a, h3 a, h2 a:link,  h3 a:link, h2 a:visited,  h3 a:visited { 
	text-decoration: none;
}


h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;  /* oben, links, unten, rechts */
	color: #3c3c3c;
}

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; }
h3 { font-size: 135%; }
h4 { font-size: 125%; }
h5 { font-size: 110%; }
h6 { font-size: 90%; border: 0; }


/* ------------------------- */

div#head h1 {
	top: 0;
	left: 0px;
	margin: 0 0px 0 0px; /* oben, links, unten, rechts */
	font-size: 2px;
	
}
	
div#head h1 a {
	height: 60px;
	width: 990px;
	display: block;
	background: transparent url("/images/head_b11.jpg") no-repeat top left;
	text-indent: -700em;
	text-decoration: none;
} 

div#head a#de {
	position: absolute;
	left: 840px;
	top: 0px;
	height: 60px;
	width: 38px;
	background: transparent url("/images/head_de.jpg") no-repeat top left; 
	text-indent: -700em;
	text-decoration: none;
} 

div#head a#de:hover {
	background: transparent url("/images/head_de_enlight.jpg") no-repeat top left; 
}

div#head a#fr {
	position: absolute;
	left: 880px;
	top: 0px;
	height: 60px;
	width: 35px;
	background: transparent url("/images/head_fr.jpg") no-repeat top left; 
	text-indent: -700em;
	text-decoration: none;
} 

div#head a#fr:hover {
	background: transparent url("/images/head_fr_enlight.jpg") no-repeat top left;
} 

div#head a#en {
	position: absolute;
	left: 920px;
	top: 0px;
	height: 60px;
	width: 38px;
	background: transparent url("/images/head_en.jpg") no-repeat top left; 
	text-indent: -700em;
	text-decoration: none;
} 

div#head a#en:hover {
	background: transparent url("/images/head_en_enlight.jpg") no-repeat top left;
} 



/* Bildschirm Aufteilung */

div#document {
	width: 1000px;
}


#mainContent {
	padding: 0px; 
	width: 780px;
	border: 2px solid #fff; 
	margin: 0px 0px 0px 208px;
}


#mainContent p { 
	text-align: justify;
}

/* Links */

a, a:link { color: #444; }
a:visited { color: #555; }
a:link:hover, a:visited:hover { color: #fe2c2d; }
a:link:active, a:link:active { color: #ea1819; }
	
/* Sidebar */

#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #555;
	border-size: 1px;
	border-width: 1px;
	float: left;
	background: #313131;
	margin: 0 0 0 0; 				/* oben, links, unten, rechts */
	padding: 0 0 0 0px;	
}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li a {
	font-size: 14px;
	height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #ddd;
	display: block;
	background: url("/images/menu4.gif");
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #FFF;
	background: url("/images/menu4.gif") 0 -32px;
	padding: 8px 0 0 10px;
}	
	
#menu li li a:link, #menu li li a:hover, #menu li li a:visited { 
	padding-left: 20px;
}


/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 20px;
	padding: 0 0;
	text-align: right;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer span,#footer a {
	white-space: nowrap;
	padding: 0 3px;
	margin: 0;
}

#footer p span,#footer p a {
	white-space: nowrap;
	padding: 0 3px;
	margin: 0;
}

#footer span a {
	padding: 0;
}

#footer p,#footer p a {
	font-size: 10px;
	color: #666;
	margin: 0;
	padding: 0;
}

#footer p a:hover {
	color: #000;
}

/* Spezial Elemente */
	
hr.hide {
	display: none;
}	

div.text-copyright {
	font-size: 70%;
	
}


ul.news a {
	text-decoration: none;
	font-size: 95%;
}

#mainContent ul {
	margin: 0;
	padding: 0;
}

#mainContent li {
	margin-left: 15px;
	padding-left: 0px;
}

table.grid {
	border-collapse: collapse;
}

table.grid td {
	border: 1px solid #353535;
	padding: 4px;
}

table.grid th {
	border: 1px solid #353535;
	padding: 2px;
	background-color: #696969;
}

img.rechts {
	float: right;
	padding-left: 10px;
}

table.images td {
	padding-bottom: 30px;
	vertical-align: bottom;
}

.hide {
	visibility: hidden;
}

.button a, .button a:visited, input.button {
	color: #bbb;
	text-decoration: none;
	border: 2px solid #303030;
	background-color: #4b4b4b;
	padding: 2px;
}

.button a:hover, input.button:hover {
	color: #fff;
	text-decoration: none;
	border: 2px solid #4f4f4f;
	background-color: #5f5f5f;
}


.bg-enlight {
	background: transparent url("/images/err_bg2.jpg");
}

.bg-enlight input { 
	border: 1px solid #000;
	font-weight: bold;
}

.bg-default {
	background-color: #fff;
}

input {
	background-color: transparent;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:  1px solid #555;
	border-left: 1px solid #999;
} 

input.checkbox {
	border: none;
}
 
table.grid td {
	border: 1px solid #333;
	vertical-align: top;
}
table.grid th {
	background-color: #dbdbdb;
	border: 1px solid #222;
}

table.grid td h3 {
	padding: 0px;
	margin: 0px;
}

.xs {
	font-size: 70%;
}
a.no-line {
	text-decoration: none;
}

div.content-box {
	float: left; 
	width: 50%;
	padding-right: 5%;
}

div.video-box {
	margin-top: 10px;
	padding: 10px;
	float: left; 
	width: 40%;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom:  2px solid #c0c0c0;
	border-left: 2px solid #c0c0c0;	
	background-color: #f8f8f8;
}


div.film-info-box {
	padding-right: 25px;
	float: left; 
	width: 51%;
	background-color: #fff;
}

div.film-download-box {
	margin-top: 30px;
	padding-right: 25px;
	float: left; 
	width: 30%;
	background-color: #fff;
}

div.alert-box-hidden {
	display: none; 
}

div.alert-box {
	display: block;
	background-color: #fff;
	border-top: 2px solid #ff6b6b;
	border-right: 2px solid #ff6b6b;
	border-bottom:  2px solid #d20001;
	border-left: 2px solid #d20001;
}

div.alert-box h3 {
	margin: 0;
	padding-left: 10px;
	color: #d20001;
	border-bottom: 1px solid #d20001;
	background-color: #ff7575;
}

div.alert-box p {
	padding-left: 10px;
}
 
div.sprachen {
	border: 1px solid #c0c0c0;
	background-color: #f2f2f2;
	margin-top: 3px;
	margin-bottom: 5px;
	width: 350px;
	padding: 5px;
}

div.sprachen a.selected {
	color: #fff;
	background-color: #444;
}

div.sprachen a {
	padding: 2px;
}

