/*
global.css for Pipelife webpages standard. 2007.05.14 ai@some.at / lorenz.casteleijn@pipelife.com
section c added 2007.10.19 johannes.schwarz@some.at

There are two sections in this file:
a) the styles used by the time2web program.
b) the styles provide by the time2web standard template for use in the documents and defined in the 
   content design/styles. 
c) styles provided for pages created by former versions of time2web, to avoid pages with references to non-existent styles.

IMPORTANT NOTES:
* This global.css may not be changed by the Pipelife companies. Only Pipelife International is allowed 
to make changes here. 	
* If Pipelife websites need an appearance different from the global.css, then these changes must be 
defined in the local.css, which can override the global.css. Approval from Pipelife International is needed 
for this.

*/


/* section a begins here: The styles used by the time2web program.*/

/* ???? */
topbar {
	background: ../bild.jpg width=890;
}

/* Standard style for text. */
standard {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

/* The style class ContactFieldDescription is used for the field descriptions on the contact form.*/
.ContactFieldDescription { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #3E67AE;
}

/* The style class ContactErrorMessage is used for the error messages that are displayed if the fields on the 
contact form are not correctly filled.*/
.ContactErrorMessage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

/* The style class adresse is used for the company address that is shown on each page in the left-bottom corner.*/
.adresse {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E67AE;
	text-decoration: none;
}

/* The style class crossnav is used for the four top navigation buttons 'Home', 'Contact', 'Disclaimer', and 'Sitemap'.*/
.crossnav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0D4099;
	text-decoration: none;
}

/* The style class subnavpl is used for the context navigation below the BASIC menu on the left.*/
.subnavpl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #023192;
	text-decoration: none;
}

/* The style element a is used for all links through out the website that have no further style specifications.
This includes the e-mail link on each page in the left-bottom corner */
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0D4099;
	text-decoration: none;
}
/* The style class headlinebig is used for the page title.*/
.headlinebig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E67AE;
}

/* The style element td is used for tables.*/
td { /* used in Table Cells. Should typically look like the p style for avoiding inconsistencies in a document */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

/* The style class sitemap1 is used for XXX.*/
.sitemap1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0D4099;
	background-color: #D9E1EF;
}

/* The style class sitemaplink1 is used for XXX.*/
.sitemaplink1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #0D4099;
	background-color: #D9E1EF;
}

/* The style class sitemap2 is used for XXX.*/
.sitemap2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0D4099;
	text-align: left;
	text-indent: 20px;
}

/* The style class sitemaplink2 is used for XXX.*/
.sitemaplink2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0D4099;
	text-align: left;
	text-indent: 20px;
}

/* The style class sitemap3 is used for XXX.*/
.sitemap3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0D4099;
	text-indent:40px;
}

/* The style class sitemaplink3 is used for XXX.*/
.sitemaplink3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #0D4099;
	text-indent:40px;
}

/* The style class sitehint is used Size/Extension display for download files.*/
.sizehint {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

/* The style class topnavsearchlink is used for the 'Go' button for thr search.*/
.topnavsearchlink {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 9px;
 	font-weight: bold;
 	text-transform: uppercase;
 	color: #0D4099;
 	text-decoration: none;
}

/* The style class historylink is used for the path (breadcrums).*/
.historylink {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	color: #0D4099;
 	font-weight: bold;
 	font-size: 9px;
}

/* The style themeselection is used for the theme selection on contact forms.*/
.themeselection {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* The style class topnavselection is used for the country links pull-down menu.*/
.topnavselection {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background-color: #FFFFFF;
}

/* The tyle normal is used for text in tables in PLIC template documents */
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* The style title is used for titles in PLIC template documents */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* The style Producttitle is used in header row in product tables in PLIC products template */
.ProductTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* The style preamble is used in for teaser / short text in PLIC template documents  */
.preamble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* The style buttons1 a is used for links in PLIC menu. */
.buttons1 a {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	float: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	text-indent: 4px;
	display: block;
}

/* The style buttons1 a:hover is used for high over of links in PLIC menu. */
.buttons1 a:hover {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5555EE;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	float: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	text-indent: 4px;
	display: block;
}

/* The style subbuttons a is used for links in selected PLIC menu entry */
.subButtons a {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3333CC;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	float: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: nowrap;
	text-indent: 4px;
	display: block;
}

/* The style boxme is used for links in teaser text with border in PLIC view on web. */
.boxme a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-decoration: underline;
}

/* The style viewintitle a is used titles of subcategories in PLIC views on web.  */
.viewInTitle a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

/* The style boxme is used for teaser text with border in PLIC view on web. */
.boxme {
	margin: 1px;
	padding: 1px;
	height: auto;
	width: 480px;
	border: 1px solid #666688;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* The style viewempty is used for text when there is no content in the view. */
.viewempty {
	margin-left:0px;
	margin-top:20px;
	font-size:11pt;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:red;
}

/* The element p is used for text in paragraph throughout the website. */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

/* The element li is used for dotted lists, with a circle in front. Circle = Pipe */
li { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	list-style-type: circle;
}

/* The element i is used for italic text. */
i { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* section a ends here. */


/* section b begins here: the styles available for use in the documents and 
defined in the content design/styles. */

.TextVerdanaNine { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	color : rgb(0,0,0);  
	font-weight : normal;  
}
	
.TextVerdanaTen { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color : rgb(0,0,0);  
	font-weight : normal;  
}
	
.TextVerdanaEleven { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(0,0,0);  
	font-weight : normal;
}

.TextVerdanaElevenBrown { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(132,0,0);  
	font-weight : normal;
}

.TextVerdanaElevenBrownBold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(132,0,0);  
	font-weight : bold;  
}

.TextVerdanaElevenBlue { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(0,0,153);  
	font-weight : normal;  
}

.TextVerdanaElevenOrange { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color : rgb(255,128,0);  
	font-weight : bold; 
	letter-spacing : 3pt 
}

.TextVerdanaTwelve { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color : rgb(0,0,0);  
	font-weight : normal;  
}

a.Link9px { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	color : rgb(0,0,153);  
	font-weight : normal;  
}

a.Link10px { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	color : rgb(0,0,153);  
	font-weight : normal;  
}

.Subtitle { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color: #3E67AE;
}

/* section b ends here. */
	

/* section c begins here: these styles are provided for backward compatibility
 */

.Title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E67AE;
}

.TextVerdananine { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}
	
.TextVerdanaten { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}
	
.TextVerdanaeleven { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(0,0,0);  
	font-weight: normal;
}

.TextVerdanaelevenbrown { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(132,0,0);  
	font-weight: normal;
}

.TextVerdanaelevenbrownbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(132,0,0);  
	font-weight: bold;  
}

.TextVerdanaelevenblue { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(0,0,153);  
	font-weight: normal;  
}

.TextVerdanaelevenorange { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(255,128,0);  
	font-weight: bold; 
	letter-spacing: 3pt 
}

.TextVerdanatwelve { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}

.Textverdananine { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}
	
.Textverdanaten { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}
	
.Textverdanaeleven { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(0,0,0);  
	font-weight: normal;
}

.Textverdanaelevenbrown { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(132,0,0);  
	font-weight: normal;
}

.Textverdanaelevenbrownbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(132,0,0);  
	font-weight: bold;  
}

.Textverdanaelevenblue { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(0,0,153);  
	font-weight: normal;  
}

.Textverdanaelevenorange { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	color: rgb(255,128,0);  
	font-weight: bold; 
	letter-spacing: 3pt 
}

.Textverdanatwelve { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	color: rgb(0,0,0);  
	font-weight: normal;  
}
