/*
EL 2016  Style zu den Produkteseiten UND den WP-Seiten mit Tabellen
--> mit '@import' im Haupt CSS 'style.css' eingebunden!
Anmerkung: 'Interner Bereich' hat ein eigenes CSS -> 'style-LPPV_intern.css' */ 

/*--------------------------------------------------*/

/* für Texte auf den Produkteseiten*/
.ptext {margin-left: 1%;}

/* für Texte auf der Index Therapeuticus Seite*/
.ptextIT {margin-left: 15%;}


/* Artikel suchen Button */
input.submitButton
{
	color: #000000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border : 1px solid;	
}

input.submitButton:hover
{
	/*font-size: 10px;*/
    color: #ffffff;
	background-color : #AB8F73;   
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border : 1px solid #E0D6CC;	
}

/* Artikel suchen Button */
input.repButton
{
	font-size:16px;
	margin-right: 40px;
	float: right;
	color: #000000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border : 1px solid;	
}

input.repButton:hover{
	
    color: #ffffff;
	background-color : #AB8F73;   
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border : 1px solid #E0D6CC;	
}


/* Dropdownfeld auf Seite "suchen nach I.T."  */
.dropIT {
	margin-left: 1%;
	font-size: 14px;
	font-style: normal;
	border: 0.1em solid #E0D6CC;
	width:80%;
  }
  
.dropITop {
	color: #383838;
	padding-top: 0.2em;
}

/* Basisformatierung der Tabellen auf allen Produkteseiten*/
.tableLPPV {
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	width: 98%;
	border-collapse:collapse;
	line-height: 130%;
}

.tableLPPV th {
	width: 8%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	background-color: #E0D6CC;
	padding: 5px;
	border-collapse: collapse;	
}

/* 1. Spalte*/
.tableLPPV th:first-of-type, 
.tableLPPV td:first-of-type 
{
	width:60%;
	text-align:left;
}
/* 2. Spalte (PhCode)*/
.tableLPPV th:nth-child(2), 
.tableLPPV td:nth-child(2)
{
	width:20%;
	text-align:left;
}
/* 3. Spalte (muteDate*/
.tableLPPV th:nth-child(3), 
.tableLPPV td:nth-child(3)
{
	width:20%;
	text-align:left;
}
/* 3. Spalte (BmuteTyp*/

.tableLPPV th:nth-child(4), 
.tableLPPV td:nth-child(4)
{
	text-align:right;
	padding-right: 10px;
}

.tableLPPV td
{
	text-align:center;
	vertical-align:top;
	padding: 5px 5px;
	border-bottom: 0.1em solid #E0D6CC; 
	border-left: 0px;
}


.tableLPPV td:first-of-type 
{ 
	text-align:left;
}

/* Tabelle Index Therapeuticus */
.tableLPPVit {
	font-size: 12px;
	margin-left: 1%;
	/*margin-right:auto;*/
	width: 80%;
	border-collapse:collapse;
	line-height: 130%;
	text-align:left
}

.tableLPPVit th {
	width:15%;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
	background-color:#E0D6CC;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #E0D6CC; 

}

.tableLPPVit th:last-of-type,
.tableLPPVit td:last-of-type 
{
	width:65%;}
	
.tableLPPVit td
{
	text-align:left;
	padding: 5px 5px;
	border-bottom: 0.1em solid #E0D6CC;
	border-left: 0px;
}

/*-------------- Spezielle Tabellen formatierungen für diverse WP-Seiten: -------------*/

/*  Tabelle Seite Legende */
.tableLPPVlegende
{
	border-collapse:collapse;
	margin:1 px;
}


.tableLPPVlegende td
{
	padding-right: 20px !important;
	/*border: 1px solid #E0D6CC; */
}

.tableLPPVlegende td:first-of-type 
{font-weight:bold;}

/*.tableLPPVlegende td:nth-child(2)
{ width: 7% !important; text-align: right;}*/

.tableLPPVlegende tr
{
	line-height: 200% !important;
	vertical-align: top;
}


.tableLPPVlegende tr:nth-child(4),
.tableLPPVlegende tr:nth-child(5),
.tableLPPVlegende tr:nth-child(6)
{
	line-height:120% !important;
}

/* Tabelle Startseite (LPPV) D und (LPPA) F*/

.tableHome
{
	padding-top:30px;
	border-collapse:collapse;
	border:0px; 
	width:93%; 
	cellspacing:0px; 
	cellpadding:0px;
}

.tableHome td
{
	border-bottom: 1px solid #B5B5B5;
	font-weight: normal;
	padding: 5px !important;
	margin-left: 7px;
	line-height: 140%;
}

.tableHome th
{
	vertical-align: top;
}

.tableHome a,
.tableHome p
{
	
	vertical-align: top;
}
/*--------*/

/* Tabellen Formatierung für die Seite "Informationen" D und F } --> 2 Tabellen! */
.tableInfo /* Basistabelle */
{
	text-align: left;
	border:0px;  
	width:90%; 
	cellspacing:0px;
	cellpadding:2px;
	border-spacing:10px 20px;
	border-collapse:collapse;
}
.tableInfo tr {
	 vertical-align: top;
	 }


.tableInfo td:first-of-type {width: 5%;}
.tableInfoIT td:first-of-type {width: 10%;}

.tableInfo td,
.tableInfoIT td
{
	border:0px;
	padding: 2px;
	margin-left: 7px;
	line-height: 140%;
}

.tableInfoIT   /* Zwischentabelle I.T. */ 
{
	text-align: left;
	border:0px;  
	width:90%; 
	cellspacing:0px; 
	cellpadding:2px;
	border-spacing:10px 5px;
	border-collapse:collapse;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.tableInfoIT tr {
	 vertical-align: top;
	 }	 


/*-------------------------------------------------------------------------*/	 
	 