html {
  height: 100%; 
  margin-bottom: 1px; 
}
div {
  text-align : left;
  margin:auto;
  clear:both;
  font-size:12px;
}
ol{
  margin:0;
	margin-left: 40px;
	padding: 0;
}
ul{
  margin:0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
	border: none;
  text-align:left;
  padding-left:0px;
}

p {
  line-height:24px;
  margin:0px;
  padding:0 35px;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  text-align:justify;
  color:#444;
}
hr{ 
  width:90%;
}
q:before { content: "\201E"; }
q:after { content: "\201C"; }

body {
  margin:0px auto;
  padding:0px;
  background-color:#d7d7d7;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size:12px;
  color: #333;
  text-align:center;
  background-image:url(../body.gif);
  background-repeat:repeat-x;
}
h1 {
  padding-top:30px;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size:34px;
  color:#fff;
}
h2 {
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size:22px;
  color:#666;
  margin:0px 20px;
  padding-top:20px;
}
h3 {
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size:18px;
  color:#666;
  margin:0 20px;
  font-weight:bold;  
  margin-bottom:10px;
  border-bottom: 1px dotted #ccc;
}
h4 {
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size:16px;
  color:#333;
  margin:0 20px;
  margin-bottom:10px;
  border-bottom: 1px dotted #ccc;
}
img{
  border:none;
}
form{
  margin:0px;
  padding:0px;
}
select{
  margin:2px;  
  border : 1px solid #ccc; 
  width :358px;
}
input{
  width :355px;
  padding:0px;
  height:16px;
  margin:2px;
  border : 1px solid #ccc;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size : 12px;
  vertical-align:top;  
  background-color:#fffef5;
}
textarea {
  padding:0px;
  margin:2px;
	width: 450px;
	height: 120px;
  overflow:auto;
	font-family:Verdana, Arial, Helvetica;
	font-size: 12px;
  border : 1px solid #ccc;
  background-color:#fffef5;
}
pre#overview{
  padding-left:20px;
  font-size:14px;
  margin:0px;
}
table#movies{
  margin:auto;
  width:90%;
}
table#movies td{ 
  padding:0px;
  border-bottom:1px dotted #ccc;
  line-height:24px;
  padding-left:4px;
}
table#movies .names{
  width:300px;
}
ul#mmenu li a{
  line-height:30px;
  font: 12px/24px Verdana, Arial, Helvetica,sans-serif;
  padding-left:5px;

}
ul#linklist li{
  margin-top:15px;
  margin-bottom:15px;
}
form input.button{
  border:1px solid #666;
  width: 80px;
  height: 18px;
  background-color:#fff;
  font-size:12px;
}
ul{
  list-style-type:none;
}
a:link, a:visited {
	color:#333;
	text-decoration:underline;
  font-weight:bold;
}
a:hover{
  color:#ce5135;
  font-weight:bold;
}
#header{
  color:#333;
  margin:0px 20px;
  text-align:left;
  border-bottom:1px dotted #ccc;
  padding-left:0px;
  margin-bottom:10px;
}
#rahmen{	
  margin:0px auto;
	width:840px;
  background-image:url(../back.gif);
  background-repeat:repeat-y;
}
#rahmenoben{	
  margin:0px auto;
	width:840px;
  background-image:url(../backtop.gif);
  height:200px;
  background-repeat:no-repeat;
}
#page{
  position: relative;
  padding: 143px 0px 0px 10px;
	margin:0px;
	font: bold 24px Verdana, Arial, Helvetica,sans-serif;
  color:#efefef;
}
#banner{
	margin:0px auto;
	width:800px;
	height:100px;
}
#title{
	text-align:left;
	background-image:url(../title.png);
  background-repeat:repeat-y;
	width:300px;
	margin:-1px;
	padding:0px;
  color:#000;
  background-color:#fff;
}
#head {
	margin:0px auto;
	width:800px;
	height:20px;  
  background-color:#ccc;
	border-top:5px solid #ce5135;
	text-align:left;
  background-image:url(../head.png);
  background-repeat:repeat-x;
}
#nav {
	position:absolute;
	margin:-5px -5px 0 0px;
	padding:0px 0px 0px 0px;
	width:500px;
	border:none;
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}
#nav li {	
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
}
#nav a:link, #nav a:visited {
	float:left;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	padding:3px 3px 2px 3px;
	text-decoration:none;
	border-top:5px solid #ce5135;
	color:#666;
}
#nav a:hover{
	font-weight:bold;
  border-top:5px solid #fff;
  padding-bottom:2px;
  color:#000;
  background-image:url(../navbg.png);
  background-repeat:repeat-x;
}
#nav a:visited.aktiv {
	font-weight:bold;
  border-top:5px solid #fff;
  padding-bottom:2px;
  color:#000;
}
#nav a:hover.aktiv {
	font-weight:bold;
  border-top:5px solid #ce5135;
  padding-bottom:2px;
  color:#000;
  background-image:url(../navbg.png);
  background-repeat:repeat-x;
}
#lowernav{
	margin:0px auto;
	width:798px;
	height:4px;
	border-top:4px solid #e49f8f;
  border-right:1px solid #666;
  border-left:1px solid #666;
}
#footer{
	margin:0px auto;
	width:840px;
  height:144px;
  background-image:url(../footer.gif);
  background-repeat:no-repeat;
  text-align:center;
  line-height:24px;
  padding-top:4px;
}
#subtitle{
  margin:0px auto;
	width:798px;
	text-align:left;
  height:40px;
  border-right:1px solid #666;
  border-left:1px solid #666;

}
#gliederung{
  font-size:18px;
  color:#999;
  font-weight:bold;
}
#jumpform{ 
  text-align:center;
}
.m_menu{
  line-height:20px;
  margin:0px;
  padding:0 20px;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  text-align:justify;
}
.content{
  margin:0px auto;
	width:798px;
  background-color:#fff;
  border-right:1px solid #666;  
  border-left:1px solid #666;
  line-height:20px;
}
.text{
  padding:0 30px;
  text-align:left;
}
.headtext{
  margin:0px;
  text-align:left;
  text-indent:10px;
  line-height:60px;
}
.subtext{
  color:#fff;
  margin:0px;
  text-align:left;
  text-indent:10px;
  font-size:12px;
}
.commentform{
	text-align:center;
}
.redtext{
  color:#F00000;
}
.greentext{
  color:#29B53C;
}
.ulist{
  list-style-type:square;
  text-align:left;
  padding-left:5%;
  font-weight:bold;
}
.zeitleiste{
  margin:0 20px;
  padding:0 20px;
  background-position:0px 100%;
  background-image:url(../chron.gif);
  background-repeat:repeat-x;
}
.zeitleiste a{
  margin:0 23px;
  color:#666;
  text-decoration:none;
}
.zeitleiste a:hover, .zeitleiste a:focus{
  margin:0 23px;
  color:#000;
  text-decoration:none;  
}
.bildlinks{
  float:left;
  margin:10px 10px 0px 0px;
  text-align:center;
  color:#fff;
  background-color:#000;
}
.bildrechts{
  float:right;
  margin:10px 0px 0px 10px;
  text-align:center;  
  color:#fff;
  background-color:#000;
}
.coverlogo{
  background-color:#fff;
  padding-left:20px;
  width:100px;
  height:145px;
}
.border{
  border:1px solid #000;
}
.info{
 text-align:left;
 text-decoration:none;
}
a.info:link, a.info:visited{
 font-size:12px;
 text-decoration:none;
 color:#666;
 background-color:#fff;
}
a.info:hover{
 font-size:12px;
 text-decoration:underline;
 color:#000;
 background-color:#fff;
}
.submit {
  background-color:#fff;
  color: #333;
  width : 70px;
  height: 18px;
  padding:0px;
  margin:2px;
  border : 1px solid #cccccc;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  font-size : 12px;
}
a.ext {
  background-image: url(../ext.gif);
  background-repeat:no-repeat;
  background-position:0px 100%;
  padding-left:14px;
}
a.ext:hover, a.ext:focus {
  background-image: url(../ext_on.gif); 
  background-repeat:no-repeat;
  background-position:0px 100%;
  padding-left:14px;
}
a.bttop {
  clear:left;
  margin:20px 0px;
  display:block;
  background-image: url(../bttop.gif);
  background-repeat:no-repeat;
  background-position:0px 50%;
  padding-left:14px;
  text-decoration:none;
  color:#555;
}
a.bttop:hover, a.bttop:focus {
  background-image: url(../bttop_on.gif); 
  background-repeat:no-repeat;
  background-position:0px 50%;
  padding-left:14px;
  text-decoration:none;    
  color:#ce5135;
}
.zitat{
	color:#666;
  margin:4px 20px;
  padding-left:5px;
  border:1px solid #ccc;
  border-left:4px solid #ccc;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica,sans-serif;
  background-color:#fffef5;
}
a.tooltip img{
  border:none;
  text-align:center;
}
a.tooltip a{
  z-index:99;  
  font-weight:normal;
}
a.tooltip{
  border-bottom:1px solid #333;
  position:relative;
  z-index:99; 
  color:#999;
  text-decoration:none; 
  font-weight:normal;
}
a.tooltip:hover, a.tooltip:focus{
  border-bottom:1px solid #333;
  z-index:100;   
  text-decoration:none;
  color:#ce5135;
  background-color:#fff;  
  font-weight:normal;
}
a.yellow:hover,a.yellow:focus{
  background:#fbf6de;
}
a.tooltip span{  
  display: none;  
}
a.tooltip:hover span, a.tooltip:focus span{
  display:block;
  position:absolute;
  top:10px; left:30px;
  padding:5px 5px 5px 5px;
  border:1px solid #000;
  background-color:#fff; 
  color:#666;
  text-decoration:none;
  text-align:center;
  width:110px;
  font-weight:normal;
}
.rss {
	background: url(../rss.gif) no-repeat left center;
	padding-left: 18px;
}
.left{
  clear:left;
  float:left;
  width:200px;
  text-align:right;
  margin:0px;
  padding: 0px;
}
.qtm{
  display:block;
  height:350px;
  text-align:center;
  margin-top:10px;
}

