@charset "UTF-8";
/* CSS Document */
html {overflow-y:scroll;}
a {outline:none;}
.container {border-top: 5px solid #000;}
#header {
	height:57px;
	border-bottom:1px solid #D7D7D7;
	width:950px;
	margin:0;
	clear:both;
}
#logo {
	float:left;
	margin:0;
	width:190px;
	/*padding-top:28px;*/
	padding-top:17px;
}

/*TOP NAV	*/
#top-nav {
	float:right;
	padding:30px 0 0 0;
	margin:0;
	width:314px;
}
ul#navlist {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}


#navlist li {
	display: inline;
	list-style-type: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 5px 3px 20px;
}

#navlist a {
	padding: 1px 8px 1px 0;
	background-color: #fff;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #959595;
	text-decoration: none;
}

#navlist a:hover, #navlist .active {
	background-color: #FFF;
	color: #b77c36;
	border-bottom:5px solid #000;
	padding-bottom:7px;
	text-decoration: none;
}

/*#active a:link, #active a:visited, #active a:hover{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(images/l1_over.gif);
	color: #333;
}
*/

/*MAIN NAV*/
#nav {
	margin:0;
	float:left;
	clear:both;
	width:950px;
	height:49px;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #fff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
}

#nav ul li { 
	display: inline;
}

#nav ul li a {
	padding: 0.2em 1em;
	text-decoration: none;
	float: left;
	color: #000;
	padding:8px 24px;
}

#nav ul li a:hover{
	background-color: #fff;
	color: #D8933D;
}
#nav ul #active a:link, #nav ul #active a:visited{
	background-color: #000;
	color: #D8933D;
}
/*Panels*/
h1 {
	color:#000;
	font-size:37px;
	border-bottom: #000 solid 14px;
	padding-bottom:5px;
	margin-bottom:.3em;
}
h2 {
	color:#5D8991;
	font-size:25px;
	float:left;
}
h3{
	color:#000;
	font-size:24px;
	float:left;
}
.passivhaus {
	background: url(../img/home.jpg) no-repeat;
	height: 434px;
	position:relative;
	border-top: 14px solid #000;
	padding-bottom:5px;
}
.passivhaus h1 {border:none;}
.passivhaus h1 a {
	position:absolute;
	bottom:97px;
	right:46px;
	font-size:24px;
	color:#FFF;
	width:375px;
	border:none;
	margin:0;
	padding:0;
	text-decoration:none;
}
.passivhaus p {
	bottom:48px;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.02em;
	margin:0;
	padding:0;
	position:absolute;
	right:46px;
	text-align:right;
	text-transform:uppercase;
	width:375px;
}
.section {
	float: left;
	width: 233px;
	margin-right:6px;
}
.section h2 {
	float: left;
	width: 233px;
	margin-right:6px;
	color: #000;
	font-size: 20px;
	margin:0;
	padding:2px 0 6px;
	border-top: 5px solid #000;
	border-bottom: 1px solid #D7D7D7;
}
.section p {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	margin:0;
    padding:8px 31px 12px 0;
}

.zero {margin:0;}
.add {
	margin-bottom:0.33em;
	padding-top: 42px;
}
p.thin {
	font-size:18px;
	color:#000;
	letter-spacing:1px;
	line-height:21px;
	margin:0;
	padding-bottom:10px;
}
.bot {
	border-bottom: 7px solid #000;
	margin-bottom: 10px;
}
.big-bot {border-bottom: 14px solid #000;}
.pad { border-top:7px solid #000;}
.desc {
	width:575px;
	padding-top:23px;
	position:absolute;
	right:0;
	top:0;
}
p.strip {
	color:#888;
	font-size:14px;
	border-top: 7px solid #000;
	border-bottom: 7px solid #000;
	padding:9px 0;
}
p.strip-fat {
	color:#888;
	font-size:14px;
	border-top: 14px solid #000;
	padding:9px 0;
}
ul.lst {
	list-style-type:none;
	margin:-17px 0 0 0 ;
}
ul.lst h2 {margin:0;}
ul.lst li {
	display: block;
	padding:7px 7px 7px 0;
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
	font-size:25px;
	color:#F69;
}
ul.lst li.last {
	border: none;
}
ul.lst a:hover {
	background: #f8f7f1;
}
ul.lst li em {
	float: right;
	margin: 5px 0 0 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #545454;
	width:436px;
}

#Overview {
	background: url(../img/overview.jpg) no-repeat;
	height:358px;
	padding:178px 0 0 50px;
}
#Three-Wood {
	background: url(../img/3wood.jpg) no-repeat left top;
	height:547px;
}
#Two-Wood {
	background: url(../img/2wood.jpg) no-repeat left top;
	height:494px;
}
#Frostkorken {
	background: url(../img/frostkorken.jpg) no-repeat left top;
	height:612px;
}
#Patio {
	background: url(../img/patio.jpg) no-repeat left top;
	height:572px;
}
#Finishes {
	background: url(../img/hardware.jpg) no-repeat left top;
	height:353px;
}
#Design {
	background: url(../img/design.jpg) no-repeat left top;
	height:381px;
}
#Overview p {
	color:#949494;
	width:498px;
	font-size:13px;
	line-height:15px;
}
#Performance {
	background: url(../img/performance.jpg) no-repeat left top;
	height:719px;
	border-top: 14px solid #000;
}
.copy {
	float:right;
	margin:0;
	width:575px;
	padding: 21px 0 0 0;
}
.mast {
	border-top: 14px solid #000;
}
.story {
	width:695px;
	height:303px;
	float:left;
	background: url(../img/bg-story.gif) no-repeat center top;
	padding-top:34px;
}
.story p {
	color:#545454;
	font-size:12px;
	padding:0 10px 20px 35px;
	margin:0;
	line-height:1.8em;
}

.stephan img {
	padding-top:135px;
}
.stephan h2 {
	padding-left:20px;
}
.stephan em {
	font-size:11px;
	color:#7F969B;
	font-style: normal;
	float:left;
	padding-left:20px;
}
.thumbs {
	width:565px;
	height:69px;
	float:left;
	padding:10px 0 7px 6px;
}
.rep {
	float: left;
	width: 314px;
	margin-right:4px;
}
.rep img {border-bottom: 14px solid #000;}
.rep em {
	border-bottom: 7px solid #000;
	font-weight: bold;
	font-size:11px;
	color: #555;
	font-style: normal;
	float: left;
	width: 314px;
	padding-bottom: 12px;
}
.rep .phone, .rep .adr {
	color: #555;
	float: left;
	font-size:11px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.rep .mail {
	color: #5D8891;
	float: left;
	font-size:11px;
	width: 314px;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-decoration: none;
}
hr.thick  {
background:none repeat scroll 0 0 #000;
border:medium none;
clear:both;
color:#000;
float:none;
height:14px;
margin:0;
width:100%;
}
.col {
	width:360px;
	float:left;
	margin-right:10px;
}
.col h2 {
	border-bottom:4px solid #000;
	border-top:7px solid #000;
	padding:11px 0 1px 23px;
	width:337px;
}
.col p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
	line-height:2em;
	border-bottom: 1px solid #D7D7D7;
	padding:0 5px 8px 25px;
	margin:0 0 14px 0;
}
.col h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7F979D;
	margin: 0px;
	padding:0 0 2px 28px;
}
.col ul {
	margin:0;
	padding:0 0 10px 28px;
}
.col li{
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
	margin: 0px;
	padding:3px 0 3px 15px;
	list-style: none;
	background: url(../img/arrow.gif) no-repeat left center;
}
.col li a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
}
.col li a:hover {
	text-decoration:none;
}
hr.hort {
  background: #d7d7d7; 
  color: #d7d7d7;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

.downloads {
	width:165px;
	float:left;
}
.col-wide {
	width:575px;
	float:left;
	margin:0;
	padding:19px 0 0 5px;
	background: url(../img/bg-col.gif) repeat-y left top;
}
.col-wide h4.top {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding:18px 0 2px 28px;
	border-top: 7px solid #000;
}
.col-wide h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding:14px 0 2px 28px;
}
.col-wide ul {
	margin:0;
}
.col-wide li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
	margin: 0px;
	padding:0 0 14px 28px;
	list-style: none;
	border-bottom: 1px solid #D7D7D7;
}

.col-wide li a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
}
.col-wide li a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #545454;
	text-decoration:none;
}
/*Footer*/
#footer {
	height:57px;
	border-top: 5px solid #000;	
	width:950px;
	margin:0;
	clear:both;
	padding-top:13px;
}
#footer p {
	margin:0;
	font-size:11px;
	float:left;
	color:#ABABAB;
}
#nav-footer {
	text-align:right;
	margin:0 -20px 0 0;
	float:right;
}
#nav-footer li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#nav-footer li a {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ABABAB;
	text-decoration:none;
}
#nav-footer li a:hover,#nav-footer li .active {
	color: #b77c36;
}
.tel {
	color: #5D8891;
}
.fr {
	float: right;
}
.global p {
	color:#555555;
	float:left;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding-top:16px;
	width:314px;
	margin:0
}
.global em {
	color:#555555;
	float:left;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	padding-bottom:12px;
	width:314px;
}

.global a {
	border-bottom:1px solid #D7D7D7;
	color:#5D8891;
	float:left;
	font-size:11px;
	margin:0;
	padding:7px 0 10px;
	text-decoration:none;
	width:314px;
	border-bottom:7px solid #000000;
}

.global .phone, .global .mail, .global .adr {
	color:#FFF
}



