@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: none;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;
}

html, body {
  height: 100.1%;
  width: 100%;
}

body {
  background: #666 url(../img/bg_body_home.jpg) repeat-x fixed;
  margin: 15px auto;
}

body.Home {
  background: #666 url(../img/bg_body_home.jpg) repeat-x fixed;
}

a {
  color: #336699
}

a:visited {
  color: #666
}

a img {
  border: none
}

a:hover {
  text-decoration: underline
}

#OuterShell, #outer_shell {
  width: 100%;
  height: 100%;
  text-align: center;
}

#InnerShell, #inner_shell {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#header {
  width: 937px;
  font-size: 75%;
  margin-bottom: 20px;
}

body#lamy_content #header {
  margin-bottom: -5px;
}

#header a {
  text-decoration: none
}

#header a:hover {
  text-decoration: underline
}

#header #logo {
  width: 104px;
  height: 24px;
  float: left;
}

#header ul {
  list-style: none;
}

#header li {
}

/**
 * Meta-Navigation
 */

#header #nav_meta ul {
  text-align: right;
}

#header #nav_meta li {
  display: inline;
  border-right: 1px solid #666;
  padding: 0.25em 0.5em;
}

#header #nav_meta li:hover {
  background: #CCC;
}

#header #nav_meta li a {
  font-weight: normal;
  color: #333;
}

body#lamy_content #header #nav_meta li a {
  color: #444;
}

#header #nav_meta li.lastItem, #header #nav_main li.level1.lastItem {
  border-right: none;
}

#header #nav_meta li#country_selector ul {
  visibility: hidden;
  background: #D9D9D9;
  position: absolute;
  right: 2px;
  z-index: 999;
  border: none;
}

#header #nav_meta li#country_selector:hover ul {
  visibility: visible;
}

#header #nav_meta li#country_selector ul li {
  display: block;
  text-align: left;
  border: none;
  padding-left: 1em;
  padding-left: 1em;
}

#header #nav_meta li#country_selector ul li:hover {
  background: #AAA;
}



/**
 * Main menu
 */
#header #nav_main {
  clear: both;
  margin-top: 25px;
}

#header #nav_main {
  background: url(../img/bg_nav_main.gif) repeat-x;
  height: 45px;
}

#header #nav_main li.level1 {
  margin-bottom: 4px;
  border-right: 1px solid #FFF;
  display: block;
  float: left;
  width: 155px;
  height: 37px;
}

#header #nav_main li.level1.lastItem {
  border-right: none;
}

#header #nav_main li.level1 a {
  color: #333;
  font-weight: bold;
  line-height: 37px;
  padding-left: 20px;
}

#header #nav_main li.level1:hover {
  background: #666;
}

#header #nav_main li.level1.selected {
  background: #888;
}

#header #nav_main li.level1.selected:hover {
  background: #666;
}

#header #nav_main li.level1:hover a, #header #nav_main li.level1.selected a {
  color: #FFF;
}

#header #nav_main li form {
  margin: 8px 0 0 8px
}

/**
 * Site search form
 */
li.searchForm {
  padding: 0;
  margin: 0;
}
form#siteSearchForm {
  height: 23px;
  background: url(../img/bg_search_input.gif) no-repeat;
}

#search_query {
  background-color: transparent;
  width: 110px;
  height: 23px;
  padding-left: 5px;
}

#search_submit {
  background-color: transparent;
  border:medium none;
  line-height:24px;
  padding:3px 2px;
  cursor:pointer;
  width:26px;
}

#search_query, 
#search_submit { 
  outline-width:0 !important;
}

/*
#search #searchField {
border:medium none;
color:#666666;
font-size:11px;
width:142px;
}
*/

/**
 * Submenu for products
 */
#header #nav_main ul.level1menu {
  visibility: hidden;
  position: absolute;
  top: 75px;
  left: 0px;
  width: 937px;
  height: 432px;
  background: url(../img/bg_nav_main_menu.png);
  z-index: 999;
}

#header #nav_main .level1 a:hover ul.level1menu, #header #nav_main li.level1:hover ul.level1menu {
  visibility: visible;
}

#header #nav_main .menu_content {
  position: relative;
  margin: 20px;
  width: auto;
  height: 300px
}

#header #nav_main .menu_content p.menuheader.level1 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 1em;
}

#header #nav_main .menu_content p.menuheader.level2 {
  font-size: 100%;
  font-weight: bold;
  color: #CCC;
  text-transform: uppercase;
  margin-bottom: 0.5em
}

#header #nav_main .menu_content ul {
  margin-bottom: 2em;
}

#header #nav_main .menu_content ul li {
  float: none;
  width: auto;
  height: auto;
  line-height: 120%;
  padding: 0.5em 0
}

#header #nav_main .menu_content ul li a {
  font-weight: normal !important;
  color: #CCC;
  padding-left: 12px !important;
  display: block;
  line-height: normal !important;
  background: url(../img/arrow.gif) no-repeat 0 0
}

#header #nav_main .menu_content ul li a:hover {
  color: #FFF;
}

#nav_level2 {
  line-height: 37px;
  border-bottom: 1px solid #D9D9D9
}

#nav_level2 a {
  color: #666;
  font-weight: bold;
}

#nav_level2 a.True {
  color: #000;
  font-weight: bold;
}

/**
 * Index-Navigation (TOC listings)
 */
#pageelement_Index {
  padding: 0px 12% 15px;
  overflow: hidden;
}

.Produktliste #pageelement_Index {
  background: transparent url(../img/bg_content_wrapper_inner.png) scroll 0 0;
}

#pageelement_Index h2 {
  border-bottom: 1px solid #D9D9D9;
  width: 90%
}

.nav_level3 {
  list-style: none;
}

.nav_level3 li {
  font-size: 12px !important;
  line-height: 120%;
  padding: 0.125em 0 0.125em 15px;
  background: url(../img/arrow.gif) no-repeat top left;
}

.nav_level3 li.selected a {
  font-weight: bold;
  color: #000;
}

.nav_level3 li a {
  color: #336699;
  text-decoration: none
}

.nav_level3 li a:hover {
  color: #000;
  text-decoration: underline
}

/**
 * Content canvas
 */
.content_wrapper {
  clear: both;
  width: 940px;
  padding-bottom: 9px;
  background: transparent url(../img/bg_content_wrapper.png) bottom left no-repeat;
}

.content_wrapper_inner, .tab-page {
  background: transparent url(../img/bg_content_wrapper_inner.png) repeat-y scroll 0 0;
  /* border-left:1px solid #D9D9D9; */
  padding-right: 5px;
  position:relative;
  top: 0px;
  border-top: 1px solid transparent
}

.content_wrapper.Produktliste .content_wrapper_inner {
  border-top: 0px;
}

body#lamy_content .content_wrapper, 
body#lamy_content .content_wrapper_inner, 
body#lamy_content #content {
  display: none;
  background: transparent;
  border: none;
}

#content, .tpl_content {
  margin: 0 12%;
  padding: 0 0 30px 0;
}

#pageregionBefore {
  margin-bottom: -5px;
}


/**
 * Teaser bar
 */

.teaser_wrapper {
  clear: both;
  width: 100%;
  height: 169px;
  margin-top: 20px;
}

body.Home .teaser_wrapper {
  background: url(../img/bg_teaser_home.png) no-repeat;
  margin-top: 0;
}

.teaser_element {
  float: left;
  width: 295px;
  height: 161px;
  margin-right: 20px;
  background: url(../img/bg_teaser_single.png) right bottom no-repeat;
  padding-bottom: 5px;
  padding-right: 5px;
}

body.Home .teaser_element {
  width: 306px;
  margin-right: 0;
  background: transparent;
  border-right: 1px solid #D9D9D9;
  height: 158px;
}

.teaser_content {
  border-top: 1px solid #FFF;
  width: 295px;
  height: 160px;
}

.teaser_element > .teaser_content:hover {
  cursor: pointer;
}


body.Home .teaser_content {
  border: none;
  width: auto;
  height: 148px;
}

.teaser_wrapper .lastItem {
  border-right: none;
  margin-right: 0 !important;
}

/**
 * Newsletter-Teaser
 */

#teaser_newsletter {
  background: transparent url(../img/bg_teaser_newsletter_home.png) no-repeat;
  margin-top: 20px;
}

body#lamy_content #teaser_newsletter {
  background-image: url(../img/bg_teaser_newsletter_home.png);
}

#teaser_newsletter div {
  height: 62px;
}


/**
 * Footer
 */
#footer {
  padding: 25px 0
}

#footer p {
  font-size: 12px;
  color: #333;
}

#footer a {
  color: #333;
}

#footer a:hover {
  color: #000;
}

.sitemap { margin-left: -100em; }

/**
 * Clearing
 */

.floatholder, 
.content_wrapper {
  overflow:hidden;
}

.clerasil {
  display: block;
}

.clerasil:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
