﻿@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <hausfabrik>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */

/* For modern browsers */ 
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
/*.cf { zoom:1; }
*/
/* general purpose classes */
.nodisplay {
	display: none;
}
.nodisplay_strict {
	display: none !important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
	width: 100%;
}
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
}
#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url(../img/bgi/bg-img.gif) top center no-repeat;
/*	background-attachment: fixed;*/
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
	line-height: 20px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background: url(../img/bgi/bg.gif);
}
h1 {
	font-size: 40px;
	color: #0097ed;
	font-weight: bold;
}
h2 {	
}
h3 {	
}
h4 {
}

p {

}
/* End Typography
--------------------------------------------------------------------------------------------------*/


/* =Links
--------------------------------------------------------------------------------------------------*/
a {
	outline: none !important;
	text-decoration: none;
	color:#f5a02f;
}
a:hover {
	text-decoration: underline;
}
/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

#header {
	width: 100%;
	height: 100px;
}
.logo {
	padding: 70px 0 23px 44px;
	text-transform: uppercase;
}
.logo a {
	color: #0097ed;
	text-decoration: none;
}
.logo span {
	font-weight: normal;
}
.caption {
	padding: 0 0 0 48px;
	font-size: 15px;
	color: #043b58;
}
/* End Header
--------------------------------------------------------------------------------------------------*/


/* =Main Content
--------------------------------------------------------------------------------------------------*/

#main {
	width: 100%;
	margin: 86px 0 0 0;
}
.nav {
	margin: 0 0 0 46px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav li {
	display: inline;
	padding: 0 15px 0 21px;
	background: url(../img/bgi/nav-divider-bg.gif) left center no-repeat;
}
.nav li:first-child {
	padding-left: 0;
	background: none;
}
.nav li a {
	color: #043b58;
	text-decoration: none;
}
.nav li a:hover {
	color: #0097ed;
}
.nav .active {
	color: #0097ed;
}
.banner {
	clear: both;
	overflow: hidden;
	margin: 78px 0 0 0;
	height: 344px;
	background: url(../img/bgi/banner-bg.png) no-repeat;
	padding: 3px;
}

.banner:hover {
	border: 3px solid #f5a02f;
	padding: 0;
	background: url(../img/bgi/banner-bg.png) no-repeat -3px -3px;}
	
.tshirt1 {
	float: left;
	margin: 56px 0 0 43px;
	width: 262px;
}

.productdetails {
	float: left;
	margin: 50px 0 0 0;
	width: 428px;
}
.productdetails h2 {
	margin: 0 0 0 5px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.productdetails h2 span {
	font-weight: normal;
}
.productdetails ul {
	margin: 73px 0 0 16px;
	color: #0097ed;
	font-size: 15px;
	font-weight: bold;
}
.productdetails ul li {
	padding: 0 0 8px 36px;
	width: 382px;
	background: url(../img/bgi/bullet-icon1.png) left top no-repeat;
}
.morelink {
	float: right;
	margin: 0 -65px 0 0;
	padding: 0 8px 0 0;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/bgi/bullet-icon2.png) right center no-repeat;
}
.morelink span {
	padding: 20px 20px 25px 20px;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(../img/bgi/morelink-bg.png) no-repeat;
	text-transform: uppercase;
}
.tshirt2 {
	float: left;
	margin: 56px 0 0 -6px;
	width: 205px;
}
.content {
	clear: both;
	overflow: hidden;
	margin: 21px 0 100px 0;
}
.sidebarleft {
	float:left;
	width:305px;
	margin-right: 15px;
}
.block1 {
	margin: 0 0 42px 0;
	clear: both;
	overflow: hidden;
}
.leftpane {
	float: left;
	padding: 0 5px 0 0;
	margin: 0 0 48px 0;
	width: 300px;
}
.leftpane h3 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	line-height: 33px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}
.leftpane h3 span, .pane4 h3 span.anchor1 {
	padding: 0 0 0 27px;
	background: url(../img/bgi/anchor-icon.png) left center no-repeat;
}
.rightpane {
	float: right;
	position: relative;
	margin: 7px 0 41px 0;
	width: 651px;
}

.rightpane.highlight {border: 3px solid transparent;}
.rightpane.highlight:hover {border: 3px solid #f5a02f;}



.offer-icon {
	position: absolute;
	z-index: 100;
	left: 0;
}
.offer-pic {
	float: left;
	position: relative;
	z-index: 0;
	margin: 0 0 0 31px;
	width: 270px;
}
.offer-details {
	float: left;
	position: relative;
	z-index: 0;
	width: 349px;
	height: 199px;
	background: url(../img/bgi/transparent-bg.png);
}
.offer-details h4 {
	margin: 20px 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	text-transform: uppercase;
}
.offer-details p {
	margin: 24px 0 19px 30px;
	width: 308px;
	color: #fff;
}
.offer-details .link {
	float: right;
	margin: 0 10px 0 0;
	width: 308px;
	background: url(../img/bgi/bullet-icon3.png) right center no-repeat;
}
.offer-details .link a {
	float: left;
	padding: 0 40px 0 0;
	color: #f5a02f;
	text-decoration: none;
}
.block2 {
	margin: 0 0 38px 0;
	clear: both;
	overflow: hidden;
}
.block2 .leftpane {
	float: left;
	padding: 0 5px 0 0;
	width: 300px;
}
.block2 .leftpane h3 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	line-height: 38px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}
.block2 .leftpane h3 span {
	padding: 0 0 0 27px;
	background: url(../img/bgi/anchor-icon.png) left center no-repeat;
}
.block2 .leftpane p, .leftpane p {
	font-size: 18px;
	color: #839aa9;
	line-height: 24px;
}
.block2 .rightpane {
	float: right;
	position: relative;
	margin: 7px 0 0 0;
	width: 651px;
}
.block2 .offer-icon {
	position: absolute;
	z-index: 9999;
	left: 0;
}
.block2 .offer-pic {
	float: left;
	position: relative;
	z-index: 0;
	margin: 0 0 0 31px;
	width: 270px;
}
.block2 .offer-details {
	float: left;
	position: relative;
	z-index: 0;
	width: 349px;
	height: 199px;
	background: url(../img/bgi/transparent-bg.png);
}
.block2 .offer-details h4 {
	margin: 20px 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
}
.block2 .offer-details p {
	margin: 24px 0 19px 30px;
	width: 308px;
}
.block2 .offer-details .parastyle, .rightpane2 .offer-details .parastyle {
	margin: 20px 0 40px 30px;
	width: 308px;
}
.block2 .offer-details .link {
	float: right;
	margin: 0 10px 0 0;
	width: 308px;
	background: url(../img/bgi/bullet-icon3.png) right center no-repeat;
}
.block2 .offer-details .link a {
	float: left;
	padding: 0 40px 0 0;
	color: #f5a02f;
	text-decoration: none;
}
.block3 {
	margin: 0 0 46px 0;
	clear: both;
	overflow: hidden;
}
.block3 .leftpane {
	float: left;
	padding: 0 5px 0 0;
	width: 300px;
}
.block3 .leftpane h3 {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	line-height: 38px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}
.block3 .leftpane h3 span {
	padding: 0 0 0 27px;
	background: url(../img/bgi/anchor-icon.png) left center no-repeat;
}
.block3 .leftpane ul, .leftpane ul {
	font-size: 18px;
	line-height: 24px;
}
.block3 .leftpane li, .leftpane li {
	padding: 5px 0 2px 0;
}
.block3 .leftpane li a {
	color: #0097ed;
	padding: 0 0 0 31px;
	text-decoration: none;
	background: url(../img/bgi/bullet-icon2.png) left center no-repeat;
}



.pane3 ul li a {
	color:#0097ED;
}
.pane3 ul li a.active {
	color:#f5a02f;
}
.pane3 ul li a:hover {
	text-decoration:none;
}
.block3 .leftpane li a:hover, .leftpane li a:hover {
	color: #f5a02f;
}
.block3 .rightpane {
	float: right;
	position: relative;
	margin: 7px 0 0 0;
	width: 651px;
}
.block3 .offer-icon {
	position: absolute;
	z-index: 9999;
	left: 0;
}
.block3 .offer-pic {
	float: left;
	position: relative;
	z-index: 0;
	margin: 0 0 0 31px;
	width: 270px;
}
.block3 .offer-details {
	float: left;
	position: relative;
	z-index: 0;
	width: 349px;
	height: 199px;
	background: url(../img/bgi/transparent-bg.png);
}
.block3 .offer-details h4 {
	margin: 20px 0 0 30px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
}
.block3 .offer-details p, .rightpane3 .offer-details p {
	margin: 24px 0 19px 30px;
	width: 308px;
}
.block3 .offer-details .parastyle, .rightpane3 .offer-details .parastyle {
	padding: 0 30px 0 0;
	margin: 22px 0 20px 30px;
	width: 330px;
}
.block3 .offer-details .link {
	float: right;
	margin: 1px 10px 0 0;
	width: 308px;
	background: url(../img/bgi/bullet-icon3.png) right center no-repeat;
}
.block3 .offer-details .link a {
	float: left;
	padding: 0 40px 0 0;
	color: #f5a02f;
	text-decoration: none;
}
.block4 {
	margin: 0 0 100px 0;
	clear: both;
	overflow: hidden;
}
.block4 .leftpane {
	float: left;
	padding: 0 5px 0 0;
	width: 300px;
}
.block4 .leftpane h3, .pane4 h3 {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	line-height: 53px;
	width: 310px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}

.pane4 h3 a {
	padding: 17px 54px 2px 0;
	background: url(../img/bgi/fb-icon.png) right center no-repeat;
	color: #0097ed;
}
.block4 .leftpane ul, .leftpane ul {
	font-size: 18px;
	line-height: 24px;
}
.block4 .leftpane li, .leftpane li {
	padding: 5px 0 2px 31px;
	background: url(../img/bgi/bullet-icon2.png) left center no-repeat;
}
.block4 .leftpane li a {
	color: #0097ed;
	text-decoration: none;
}
.block4 .leftpane li a:hover {
	color: #f5a02f;
}
.block4 .rightpane, .rightpane4 {
	float: right;
	position: relative;
	margin: 0 0 0 32px;
	width: 619px;
	min-height: 1015px;
	background: url(../img/bgi/transparent-bg.png);
}
.rightpane4 {
	margin:7px 0 0 32px;
}

.rightpane4 h4 {
	margin: 20px 20px 0 20px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	text-transform: uppercase;
	line-height: 1.3em;
}

.block4 .rightpane h5, .rightpane4 h5 {
	margin: 17px 0 0 0;
	padding: 13px 0 18px 21px;
	color: #0097ed;
	font-size: 22px;
	background: url(../img/bgi/divider-bg1.gif) bottom repeat-x;
}
.block4 .rightpane h5:first-child, .rightpane4 h5:first-child {
	margin: 11px 0 0 0;
	padding: 6px 0 18px 21px;
}
.block4 .rightpane p, .rightpane4 p {
	margin: 21px 0 30px 20px;
	color: #839aa9;
	font-size: 18px;
	line-height: 22px;
	width: 560px;
}

.block4 .rightpane ul, .rightpane4 ul {
	margin: 21px 0 30px 50px;
	color: #839aa9;
	font-size: 18px;
	line-height: 22px;
	width: 560px;
}

.block4 .rightpane li, .rightpane4 li {
	list-style-type: disc;
}

.block4 .rightpane form, .rightpane4 form {
	margin: 21px 0 30px 20px;
	width: 560px;
}

.rightpane4 p.weiter {
	margin:21px 0 21px 20px;
}
.rightpane4 h5.versan {
	padding:13px 0 12px 21px;
}
.block4 .leftpane .anchor, .pane4 .anchor {
	margin: 37px 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 38px;
	font-size: 22px;
	font-weight: bold;
	color: #0097ed;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}
.block4 .leftpane .anchor span {
	padding: 0 0 0 27px;
	background: url(../img/bgi/anchor-icon.png) left center no-repeat;
}
.weblinks, .weblinks2 {
	font-size: 18px;
}
.weblinks5, .weblinks2 {
	padding:13px 0 0 0;
	float:left;
	width:300px;
}
.weblinks a, .weblinks2 a {
	padding: 0 0 3px 31px;
	color: #0097ed;
	text-decoration: none;
	line-height: 32px;
	background: url(../img/bgi/bullet-icon2.png) left top no-repeat;
}
.weblinks a:hover, .weblinks2 a:hover {
	color: #f5a02f;
}
.weblinks strong {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 19px 31px;
	line-height: 27px;
	color: #839aa9;
	font-size: 18px;
	font-weight: normal;
	background: url(../img/bgi/divider-bg.gif) bottom repeat-x;
}
.weblinks2 strong {
	display: block;
	margin: 0 0 0 0;
	padding: 2px 0 19px 31px;
	line-height: 27px;
	color: #839aa9;
	font-size: 18px;
	font-weight: normal;
	background: none;
}
/* =End Main Content
--------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------*/

#footer {
	height: 88px;
	background: url(../img/bgi/footer-bg.gif) repeat-x;
}
.subnav {
	padding: 17px 0 0 0;
	text-align: right;
}
.subnav li {
	display: inline;
	padding: 0 14px 0 14px;
	background: url(../img/bgi/divider-bg2.gif) left center no-repeat;
	text-transform: uppercase;
}
.subnav li:first-child {
	background: none;
	padding-left: 0;
}
.subnav li a {
	color: #023256;
	text-decoration: none;
}
.subnav li a:hover {
	text-decoration: underline;
}

/* End Footer
--------------------------------------------------------------------------------------------------*/
