/***
  USCHI
  created by nordicweb.com
***/


/* BODY & SITE */

body {
  background: #ffffff;
  behavior: url(../csshover.htc);
}

div.site_body {
  background: #fff url(../images/bg.jpg) repeat-x;
  padding: 0px 0px;
}
div.site {
  background: white url(../images/site_bg.jpg) repeat-y;
  width: 980px;
  margin: 0 auto;
}
div.site_inner {
  background: url(../images/site.jpg) no-repeat;
padding-top:159px;
}

div.iso {
  position: relative;
  top: 10px;
  left: 90px;
}

/* Livesearch*/
div.livesearch {
position:absolute;
top: 130px;
right: 25px;
}

/* SLIDESHOW */
div#slideshow {
  top: 159px;
  left: 309px;
  width: 601px;
  height: 295px;
}



/* CONTENT */

div.content {
width:625px;
float:right;

}
div.content_inner {
  padding: 240px 20px 20px 0px;
  margin-right: 80px;
}




/* MENU */

div#menu {
  float: left;
  width: 239px;
  margin: 10px 0 0 -1px;
}

div#menu ul {
  margin: 0 0 0 70px;
  padding: 0;
  width: 239px;
  background: white;
}

div#menu li {
  position: relative;
  list-style: none;
  margin: 0;
}

div#menu li a:hover {
  color: #3b719f;
  background: #deebd9;
}

div#menu li.submenu {
  background: url(../images/submenu.png) 90% 50% no-repeat;
}


div#menu li a {
  display: block;
  color: #565656;
  text-decoration: none;
  padding: 5px 20px;
}

div#menu li a.active {
  color: white;
  background: #6bab57;
}

div#menu ul ul {
  position: absolute;
  top: 0;
  left: 155px;
  z-index: 9999;
  display: none;
}

/* div#menu ul.level1 li.submenu:hover ul.level2, */

div#menu ul.level2 li.submenu:hover ul.level3 {
  display: block;
}

div#menu ul.level3 li.submenu:hover ul.level4 {
  display: block;
}

div#menu li li a.active {
  color: white;
  background: #6bab57;
}








/* FOOT */

div.site_foot {
  height: 0px;
}
div.foot {
  height: 195px;
width: 980px;
  margin: 0 auto;
  background: url(../images/foot_bg.jpg) no-repeat;
}
div.foot_inner {
  font-size: 11px;
  padding: 20px 20px 160px;
}
div.foot,
div.foot a {
  color:#666;
}

/* SITE CREATED */

div.foot div.siteCreated {
  position: absolute;
  top: 50px;
  right: 40px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
  text-decoration: none;
}





/* FORMS */

form div.input {
  margin-bottom: 2px;
  clear:both;
}
form label {
  width:120px;
  float:left;
  display:block;
}
form div.input input,
form div.input textarea {
  width: 240px;
  border: 1px #ccc solid;
}
form div.input textarea {
  height: 140px;
}
form div.submit {
  padding-left: 120px;
  clear:both;
}
form div.submit input {
}





/* Gallery alt */
div.module_lightbox_gallery {

}
div.module_lightbox_gallery ul.pictures {
  margin:0;
  padding:0;
  list-style:none;
}
div.module_lightbox_gallery ul.pictures li {
  display: inline;
}
div.module_lightbox_gallery ul.pictures li a.preview {
  display:block;
  float:left;
  border:2px #eee solid;
  margin:1px;
  background-repeat:no-repeat;
  background-position: 50% 50%;
  background-color: white;
}
div.module_lightbox_gallery ul.pictures li a.preview:hover {
  border-color:#ccc;
}
div.module_lightbox_gallery ul.pictures li a.preview span {
  display: none;
}



/* Gallery neu */
div.gallery a {
  float: left;
  height: 90px;
  width: 90px;
  margin: 5px 3px;
  background: white;
}
div.gallery img {
  border: none;
}
div.gallery a.ls img {
  height: 68px;
  width: 90px;
  margin: 11px 0;
}
div.gallery a.pt img {
  height: 90px;
  width: 68px;
  margin: 0 11px;
}




/* LANGUAGE SELECTION */

div.languages {
  top:10px;
  right:10px;
}
div.languages #languageActive img {
  border: 1px white solid;
}



/* LOOK BUT DONT TOUCH */

div.site,
div.foot,
div.menu li
  { position: relative; }

div.menu
  { float:left; }

div.menu ul ul {
  display: none;
  position: absolute;
  top: 0;
}

div.menu ul,
div.languages ul
  { margin:0; padding:0; list-style:none; }

div.content { overflow:hidden }
html, body {  height:100%; margin:0;  }
div.languages { position: absolute }
div.languages li { float:left }
div.languages li a {  text-decoration:none; margin-right:2px; }
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
  position: absolute;
  overflow: hidden;
}


/* IE 5.5 CENTER FIX */

body,
div.foot
  { text-align:center;  }

div.site,
div.foot_inner
  { text-align:left;  }

div.menu a .subind
  { float: right; }

*:first-child+html div.menu li {
  float: left;
  width: 100%;
}
* html div.menu li {
  float: left;
  height: 1%;
}
* html div.menu a
{ height: 1%; }
