body {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 11px; 
	line-height: 14px; 
	background-color: #50356d; 
	color: #CCCCCC;
	margin: 0;
	padding: 0;
}

/* Hauptcontainer */
#container {
	float: right;
	width: 842px;
	background-image: url("../img/mainbg.jpg");
	background-position: right top;
	backgroudn-repeat: no-repeat;
} 

#container .pad {
	padding-left: 22px;
	padding-right: 33px;
}

/* Layout innerhalb Container */
#header { 
	float: right;
	padding-top: 22px;
}

#content {
	padding-top: 22px;
	padding-bottom: 80px;
}

#footer {
	padding: 0 !important;
}

h1 a {
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	height: 65px;
	width: 219px;
}

/* Areas */

.defaultpadding {
	padding-top:15px;
}

#page_content {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* Area Titel ohne Menuleiste */
#areas .title {
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}
#areas .title a {
	overflow: hidden;
	text-indent: -1000px;
	display: block;
	height: 47px;
	width: 400px;
}

/* Area Titel mit Menuleiste */
#areas .active .title {
	padding-bottom: 5px;
}
#areas .active .content {
	padding-top: 0px;
	padding-bottom: 5px;
}

/* Menuleiste unter Area Titel */
#areas .area .menubar {
	background: #50356D;
	height: 14px;
	padding-top: 2px;
	margin-bottom: 4px;
	margin-left: -22px;
	padding-left: 22px;
}
#areas .area .menubar li {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}
#areas .area .menubar a {
	color: #FFFFFF
}
#areas .area .menubar a:hover {
	color: #A970E6
}
#areas .area .menubar a.active {
	color: #A970E6;
}

/* Headings und Paragraphs */
h1,h2,h3,h4,h5,h6,p { 
	margin: 0; 
	padding: 0 
}
h2 { 
	color: #fff 
}
p { 
	margin-bottom: 11px; 
}

/* Zuruecksetzen der Listen */
.reset{ 
	margin: 0; 
	padding: 0; 
	list-style: none
}

.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}

/* Weblinks */
a { 
	font-size: 10px; 
	text-decoration: none; 
	color: #FFFFFF; 
}
a:hover { 
	color: #a970e6; 
}
a:active { 
	color: #a970e6; 
	outline: none; 
}
a img {
	border: none 
}
a:focus{ 
	-moz-outline-style: none;
}

/* Forumlare */
form fieldset {
	border: 0; 
	margin: 0; 
	padding: 0
}
form div.input,
form div.submit {
	padding-top: 4px;
}
form label {
	display: block;
	float: left;
	width: 110px;
}
form .submit {
	padding-left: 110px;
	padding-top: 10px;
}
form .no-pad {
	padding-left: 0;
}

form button,
form input, 
form textarea {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color:#616161;
	border:1px solid #616161;
	color:#CCCCCC;
	font-size:10px;
}

form button,
form .submit input {
	letter-spacing: 0.07em;
	font-weight: bold;	
	width: auto;
	color: #fff;
	background: #50356D;
	border-color: #50356D;
}

/* Company Info */
div.company-info {
	padding-top: 24px;
	padding-bottom: 33px;
	padding-right: 70px;
}



/* Produktliste */
.products-index {
	padding-bottom: 20px;
	padding-top: 8px;
}
.products-index li {
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	width: 143px;
	height: 33px;
}
.products-index li.last {
	margin-right: 0;
}
.products-index li.category {
	background: #100D0F;
	color: #858585;
	font-size: 10px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.products-index li.category div {
	padding: 3px 5px;
}

/* Produkt Ansicht */
.product-view  {
	padding-top: 8px;
}
.product-view .image {
	float:left; 
	width: 358px;
	height: 308px;
	overflow: hidden;
	display: table; 
	background-color: #202020;
	#position: relative;
}
.product-view .image-middle {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%;
	#top: 50%;
	#position: absolute;
}
.product-view .image-inner {
	#position: relative; 
	#top: -50%;
}

.product-view .product {
	float:right; 
	width: 395px;
}
.product-view .title big {
	float: left;
	display: block;
}
.product-view .title h3 {
	float: right;
	display: block;
}
.product-view .row {
	clear: both;
}
.product-view .cell_1 {
	width: 80px;
	float: left;
}
.product-view .cell_2 {
	width: 200px;
	float: left;
}
.product-view .material, 
.product-view .metadata {
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
.metadata .price {
	width: 314px;
}
.product-view .title * {
	color: #A970E6;
	font-weight: normal;
	font-size: 12px;
}
.product-view .description {
	width: 390px;	
	height: 170px;
	overflow: hidden;
}
.product-view #description {
	width: 2000px;	
}
.product-view .description-chunk {
	padding-right: 10px;
	width: 380px;
	color: #777;
	float: left;
}
.product-view .paging {
	float: right;
}
.product-view .paging-control {
	float: right;
}
.product-view .image-label {
	text-align: right;
	position: absolute;
	z-index: 6000;
	width: 358px;
	height: 44px;
}
.product-view .image-label img {
	padding: 10px;
}

/*
.image img {
	width: 358px;
}*/

/* Kontaktformular */

.contact-form {
	padding-top: 5px;
}

.contact-form ol, .contact-form ol li {
	list-style: none; 
	padding: 0;
	margin: 0;
	width: 264px;
}
.contact-form ol li {
	padding-top: 5px;
}

.contact-form-left {
	float: left;
	margin-right: 20px;
}

.contact-form label {
	display: block;
	float: none;
}
.contact-form span {
	color: #F47EFF;
	font-size: 13px;
}

.contact-form input, 
.contact-form textarea  {
	width:264px;
}

.contact-form div.contact-form-street {
	width: 175px;
	float: left;
}

.contact-form input.contact-form-street {
	width: 175px;
}

.contact-form div.contact-form-zipcode {
	width: 75px;
	float: right; 
}

.contact-form input.contact-form-zipcode {
	width: 75px;
}

.contact-form ol li.contact-form-first {
	padding-bottom: 20px;
}

.contact-form ol li.contact-form-message {
	clear: both;
	padding-top: 20px;
}

.contact-form ol li.contact-form-info {
	padding-top: 40px;
	padding-bottom: 74px;
}

.contact-form ol li.contact-form-submit {
	width: 266px;
	padding: 0;	
}

.contact-form ol li.contact-form-submit input {
	float: right;
	margin-left: 20px;
}
.contact-form .error-message {
	padding-top: 2px;
	color: #A970E6;
}

/* Impressum */
.contact-imprint,
.contact-imprint-technical {
	padding-top: 15px;
}
.contact-imprint-pad {
	padding-left: 20px;
}
.contact-imprint .org,
.contact-imprint-title {
	color: #fff;
}
.contact-imprint .web {
	text-align: right;
}
.contact-imprint .vcard a {
	color: #ccc;
}

/* Request */

.request { 
	width: 358px;
	height: 308px;
	background: #3a3a3a url(../img/dekor/req-bg.jpg);
	position: absolute;
	z-index: 99;
}

.request form {
	padding: 22px;
}
.request legend {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}
.request ol, .request li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.request li {
	padding-bottom: 10px;
}
.request label {
	display: block;
	float: none;
	width: auto;
	font-size: 10px;
}
.request span {
	color: #F47EFF;
}
.request .error-message {
	display: inline;
	padding-left: 10px;
	color: #c00;
}
.request-form-mail {
	width: 49%;
	float: left;
}
.request-form-tel {
	width: 45%;
	float: right;
}
.request-form-message {
	clear: both;
	padding-bottom: 5px;
}
.request-form-name input,
.request-form-mail input, 
.request-form-tel input {
	width: 99.9%;
}
.request-form-message textarea {
	width: 100%;
	height: 70px;
}
.request-form-info {
	font-size: 10px;
}
.request-form-submit {
	clear: both;
	text-align: right;
}
.request-form-submit input {
	margin-top: 10px;
	margin-left: 10px;
	padding: 1px 20px;
}
#request_succ .close {
	text-align: center;
	padding-top: 20px;
}
#request_succ .close button {
	cursor: pointer;
}


/*  random products */

.randoms {
	background: transparent url(../img/dekor/rand-bg.jpg) repeat-y top right;
}

.random-item {
	overflow:hidden;
	width: 209px;
	float: left;
	border-right: 2px solid #50356d;
}
.randoms .random-last {
	border-right: 0;
}
.random-item-content {
	padding: 14px 0px;
	width: 143px;
	margin: 0 auto;
}
.random-item-artist {
	color: #6E4F9F;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: -0.04em;
	white-space: nowrap;
	text-transform: uppercase;	
	padding-bottom: 2px;
}
.random-item-name {
	color: #777;
	font-size: 11px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.random-item-name a {
	color: #777;
}
.random-item-name a:hover {
	color: #fff;
}
.random-item-over {
	background: #242424;
}

/* BANNER */

.banner {
	float: left;
}

/* NEWSLETTER */

#newsletter {
	background: #000;
	padding: 5px 10px;
	padding-left: 20px;
	border-top: 1px solid #292929;
}

#newsletter div.input, #newsletter div.submit, #newsletter label {
	padding: 0;
	display: inline;
	float: none;
}

#newsletter label {
	padding-right: 10px;
	vertical-align:text-top;
}

#newsletter label strong {
	color: #574898
}

#newsletter label span {
	color: #fff;
}

#newsletter div.input input {
	width: 209px
}

#newsletter div.submit {
	margin-left: 2px;
}

#newsletter div.submit input {
	cursor: pointer;
}

#newsletter form input {
	font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color:#353535;
	border:1px solid #353535;
	color:#CCCCCC;
	font-size:10px;
}

#flash {
	background: #242424;
	padding: 5px 10px;
	padding-left: 32px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

#flash a {
	color: #a970e6;
	background: #000;
	padding: 2px;
}

