* { padding: 0; margin: 0; }
body
		{
			font-family: arial, helvetica, sans-serif;
			font-size: 0.9em;
      color: #003300;
			background-color: #F0F0F0;
		}
		#topic
		{
		 position: absolute;
		 width: 800px;
		 height: 50px;
		 left: 50%;
		 margin-left: -400px;
		 top: 50%;
		 margin-top: -192px;
	  }
	  #topic img
	  {
	  float: right;
	  }
	  #text
		{
		 text-align: right;
		 position: absolute;
		 width: 500px;
		 height: 50px;
		 left: 50%;
		 margin-left: -100px;
		 top: 50%;
		 margin-top: 165px;
	  }
	  #text img
	  {
	  float: right;
	  padding-top: 5px;
	  padding-bottom: 5px;
	  }
		#bild
		{
			position: absolute;
			width: 800px;
			height: 323px;
			left: 50%;
			margin-left: -400px;
			top: 50%;
			margin-top: -160px;
			padding: 2px;
			border: 1px solid #000066;
		}
		a:link { color: #d90000;font-weight: bolder; }
	  a:visited { color: #d90000;font-weight: bolder; }
    a:hover, a:focus { text-decoration: underline;font-weight: bolder; }
	  a:active { color: black; background-color: #d90000;font-weight: bolder; }
  #topic a {
	text-decoration: none;
	background: transparent;
  }
  #topic a:hover {
	text-decoration: none;
	background: transparent;
  }

  .clear
  {
  clear: right;
  }		
