html {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #000;
	background: url('../bg-kuehnismetallplan.jpg') no-repeat center center fixed; 
	background-size: cover;
}

#wrapper {
	width: 1160px;
	margin: 0 auto 15px auto;
	position: relative;
}

#logo {
	display: block;
	margin: 30px 0;
}

main {
	display: block;
	padding: 50px 54px 30px 54px;
	overflow: hidden;
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
}

footer {
	text-transform: lowercase;
	font-size: 14px;
	background: #e0e0e0;
	padding: 17px 54px;
}

.footerBlocks {
	display: inline-block;
	vertical-align: top;
	padding-right: 85px;
}

footer a {
	text-decoration: none;
}

h1, h2 {
	margin: 0 0 24px 0;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 38px;
}

h2 {
	font-size: 24px;
}

.small {
	font-size: 14px;
}

a:focus {
	outline: none;
}

a {
	color: inherit;
	text-decoration: underline;
}

/* Main Nav */
#mainnav {
	color: #FFF;
	vertical-align: top;
	z-index: 900;
}

#wrapper ul.nav {
	margin: 0;
	padding: 0;
}

#mainnav ul.nav > li {
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	background: #000;
}

#mainnav ul.nav > li:first-child {
	margin-left: 0;
}

#mainnav a {
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#mainnav ul.nav > li > a {
	display: inline-block;
	width: 158px;
	line-height: 46px;
	font-weight: bold;
}

#mainnav ul.nav li:hover, #mainnav ul.nav li.nav-path-selected {
	background: #e0e0e0;
	color: #000;
}

/* Subnav */
#secondnav ul.nav {
	background: #e0e0e0;
	padding-left: 53px;
	font-size: 14px;
}

#secondnav ul.nav li {
	display: inline-block;
	line-height: 30px;
	height: 30px;
}

#secondnav ul.nav li a {
	border-left: 1px solid #707070;
	padding: 0 3px;
	line-height: 14px;
}

#secondnav ul.nav li:first-child a {
	border-left: none;
	padding: 0 3px 0 0;
}

#secondnav ul.nav li a {
	text-decoration: none;
}

#secondnav ul.nav li a.nav-path-selected, #secondnav ul.nav li a:hover {
	font-weight: bold;
}

/* End Main Nav */