@import url("reset.min.css");


/***********************************************/
/* www.pleasantbeef.com / CSS styling          */
/***********************************************/


/******** set general styling components *******/

body {
	font-family: "Trebuchet MS", Helevtica, Geneva, Georgia, Verdana, Arial, sans-serif; 
	font-size: 14px; /* Resets 1em to 11px (62,5% = 10px / 70% = 11px / 75% = 12px) */
	line-height: 19px;
	color: #d6d5d5;
	background: #0f0c03 url(../_images/bkg_body.jpg) fixed center top no-repeat;
	overflow-x: hidden;
}
* html body {
	text-align: center;
}
a img {
	border: 0 !important;
}


/* *****************
 * section helper
 */
.uppercase {
	text-transform: uppercase;
}

.overlay {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0px;
	right: 15px;
	background: transparent url(../_images/schaerpe.png) top right no-repeat;
}

/* provide a handy floating clearing
 * 
 * stretch surrounding element (area) over all included floating elements
 * see: "How To Clear Floats Without Structural Markup", http://www.positioniseverything.net/easyclearing.html
 * and: "Simple Clearing of Floats", http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/
 */
/* ignored by win ie */
.area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.area 			{display: inline-block;} 

/* hide from mac ie5 \*/
* html .area 	{height: 1%;} 
*+html .area 	{}	/* Facing trouble with IE7. Updated with source above. */
.area 			{display: block;}
/* end hiding mac ie5 */



/* ***************************
 * section plain HTML elements
 */
h1 {
	margin-top: 0;
	padding: 0px 0px 25px;
	color: #f1da66;					/* #F3C925 */
	font-size: 20px;
	text-transform: uppercase;
}

p, form {
	padding-bottom: 20px;
}

a,
a:link,
a:visited {
	color: #f1da66;
	border: none;
	border-bottom: dotted 1px #f1da66;
	text-decoration: none;
	outline: 0px none;
}

#pageWrapper {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	background: transparent url(../_images/bkg_wrapper.png) center top repeat-y;
}
* html #pageWrapper {
/* IE6, contribute box model. */
}
*+html #pageWrapper {
/* IE7+, contribute box model. */
}

.menu {
	position: absolute;
	top: 0px;
	left: 158px;			/* 1000px (contentWrapper) - 711px (menu) = 289px / 2 = 145px */
	width: 711px;
	height: 80px;
	margin: 0px auto;
	overflow: hidden;
	background: transparent url(../_images/bkg_menu.png) center top no-repeat;
}

.menu a,
.menu a:active,
.menu a:visited {
	text-decoration: none;
	border: none;
}

.menu a.home {
	margin: 0px 0px 0px 25px;
	float: left;
}

.menu a.home span.logoType {
	width: 123px;
	height: 13px;
	display: block;
	margin-top: 50px;
	padding-right: 2px;
	float: left;
	background: transparent url(../_images/logo_pb_fontface.png) left top no-repeat;
	cursor: pointer;
}

.menu a.home span.logoImg {
	width: 63px;
	height: 68px;
	margin-top: 2px;
	display: block;
	float: left;
	background: transparent url(../_images/logo_pb_label.png) left top no-repeat;
	cursor: pointer;
}

.menu a.home.active span.logoType {
	background: transparent url(../_images/logo_pb_type.png) left top no-repeat;
}

.menu a.home.active span.logoImg {
	background: transparent url(../_images/logo_pb_label.png) left top no-repeat;
}

.menu ul.menuItems {
	margin: 35px 5px 0px 0px;
	float: right;
}

.menu ul.menuItems li {
	margin-right: 25px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu ul.menuItems li a {
	color: #b8b9b8;
	border: none;
}

.menu ul.menuItems li a:hover {
	padding-bottom: 5px;
	color: #f8f8f8;
}

.menu ul.menuItems li.active a {
	padding-bottom: 5px;
	color: #f8f8f8;
}

.contentArea {
	padding: 430px 75px 10px;
}

.contentArea .grid_West {
	width: 378px;
	float: left;
}

.contentArea .grid_East {
	width: 378px;
	float: right;
}

.contentArea .standalone {
	margin-top: 20px;
}
* html .contentArea hr {
	text-align: center;
}
*+html .contentArea hr {
	text-align: center;
}

input,
select,
textarea {
	color: #d6d5d5;
	border: 0px none;
}

input[type=text],
textarea {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans serif;
}

.inputWrapper,
.selectWrapper {
	height: 29px; 
	float: left; 
	padding: 0px 10px 0px 0px; 
	background: transparent url(../_images/bkg_inputtext_e.png) right top no-repeat;
}

.inputWrapper input,
.selectWrapper select,
.inputWrapper .likeButton {
	width: 250px;
	height: 29px;
	float: left;
	padding: 5px 0px 0px 10px; 
	background: transparent url(../_images/bkg_inputtext_w.png) left top no-repeat;
}

.selectWrapper select {}

.selectWrapper select option {}

.textareaWrapper_north {
	width: 270px;
	float: left;
	background: transparent url(../_images/bkg_textarea_n.png) center top no-repeat;
}

.textareaWrapper_south {
	padding: 10px;
	background: transparent url(../_images/bkg_textarea_s.png) center bottom no-repeat;
}

.textareaWrapper_south textarea {
	height: 157px;
	width: 250px;				/* 250px width - 2 x 10px padding = 230px */
	border: 0px none;
	background-color: transparent;
}
p.back {
	padding: 20px 0 0 35px;
}
* html .textareaWrapper_south textarea {
	height: 155px;
}
*+html .textareaWrapper_south textarea {
	height: 155px;
}


.buttonWrapper {
	height: 29px;
	float: left;
	padding: 0px 10px 0px 0px;
	background: transparent url(../_images/bkg_submenu_e_active.png) right top no-repeat;
}

.buttonWrapper input,
.buttonWrapper a {
	height: 29px;
	padding: 2px 15px 2px 25px;
	float: left;
	text-transform: uppercase;
	background: transparent url(../_images/bkg_submenu_w_active.png) left top no-repeat;
	cursor: pointer;
}

form .lineContainer {
	padding-bottom: 20px;
}

.bkg_color {
	background-color: transparent;
	min-height: 417px;
	background-position: center top;
	background-repeat: no-repeat;
}

* html .bkg_color {
	height: 417px;
}

*+html .bkg_color {
	height: 417px;
}



/* *****************
 * section sub-menu
 */
.subMenu {
	margin-top: -13px;
	float: right;
	height: 35px;
}

.subMenu li {
	margin-right: 5px;
	font-size: 11px;
	float: left;
	height: 31px;
	width: 147px;
	background-image: url(../_images/bg_sub_inactive.png);
}

.subMenu li.hide {
	background-image: none;
}

.subMenu li.last {
	margin-right: 0px;
}

.subMenu .active {
	background-image: url(../_images/bg_sub_active.png);
}

.subMenu li a {
	width: 147px;
	height: 24px;
	padding-top: 7px;
	display: block;
	color: #b8b9b8;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 0px none;
}
.subMenu li a:hover {
	color: #f8f8f8;
}

* html .subMenu li a {
	padding-top: 6px;
}

*+html .subMenu li a {
	padding-top: 6px;
}

.subMenu li.active a {
	color: #fcfcfC;
}



/* *****************
 * section HOME
 */
#home {
	position: relative;
	background-image: url(../_images/header_home.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

* html #home {

}

*+html #home {

}

*+html #pageWrapper.home {
/* Just don't ask. */
	width: 980px;
}

.posting,
.hookups {
	padding: 0 0 15px 0;
}
.news {
	padding: 0 0 35px 0;
}
.graphics {
	padding: 0 0 35px 0;
}
.posting h3,
.hookups h3,
h3,
.graphics h3 {
	margin-bottom: 15px;
	padding-left: 15px;
	background: transparent url(../_images/icon_news_border_yellow.png) left top repeat-y;
}

.posting h3 b,
.hookups h3 b,
h3 b,
.graphics h3 b {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.posting h3 i,
h3 i,
.graphics h3 i {
	display: block;
	color: #f1da66;
	font-size: 11px;
	font-style: normal;
}


/* *****************
 * section GRAPHICS
 */ 
.graphics .grid_West a {
	border-bottom: 0;
}




/* *****************
 * section CONTACT
 */
h1.contact {
	margin-top: 22px;
}
form#contactForm {
	clear: both;
	margin-bottom: 25px;
	padding-top: 25px;
}

form#contactForm label {
	width: 95px;
	float: left;
	margin-right: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: solid 1px #2a2b2c;
}

form#contactForm .buttonWrapper {
	float: right;
	margin-right: 7px;
}

form#contactForm .buttonWrapper input {
	width: 260px;
	padding-top: 0px;
	text-align: center;
	font-size: 18px;
}
* html form#contactForm .buttonWrapper input {
}
*+html form#contactForm .buttonWrapper input {
}

.confirmationMessage {
	clear: both;
}

.confirmationMessage p {
	padding-bottom: 30px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}


/* *****************
 * section ABOUT
 */

#about {
	min-height: 417px;
	background-image: url(../_images/../_images/header_about.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

* html #about {
	height: 417px;
}

*+html #about {
	height: 417px;
}



/* *****************
 * section COLLECTION
 */
h1.collection {
	margin-top: 22px;
}
ul.collection_head {
	width: 950px;
	height: 320px;
	position: absolute;
	top: 90px;
	left: 30px;
}

ul.collection_head li {
	float: left;
	width: 20%;
	height: 320px;
	padding: auto;
	text-align: center;
}

ul.collection_head li a {
	border: 0;
}

ul.collection_head li a img{
	margin: 50px 0;
}

#collection {
	min-height: 417px;
	background-image: url(../_images/../_images/header_collection.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

* html #collection {
	height: 417px;
}

*+html #collection {
	height: 417px;
}



/* *****************
 * section PHILOSOPHY
 */

#philosophy {
	min-height: 417px;
	background-image: url(fileadmin/_images/header_philosophy.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

* html #philosophy {
	height: 417px;
}

*+html #philosophy {
	height: 417px;
}



/* *****************
 * section NETWORK
 */
#network {
	background-image: url(fileadmin/_images/header_network.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
* html #network {
}
*+html #network {
}


/* *****************
 * section PARTNER STORES
 */
form#partnerStoresForm {
	clear: both;
	margin-bottom: 25px;
	position: relative;
	top: 25px;
}

form#partnerStoresForm label {
	width: 95px;
	float: left;
	margin-right: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: solid 1px #2a2b2c;
}

form#partnerStoresForm .buttonWrapper {
	float: right;
	margin-right: 7px;
}

form#partnerStoresForm .buttonWrapper input {
	width: 260px;
	padding-top: 0px;
	text-align: center;
	font-size: 18px;
}
* html form#partnerStoresForm .buttonWrapper input {
}
*+html form#partnerStoresForm .buttonWrapper input {
}



/* *****************
 * section IMPRINT
 */
#imprint {
	background-image: url(fileadmin/_images/header_imprint.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
* html #imprint {
}
*+html #imprint {
}



/* *****************
 * section HOOKUPS
 */
#hookups {
	background-image: url(../_images/header_hookups.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
* html #hookups {
}
*+html #hookups {
}



/* ****************************
 * section TERMS OF CONDITIONS
 */
#toc {
	background-image: url(../_images/header_agb.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
* html #toc {
}
*+html #toc {
}


/* ****************************
 * section TERMS OF CONDITIONS
 */
 .pics {
	padding-bottom: 20px;
	margin-top: -15px;
}
.pics img {
	float: left;
	margin-right: 6px;
}
.pics span.last img {
	margin-right: 0;
}


/* *****************
 * section footer
 */

#footer {
	height: 60px;
	margin: 0 75px;
	overflow: hidden;
	font-size: 12px;
	background: transparent url() no-repeat scroll center top;
}

#footer span.graphix {
	margin: 0;
	display: block;
	background: transparent url() no-repeat scroll center top;
	border-bottom: solid 1px #f1da66;
}

a.backToTop {
	float: left;
	text-transform: uppercase;
}

#footer ul {
	float: right;
}

#footer ul li {
	margin-right: 0;
	padding: 10px;
	float: left;
	text-transform: uppercase;
}

#footer ul li.last {
	padding-right: 25px;
}

#footer ul li a,
a.backToTop {
	margin-left: 25px;
	color: #B8B9B8;
	border: 0px none;
	padding: 10px;
}


/* ****************************
 * section COLLECTION
 */
div.collection_single_head {
	width: 950px;
	height: 450px;
	position: absolute;
	top: 100px;
	left: 30px;
}

div.collection_single_head div.single_img {
	margin-left: 130px;
	padding: 0;
	float: left;
	width: 305px;
	height: 445px;
	text-align: center;
}

div.collection_single_head div.single_desc {
	background: transparent url('../_images/collection_single_background.png') no-repeat 30px 0;
	width: 465px;
	height: 450px;
	padding: 0;
	float: left;
	text-align: left;
}
div.collection_single_head div.single_desc h1 {
	color: #d6d5d5;
	padding-bottom: 10px;
	margin-left: 50px;
	width: 250px;
	float: left;
}
div.collection_single_head div.single_desc h2 {
	margin-top: 15px;
}
div.collection_single_head div.single_desc p,
div.collection_single_head div.single_desc h2,
div.collection_single_head div.single_desc table {
	width: 326px;
	margin-left: 50px;
}
div.collection_single_head div.single_desc p {
	font-size: 12px;
	line-height: 14px;
}
div.collection_single_head div.single_desc .price {
	color: #f1da66;
	padding-top: 9px;	
	font-size: 21px;
	line-height: 0;
	width: 75px;
	float: left;
	margin: 0;
	text-align: right;
}
div.collection_single_head div.single_desc .text {
	border-top: 1px solid #d6d5d5;
	margin-top: 30px;
	padding-top: 15px;
}
div.collection_single_head div.single_desc table {
	font-size: 11px;
	line-height: 16px;
}

div.collection_single_head div.single_desc table td {
	vertical-align: top;
}

div.collection_single_head div.single_desc ul.pics {
	width: 325px;
	height: 70px;
	padding: 10px 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 9px;
	margin-top: 38px;
	border-top: 1px solid #d6d5d5;
}
div.collection_single_head div.single_desc ul.pics li {
	margin: 0 5px 0 0;
	padding: 0;
	width: 60px;
	height: 66px;
	float: left;
}

div.collection_single_head div.single_desc ul.sizes {
	background: transparent url('../_images/sizes.png') 0 -21px no-repeat;
	width: 349px;
	height: 36px;
	padding: 0 0 0 17px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: 115px;
}
div.collection_single_head div.single_desc ul.sizes li {
	margin: 0 10px 0 0;
	padding: 0;
	width: 35px;
	height: 21px;
	margin-top: 7px;
	float: left;
}
div.collection_single_head div.single_desc ul.sizes li.xs_inactive {
	background: transparent url('../_images/sizes.png') -34px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.s_inactive {
	background: transparent url('../_images/sizes.png') -102px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.m_inactive {
	background: transparent url('../_images/sizes.png') -170px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.l_inactive {
	background: transparent url('../_images/sizes.png') -238px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.xl_inactive {
	background: transparent url('../_images/sizes.png') -306px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.xs_active {
	background: transparent url('../_images/sizes.png') 0 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.s_active {
	background: transparent url('../_images/sizes.png') -68px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.m_active {
	background: transparent url('../_images/sizes.png') -136px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.l_active {
	background: transparent url('../_images/sizes.png') -204px 0 no-repeat;
}
div.collection_single_head div.single_desc ul.sizes li.xl_active {
	background: transparent url('../_images/sizes.png') -272px 0 no-repeat;
}
div.collection_single_buy {
	clear: both;
	margin: 65px 0 160px 405px;
	position: relative;
}
div.collection_single_buy a.back_button,
div.collection_single_buy a.buy_button {
	display: block;
	height: 33px;
	width: 180px;
	margin: 24px 0 0 0;
	border: none;
	padding-top: 9px;
	float: left;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
div.collection_single_buy a.buy_button {
	background: transparent url(../_images/button_bg_green.png) no-repeat;
	color: #ffffff;
}
div.collection_single_buy a.back_button {
	background: transparent url(../_images/button_bg_black.png) no-repeat;
	margin-left: 6px;
	color: #808080;
}


table.csc-uploads {
	margin-top: 30px;
	height: 280px;
}
table.csc-uploads td {
	vertical-align: top;
}


div.pp_pic_holder a {
	border: 0;
}
div.pp_gallery {
	margin-top: 10px;
}



/* Redesign */
#content {
	float: left;
	margin-bottom: 15px;
	width: 610px;
}
#sidebar {
	float: right;
	margin-bottom: 15px;
	width: 200px;
}
#footer {
	clear: both;
}
div.csc-textpic-clear {
	margin-bottom: 35px;
}

body#page-97 h1 {
	margin-bottom: -35px;
}
body#page-97 #sidebar h2 {
	font-size: 17px;
	margin-top: 15px;
}
body#page-97 #sidebar h2.first_entry {
	margin-top: 35px;
}
body#page-97 #sidebar div.csc-textpic-clear {
	margin-bottom: 15px;
}
body#page-97 h3 {
	margin-top: 35px;
}
body#page-97 p#abstand_flash {
	line-height: 1px;
}

body #sidebar #rss-feed {
	font-size: 12px;
}

body #footer #social-links {
	float: left;
	margin-left: 471px;
	margin-top: 8px;
}
