*{
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.2em;
  font-stretch:normal;
}

a{
  text-decoration:none;
}

a:focus { 
  outline: none; 
}  


a img{
  border:none;
}


/* HIDING FOCUSRING */
a:active, a { 
  outline: none; 
}
 
:focus { 
  -moz-outline-style: none; 
}
 
:-moz-any-link:focus {
  outline: none;
}


#headspace{
  width: 100%;
  height: 10px;
}

@media screen and (min-height: 800px) {
	#headspace{
  		width: 100%;
  		height: 50px;
	}
}



#main{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  /*height: 100%;*/
  min-height: 500px;
}

#head{
  margin: 0;
  padding: 0;
  border: none;
}

#head a{
  padding-left: 448px;  
}

#head img{
  padding-bottom: 9px;
  /*padding-left: 445px;  */
}

#error{
  margin-top: 50px;
  font-size: 14px;  
}

#infotext{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
  height: 80px;
  overflow:hidden;
  border: 2px solid red;
  padding: 10px;
}


#tx_indexedsearch td{
	padding-right: 10px;
	
}

input:focus {
	outline: none;
}
