
  body {
    color: black; background-color: black;
    font-size: 12px;
    font-family: Bitstream Vera Sans, Arial, sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  h1 {
	font-weight:bolder;
	font-size: large;
	color: #cccccc;
  }
  h2 {
	margin-top: 5px;
	font-weight:bolder;
	font-size: medium;
	color: #cccccc;
  }
  h3 {
	margin-top: 5px;
	font-weight:bolder;
	font-size: small;
	color: #cccccc;
  }
 a:link {
	color: #aaaaff;
	font-weight: bold;
	text-decoration: none;
  }
  a:active {
	color: #aaaaff;
	font-weight: bold;
	text-decoration: overline underline;
  }
  a:hover {
	color: #aaaaff;
	font-weight: bold;
	text-decoration: overline underline;
  }
  a:visited {
	color: #8888dd;
	font-weight: bold;
	text-decoration: none;
  }
  div#Canvas {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0em;
	background-color: #333333;
	background-image: url(gfx/logo_bottom.jpg);
	background-repeat: no-repeat;
	background-position:30px 0px;
	border: 1px solid #666666;
	position: relative;
  }
  div#ContentCanvas {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0em;
	background-color: #333333;
	border: 1px solid #666666;
	position: relative;
  }
 div#Head {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0em;
	background-color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
  }
  div#ContentHead {
	text-align: center;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 760px;
	padding: 0em;
	background-color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
  }
  div#Foot {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	padding: 0;
	background-color: #000000;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #bbbbbb;
	font-size: 80%;
  }
  div#Portrait {
    margin: 0; padding: 0;
    position:absolute; 
    left:0px; 
    margin-top:230px; 
    z-index:1;
  }
  div#Text {
    position:absolute; 
    left: 30px; 
    top: 40px;
    color: #bbbbbb;
    float: left;
    margin: 0; padding: 0;
    width: 340px;
  }
  div#ContentText {
    color: #bbbbbb;
    margin: 10px;
    padding: 10px;
    text-align: justify;
  }
  div#FilmBox {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #666666;
  }
  table#Menu {
    position:relative; 
    left:400px; 
  }
  p#Caption {
    font-size: 80%;
  }
