* {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #E8E8EA;
}

h1 {
	font-size: 16px;
	margin-bottom: 1em;
}

h2 {
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 14px;
}

h2.underline {
	font-size: 14px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 12px;
	margin-top: 0.5em;
	margin-bottom: 0;
	line-height: 1.5em;
}

h4 {
	font-size: 11px;
	margin-bottom: 0;
	line-height: normal;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	margin-bottom: 0;
	line-height: normal;
	font-weight: normal;
}

p  {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
td {
	margin: 0 0 1.5em 0;
}

a {
	color: #183DD1;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #0D4DFF;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url('../img/list-image1.gif');
	background-repeat: no-repeat;
}

li.style2 {
	margin: 0;
	padding: 0 0 5px 10px;
	background-image: url('../img/list-image2.gif');
	background-repeat: no-repeat;
}

/*hr {	color:#eee;	border-color:#eee;	border-style:solid;	background-color:#eee;}*/

#header {
	height: 89px;
	background-color: white;
}

#content {
	min-height: 500px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#left {
	/* float:left; */
	width: 180px;
	margin: 15px 0 15px 15px;
}

#right {
	/* float:right; */
	width: 170px;
	margin: 15px 15px 15px 0;
}

#middle {
	margin: 0 200px 0 200px;
	padding: 15px;

}

#toplinks {
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #979797;
}

#logo {
	width: 900px;
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/zellen.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#topnavigation {
	height: 27px;
	background-image: url('http://www.lucerna-chem.ch/fileadmin/lucerna-chem/img/bg-nav_SM5.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #183DD1;
}

#search {
	/* height:42px; */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#bottom-layer {
	/* height:27px; */
	/* position:fixed;	bottom: 0;*/
	width: 900px;
	padding: 11px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #F0F0F0;
}

#bottom-layer-2 {
	position: fixed;
	bottom: 0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #F0F0F0;
}

#bottom-layer-2 td {
	padding: 10px 0;
}

/******************************************************************************** TOPNAV*******************************************************************************/

ul#topnav {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;

}

ul#topnav li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	text-align: center;
	background-image: none;
	border-right-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #183DD1;
	border-left-color: #183DD1;
}

ul#topnav li ul {
	margin: 0;
	padding: 0px 0 0 0;
	border-top: 5px solid #183DD1;
	position: absolute;
	display: none;
	/* Unternavigation ausblenden */
	background-color: yellow;
}

ul#topnav a, ul#topnav span {
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #183DD1;
	white-space: nowrap;
	font-size: 12px;
}

ul#topnav li:hover>ul {
	display: block;
}

/* LEVEL 2 */

ul#topnav li ul li {
	float: none;
	display: block;
	background-color: #183DD1;
	border: none;
	border-top: 1px solid white;
	text-align: left;
}

/* 3. Level */

ul#topnav li ul li ul {
	border: none;
	position: absolute;
	top: -1px;
	left: 124px;
	border-left: 1px solid white;
	display: none;
	/* Unternavigation ausblenden */
}

ul#topnav li ul li:hover ul.level3 {
	display: block;
	/* Unternavigation in modernen Browsern einblenden */
}

ul#topnav a, ul#topnav span {
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #183DD1;
	white-space: nowrap;
}

ul#topnav li ul a, ul#topnav li ul span {
	color: white;
	width: 100px;
	font-weight: normal;
	white-space: normal;
	font-size: 12px;	/* background-color: #ccc; */
}

ul#topnav a:hover, ul#topnav span, li a#aktuell {

}

ul#topnav li ul a:hover, ul#topnav li ul span, ul#topnav li ul a#aktuell {
	color: white;
	background-color: #0641EB;
	font-size: 12px;
}

li a#aktuell {
	/* aktuelle Rubrik kennzeichnen */
	color: #183DD1;
	background-color: white;
}

ul#topnav li ul span {


}

/******************************************************************************** SUBNAV*******************************************************************************/

ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.subnav li {
	margin: 0;
	padding: 0;
	background-image: none;
	font-weight: normal;
	line-height: 120%;
}

ul.subnav li a {
	color: black;
	text-decoration: none;
}

/* In Level 1 nur den aktiven Zustand anzeigen */

ul.subnav li.level1-no {
	display: none;
}

ul.subnav li.level1-act {
	font-size: 12px;
	font-weight: bold;
}

ul.subnav-level2 {
	margin-top: 5px;
}

ul.subnav-level3 {
	margin-left: 1em;
}

/******************************************************************************** TOPLINKS*******************************************************************************/

#toplinks a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

/*ul.toplinks {	margin:0;	padding:0;	list-style-type:none;}ul.toplinks li {	display:inline;}ul.toplinks li a {	color:#999;	text-decoration:none;}*/

/******************************************************************************** EXT: de_divmaker*******************************************************************************/

DIV.hr {
	background-image: url('../img/div-hr.gif');
	background-repeat: repeat-x;
	border: 2px;
	height: 1px;
	padding: 0;
	margin: 1.5em 0;
}

DIV.hr hr {
	display: none;
}

.navbox1 {
	background-color: #e9f3fd;
	border: 1px solid #183DD1;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.infobox1 {
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.infobox1 * {
	font-size: 11px;
}

.infobox2 {
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

.infobox2 * {
	font-size: 11px;
}

/******************************************************************************** TYPO3*******************************************************************************/

DIV.csc-frame-frame1 {
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

DIV.csc-frame-frame1 * {
	font-size: 11px;
}

DIV.csc-frame-frame1 h1, DIV.csc-frame-frame1 h2, DIV.csc-frame-frame1 h3 {
	margin-top: 0;
	font-size: 12px;
}

DIV.csc-frame-frame2 {
	background-color: #f6f6f6;
	border: 2px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

DIV.csc-frame-frame2 * {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

DIV.csc-frame-frame2 h1, DIV.csc-frame-frame1 h2, DIV.csc-frame-frame1 h3 {
	font-size: 12px;
	margin-bottom: 0.5em;
}

/* Sitemap */

DIV.csc-sitemap ul {
	margin: 0;
	padding: 0;
}

DIV.csc-sitemap ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

DIV.csc-sitemap ul li a {
	color: black;
	font-size: 12px;
	text-decoration: none;
}

/* Level 1 */

DIV.csc-sitemap ul {

}

DIV.csc-sitemap ul li {
	font-weight: bold;
}

/* Ab Level 2 */

DIV.csc-sitemap ul li ul {
	margin: 5px 0;
}

DIV.csc-sitemap ul li ul li {
	margin-left: 2px;
	padding: 0 0 0 10px;
	background-image: url('../img/list-image1.gif');
	background-repeat: no-repeat;
}

DIV.csc-sitemap ul li ul li a {
	font-weight: normal;
	font-size: 11px;
}

/* Ab Level 3 */

DIV.csc-sitemap ul li ul li ul li {
	background-image: none;
	margin: 0;
	padding: 0;
}

/* Mailform */

#mailform {
	border: none;
}

#mailform fieldset.csc-mailform {
	margin-left: 0;
	padding: 0;
	width: 470px;
	border: none;
}

#mailform fieldset.csc-mailform .csc-mailform-field {
	padding: 5px 0px;
}

#mailform fieldset.csc-mailform .csc-mailform-field label {
	float: left;
	font-weight: bold;
	width: 100px;
}

.mailformplus-error {
	color: #AC0047;
}

/* Inquiry */

table.inquiry {

}

table.inquiry td {
	padding-bottom: 10px;
}

.input-text {
	width: 300px;
}

.tx-sremailsubscribe-pi1 p {
	padding: 0;
}

.tx-sremailsubscribe-pi1 h4 {
	padding: 0;
}

/******************************************************************************** xtCommerce*******************************************************************************/

.copyright {
	display: none;
}

.parseTime {
	display: none;
}

table.xtlist1 tr td {
	padding: 3px 5px;
	vertical-align: top;
}

table.xtlist1 tr td.label {
	font-weight: bold;
}

table.xtlist1 tr th {
	text-align: left;
	padding: 3px 5px;
	border-bottom: 1px solid black;
}

table.xtlist1 tr.odd td {
	background-color: #f6f6f6;
}

table.xtlist1 tr.even td {
	background-color: #ffffff;
}

DIV.xt-error {
	border: 1px solid red;
	padding: 3px;
	margin: 0 0 1em 0;
}

TABLE.formArea {
	margin-top: 1em;
}

TABLE.formArea TD {
	padding: 3px 5px 3px 0;
}

/* Warnings */

TABLE TR.messageStackWarning TD.messageStackWarning {
	color: #ECCE54;
	font-weight: bold;
	padding: 0;
}

/* Errors */

TABLE TR.messageStackError TD.messageStackError {
	color: #F23E40;
	font-weight: bold;
	padding: 0;
}

/* Success */

TABLE TR.messageStackSuccess TD.messageStackSuccess {
	color: green;
	font-weight: bold;
	padding: 0;
}

/* Titel H1 */

.contentsTopics {
	padding-top: 0.5em;
	font-size: 16px;
	margin-bottom: 1em;
	font-weight: bold;
}

/* Titel H2 */

.smallHeading {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}

/* Advanced search */

.advsearch-label {
	height: 29px;
	font-weight: bold;
}

.advsearch-select select {
	width: 250px;
}

.advsearch-text input {
	width: 245px;
}


/******************************************************************************** BOX-TEST*******************************************************************************/

/* Show only to IE PC \*/
* html .box1 .head h2 {
	height: 1%;
}

/* For IE 5 PC */
.box1 {
	margin: 0 auto 15px auto;
	/* center for now */
	/* width: 17em; */
	/* ems so it will grow */
	background: url(../img/box1-body-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.box1 a {
	color: #183DD1;
	text-decoration: none;
}

.box1 a:hover {
	text-decoration: underline;
	color: #0D4DFF;
}

.box1 .head {
	background: url(../img/box1-head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}

.box1 .head h2 {
	background: url(../img/box1-head-l.gif) no-repeat top left;
	margin: 0;
	padding: 8px 15px 10px 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}

.box1 .body {
	background: url(../img/box1-body-l.gif) no-repeat bottom left;
	margin: 0;
	font-size: 11px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: normal;
}

.box1 .body * {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

/* Show only to IE PC \*/

* html .box2 .head h2 {
	height: 1%;
}

/* For IE 5 PC */

.box2 {
	margin: 0 auto 15px auto;
	/* center for now */
	/* width: 17em; */
	/* ems so it will grow */
	background: url(../img/box2-body-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.box2 .head {
	background: url(../img/box2-head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}

.box2 .head h2 {
	background: url(../img/box2-head-l.gif) no-repeat top left;
	margin: 0;
	padding: 8px 15px 10px 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
}

.box2 .body {
	background: url(../img/box2-body-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.box2 .body * {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

/* Show only to IE PC \*/

* html .navbox .head h2 {
	height: 1%;
}

/* For IE 5 PC */

.navbox {
	margin: 0 auto 15px auto;
	/* center for now */
	/* width: 17em; */
	/* ems so it will grow */
	background: url(../img/navbox-body-r-SM.jpg) no-repeat bottom right;
	font-size: 100%;
}

.navbox LI {
	background-image: none;
}

.navbox .head {
	background: url(../img/navbox-head-r-SM.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}

.navbox .head h2 {
	background: url(../img/navbox-head-l-SM.jpg) no-repeat top left;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.navbox .body {
	background: url(../img/navbox-body-l-SM.jpg) no-repeat bottom left;
	margin: 0;
	line-height: 1.5em;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.navbox .body * {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}

.navbox .body a {
	color: #183DD1;
	text-decoration: none;
}
.navbox  .body a:hover {
	text-decoration: underline;
	color: #0D4DFF;
}


/**
 * New Login Box
 */
.tx-newloginbox-pi1 h3 {
	font-size: 16px;
	margin-bottom: 1em;
}

.tx-newloginbox-pi1 td {
	vertical-align:top;
}


/**
 * Tabellengestaltung contenttable-1
 */
.contenttable td {
	vertical-align:top;
}

  /* Layout Normal */
.contenttable-0 {
	border:1px solid #999;
	border-collapse:collapse;
}

.contenttable-0 .tr-odd {
	background-color:#fff;
}

.contenttable-0 .tr-even {
	background-color:#eee;
}

.contenttable-0 td {
	border-top:1px solid #ccc;
	padding:2px 0.5em;
}

.contenttable-0 .tr-0 td {
	font-weight:bold;
	background-color:#ccc !important;
	border-top:1px solid #999 !important;
	border-bottom:1px solid #999 !important;
}

 /* Layout 1 */
.contenttable-1 {
	border:1px solid #444;
	border-collapse:collapse;
}

.contenttable-1 .tr-odd {
	background-color:#fff;
}

.contenttable-1 .tr-even {
	background-color:#eee;
}

.contenttable-1 .tr-0 td {
	font-weight:bold;
	background-color:#9dbded !important;
}

.contenttable-1 td {
	border-top:1px solid #444;
	padding:2px 0.5em;
}

.contenttable-1 td.td-0 {
	border:1px solid #444;
	font-weight:bold;
}

 /* Layout 2 */
.contenttable-2 {
	border:1px solid #444;
	border-collapse:collapse;
}

.contenttable-2 .tr-odd {
	background-color:#fff;
}

.contenttable-2 .tr-even {
	background-color:#eee;
}

.contenttable-2 .tr-0 td {
	font-weight:bold;
	background-color:#9dbded !important;
}

.contenttable-2 td {
	border-top:1px solid #555;
	padding:2px 0.5em;
	font-size:9px;
	vertical-align:top;
}

.contenttable-2 tr:hover td {
	background:#FFFFCC;
}

 /* Layout 3 */
.contenttable-3 {
	border:1px solid #999;
	border-collapse:collapse;
}

.contenttable-3 .tr-odd {
	background-color:#fff;
}

.contenttable-3 .tr-even {
	background-color:#eee;
}

.contenttable-3 .tr-0 td {
	font-weight:bold;
	background-color:#FFBDE3 !important;
}

.contenttable-3 td {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:2px 0.5em;
	font-size:9px;
	vertical-align:top;
}

.contenttable-3 td.td-0 {
	font-weight:bold;
}

.contenttable-3 tr:hover td {
	background:#FFFFCC;
}

div.searchformHome {
	border: 1px solid #183DD1;
	background-color: #CADDFD;
	padding: 15px 10px;
	margin-top: 1em;
	margin-bottom: 2em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.searchformHome label {
	font-weight: bold;
	color: #183DD1;
	font-size: 14px;
}

div.searchformHome input.t {
    width: 300px;
    border: 1px solid #6B8DFA;
    padding: 3px;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.searchformHome input.button {
	border: 1px solid #6B8DFA;
	background-color: #6B8DFA;
	color: white;
	font-weight: bold;
	padding: 2px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.breadcrumb a {
	color: #AC0047;
	font-size: 13px;
}
.breadcrumb a:hover {
	color: #E63875;
	font-size: 13px;
}
