/* CSS Document */
body{
	background-image:url(gfx/backpic.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
.jpg);
	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#navigation{
   position:fixed;
  }
  body>div#statusline{
   position:fixed;
  }
  body>div#anim_pictures{
  	position:fixed;
  }
  body>div#adresse {
  	position:fixed;
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
  }
 }
#content{
	position : absolute;
	left: 420px;
	top : 20px;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding : 10px 30px 10px 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 Arial, Helvetica, sans-serif;
	color: #333399;

}
#logo{
	position: absolute;
	left: 137px;
	top: 62px;
	overflow: visible;
	background-attachment: fixed;
	
  width:<length>;
}

#navigation{
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: right;
	border: 1px none;
	list-style-type: none;
	position: relative;
	left: 90px;
	top: 115px;
	float: none;
	clear: none;
	width: 288px;
	height: 66px;
	link : #333333;
	vlink : #333333;
	alink : #333333;
	vertical-align: top;

}
#anim_pictures {
	position : absolute;
	left: 150px;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 380px;

}

#statusline {
	position : absolute;
	left: 10px;
	font: normal 9px Arial, Helvetica, sans-serif;
	bottom: 10px;
	color: #999999;
}
#adresse {
	position : absolute;
	left: 280px;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	top: 357px;
	background-color: #9999CC;

}
#topelement {
	background-color: #CCCCCC;
	height: 12px;
	width: 100%;
	background-position: 0px 0px;
	border: none;

}
