
/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- General ------------ */
html,
body
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		
		color:#000;
		
		margin:0;
		padding:0;
		
		background:#fff;
	}


#main
	{
		width:962px;

		margin:0 auto 0 auto;
	}

/* Abstände Global auf 0 setzen */
h1, h2, h3, h4, h5, h6,
ul, li,
p
	{
		margin:0;
		padding:0;
	}

img
	{
		border:none;
	}


a,
a:hover
	{
		color:#000;
		text-decoration:none;
	}

.normal
	{
		font-weight:normal !important;
	}


.gold
	{
		color:#000 !important;
	}
	
/* ----------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Head ----------- */
.head
	{
		width:100%;
		height:164px;
	}

/* ----------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Was muss raus? ----------- */
ul.toplinks,
ul.primenavigation,
.sidelinks-left,
.sidelinks-right,
.productpicture	.productdetails,
.productinfo .links
	{
		display:none;
	}


/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Logo ----------- */
.logo_and_prime,
.logo
	{
		padding:0;
		float:left;
	}
	

/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Product Content ----------- */
.productinfo
	{
		widht:250px;
		float:left;
	}

.productinfo	h1,
.productinfo	h2,
.productinfo	h3
		{
			font-size:1.6em;
			font-weight:normal;
		}

.productinfo	h2
		{
			font-weight:normal;
			font-size:0.95em;
		}

.productinfo	h3
		{
			font-size:0.95em;
			font-weight:normal;
		}

.productinfo	p
		{
			font-weight:bold;

			clear:both;
			float:left;
		}

.productinfo	p	a,
.productinfo	p	a:hover
		{
			color:#333;
			text-decoration:none;
		}

.productinfo	p	a.grey,
.productinfo	p	a.grey:hover
		{
			color:#878787;
			text-decoration:none;
		}

.productinfo	p	a:focus,
.productinfo	p	a:active,
.productinfo	p	a:hover
		{
			color:#878787 ;
			outline:none;
		}


.productinfo	form
		{
			display:inline;
		}

.productinfo	.color,
.productinfo	.size
		{
			height:17px;
			
			color:#878787;
	  		font-size:1.2em;

			background: url(../_images/bg_select.gif) no-repeat right #fff;
			border:1px solid #878787;

			margin:10px 5px 0 0;
			padding:2px;
			
			cursor:pointer;
			
			float:left;
		}

.productinfo	.size
		{
			width:45px;
		}
.productinfo	div.autocomplete
		{
			background:#fff;
			border:1px solid #878787;
			
			position:absolute;
			z-index:2000;
		}
.productinfo	div.autocomplete ul
			{
				list-style-type:none;
			}

.productinfo	div.autocomplete ul li 
			{
			  list-style-type:none;

			  padding:2px;
			  cursor:pointer;
			}

.productinfo	div.autocomplete ul li.selected 
					{ 
						background-color: #ddd;
					}

.productinfo	.second_select
		{
			
			clear:both;
			float:left;
		}




.productinfo .links .checkout
			{
				position:relative;
				left:122px;
				_left:125px;
			}

.productpicture
	{
		height:311px;

		margin:0;

		float:right;

	}

.productpicture	img
		{
			margin:0 10px 0 0;
			
			float:right;
		}


/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Normal Content ----------- */
.content_normal
	{
		height:auto;
	}

/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Designer Content ----------- */
.designerinfo
	{
		font-size:1.1em;
		width:370px;

		padding:130px 20px 0 0;
		
		float:left;
		clear:both;
	}

.designerinfo	h1
		{
			font-size:1.6em;
			font-weight:normal;
			margin:0 0 5px 0;
		}

.designerinfo	h2
		{
			font-size:1.1em;
			margin:0 0 5px 0;
		}


.designerinfo img
			{
				margin:5px 0 0 5px;
				float:left;
			}


.designerinfo p
		{
			color:#333;		
		}
		
.designerinfo .view-all-products
		{
			margin:20px 0 0 0;
		}


.designerinfo .view-all-products	a,
.designerinfo .view-all-products	a:hover
			{
				color:#878787;
				
				text-decoration:none;
				float:left;
			}

.designerinfo .view-all-products	a:active,
.designerinfo .view-all-products	a:focus,
.designerinfo .view-all-products	a:hover
			{
				color:#333;
			}




.designertext
	{
		font-size:1.1em;

		width:570px;
		height:370px;
		
		overflow:auto;

		margin:15px 0 5px 0;

		float:right;
	}

.designertext .txt
		{
			min-height:370px;
			height:auto;
			_height:370px;
			
			border-left:1px solid #bebebe;
			
			padding:0 70px 0 78px;
		}

.designertext h1,
.designertext h2
		{
			font-size:1.6em;
			font-weight:normal;
			
			margin:0 0 10px 0;
		}

.designertext h2
		{
			font-size:1.3em;
			margin:20px 0 4px 0;
		}


.designertext p
		{
			color:#333;
			margin:0 0 8px 0;
		}

.designertext .pic-big
		{
			float:right;
			margin:0 8px 0 0;
		}

.designertext .pic-small
		{
			float:right;
		}

.designertext .pic-small img
			{
				clear:both;
				margin:0 0 8px 0;
			}


.labelbox
	{
	float:right;	
	width:570px;
	}
	
.label {
	float:left;
	}

.sub_label {
	float:left;
	margin-top:-3px;
	}

/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Text Content ----------- */
.textbox,
.textboxScroll
	{
		width:570px;

		margin:15px 0 5px 0;

		float:right;
	}

.textboxScroll
	{
		width:555px;
		height:370px;
		
		padding:0 15px 0 0;
		
		overflow:auto;
	}

.textbox	a,
.textbox	a:hover
		{
			color:#878787;
			text-decoration:none;
		}

.textbox	a:focus,
.textbox	a:active,
.textbox	a:hover
		{
			color:#333;
		}


.textboxScroll	hr,
.textboxScroll	hr.clear
		{
			border:none;
			border-top:1px dotted #333;
			background:#fff;
			color:#fff;
			
			margin:0 0 10px 0;
		}

.textboxScroll	hr.clear
		{
			clear:both;
		}


.unterstrich_press 
		{
			background: url(../_images/border_press.gif) no-repeat top left;
			height: 10px;
			margin-bottom: 10px;
		}


.press_flyer {
			height: 230px;
			width: 322px;
	}



.textbox	h1,
.textboxScroll	h1
		{
			font-size:1.6em;
			font-weight:normal;
			
			margin:0 0 10px 0;
		}


.textboxScroll	h2
		{
			font-size:1.4em;
			font-weight:normal;
			
			margin:15px 0 4px 0;
		}


.textbox	p,
.textboxScroll	p
		{
			font-size:1.1em;
			color:#333;
			
			margin:0 0 8px 0;
		}


.textboxScroll .payment-adr
	{
		width:200px;
		
		margin:0 0 15px 0;
		
		float:left;
	}
		
/* ----------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Image allover ----------- */
.content_normal img
		{
			float:left;
		}

.content_normal .smallimg
		{
			margin:146px 0 0 0;
		}

/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Shop-Itemlist Bottom ----------- */
.itemlist
	{
		border-top:1px dashed #706f6f;
				
		clear:both;
	}

.itemlist	a,
.itemlist	a:hover
		{
			border:1px solid #dadada;
			
			margin:5px 8px 0 0;
			
			float:left;
		}

.itemlist	a:active,
.itemlist	a:focus,
.itemlist	a:hover,
.itemlist	.active
		{
			border:1px solid #666;
			outline:none;
		}

/* ----------------------------------------------------------------------------------------------------------- */



.pagenumber
	{
		font-size:1.1em;
		font-weight:bold;
		
		margin:10px 0 0 0;

		float:right;
		clear:both;
	}
	
.pagenumber	a,
.pagenumber	a:hover
		{
			color:#878787;
			text-decoration:none;
		}

.pagenumber	a:active,
.pagenumber	a:focus,
.pagenumber	a:hover,
.pagenumber	.active
		{
			color:#333;
			outline:none;
		}

/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- ACCOUNT content ----------- */
.login-left,
.login-right
	{
		font-size:1.1em;
		
		margin:15px 0 0 0;
	}

.login-left
	{
		width:300px;
		padding:0 0 0 320px;
		margin:15px 25px 0 0;
		
		float:left;
	}


.login-right
	{
		width:300px;
	
		float:left;
	}


.login-left	h1,
.login-right	h1
			{
				font-size:1.5em;
				font-weight:normal;
				
				margin:0 0 10px 0;
			}


.login-right hr,
.login-left hr
		{
			color:#fff;
			background:#fff;
			border:none;
			border-bottom:1px solid #bbb;
			
			clear:both;
			
			padding:10px 0 0 0;
			margin:0 0 10px 0;
		}

.login-right p
		{
			margin:0 0 8px 0;
		}

.account_overview
	{
		width:700px;
		height:370px;
		
		font-size:1.1em;

		padding:0 0 0 260px;	
		margin:15px 0 0 0;
		
		overflow-y:auto;

		float:left;
	}

.account_overview	h1,
.account_overview	h2,
.box-small h1,
.box-small h2
			{
				font-size:1.5em;
				font-weight:normal;
				
				margin:0 0 15px 0;
			}

.account_overview	h2,
.box-small h2
			{
				font-size:1em;
				font-weight:bold;
				
				background:#efefef;
				padding:4px;
				margin:-4px -4px 15px -4px;
			}

.account_overview	.box,
.box-small
			{
				width:660px;
				border:1px solid #efefef;
				
				padding:8px;
				margin:0 0 15px 0;
				
				float:left;
				clear:both;
			}

.box-small
			{
				width:150px;
				
				margin:0 5px 5px 0;
				clear:none;
			}

.account_overview	.box h3,
.box-small h3
				{
					font-size:1em;
					font-weight:bold;
					
					float:right;
				}

.account_overview	.box hr,
.box-small hr
				{
					color:#fff;
					background:#fff;
					border:none;
					border-bottom:1px dashed #888;
				}


/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- Contact content ----------- */
.contactbox
	{
		width:300px;
		
		float:left;
		font-size:1.1em;
		
		padding:0 0 0 390px;
		margin:15px 0 0 0;
	}

.contactbox	h1
		{
			font-size:1.5em;
			font-weight:normal;
			
			margin:0 0 10px 0;
		}

.contactbox	hr
		{
			height:20px;
			
			border:none;
			border-bottom:1px solid #bebebe;
			background:#fff;
			color:#fff;
			
			padding:20px 0 10px 0;
			
			clear:both;
		}

.contactbox	p
		{
			margin:0 0 8px 0;
		}


.contactbox	p span
			{
				width:60px;
				float:left;
			}


.error
	{
		width:250px;
		
		margin:15px 0 0 20px;
		
		float:left;
	}

.error	h1,
.error	h2,
.error	p
	{
		color:#333;
		font-size:1.6em;
		font-weight:normal;
	}

.error	h2
	{
		color:#878787;
	}

.error	p
	{
		font-size:1.1em;
		margin: 0 0 8px 0;
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* ----------- FormStyles ----------- */
form
	{
		display:inline;
	}

fieldset
	{
		margin:0 0 20px 0;
		padding:0;
		
		border:none;
	}

label.nofloat,
label
	{
		width:70px;
		
		margin:4px 0 0 0;

		float:left;
		clear:left;
		
		cursor:pointer;
	}


label.nofloat
	{
		float:none !important;
	}



.checkradio
	{
		width:auto !important;
		border:none !important;
		
		margin:0 0 0 0;
	}



		
input,
textarea,
select,
.below,
.normalstyle
		{
			width:220px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:1em;
			color:#878787;
			
			background:#fff;

			border:none;
			border-bottom:1px dotted #333;
			
			padding:3px;
			margin:0 0 4px 0;
			
			float:left;
		}

.below
		{
			margin:0 0 15px 0;
		}


.normalstyle
	{
		border:1px solid #bebebe;
	}


input.zip,
input.city
			{
				width:60px;
				
				margin:0 4px 4px 0;
				
				float:left;
			}

input.city
			{
				width:150px;

				margin:0 0 4px 0;
			}

input.city2
			{
				width:60px;

				margin:0 0 4px 0;
			}
			
input.select
			{
				width:60px;

				margin:0 0 4px 0;
				
				font-family:Arial, Helvetica, sans-serif;
				font-size:0.84em;
			}
			
select.colorselect,
select.sizeselect
	{
		width:200px;

		margin:5px 4px 0 0;
		padding:2px;
		
		border:1px solid #bebebe;
	}

select.sizeselect
	{
		width:80px;
	}

textarea.contactarea
		{
			height:110px;
			
			border:1px dotted #333;
			
			margin:5px 0 0 0;
		}


/* Absendebutton */
input.send,
input.send:hover,
input.send_nomargin,
input.send_nomargin:hover
		{
			width:auto;
			
			color:#878787;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:1.5em;
			
			background:#fff;
			
			border:none;
			
			margin:0 0 0 70px;
			padding:0;
			
			cursor:pointer;
			
			float:left;
		}

input.send_nomargin,
input.send_nomargin:hover
		{

			margin:0;
			text-align:left;
		}

input.send:hover,
input.send_nomargin:hover
		{
			color:#333;
		}
		
bestellbutton
		{
		  border: solid 1px;
		}
		
.beschreibungstext
		{
			width:120px;
		}

.btn_shoppingcart 
	{
		font-weight:bold;
		color:#878787;
		text-align:left;
		
		width:200px;
		height:18px;
		
		background:url(../_images/back_shoppingcart.gif) no-repeat;
		border:none;

		margin:12px 0 0 0;
		padding:0 0 0 23px;
		
		cursor:pointer;
		clear:both;
		float:left;
	}



form.registrateemail
	{
		float:left;
		clear:both;
		padding:0 0 0 240px;
	}


form.registrateemail input
		{
			width:220px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:1em;
			color:#878787;
			
			background:#fff;

			border:1px solid #878787;
			
			padding:3px;
			margin:0;
		}


form.registrateemail input.send,
form.registrateemail input.send:hover
		{
			width:auto !important;
			
			color:#878787;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:1.1em;
			
			background:#fff;
			
			border:none;
			
			margin:0;
			*margin:0 0 0 -8px;
			padding:0;
			
			cursor:pointer;
		}

form.registrateemail input.send:hover
		{
			color:#333;
		}
		
