/*************************************************************************************
Webtech AG
Lehnplatz 10, 6460 Altdorf, Schweiz
Tel. +41 (0)41 874 30 30, E-Mail mail[at]webtech[dot]ch
All rights reserved, all graphics copyrighted.
**************************************************************************************/



/* Main ******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /* Zentrierung für IE */
	font-size: 100.00%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	overflow:-moz-scrollbars-vertical; /* Seitwärtsverschiebung im Firefox verhindern */
}

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 area **************************************************************************/
#page {
	width: 953px;
	margin: 0 auto;		/* Horizontale Zentrierung */
	text-align: left;		/* Seiteninhalt wieder links ausrichten */
}
/* Page area end **********************************************************************/



/* Header *****************************************************************************/
#header {
	float: left;
	width: 953px;
	height: 119px;
	background-image: url(img/header_background.jpg);
	background-repeat: no-repeat;
}
/* Header end *************************************************************************/



/* Language ***************************************************************************/
#language {
	float: left;
	width: 100px;
	margin-top: 15px;
	text-align: center;
	font-size: 0.65em;
	text-transform: uppercase;
	display: none;
}

/* Level 1 - horizontal */
#language ul {
	 list-style-type: none;
}

#language li {
	display: inline;
	color: #646466;
}

#language a {
	color: #646466;
	text-decoration: none;
}

#language a:hover {
	color: #9B9C9E;
	text-decoration: underline;
}
/* Language end ***********************************************************************/



/* navHelp ****************************************************************************/
#navHelp {
	float: right;
	width: 360px;
	margin-top: 15px;
	text-align: right;
	font-size: 0.65em;
	text-transform: uppercase;
	padding-right: 10px;
}

/* Level 1 - horizontal */
#navHelp ul {
	list-style-type: none;
}

#navHelp li {
	display: inline;
	color: #646466;
}

#navHelp a {
	color: #646466;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

#navHelp a:hover {
	color: #9B9C9E;
	text-decoration: underline;
}

#navHelp ul li a.active, #navHelp ul li a.active:visited {
	color: #646466;
	font-weight: bold;
}
/* navHelp ****************************************************************************/



/* Search *****************************************************************************/
#search {
	float: right;
	width: 255px;
	margin-top: 40px;
}
/* Search end *************************************************************************/



/* Site *******************************************************************************/
#site {
	float: left;
	width: 100%;
	background-image: url(img/site_background.jpg);
	background-repeat: repeat-y;
}
/* Site end ***************************************************************************/



/* SiteLeft ***************************************************************************/
#siteLeft {
	float: left;
	width: 191px;
}
/* siteLeft end ***********************************************************************/



/* Main nav ***************************************************************************/
#nav {
	float: left;
	width: 100%;
	font-size: 0.7em;
}

/* Level 1 - vertical */
#nav ul {
	list-style-type: none;
}

#nav li {
}

#nav a {
	color: #646466;
	display: block;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	height: 100%;
	border-bottom: 1px solid #CBCBCB;
}

#nav ul li a:hover {
	color: #646466;
	/*background-color: #F2F232;*/
	background-image: url(img/nav_level1.gif);
	background-repeat: no-repeat;
}

#nav ul li a.active, #nav ul li a.active:visited {
	color: #646466;
	font-weight: bold;
	/*background-color: #F2F232;*/
	background-image: url(img/nav_level1.gif);
	background-repeat: no-repeat;
}

/* Level 2. - vertical */
#nav ul ul {
	 font-size: 0.9em;
	 text-transform: uppercase;
	 border-bottom: 1px solid #CBCBCB;
}

#nav ul ul li {
	 list-style: none;
	 display: inline;  /*Damit IE kein Abstand mehr macht!!! */ 
}

#nav ul ul a {
	color: #9B9C9E;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	background-image: url(img/nav_level2.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
}

#nav ul ul li a:hover {
	background-image: url(img/nav_level2.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#nav ul ul li a.active:link, #nav ul ul li a.active:visited {
	background-image: url(img/nav_level2.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
/* Main nav end ***********************************************************************/



/* qsLogo *****************************************************************************/
#isoLogo {
	float: left;
	width: 85px;
	height: 85px;
	margin-top: 45px;
	background-image: url(img/iso_logo.jpg);
	background-repeat: no-repeat;
	}
/* qsLogo end *************************************************************************/



/* siteRight **************************************************************************/
#siteRight {
	float: left;
	width: 762px;
}
/* siteRight end **********************************************************************/



/* brandImg ***************************************************************************/
#headerImageArea {
	float: left;
	width: 762px;
	height: 199px;
	background-image: url(img/header_image_background.jpg);
	background-repeat: no-repeat;
}

#headerImg {
	float: left;
	width: 752px;
	height: 155px;
	background-image: url(img/header_headergrafik.jpg);
	background-repeat: no-repeat;
}

#buttonProd {
	position: relative;
	top: 69px;
	left: 616px;
	width: 125px;
	height: 125px;
	background-image: url(img/produkte_button.png);
	_background-image: url(img/produkte_button_IE.gif);  /* Bild nur für IE6 und darunter, weil er keine alphatransparentz kennt */
	background-repeat: no-repeat;
}
/* brandImg ***************************************************************************/



/* Content ****************************************************************************/
#content {
	float: left;
	width: 660px;
	margin-top: 10px;
	padding-left: 50px; /* für den IE, da margin nicht geht */
	padding-bottom: 30px; /* für den IE, da margin nicht geht */
	font-size: 0.75em;
}

#content h1 {
	margin-bottom: 12px;
	/*font-size: 1.7em;
	font-weight: bold;*/
	font-size: 1.5em;
	color: #646466;
}

#content h2 {
	margin-top: 10px;
	padding-bottom: 5px;
	/*font-size: 1.15em;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #646466;
}

#content p {
	color: #646466;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 30px;
	margin-bottom: 15px;
	color: #646466;
}

#content ul li {
	padding-bottom: 4px;
}

#content a {
	/* color: #646466; */
	color: #4682B4;
	/* border-bottom: 1px dashed #9B9C9E; */
	text-decoration: none;
	/*color: #9B9C9E; */
	/* font-weight: bold; */
}

#content a:hover {
	/* color: #646466; */
	color: #4682B4;
	/* border-bottom: 1px solid #9B9C9E; */
	text-decoration: underline;
	/* color: #9B9C9E; */
	/* font-weight: bold; */
}

#content a.active:link, #content a.active:visited {
	/*color: #646466; */
	color: #4682B4;
	/* border-bottom: 1px dashed #9B9C9E; */
	text-decoration: none;
	/* color: #9B9C9E; */
	/* font-weight: bold; */
}

#content img {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border: 6px solid #E7E7E7;
	text-decoration: none;
	_border: 0px solid #000000; /* IE6 fix */
}

#content .tx-wtproductbox-pi1 img {
	margin-bottom: 0px;	/*Damit beim Tooltip kein zus�tzlicher Rand hinzugef�gt wird!*/
}

#content .csc-textpic-imagewrap {
padding-right: 15px;
}


/* Formular Style */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 170px;
padding-left: 0px;
margin-bottom: 2px;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
margin-bottom: 10px;
}

.csc-mailform-radio {
	border: none;
}

#csc-mailform-radio {
	border: none;
}

csc-mailform-radio {
	border: none;
}

.csc-mailform-radio legend {
  display:none;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-top: 10px;
margin-left: 0px; 
/* Float wieder abschalten */
clear: both;
}

/* Sitemap */
.csc-sitemap ul li a:link, .csc-sitemap ul li a:visited{
	text-decoration: none !important;
	border-bottom: none !important;
}

#contentLeft {
	float: left;
	width: 440px;
}

#contentRight {
	float: right;
	width: 200px;
}

#contentRight h2 {
	padding-top: 0px;
}
/* Content end ************************************************************************/



/* Footer *****************************************************************************/
#footer {
	color: #FFFFFF;
	float: right;
	width: 790px;
	height: 60px;
	background-image: url(img/footer_background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Footer end *************************************************************************/



/* Spez. Layout ***********************************************************************/
.csc-frame-frame1{
	border: 0px solid #ccc;	
	width: 300px;
	float: left;
	margin-right: 15px;
}
.csc-frame-rulerBefore{
	clear: both;
}
/* Spez. Layout end *******************************************************************/





/* Address ****************************************************************************/
#address {
	float: right;
	width: 760px;
	text-align: center;
}

#address p {
	padding-top: 13px;
	font-size: 0.65em;
	color: #FFFFFF;
}

#address a {
	color: #FFFFFF;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}
/* Address end ************************************************************************/



/* Copy *******************************************************************************/
#copy {
	float: right;
	width: 775px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 50px;
	color: #9C9D9F;
	font-size: 0.65em;
}

#copy a {
	color: #9C9D9F;
	text-decoration: none;
}

#copy a:hover{
	color: #000000;
	text-decoration: underline;
}
/* Copy end ***************************************************************************/



/* pdf-icon ***************************************************************************/
.pdf-icon {
	background-image: url(img/iconpdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 2px;
}
/* pdf-icon end ***********************************************************************/

/* Neu-icon ***************************************************************************/
.Neu-icon {
	background-image: url(img/Neu.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 2px;
}
/* Neu-icon end ***********************************************************************/


/* Special ****************************************************************************/
.clear {
	clear: both;
}

.hide { 
	display: none; 
}
/* Special end ************************************************************************/