
 body
 {
    margin:		0px;
    padding:		0px;
    border:		none;
    font-family:	Tahoma,Arial,sans-serif;
    font-size:		11px;
    color:		#333333;
    overflow:		hidden;
    scrollbar-face-color:	#ffffff;
    scrollbar-arrow-color:	#333333;
    scrollbar-track-color:	#ffffff;
    scrollbar-shadow-color:	#333333;
    scrollbar-highlight-color:	#333333;
    scrollbar-3dlight-color:	#ffffff;
    scrollbar-darkshadow-Color:	#ffffff;
 }

 td
 {
    font-family:	Tahoma,Arial,sans-serif;
    font-size:		11px;
    color:		#333333;
    text-align:		center;
 }

 a:link
 {
    color: 		#808080;
    text-decoration:	none;
 }
 a:active
 {
    color:		#808080;
    text-decoration:	none;
 }
 a:visited
 {
    color:		#808080;
    text-decoration:	none;
 }
 a:hover
 {
    color:		#000000;
    text-decoration:	underline;
 }

 #schatten
 {
   z-index:		4;
   position:		absolute;
   top:			0px;
   left:		0px;
   width: 		100%;
   height: 		100%;
   margin:		0px;
   padding:		0px;
   background:		#000000;
    filter:		alpha(opacity=75);
   border: 		#000000 0px solid;
 }

 #startseite
 {
   display:		none;
   z-index:		3;
   position:		absolute;
   top:			expression(((document.body.clientHeight - 542) / 2) + "px");
   left:		expression(((document.body.clientWidth  - 382) / 2) + "px");
   width: 		382px;
   height: 		542px;
   margin:		0px;
   padding:		10px;
   padding-top:		32px;
   background-image:	url('../img/demo_bg.jpg');
   border: 		#000000 1px solid;
   text-align:		left;
   overflow-x:		hidden;
   overflow-y:		hidden;
 }

 #container
 {
   display:		none;
   z-index:		2;
   position:		absolute;
   top:			expression(((document.body.clientHeight - 544) / 2) + "px");
   left:		expression(((document.body.clientWidth  - 384) / 2) + "px");
   width: 		384px;
   height: 		544px;
   margin:		0px;
   padding:		0px;
   background:		#ffffff;
   border: 		#000000 2px solid;
   overflow-x:		hidden;
   overflow-y:		hidden;
 }

 #frame
 {
   width: 		100%;
   height: 		100%;
   background:		#ffffff;
 }

 .thumbnail
 {
    width: 		23px;
    height: 		23px;
    float:		left;
    margin:		0px;
    margin-top:		3px;
    margin-right:	5px;
    padding:		0px;
    filter:		alpha(opacity=60);
    border: 		#000000 0px solid;
    cursor:		pointer;
 }

 #schliessen
 {
   z-index:		1;
   position:		absolute;
   top:			10px;
   right:		10px;
   margin:		0px;
   padding:		0px;
   color:		#ffffff;
   border: 		#000000 0px solid;
   cursor:		default;
 }

 #preloader
 {
   display:		none;
   cursor:		pointer;
 }

