/* Stylesheet (c)2008 LOGO-SYS AG, im Auftrag von www.trelco.ch */


/* ===================================================================== */
/* = Alles zuruecksetzen                                               = */
/* ===================================================================== */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ===================================================================== */
/* = Allgemeines                                                       = */
/* ===================================================================== */
body {
	font-size: 12px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	background: url(../images/back.gif) repeat-y #b8b8b8 top center;
	text-align: center;
}

/* Links */
a:link, 
a:active, 
a:visited {
	color: #0071b9;
	text-decoration: none;
}
a:hover {
	color: #0071b9;
	text-decoration: underline;
}

/* Links Language */
#lang a:link, 
#lang a:visited {
	color: #666;
	text-decoration: none;
}
#lang a:active, 
#lang a:hover {
	color: #333;
	text-decoration: none;
}

/* Links Rootline */
#rootline a:link, 
#rootline a:active, 
#rootline a:visited {
	color: #333;
	text-decoration: none;
}
#rootline a:hover {
	color: #0071b9;
	text-decoration: none;
}
.rlactive a:link, 
.rlactive a:active,
.rlactive a:visited {
	color: #0071b9 !important;
	text-decoration: none !important;
}
.rlactive a:hover {
	color: #333 !important;
	text-decoration: none !important;
}

/* Absaetze */
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

html, body {
    height: 100%;
}

h1 {
	color: #0071b9;
	font-size: 18px;
	margin-bottom: 18px;	
}

h2 {
	color: #0071b9;
	font-size: 12px;
	margin-bottom: 1.6em;	
}	

.bluebold {
	color: #0071b9;
	font-weight: bold;
}

.imgfloat {
	float: left;
	margin: 5px 12px 0 0;
}

#rightcol ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	margin-bottom: 1.6em;
}

/* IE6 */
* html #rightcol ul {
	list-style-image: url(../images/bullet_ie.gif);
}

/* IE7 */
*+html #rightcol ul {
	list-style-image: url(../images/bullet_ie.gif);
}

/* Tabellen: Abstand von Bild zu Text*/
table.mitarbeiter td p {
	padding-left: 10px;
	margin-top: 12px;
}

table.mitarbeiter {
	margin-left: -9px;
}

table.mitarbeiter img {
	horizontal-align: center; 
	vertical-align: middle;
}

/* Trennlinie */
hr {
	border: 0px; /* Firefox und Opera */
 	border-top: solid 1px #ccc;
 	border-bottom: solid 1px #FFFFFF; /* IE */
}

.mb18 {
	margin-bottom: 20px;
}


* html hr.mb18 {
	margin-top: 0px;
	margin-bottom: -20px;
}

* html .bodytext {
	margin-top: 0px;
	margin-bottom: 0px;
}

*+html hr.mb18 {
	margin-top: 0px;
	margin-bottom: -20px;
}

*+html .bodytext {
	margin-top: 0px;
	margin-bottom: 10px;
}
 
/* ===================================================================== */
/* = Layout                                                            = */
/* ===================================================================== */
#wrapper {
	position: relative;
	width: 960px;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/wrapper.gif);
	margin: auto auto;
	text-align: left;
}

#header {
	position: relative;
	width: 960px;
	height: 198px;
	float: left;
	background: url(../images/header.gif) no-repeat;
	z-index: 1;
}

#logo {
	position: relative;
	width: 158px;
	height: 37px;
	top: 26px;
	left: 60px;
	float: left;
}

/*#lang {---> Sprachbutton zur Zeit ausgeblendet!
	position: relative;
	width: 100px;
	top: 5px;
	right: 12px;
	float: right;
	text-align: right;
}*/

#lang {
	display: none;
}

#content {
	position: relative;
	width: 960px;
	margin: 30px 0 5px 0;
	float: left;
}	

#leftcol {
	position: relative;
	width: 224px;
	left: 44px;
	float: left;
}

#rightcol {
	position: relative;
	width: 621px;
	float: left;
	left: 90px;
	padding-right: 25px;
}

/* IE6 */
* html #rightcol {
	left: 73px;
}

#rootline {
	color: #333;
	margin-bottom: 1.6em;
}

#stopper {
	position: relative;
	width: 960px;
	height: 1px;
	padding-bottom: 40px;
	background-color: transparent;
	clear: both;
}

#footer {
	position: relative;
	margin: auto auto;
	margin-top: -41px;
	width: 947px;
	height: 23px;
	top: 0px;
	background: url(../images/footer.gif); 
	
	color: #333;
	font-size: 12px;
	text-align: right;
	padding: 18px 13px 0 0;
}

/* IE7 */
*+html #footer {
	top: 15px;
}

/* ===================================================================== */
/* = Navigation                                                        = */
/* ===================================================================== */
#nav {
	position: relative;
	width: 224px;
	top: 6px;
	border-bottom: 1px solid #0071b9;
	margin: 0 0 25px 16px;
}

/* IE6 */
* html #nav {
	margin-left: 0px;
	padding: 0 0 1px 16px;
	border-bottom: 0;
	background: url(../images/nav_border_bottom_ie6.gif) bottom right no-repeat;
}

/* Product-Navigation */
ul.productnav {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 29px;
	border-bottom: 1px solid #0071b9;
	margin-left: -14px;
}

ul.productnav li a {
	width: 237px;
	height: 23px;
	padding: 5px 1px 1px 0;
	border-top: 1px solid #0071b9;
	color: #0071b9;
	font-weight: bold;
	display: block;
	text-align: right;
	background-color: #ccc;
}

ul.productnav li a:link, 
ul.productnav li a:visited {
	color: #0071b9;
	text-decoration: none;
}

ul.productnav li a:active {
	color: #0071b9;
	text-decoration: none;
}

ul.productnav li a:hover {
	color: #333;
	text-decoration: none;
}	

/* Product-Subnavigation */
ul.productsub {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px solid #fff;
	background-color: #d9dadb;	
}

ul.productsub li a {
	width: 237px;
	height: 100%;
	padding: 5px 1px 5px 0;
	border-top: 1px solid #fff !important;
	color: #000 !important;
	background-color: #d9dadb;
	font-weight: normal;
	display: block;
	text-align: right;
}

ul.productsub li a:link, 
ul.productsub li a:visited {
	color: #000 !important;
	text-decoration: none;
}

ul.productsub li a:active {
	color: #0071b9 !important;
	text-decoration: none;
}

ul.productsub li a:hover {
	color: #0071b9 !important;
	text-decoration: none;
}	

/* Product-Subnavigation Stufe 2 */
ul.productsub2 {
	list-style-type: none;
	list-style-position: outside;
	font-size: 11px;
	line-height: 15px;
}

ul.productsub2 li a {
	width: 237px;
	height: 100%;
	color: #000;
	display: block;
	text-align: right;
	border-top: none !important;
	padding-top: 6px;
}

ul.productsub2 li a:link, 
ul.productsub2 li a:visited {
	color: #0071b9 !important;
	text-decoration: none;
}

ul.productsub2 li a:active {
	color: #0071b9 !important;
	text-decoration: none;
}

ul.productsub2 li a:hover {
	color: #000 !important;
	text-decoration: none;
}	

/* diverse Farben der Produktgruppen in Product-Subnavigation: Antriebstechnik */
li.sub1-1 a, li.sub1-2 a {
	background: url(../images/804142.gif) repeat-y #d9dadb; 
}

li.sub1-3 a, li.sub1-4 a {
	background: url(../images/ac4849.gif) repeat-y #d9dadb; 
}

li.sub1-5 a, li.sub1-6 a {
	background: url(../images/bd8851.gif) repeat-y #d9dadb; 
}

li.sub1-7 a, li.sub1-8 a {
	background: url(../images/c4bd62.gif) repeat-y #d9dadb; 
}

/* diverse Farben der Produktgruppen in Product-Subnavigation: Elektrotechnik */
li.sub2-1 a {
	background: url(../images/008559.gif) repeat-y #d9dadb; 
}

li.sub2-2 a {
	background: url(../images/008aca.gif) repeat-y #d9dadb; 
}

li.sub2-3 a, li.sub2-4 a {
	background: url(../images/005294.gif) repeat-y #d9dadb; 
}

li.sub2-5 a {
	background: url(../images/3c4a92.gif) repeat-y #d9dadb; 
}

li.sub2-6 a {
	background: url(../images/330066.gif) repeat-y #d9dadb; 
}

/* Main-Navigation */
ul.mainnav {
	list-style-type: none;
	list-style-position: outside;
}

ul.mainnav li a {
	width: 224px;
	height: 23px;
	left: 16px;
	padding: 5px 1px 1px 0;
	border-top: 1px solid #0071b9;
	color: #0071b9;
	display: block;
	text-align: right;
}

ul.mainnav li a:link, 
ul.mainnav li a:visited {
	color: #0071b9;
	text-decoration: none;
}

ul.mainnav li a:active {
	color: #0071b9;
	text-decoration: none;
}

ul.mainnav li a:hover {
	color: #333;
	text-decoration: none;
}	

/* Main-Subnaviagtion */
ul.subnav {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 13px;
	margin: -4px 0 4px 0;
}

ul.subnav li a {
	width: 224px;
	height: 16px;
	color: #333;
	display: block;
	border-top: none;
	text-align: right;
}

ul.subnav li a:link, 
ul.subnav li a:visited {
	color: #333;
	text-decoration: none;
}

ul.subnav li a:active {
	color: #333;
	text-decoration: none;
}

ul.subnav li a:hover {
	color: #0071b9;
	text-decoration: none;
}	

/* ===================================================================== */
/* = Sitemap                                                           = */
/* ===================================================================== */
.csc-sitemap ul {
	list-style-type: none;
	list-style-position: outside;
}

.csc-sitemap ul ul {
	margin-left: 16px;
}

.csc-sitemap ul li a {
	font-weight: bold;
}

.csc-sitemap ul ul li a {
	font-weight: normal;
	color: #000;	
}

.csc-sitemap ul ul ul li a {
	font-weight: normal;
	color: #666;	
}

/* ===================================================================== */
/* = Formular                                                          = */
/* ===================================================================== */
#mailformName, 
#mailformVorname, 
#mailformFunktion,
#mailformFirma, 
#mailformAdresse, 
#mailformAdresszusatz, 
#mailformOrt, 
#mailformTelefon, 
#mailformTelefax,
#mailformFax, 
#mailformEMail, 
#mailformBemerkungen {
	border: 1px solid #CCCCCC;
	display: block;
	width: 300px;
}

#mailformBemerkungen {
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#mailformPLZ {
	border: 1px solid #CCCCCC;
	display: block;
	width: 50px;
}

.csc-mailform-field {
	width: 568px;
	margin-bottom: 10px;
}

#mailformformtype_mail {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#mailformformtype_mail:hover {
	cursor: pointer;
	background-color: #F2F2F2;
}

.csc-mailform-check {
	float: left;
	margin-right: 5px;
	border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.csc-mailform-check { 
		margin-right: 0;
		margin-top: 3px;
	}
}

.csc-mailform-label {
	display: none;
}

label[for="mailformAuswahl"] {
	margin-left: 20px;
}

.check-label {
	margin-left: 20px;
}


input[type="submit"] {
	margin-top: 10px;
}

.label {
	margin-top: 20px;
}

/* ===================================================================== */
/* = Tabellen                                                          = */
/* ===================================================================== */
td p.bodytext, td p {
	margin: 0px;
	padding: 0px;
}
table.mitlinien {
	border-width: 0px;
	border-style: none;
	border-color: #ccc !important;
	border-collapse: collapse;
}
table.mitlinien th {
	border-width: 1px;
	padding: 4px 4px 3px 4px;
	border-style: inset;
	border-color: #ccc !important;
	background-color: transparent;
}
table.mitlinien td {
	border-width: 1px;
	padding: 4px 4px 3px 4px;
	border-style: inset;
	border-color: #ccc !important;
	background-color: transparent;
	vertical-align: top;
}
table.ohnelinien {
	border-width: 1px;
	border-color: #ccc !important;
	border-style: inset;
}
table.ohnelinien th {
	border-width: 0px;
	padding: 4px 4px 3px 4px;
	border-style: inset;
	background-color: transparent;
}
table.ohnelinien td {
	border-width: 0px;
	padding: 4px 4px 3px 4px;
	border-style: inset;
	background-color: transparent;
	vertical-align: top;
}

/* Home */

.home-link-1, .home-link-2 ,.home-link-3 {
	display: block;
	height: 42px;
	padding: 10px 0px 0px 55px;
	font-size: 24px;
	background-image: url(kugel.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.home-link-1:hover, .home-link-2:hover ,.home-link-3:hover {
	text-decoration: none;
}

.home-link-1 {
	position: absolute;
	top: 80px;
	left: 240px;
}

.home-link-2 {
	position: absolute;
	top: 170px;
	left: 205px;
}

.home-link-3 {
	position: absolute;
	top: 260px;
	left: 190px;
}

.home-welcome {
	font-size: 63px;
	line-height: 63px;
	font-weight:normal;
left:350px;
position:absolute;
top:-75px;
}

#home #content {
height: 400px;
}
