*{
	border: 0;
	margin: 0;
	padding: 0;
        }

body    {
	color: #000;
        font-size: 14px;
	background: #999;
	font-family: arial;    }

#container   {
  position: relative;
  width: 1050px;
  height: 980px;
  background: #00ff7f;
  text-align: center;
  color: #000; 
  border-color: #000;
	margin: 0 auto;   }

#homelink    {  
  position: absolute;
  top: 10px;
  right: 30px;
  word-spacing: 12px;
             } 

#thumbs      {
    width: 165px;
    float: left;
    text-align: left; 
    font-family: verdana;
    color: #666;
    padding: 15 0 0 25px;
    _order: solid 1px;
    border-color: #999;
             }

#thumbs img  { border: 1px solid #999; width: 70px; height: 40px; margin: 3px; }

h1           {  
   font-size: 22px; 
   font-weight: bold; 
   font-family: verdana,arial,papyrus; 
   text-align: center; 
   color: #4b0082; 
   padding-top: 17px; 
          }
   
#rahmen	  { 
    position: absolute; 
    _order: 1px solid;  
    border-color: #000099; 
    text-align:center; 
          }

#text	    { 
    position: absolute;
    top: 650px;
    left: 370px;
    width: 600px;
    height: 230px;
    color: #fff;
    font-size: 16px; 
    font-weight: bold;
    font-family: arial,tahoma,verdana;
    z-index: 50;
          }

a:link    { color: #000099; text-decoration:none; }
a:visited { text-decoration:none; }
stry:link    { color: #ffff99; text-decoration:none; }
stry:visited { color: #999; text-decoration:none; }
        
#textxx	  { display: none; }
small     { font-weight: bold; font-size: 16px; color: #4b0082;}
clearing  { clear: both; }

