/**
 * Pedalo / Holz Hoerz
 * Main Stylesheet
 *
 * (c) EZdesign.de
 * Author: Timo Besenreuther
 */


body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/body.bg.png) repeat-x #FFE224;
}

div.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	margin: 1px;
	border: 1px solid #666;
	background: white;
}

select {
	padding: 0;
}


/**
 * general layout
 */

div#header {
	background: #eee;
	height: 258px;
	background: url(../upload/header_images/main.jpg) no-repeat;
}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 976px;
	background: url(../images/container.bg.png) repeat-y;
}

div#shadowLeft,
div#shadowRight {
	float: left;
	width: 8px;
	height: 767px;
	overflow: hidden;
}
div#shadowLeft {
	background: url(../images/shadow.left.png);
}
div#shadowRight {
	background: url(../images/shadow.right.png);
}

div#innerContainer {
	width: 960px;
	float: left;
	background: white;
	min-height: 767px;
	padding-bottom: 40px;
}
* html div#innerConatiner {
	height: 767px;
}

div#left {
	width: 180px;
	float: left;
	margin-left: 10px;
	padding: 12px 0;
}
* html div#left {
	margin-left: 4px;
}

div#right {
	width: 180px;
	float: right;
	margin-right: 10px;
	padding: 12px 0;
}
* html div#right {
	margin-right: 4px;
}

div#center {
	width: 560px;
	margin-left: 200px;
	padding: 12px 0;
}
* html div#center {
	margin-left: 196px;
	overflow: hidden;
}


/**
 * header
 */

/* logo */

div#logo {
	position: absolute;
	margin: 100px 0 0 20px;
}
div#logo a {
	display: block;
	width: 163px;
	height: 48px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/pedalo.logo.gif);
}

/* header navigation */

ul#headernav {
	float: right;
	list-style: none;
	padding-right: 8px;
}

ul#headernav li {
	float: left;
	padding: 1px 10px 0 10px;
}

ul#headernav li a {
	font-size: 11px;
	line-height: 15px;
}

/* main navigation */

ul#mainnav {
	position: absolute;
	margin: 226px 0 0 0;
	list-style: none;
	padding-left: 8px;
	width: 900px;
}
* html ul#mainnav {
	position: relative;
}

ul#mainnav li {
	float: left;
	height: 32px;
	background: url(../images/bigbox.red.bg.png);
}

ul#mainnav li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: white;
	background: url(../images/bigbox.red.right.png) no-repeat top right;
	padding: 0 22px;
}

ul#mainnav li.active,
ul#mainnav li.open {
	background-image: url(../images/bigbox.green.bg.png);
}

ul#mainnav li.active a,
ul#mainnav li.open a{
	background-image: url(../images/bigbox.green.right.png);
	color: black;
}

/* breadcrumb */

div#breadcrumbBar {
	background: #D2DC01;
	height: 28px;
	line-height: 28px;
}

div#breadcrumbContainer {
	float: left;
	font-size: 11px;
	padding-left: 10px;
}

div#breadcrumb {
	display: inline;
}

div#breadcrumb a {
	color: black;
}

/* search */

div#search {
	float: right;
	vertical-align: middle;
	font-size: 10px;
	padding-right: 10px;
}
* html div#search {
	padding-top: 3px;
}

input#searchInput {
	font-size: 11px;
	border: 1px solid white;
	background: white;
}

input#searchSubmit {
	font-size: 11px;
	border: 0;
	background: #C40201;
	color: white;
}


/**
 * sub navigation (left)
 */

ul#subnav {
	width: 180px;
	list-style: none;
	margin: 0;
}

ul#subnav a {
	color: black;
}

/* first level */

ul#subnav li {
	background-repeat: no-repeat;
	background-position: top left;
}

ul#subnav li a {
	display: block;
	height: 28px;
	line-height: 28px;
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 8px;
	font-weight: bold;
}

ul#subnav li.active a,
ul#subnav li.open a {
	background: url(../images/box.red.top.png) #C40201 no-repeat;
	color: white;
}

ul#subnav li.empty a {
	background: url(../images/box.red.png) #C40201 no-repeat;
}

ul#subnav ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 4px 0;
	background: no-repeat left bottom;
}

ul#subnav li.active ul,
ul#subnav li.open ul {
	background: url(../images/box.green.bottom.png) #EDF199 no-repeat left bottom;
	padding-bottom: 7px;
}

/* second level */

ul#subnav li li.open,
ul#subnav li li.active,
ul#subnav li li.off,
ul#subnav li li {
	background: none;
	border-bottom: 1px solid #EDF199; /* stupid ie6... */
}

ul#subnav li li.open a,
ul#subnav li li.active a,
ul#subnav li li.off a {
	height: auto;
	line-height: 22px;
	background: none;
	font-weight: normal;
	color: black;
}

ul#subnav li li.open a,
ul#subnav li li.active a {
	font-weight: bold;
}

ul#subnav li.active li ul,
ul#subnav li.open li ul,
ul#subnav li li ul {
	background: none;
	padding: 0;
}

/* third level */

ul#subnav li li li.open a,
ul#subnav li li li.active a,
ul#subnav li li li.off a {
	line-height: 18px;
	font-size: 11px;
	padding-left: 15px;
	font-weight: normal;
}

ul#subnav li li li.open a,
ul#subnav li li li.active a {
	font-weight: bold;
}

/* fourth level */

ul#subnav li li li li.open a,
ul#subnav li li li li.active a,
ul#subnav li li li li.off a {
	padding-left: 25px;
}


/**
 * boxes
 */

div.box {
	background: url(../images/box.green.bottom.png) #EDF199 no-repeat left bottom;
	margin-bottom: 10px;
}

div.box h3 {
	background: url(../images/box.red.top.png) #C40201 no-repeat top right;
	height: 28px;
	line-height: 28px;
	padding-left: 8px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

div.boxContent {
	padding: 10px 8px;
}

#EzNewsletter_Mail,
div.box input.login {
	width: 150px;
}

div.box ul {
	list-style: none;
	font-size: 11px;
	margin-top: 5px;
}

.RecommendedProduct .EzBlocks_TeaserHead,
.FeaturedProduct .EzBlocks_TeaserHead {
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #aaa;
}

.RecommendedProduct .EzBlocks_TeaserArticleNr,
.FeaturedProduct .EzBlocks_TeaserArticleNr {
	font-size: 11px;
	float: right;
}

.RecommendedProduct .EzBlocks_TeaserPrice,
.FeaturedProduct .EzBlocks_TeaserPrice {
	font-weight: bold;
	color: #C40201;
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #aaa;
}

.RecommendedProduct .EzBlocks_TeaserImage,
.FeaturedProduct .EzBlocks_TeaserImage {
	text-align: center;
	margin: 0 0 4px 0;
}

.RecommendedProduct .EzBlocks_TeaserReadMore,
.FeaturedProduct .EzBlocks_TeaserReadMore {
	display: block;
	text-align: center;
	font-size: 11px;
}


/**
 * footer
 */

div#footer {
	position: absolute;
	background: #FFE019;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	color: #4E2116;
	width: 960px;
	margin: -31px 8px 0 8px;
}

div#hoerzLogo {
	float: right;
	margin-right: 10px;
}
div#hoerzLogo a {
	display: block;
	width: 162px;
	height: 31px;
	overflow: hidden;
	background: url(../images/holzhoerz.logo.png);
	text-indent: -999px;
}

div#footer p {
	float: left;
	padding-left: 10px;
}


/**
 * content
 */

/* videos in content block */
div.EzFileFrontend div.Video a {
	display: block;
	width: 98px;
	height: 70px;
	border: 1px solid #666;
	background: url(../includes/EzFileFrontends/Core/Images/play.png) no-repeat #f4f4f4;
	background-position: center center;
	margin: 0 3px 0 0;
	overflow: hidden;
	text-indent: -9999px;
}

div.EzFileFrontend div.Video a:hover {
	border-color: #C40201;
}

div.EzFileFrontend div.Video div.Title {
	width: 100px;
	text-align: center;
	font-size: 11px;
	padding: 0 0 8px 0;
}

div.EzFileFrontend div.Video div.Description {
	display: none;
}


/* videos on article page */
div.ccTabsVideos div.EzFileFrontend div.Video {
	min-height: 80px;
	border: 2px solid #ECECEC;
	margin: 0 3px 3px 0;
	padding: 0 7px;
}
* html div.ccTabsVideos div.EzFileFrontend div.Video {
	height: 80px;
}

div.ccTabsVideos div.EzFileFrontend div.Video a {
	margin-top: 4px;
	float: left;
}

div.ccTabsVideos div.EzFileFrontend div.Title {
	text-align: left;
	font-size: 12px;
	margin-left: 115px;
	font-weight: bold;
	color: #C40201;
	padding-top: 5px;
}

div.ccTabsVideos div.EzFileFrontend div.Description {
	display: block;
	margin-left: 115px;
	padding: 0 0 5px 0;
}

div.blocks div.EzFileFrontend div.Image {
	padding-bottom: 3px;
}

div.h1box,
a.ezBlocksMoreLink,
a.EzBlocks_More,
h1 {
	line-height: 28px;
}

div.h1box {
	background: url(../images/h1.left.png) #EDF199 repeat-y;
	margin-bottom: 4px;
}

a.ezBlocksMoreLink,
a.EzBlocks_More,
div#container h1 {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/h1.right.png) repeat-y top right;
	padding-left: 11px;
	margin: 0;
}

a.ezBlocksMoreLink,
a.EzBlocks_More {
	display: block;
	font-size: 12px;
	text-align: center;
}

a.ezBlocksMoreLink.loading,
a.ezBlocksMoreLink.loading:hover,
a.EzBlocks_More.loading,
a.EzBlocks_More.loading:hover {
	color: #666;
	text-decoration: none;
}


/* h1 in content (available in wysiwyg) */
div#container div.contentBox h1 {
	color: #C40201;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 10px 0;
	background: none;
	padding: 0;
}

/* content box */

div.contentBox {
	background: url(../images/contentbox.bg.png) repeat-y;
	margin: 0 0 4px 0;
	padding: 0;
	border-bottom: 1px solid white; /* stupid ie... */
}
* html div.contentBox {
	width: 560px;	
}

div.contentBoxInner1 {
	background: url(../images/contentbox.top.png) no-repeat top left;
	padding-top: 4px;
}

.highlighted div.contentBoxInner1 {
	background: url(../images/contentbox.highlight.png) no-repeat top left;
	padding: 2px 0 0 0;
}


div.contentBoxInner2 {
	background: url(../images/contentbox.bottom.png) no-repeat bottom left;
	padding: 7px 12px 10px 12px;
	margin: 0;
}

a.Back {
	display: block;
	background: #EDF199;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 25px;
	font-weight: bold;
	font-size: 13px;
	text-align: center; 
}

/* tabs */

div.contentBoxTabs {
	padding: 0 4px;
}

ul.contentBoxTabs {
	list-style: none;
	background: url(../images/contentbox.tabs.top.png) #E9E9E9 no-repeat;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
}

ul.contentBoxTabs li {
	float: left;
	margin: 2px 0 0 5px;
}

ul.contentBoxTabs li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 117px;
	text-align: center;
	background: url(../images/contentbox.tabs.off.png) no-repeat left bottom;
	color: black;
	font-weight: bold;
}

ul.contentBoxTabs li.active a {
	background-image: url(../images/contentbox.tabs.active.png);
}

ul.contentBoxTabs li.active a {
	color: #C40201;
}


/* buttons */

a.button130,
a.button100 {
	background: url(../images/button.red.100.png) #C40000;
	color: white;
	display: block;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	width: 100px;
	margin: 5px auto 0 auto;
}

a.button130 {
	background-image: url(../images/button.red.130.png);
	width: 130px;
}

a.button130:hover,
a.button100:hover {
	color: white;	
}


/* Gallery */

.Gallery .Image {
	float: left;
	width: 120px;
	height: 90px;
	margin: 0 7px 15px 7px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.Gallery .Image img {
	margin: 1px;
}
