/**
 * ----------------------------------------------------------------------------------
 * LuxTrust S.A. 2011 - Intellectual Properties				     
 * ----------------------------------------------------------------------------------
 * This source code is the exclusive property of LuxTrust S.A., based in Luxembourg. 
 * Without limiting the “all rights reserved” copyright on the present source code, 
 * and except as dully licensed under written form, no part of this publication may 
 * be reproduced, stored in or introduced into a retrieval system, or transmitted, 
 * in any form or by any means (electronic, mechanical, photocopying, recording, or 
 * otherwise) without prior written permission of LuxTrust S.A. The source code is 
 * only meant to be used by the authorized addressee. 
 * 
 * Any copy or distribution to third parties is strictly forbidden. 
 * ----------------------------------------------------------------------------------
 * 
 * Project:	Trustme.lu
 * File:	css/styles.css
 *
 * @author 
 * 
 * @version 1.0 - Initial Version - RFE_LuxTrust  - ldap search
 * @version 1.1 - Update for Trustme.lu  
 */
body {
	color: #585656;
	background-color: #f5f4f4; 
	font-family: Book Antiqua normal;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0px;
	font-size: 30px;
	padding-left: 12px;
}


table.tb_index {
	background-color:#e5dfdf; 
	border-width: 1px;
	border-spacing: 2px;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	margin-left: auto;
  margin-right: auto;
}

table.tb_index th {
		height: 90px;
}

table.tb_index td {
		padding-left: 15px;
		font-size:15px;
		text-align: justify;
}

table.tb_index td.td_index_captcha{
		padding-left: 50px;
}


#header {
	width: 100%;
	height: 195px;
	background: url(../img/bg_header.png) repeat-x;
	position: relative;
	z-index: 2;
}

#header .content {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
	
#logo {
	position: absolute;
	top: 50px;
	right: 50px;
}



#innercontent {
	position: relative;
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	top: -50px;
}

#innercontent .content {
	position: absolute;
	right: 10px;
	top: 80px;
	width: 325px;
}


#info_logo {
	float: right;
}



img {
	border: none;
}