/* ***********************************************
 * Screen Concept website Sass defintion
 * //
 * @author Pascal Näf
 * @author Michael Kessler
 * @author Roman Simecek */
/* ***********************************************
 * CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  focus-outline: 0; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* ***********************************************
 * GENERAL */
body {
  background: #ffffff;
  font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333; }

p {
  line-height: 120%;
  margin: 0 0 10px 0; }

strong {
  font-weight: bold; }

/* ***********************************************
 * HEADINGS */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  line-height: 120%;
  font-weight: bold; }

h1 {
  font-size: 24px;
  margin: 0 0 10px 0; }

h2 {
  font-size: 16px;
  line-height: 120%;
  margin: 20px 0px 10px 0; }

h3 {
  font-size: 14px;
  line-height: 120%;
  margin: 20px 0 0 0; }

/* ***********************************************
 * LINKS */
a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #cccccc; }

a.dynamic_image_extension, a.dynamic_image_extension_hover {
  display: block;
  background-repeat: no-repeat; }

a.dynamic_image_extension span, a.dynamic_image_extension_hover span {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%; }

a.dynamic_image_extension_hover:hover {
  background-position: left bottom; }

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

li {
  line-height: 120%; }

/* ***********************************************
 * PRELOAD PROGRESS BAR */
#preload {
  position: absolute;
  left: 400px;
  top: 130px;
  width: 200px;
  height: 10px;
  border: 1px solid #C9D313; }
  #preload #progress {
    position: relative;
    width: 0px;
    height: 10px;
    background-color: #C9D313; }

/* ***********************************************
 * CENTRAL AJAX LOADING SPINNER */
#spinner {
  position: absolute;
  left: 400px;
  top: 50px; }

/* ***********************************************
 * INTRO SLIDESHOW */
#intro {
  position: absolute;
  width: 951px;
  height: 576px; }

/* ***********************************************
 * ARROW NAVIGATION */
#arrow_navigation {
  position: absolute;
  display: none;
  background-image: url(/assets/10/arrow_navigation.gif);
  top: 55px;
  left: 35px;
  height: 14px;
  width: 22px;
  background-position: 0 14px;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  #arrow_navigation a {
    display: block;
    text-decoration: none; }

/* ***********************************************
 * NAVIGATION */
#main_navigation_1_level {
  position: absolute;
  top: 94px;
  left: 35px;
  margin: 0;
  padding: 0; }
  #main_navigation_1_level ul {
    list-style: none;
    margin: 0; }
    #main_navigation_1_level ul li {
      margin-bottom: 8px; }

#main_navigation_2_level {
  position: absolute;
  top: 86px;
  left: 400px;
  margin: 0;
  padding: 0; }
  #main_navigation_2_level ul {
    list-style: none;
    margin: 0; }
    #main_navigation_2_level ul li {
      margin-top: 8px; }

/* ***********************************************
 * MAIN CONTENT */
#main {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  margin: 0;
  padding: 0; }

#content {
  position: absolute;
  top: 90px;
  left: 400px;
  width: 590px;
  margin: 0;
  padding: 0; }
  #content li {
    margin: 0;
    padding-left: 0; }

#content_scroll {
  width: 340px;
  height: 100%;
  overflow: auto; }

/* ***********************************************
 * VISION */
#vision {
  position: absolute;
  top: 84px;
  left: 400px;
  color: #C9D313;
  font-size: 48px;
  width: 580px;
  margin: 0;
  padding: 0; }

/* ***********************************************
 * BLOG */
#blog ul {
  list-style: none;
  margin: 0; }
  #blog ul li {
    margin: 0 0 10px 0;
    border-bottom: 2px dashed #CCCCCC;
    background-image: none !important;
    padding-left: 0px !important; }
#blog img {
  margin: 10px 0 10px 0; }
#blog p {
  color: #333333; }

/* ***********************************************
 * TEAM */
#team_area {
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  #team_area a {
    color: #cccccc;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    display: block; }
    #team_area a:hover {
      color: #333333; }
    #team_area a.selected {
      color: #333333; }

#team_list a {
  color: #cccccc;
  font-size: 16px;
  text-decoration: none;
  display: block; }
  #team_list a:hover {
    color: #333333; }
  #team_list a.selected {
    color: #333333; }
#team_list .team_avatar {
  float: left; }
#team_list .team_description {
  float: left;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 25px; }
  #team_list .team_description h3 {
    font-size: 16px; }
  #team_list .team_description a {
    font-size: 12px; }
#team_list .team_member a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 110%; }
  #team_list .team_member a:hover {
    text-decoration: none;
    color: #cccccc; }

/* ***********************************************
 * APPROACH (JAVASCRIPT VERSION) */
#js_approach a {
  color: #cccccc;
  line-height: 120%;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 0 0;
  text-decoration: none; }
  #js_approach a:hover {
    color: #333333;
    text-decoration: none; }
  #js_approach a.selected {
    color: #333333; }

#js_approach_target {
  margin-top: 10px; }

/* ***********************************************
 * SERBICES (JAVASCRIPT VERSION) */
#js_services a {
  color: #cccccc;
  line-height: 120%;
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 0 0;
  text-decoration: none; }
  #js_services a:hover {
    color: #333333;
    text-decoration: none; }
  #js_services a.selected {
    color: #333333; }

#js_services_target {
  margin-top: 10px; }

/* ***********************************************
 * CONTACT */
#address {
  margin-top: 50px;
  margin-left: 67px;
  margin-bottom: 65px; }

#map {
  clear: both;
  bottom: 0px;
  width: 480px;
  height: 350px;
  margin: 0;
  padding: 0; }

/* ***********************************************
 * NETWORK */
#network li a {
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px; }
  #network li a:hover {
    color: #cccccc; }

/* ***********************************************
 * NO INTERNET EXPLORER 6 */
#no_ie_6 a {
  color: #000000;
  text-decoration: none; }

/* ***********************************************
 * GENERAL CLASSES */
.clear {
  clear: both; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.date {
  margin: 4px 0 8px 0; }

/* ***********************************************
 * SCROLL PANE */
.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #CCCCCC; }

.jScrollPaneDrag {
  position: absolute;
  background: #333333;
  cursor: pointer;
  overflow: hidden; }

.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }

a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden; }

/* ***********************************************
 * CONTENT AND NAVIGATION (WITHOUT JAVASCRIPT VERSION) */
#contentLeft {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 310px; }

#main_navigation_1_level_ohne_js {
  left: 361px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80px; }
  #main_navigation_1_level_ohne_js li {
    margin-top: 8px; }

#main_navigation_2_level_ohne_js {
  position: absolute;
  top: 94px;
  left: 35px;
  margin: 0;
  padding: 0; }
  #main_navigation_2_level_ohne_js li {
    margin-bottom: 8px; }

#vision_ohne_js {
  position: absolute;
  top: 94px;
  left: 400px;
  color: #CCCCCC;
  font-size: 24px;
  width: 700px;
  margin: 0;
  padding: 0; }
  #vision_ohne_js li {
    margin-bottom: 8px; }

#main_navigation_1_level_ohne_js_left {
  position: absolute;
  top: 94px;
  left: 35px;
  margin: 0;
  padding: 0; }
  #main_navigation_1_level_ohne_js_left li {
    margin-bottom: 8px; }
  #main_navigation_1_level_ohne_js_left a {
    width: 240px; }
