
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
    color:#555555;
	font-size:1.2em;
	line-height: 1.5em;	
	left: 50px; 
}
	
	
.vl {
	position: absolute;
	left: 350px;
	top: 63px;
	color: white;
    border-left: 1px solid #dddddd;
    height: 100%;
  
}	
 
.pad {
  padding-top: 200px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 400px;
}

.header { 
  
  background-color: #ffffff;
  padding: 3px 30px;
  z-index: 3; 
  height: 70px;
 
}


.headerLogo {
  position: absolute;
  top: 10px;	
  left: 40px;
  z-index: 4;
}

.headerImplGuide {
  position: absolute;
  top: 20px;	
  left: 210px;
  z-index: 4;
}

.headerDocs {
  position: absolute;
  top: 20px;	
  left: 425px;
  z-index: 4;
}

.headerOneKlick {
  position: absolute;
  top: 23px;	
  left: 500px;
  z-index: 4; 
}



.version {
  position: absolute;
  top: 400px;	
  left: 350px;
  font-family: sans-serif; 
  font-size: 0.7em;
  
}

.content {
  padding: 16px;
  
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%; 
} 

.sticky + .content {
  padding-top: 102px;
}



.divNewLine { 
	clear: both; 
 	float: left; 
 	display: block; 
 	position: relative;  	
 	font-family: Arial, Helvetica, sans-serif;
 	left: 300px; 	 
 }


 

   

label { 
	display: block; 
	width: 600px; 
} 

p{
	left: 10px;
}

input[type="text"] {
  display: block;
  margin: 0;
  width: 600px;
  font-family: sans-serif;
  font-size: 0.9em;
  appearance: none;
  box-shadow: 1px;
  border-radius: 5px;
  
}

   
.main {
	position: absolute; 
    left: 390px; /* Same as the width of the sidenav */
    top: 100px;
    
}     
   
a {
   
    font-size: 10px;
    color: #333333;
  
}   



