﻿@charset "utf-8";
/*************************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz


CSS Main
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: 100.5%; /* HÃ¶he der Seite 100% */
	margin-bottom: 1px; 
}

body {
	font-size: 100.00%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%; /* Höhe der Seite 100% */
	background-color: #ffffff;
	background-image: url(img/background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link    { color: red }     /* noch nicht besuchter Link */
a:visited { color: blue }    /* schon besuchter Link   */   
a:hover   { color: lime} 	  /* Benutzer 'hovert'     */    
a:active  { color: lime }    /* Link wird ausgewählt   */
/* Main end **************************************************************************/ 



/* Page ******************************************************************************/
#page {
	float: left;
	text-align: left;
	width: 945px; /* 935-10px; */
	margin-top: 10px;
}

#leftCol {
	float: left;
	position: relative;
	width: 295px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#rightCol {
	float: right;
	width: 630px;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
/* Page end **************************************************************************/



/* Logo ******************************************************************************/
#logo {
	float: left;
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
}

#logo img {
	position: absolute;
	top: 55px;
	left: 32px;
	width: 195px;
	height: 38px;
}
/* Logo end **************************************************************************/



/* Main Nav **************************************************************************/
#nav {
	float: left;
	clear: both; /* IE6 */
	position: absolute;
	top: 250px;
	left: 32px;
	width: 260px;
	font-size: 1em;
	background-color: #FFFFFF;
}

/* Level 1 - vertikal */
#nav ul {
	list-style-type: none;
	/* width: 220px; */
}

#nav ul li {
	/* display: inline-block;
	width: 100%; */
}

#nav ul li a {
	display: inline-block;
	height: 100%;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-decoration: none;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	color: #009fb4;
	font-size: 1.1em;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #333333;
}

#nav ul li a.sub {
	background-image: url(img/arrow-nav-big.gif);
	background-position: right center; 
	background-repeat: no-repeat;
}

#nav ul li a.active, #nav ul li a.active:visited {
	color: #000000;
}


/* Level 2 - vertikal */
#nav ul ul {
	width: 195px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 0.75em;
	background-color: #f0f0f0;
}

#nav ul .lineTop {
	/* float: left; */
	width: 195px;
	height: 2px;
	margin-top: 4px;
	border-top: 1px solid #e2e2e2;
	background-color: #FFFFFF;
}

#nav ul .lineBottom {
	/* float: left; */
	width: 195px;
	height: 2px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	background-color: #FFFFFF;
}

#nav ul ul li {
	/* padding-left: 20px; */
	padding-left: 15px;
}

#nav ul ul li a {
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-weight: normal; */
	color: #000000;
}

#nav ul ul li a {
	color: #000000;
}

#nav ul ul li a:hover {
	color: #009fb4;
}

#nav ul ul li a.sub {
	background-image: url(img/arrow-nav-small.gif);
}

#nav ul ul li a.active, #nav ul ul li a.active:visited {
	color: #009fb4;
}

/* Level 3 - vertikal */
#nav ul ul ul {
	width: 175px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}

#nav ul ul ul li {
	/* padding-left: 25px; */
	padding-left: 15px;
}
/* Main Nav end **********************************************************************/



/* Header ****************************************************************************/
#header {
	float: left;
	position: relative;
	width: 100%;
	height: 245px;
	
}

/* Area */
#headerIMG {
	float: left;
	width: 100%;
	height: 150px;
}

/* Direct Access Icons */ 
/* Default Button */
.directAccess a.button {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	color: #FFFFFF;
	
	overflow: hidden;
	text-indent: -9999em;
   white-space: nowrap;
}

.directAccess a.last {
	margin-right: 0px;
}

/* Technical Componentes */
.directAccess a.technical-components {
	background-image: url(img/header-sprites.jpg);
	background-position: 0px 0px;
} 
.directAccess a.technical-components:hover {
	background-image: url(img/header-sprites.jpg);
	background-position: 0px -150px;
}

/* Pharma Packaging */
.directAccess a.pharma-packaging {
	background-image: url(img/header-sprites.jpg);
	background-position: -150px 0px;
} 
.directAccess a.pharma-packaging:hover {
	background-image: url(img/header-sprites.jpg);
	background-position: -150px -150px;
}

/* Cabling Solutions */
.directAccess a.cabling-solutions {
	background-image: url(img/header-sprites.jpg);
	background-position: -300px 0px;
} 
.directAccess a.cabling-solutions:hover {
	background-image: url(img/header-sprites.jpg);
	background-position: -300px -150px;
}

/* Sealing Technologies */
.directAccess a.sealing-technologies {
	background-image: url(img/header-sprites.jpg);
	background-position: -450px 0px;
} 
.directAccess a.sealing-technologies:hover {
	background-image: url(img/header-sprites.jpg);
	background-position: -450px -150px;
}
/* Header end ************************************************************************/



/* Meta Nav Area *********************************************************************/
#metaNavArea {
	float: right;
	clear: both; /* IE6 */
	position: absolute;
	width: 150px;
	bottom: 25px;
	right: 0px;
}

#metaNav {
	float: left;
	width: 100%;
}


/* Meta Nav */
#metaNav .metaNavItems {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
}

#metaNav .right{
	float: right;
	padding-right: 16px;
}


/* Level 1 - horizontal */
#metaNav .metaNavItems ul {
	list-style-type: none;
}

#metaNav .metaNavItems ul li {
	display: inline;
	float: left;
	padding-right: 12px;
	color: #000000;
}

#metaNav .metaNavItems ul li a {
	text-decoration: none;
	color: #009fb4;
}

#metaNav .metaNavItems ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

#metaNav .metaNavItems ul li a.active, #metaNav .metaNavItems ul li a.active:visited {
	color: #000000;
}


/* Icons default */
#metaNav .metaNavItems ul li a.icon {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: 3px;
	
	overflow: hidden;
	text-indent: -9999em;
   white-space: nowrap;
}

/* Sitemap */
#metaNav .metaNavItems ul li a.sitemap {
	background-image: url(img/icon-sprites.gif);
	background-position: 0px 0px;
}

/* Contact */
#metaNav .metaNavItems ul li a.contact {
	background-image: url(img/icon-sprites.gif);
	background-position: -20px 0px;
}

/* RSS */
#metaNav .metaNavItems ul li a.rss {
	background-image: url(img/icon-sprites.gif);
	background-position: -40px 0px;
}


/* Search */
#search {
	float: left;
	width: 100%;
	margin-top: 10px;
}

#search .searchField {
    float: left;
    height: 18px;
    width: 115px;
    line-height: 18px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #999999;
    color: #a0a0a0;
}

#search .searchButton {
    float: right;
    height: 20px;
    line-height: 20px;
    width: 28px;
    color: #009fb4;
    background-color: transparent;
    border: none;
    cursor: pointer; 
}

#search .searchButton:hover {
	color: #333333;
}
/* Meta Nav Area end *****************************************************************/



/* Breadcrumb ************************************************************************/
#breadcrumb {
	float: left;
	clear: both; /* IE6 */
	position: absolute;
	left: 0px;
	bottom: 25px;
	font-size: 0.8em;
}

/* Level 1 - horizontal */
#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb ul li {
	display: inline;
	float: left;
	padding-right: 8px;
	color: #626262;
}

#breadcrumb ul li a {
	text-decoration: none;
	color: #009fb4;
}

#breadcrumb ul li a:hover {
	text-decoration: underline;
	color: #333333;
}
/* Breadcrumb end ********************************************************************/



/* Content Bottom ********************************************************************/
#contentBottom {
	float: left;
	width: 100%;
	margin-top: 35px;
	border-top: 1px solid #999999;
	font-size: 0.75em;
}

/* Default Box */
#contentBottom .box {
	float: left;
	width: 198px;
	margin-top: 25px;
	/* margin-top: 40px; */
	/* font-size: 11px; */
	font-size: 1em;
	color: #000000;
	line-height: 1.4em;
}

#contentBottom .box h3 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	/* font-size: 13px; */
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

#contentBottom .box p {
}

#contentBottom .box p a {
	text-decoration: none;
	font-weight: bold;
	color: #009fb4;
}

#contentBottom .box p a:hover {
	color: #333333;
	text-decoration: underline;
}


/* Boxes */
#latestNews {
	margin-right: 18px;
}

#job {
	margin-right: 18px;
}

#investorRelations {
}
/* Content Bottom end ****************************************************************/



/* Footer Area ***********************************************************************/
#footerArea {
	float: left;
	width: 100%;
   border-top: 1px solid #999999;
	/* margin-top: 40px; */
	margin-top: 25px;
	padding-bottom: 10px;
}

/* Footer Navigation */
#footerNav {
	float: left;
	width: 48%;
	margin-top: 7px;
	font-size: 0.85em;
	font-weight: bold;
}

/* Level 1 - horizontal */
#footerNav ul {
	list-style-type: none;
}

#footerNav ul li {
	display: inline;
	float: left;
	padding-right: 25px;
	color: #009fb4;
}

#footerNav ul li a {
	text-decoration: none;
	color: #009fb4;
}

#footerNav ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

#footerNav ul li a.active, #footerNav ul li a.active:visited {
}


/* Service Navigation */
#serviceNav {
	float: right;
	width: 48%;
	margin-top: 9px;
	font-size: 0.75em;
	color: #999999;
}

/* Level 1 - horizontal */
#serviceNav ul {
	list-style-type: none;
	float: right;
	margin-right: -2px;
}

#serviceNav ul li {
	display: inline;
	float: left;
}

#serviceNav ul li a {
	text-decoration: none;
	color: #999999;
	margin-left: 2px;
	margin-right: 2px;
}

#serviceNav ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Icons default */
#serviceNav ul li a.icon {
	float: left;
	width: 15px;
	height: 11px;
	margin-top: 2px;
	margin-right: 10px;
	
	overflow: hidden;
	text-indent: -9999em;
   white-space: nowrap;
}

/* Icon Print */
#serviceNav ul li a.print {
	background-image: url(img/icon-sprites.gif);
	background-position: -60px 0px;
}
/* Footer Area end *******************************************************************/



/* Content ***************************************************************************/
#contentArea {
	float: left;
	width: 100%;
}

/* Left */
#contentArea .contentLeft{
	float: left;
	width: 400px;
}

/* Right */
#contentArea .contentRight{
	float: right;
	width: 195px;
}

/* Page Title */
#contentArea .clPageTitle {
	float:left;
	width: 100%;
}

#contentArea .clPageTitle h2 {
	font-family: 'PT SansX', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}


/* Deufalt Content */
#content {
	float: left;
	width: 100%;
	margin-top: 20px;
	color: #000000;
	font-size: 0.75em;
}

#content h1 {
	font-size: 1.3em;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content h1.csc-firstHeader {
    padding-top: 0;
}

#content h2, #content h4 {
	font-size: 1.0em;
	margin-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

/*Spezielle Ueberschrift in Rechter Spalte*/
#content .contentRight h5 {   
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 7px;
	font-weight: bold;
}

#content p {
	margin-bottom: 25px;
	line-height: 1.4em;
}

#content ol, #content ul {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

#content ol ol, #content ul ul  {
	margin-bottom: 0.1em;
}

#content ul li {
	list-style-image: url("img/li.gif");
	margin-left: 25px;
}

#content ul ul li {
	margin-left: 30px;
}

#content blockquote {
	margin-left: 30px;
}

#content .contenttable td{
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

#content a {
	font-weight: bold;
	color: #009fb4;
	text-decoration: none;
}

#content a:hover {
	/* color: #009fb4; */
	color: #333333;
	text-decoration: underline;
}

#content a:visited {
	color: #009fb4;
}

#content a.download-icon {
	background-image: url(img/icon-download.gif) !important;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#content a.link-icon {
	background-image: url(img/icon-link.gif) !important;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
/* Content end ***********************************************************************/



/* Content Home **********************************************************************/
/* Body */
/*
#home #metaNavArea {
	bottom: 150px;
}
*/

/* Anderer Style Home */
#home #header {
	height: 150px;
}

#home #nav {
	top: 145px;
}

#home #metaNavArea {
	bottom: 67px;
}
/* Andere Style Home end */


#home #headerIMG {
	display: none;
	visibility: hidden;
}

#home #headerIMG .directAccess {
	display: none;
	visibility: hidden;
}

#home #breadcrumb {
	display: none;
	visibility: hidden;
}

/* Content */
#contentHome {
	font-size: 1em !important;
}

#contentHome .contentLeft {
	float: left;
	width: 330px;
	height: 311px; /* 150 + 150 + 11 */
}

#contentHome .contentRight {
	float: right;
	position: relative;
	width: 280px;
	height: 311px; /* 150 + 150 + 11 */
}

#box1 {
	float: left;
	width: 100%;
	height: 311px; /* 150 + 150 + 11 */
}

#box2 {
	float: left;
	clear: both; /* IE6 */
	position: absolute;
	top: 0px;
	width: 100%;
	margin-top: -5px;
}

#box3 {
	float: left;
	clear: both; /* IE6 */
	position: absolute;
	bottom: 0px;
	_margin-bottom: -5px;
	padding-top: 28px;
	width: 100%;
	border-top: 1px solid #999999;
}



#contentHome .clPageTitle h2 {
	font-size: 1.5em;
}

#contentHome h2 {
	margin-top: 0px;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#contentHome p {
	margin-bottom: 0px;
	font-size: 1em;
	/* font-weight: bold; */
	line-height: 1.2em;
}

/* Default Button */
#contentHome .directAccess a.button {
	margin-right: 11px;
	margin-bottom: 11px;
}
/* Content Home end ******************************************************************/ 



/* Spezial ***************************************************************************/
.clear {
	clear: both;
	font-size: 1px;
}
.hide { 
	display: none; 
}
/* Spezial end ***********************************************************************/



/****CONTENT FORMATIERUNGEN******************************************************/
/* Form */
.csc-mailform {
}

form fieldset.csc-mailform  {
  	border: 1px solid #eaeaea;
  	padding: 10px;
  	margin: 0;
}

.csc-mailform-field label {
	float: left;
	clear: both;
	display: block;
	width: 130px;
	padding-right: 10px;
	text-align: right;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
	margin-bottom: 5px;
	width: 220px;
}

.csc-mailform .mf-check {
	width: 20px !important;
}
 
.csc-mailform-field input{
	
}

.csc-mailform-submit {
	margin-top: 10px;
	margin-left: 130px; 
	clear: both;
}


/* Table */
table{
	border-collapse:collapse;
	width: 100%;
}

tr{
	background-color: #fff;
}

th{
	text-align: left;
}

.tr-odd {
	background-color: #f8f8f8;
}

table.contenttable p {
	margin:0px !important;
	padding: 0px;
}
table.contenttable td {
	margin:0px !important;
	padding: 0px 4px 2px 0px !important;
}


/* Sitemap */
.csc-sitemap ul{
	 list-style:none;
    padding-bottom: 0px  !important;
	 margin-bottom: 0px !important;
} 

.csc-sitemap li {
 	margin-left: -15px;
 	padding-left: 12px;
 	background-image:url(img/li-icon.gif);
 	background-repeat: no-repeat;
 	background-position: 0px 5px;
}


/* Image */
#content .csc-textpic-caption {
	color: #8F8F8F;
	margin-top: 1px;
	line-height: normal;
	padding-bottom: 5px;
	font-size: 0.8em;
}

#content .csc-frame-frame1 {
    border: 0 solid #000000;
    float: left;
    height: 205px;
    width: 210px;
}

#content .csc-frame-frame1 p {
    margin: 0 !important;
}

#content .csc-textpic-clear {
    height: 5px;
}
/********************************************************************************/ 



/* Google Map *************************************************************************/
.clGoogleMapAddress {	
   float: left;
	border: 0px #000 solid;
	width: 200px;
	height: 185px;
	padding-right: 10px;
	font-size: 0.9em;
}

.clGoogleMapAddress h1 {
	margin-top: 0px !important;
	padding-top: 0px !important;
	font-size: 1em  !important;
	color: #333 !important;
}

.clGoogleMapAddress p {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

a.clLinkToMap, a.clLinkToMap:link, a.clLinkToMap:hover, a.clLinkToMap:visited {	
	margin-bottom: 15px  !important;
  	padding-bottom: 0px  !important;
  	color: #333 !important;
}

.tx_lumogooglemaps_pi1_infobox {
	font-size: 0.9em;
}


#gmapDirHead {
	font-size: 0.9em;
}

#gmapDirTo, #gmapDirFrom {
	margin-top: 10px;
}

#gmapDirTo p, #gmapDirFrom p {
	margin-bottom: 5px;
	line-height: 1em;
}
/* Google Map end *********************************************************************/ 



/* Search *****************************************************************************/
.tx-indexedsearch-redMarkup {
	color: Black  !important;
	background-color: #FFFF99;
	padding-left: 5px;
	padding-right: 5px;
}

.tx-indexedsearch-info {
	font-size: 0.9em;
}
/* Search end *************************************************************************/ 



/* tt_news ****************************************************************************/
.news-list-browse {
	width: auto;
}

.news-list-browse p {
	margin: 0px !important;
}

.news-list-browse table {
	width: auto !important;
}

.news-list-browse table td {
	padding-right: 10px;
}

.news-single-files dt {
	font-weight: bold;
}

.news-single-files br {
	line-height: 2px;
}

.news-single-files dd img {
	margin-right: 5px;
}

.clBackLinkNewsListe {
	background-image: url(img/icon-link.gif) !important;
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 14px;
}


/* New List */
.news-list-date-new {
	float: left;
	width: 150px;
}

.news-list-title-new {
	float: left;
	width: 480px;
}

.news-list-browse {
	margin-top: 10px;
}


/* New Single */
.news-single-item {
	padding: 0px;
}


/* New Latest */
.news-latest-container {
	padding: 0px;
}

.news-latest-item {
	padding: 0px;
}
/* tt_news end ************************************************************************/ 



/* tt_address *************************************************************************/
#content .tx-ttaddress-pi1 {
	font-size: 0.9em;
}

#content .tx-ttaddress-pi1 .vcard {
	float: left;
	width: 200px;
	height: 180px;
	padding-right: 10px;
	font-size: 0.9em;
}

#content .tx-ttaddress-pi1 h1 {
	margin-top: 0px !important;
	font-size: 1em  !important;
	color: #333 !important;
}
/* tt_address end *********************************************************************/ 



/* Login ******************************************************************************/
#content table.csc-loginform p {
	margin: 0px !important;
	padding: 0px !important;
}
/* Login end **************************************************************************/

