/* CSS Document */
body{
	background-image:url(gfx/back_index.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-repeat: no-repeat;
	font: normal 9px/normal Arial, Helvetica, sans-serif;
	border: thin none;
	left: 0px;
	top: 0px;
	clip:  rect(0px 0px auto auto);
	padding : 0;
	margin : 0;
	color : #333333;
	link : #333333;
	vlink : #333333; 
	alink : #333333;
}

 @media screen{
  body>div#logo{
   position:fixed;
  }
   body>div#statusline{
   position:fixed;
  }
  body>div#tivi{
  
  }
  body>div#weiter{
  
  }
   * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  }
 }
 #tivi{
	left: 358px;
	position: absolute;
	bottom: 243px;



 
 }
 #weiter{
	left: 700px;
	position: absolute;
	bottom: 380px;

 
 }
#content{
	position : absolute;
	left: 420px;
	top : 20px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding : 10px;
	height: 80%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left bottom;
	background-image: url(gfx/back_content.gif);

}

#content h1{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333399;

}
#logo{
	position: absolute;
	overflow: visible;
	background-attachment: fixed;


	
  width:<length>;
	background-image: none;
	right: 20px;
	bottom: 10px;


}

#statusline {
	position : absolute;
	left: 10px;
	font: normal 9px Arial, Helvetica, sans-serif;
	bottom: 10px;
	color: #999999;
}
