/*!
 * systatde2.css
 *
 * Changes for systat.de/sigmaplot.de pages,
 ' see "Wrapper-Container und Hintergrundfarbe_comments.php.htm"
 * Last change: 05.07.2012
 */

.container {
/*width: 760px;*/
margin: 0 auto;
/*background-color: #555;*/
height: 100%;
}

.page {
width: 960px;
margin: 0 auto;
margin-top: 30px;
/*height: 100%;  */

background-color: white; /*#555;*/
}


.navbar .brand {
  display: block;
  float: left;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  /*color: #999999;*/
}



/*added 23.03.2013: green background for left sidebar items
...
*/

.nav > li > a:hover {
  text-decoration: none;
  /*background-color: #eeeeee;*/
  /*background-color: #00958e;*/
  background-color: #eeeeee;
}

/*.navbar-fixed-top .container{
  margin-bottom: 38px;
}..goes even forther down...*/

/*added 24.03.2013: adjust top row width above scrolloing navbar...
*/
/*.navbar .container {
  width: 940px;
}
*/


/*added 25.03.2013: scrolling top navbar... (swr-user.css: .navbar-static-top)
in use: navbar-fixed-top. ??*/
.navbar-fixed-top {
  position: static;
/*  width: 100%;  */
  margin-bottom: 10px;
  margin-top: -75px;
}

/*added 27.03.2013: padding from 60px to...effect??*/
.hero-unit {
  padding: 10px;
  margin-top: 10px;
}
.hero-unit {
 /* -padding-bottom: 20px;
 */
}
.hero-unit-small {
  padding: 0px;
  margin-bottom: 0px;
  background-color: #dddeee;
  border-bottom-width:0.5em;
  border-bottom-style:solid;
  border-bottom-color:red;
-padding-bottom:60px;

}
 /* new hero-unit-small; */
.box {
  padding-top: 12px;
  padding-bottom: 6px;
  background-color: #eeeeee;
    margin-bottom: 0px;

/*  border-bottom-width:0.5em;
  border-bottom-style:solid;
  border-bottom-color:red;*/
}

/*added 31.03.2013: change p text in hero/unit */
.hero-unit p {
  margin: 0 0 9px;
}



/*  16.8.2014 */
body {
/*  background-color: yellow;  */
/*  background-color: lightgrey;   */
}

/* Dropdown link font color grey->white for tablet&mobile  */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: white; /*#999999;   */
  }

/*Remove the space above the navbar for mobile and tablet*/
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-top: -120px;
  }
}


/* properties for class dropv */
.dropv, .dropv ul {padding: 0; margin: 0; list-style: none;}
.dropv a {display: inline; width: 170px;}
.dropv li {float: left; padding: 0px 8px 2px 0px;}  /* all list items */
.dropv li ul {position: absolute; background:  #00a3e1;  /* #00958e; -> #00a3e1;*/
  padding: 0px 0px 0px 4px; width: 170px; left: -9999px;} /* second-level lists */
.dropv li:hover ul {left: auto; } /* nest list under hovered list items */
.dropv li ul li a {color: #ffffff; text-decoration: none; display: block;}
.dropv li ul li a:hover {color: black; background: #ACD6D4;} /* Action for drop-down list */


/* properties for link in footer */
a.footerlink {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
}
a.footerlink:link {
    color:#F0F0F0;
}
a.footerlink:hover {
    color:white;
 }
a.footerlink:active {
    color:white;
}
a.footerlink:visited {
    color:white;  /*#ffff99;*/
}
