@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url(https://fonts.googleapis.com/css?family=Quicksand);

body {
  margin-left: auto;
  margin-right: auto;
  background: #FCFCFC;
  margin-top: 0px;
  padding-top: 0px;
  font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
  overflow-y: scroll;
}

#topBar {
  width: 100%;
  height: 30px;
  background: #303030;
  display: block;
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0;
  z-index: 1000;
}

#topBar ul{ 
  color: #B0B0B0;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
}

#topBar ul li{ 
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;	
}

#topBar ul li a {
  text-decoration: none;
  color: #B0B0B0;
}

#topBar ul li a:hover, #topBar ul li a.active {
	color: F0F0F0;
}

#bottomBar {
  position: fixed;
  width: 100%;
  height: 20px;
  background: #303030;
  bottom: 0px;
  left: 0px;f
  right: 0px;
  z-index: 10;
}
.header2 {
   width: 100%;
   height: 200px;
   background: url(../images/fit/Header.jpg) top center no-repeat;
   position: relative;
   box-shadow: 1px 1px 3px black;
   border-radius: 5px;
}

.secondNav {
	background: rgba(100,100,100,0.9);
	display: block;
	width: 100%;
	height: 28px;
	position: absolute;
	bottom: 0;
	left:0;
	padding-bottom: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}	

.smallLogo {
    background: rgba(100,100,100,0.9);
	position: absolute;
	max-width: 100px;
	max-height: 100px;
	width: 20%;
	left: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	height: auto;
	bottom: 28px;
	display: block;
	z-index: 3;
}

.header2 #foto {
	background: url(Foto.jpg) no-repeat center center;
	box-shadow: 2px 2px 3px black;
	height: 160px;
	width: 140px;
	float: right;
	margin-right: 30px;
}

.header2 ul {
  color: #B0B0B0;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
  margin-top: 5px;
  }

.header2 ul li {
	line-height: 23px;
	vertical-align: bottom;
	font-size: 15px;
	font-weight: bold;
	color: #BBB;
	float: left;
	margin-left: 30px;
	margin-right: 5px;
	padding: 0px;
}

#gallery img {
	display: inline;
	margin-right: 10px;
}

.header2 ul li a {
	text-decoration: none;
	color: #BBB;
}

.header2 ul li a:hover, .header2 ul li.active, .header2 ul li.active a {
	color: #FFF;
}

.header2 ul li.active {
   background: url(linie-rot.png) left bottom repeat-x transparent;
}

.content {
  border: 2px solid rgba(100,100,100,0.9);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
  float: left;
  margin-bottom: 25px;
  width: 865px;
}

.content div.contentHead {
	padding-left: 80px;
	text-align: left;
	height: 120px;
	text-align: center;
}

div.articleContent {
	margin-top: 20px;
}

div.fotoDescription {
	padding-left: 150px;
	min-height: 190px;
	background: url(Foto.jpg) top left no-repeat transparent;
}

.bottomCenter {
	line-height: 20px;
	color: #BBB;
	font-size: 10px;
	text-align: center;
}
#wrapper {
  margin: 35px auto;
  width: 860px;
  display: block;
}

h2, h4 {
   margin-top: 5px;
   margin-bottom: 5px;
}

#header {
	background: url("banner.png") no-repeat left top white;
	width: 980px;
	height: 150px;
	display: block;
	position: absolute;
	top: 0px;
}

nav#menu {
	position: relative;
	top: 100px;
	left: 0px;
}

ul.mainMenu {
  list-style-type: none;
  padding-left: 15px;
 
}

ul.mainMenu li{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11pt;
	font-weight: normal;
	font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
	height: 32px;
    padding-top: 5px;
}

ul.mainMenu li.active {
 background: linear-gradient(#777 0%, #999 100%) repeat scroll 0% 0% transparent;
}

ul.mainMenu li a, ul.mainMenu li span{
	text-decoration: none;
	color: #303030;
}

ul.mainMenu li.active a, ul.mainMenu li.active span{
  color: #F0F0F0;
}

ul.mainMenu li a:hover {
   color: 5BF;
}

h2 {
   font-weight: 700;
   font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
   font-size: 18pt;
   color: #333;
   font-size: 22px;
   line-height: 26px;
   letter-spacing: -1px;
}

h4 {
	font-family: Quicksand, Helvetica Neue, Helvetica, Arial;
	font-weight: bold;
	font-size: 12pt;
}

h2.center, h4.center {
  text-align: center;
}

h2.right, h4.right {
	text-align: right;
}

div.paragraph {
    padding-top: 10px;
	border-top: 1px solid rgba(100,100,100,0.9);
	margin-top: 30px;
}

ul.tabs {
  list-style-type: none;
  padding-left: 15px;
}

ul.tabs li {
 float: left;
}

.simplemodal-data img {
	margin-right: 10px;
}

.bordered {
	padding: 5px;
	border: solid 1px rgba(100,100,100,0.9);
	border-radius: 5px;
	height: 225px;
}

.bordered a {
	height: 170px;
}

.imgTitle {
	text-align: center;
}

table.knowHowTable {
	width: 100%;
}

table.knowHowTable thead tr th:first-child {
	width: 50%;
}

table.knowHowTable thead tr th:nth-child(2) {
	width: 30%;
}

table.knowHowTable thead tr th:last-child {
	width: 20%;
}

table.knowHowTable tbody tr:nth-child(odd) {
	background-color: #C0C0C0;
}

table.knowHowTable tbody tr:nth-child(even) {
	background-color: #FCFCFC;
}
