@charset "UTF-8";
/* CSS Document */


body { 
		text-align: left; 
		font-family: 'Lekton', sans-serif;
		font-size:12px;
		background-color:#FFF;
		margin-left:0px;
		margin-top:0px;
		}
		
#video_doku {
	
  position:relative;
  left:0;
  bottom:0;
}

div.scroll {
	height:300px;
	overflow: auto;
	
}