body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}


/* Standard-Formate */

table {
	width: 100%;
}

td, th, div {
	text-align: left;
}

img {
	border-style: none;
}

ul {
	margin: 0px 0px 16px 0px;
	padding: 0;
	line-height:16px;
	list-style-type: none;
} 

ul li {
	margin: 0px 0px 5px 0px; 
	padding: 0 0 0 12px;
	line-height: 16px;
} 

ul li ul, ul li ul li ul {
	margin: 5px 0px 0px 0px;
}

#content ul li {
	background-image: url('../_gfx/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

a {
	color: #cc0033;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #cc0033;
	margin: 0 0 10px 0;
}

h2, h3, h4, h5 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.indent {
	margin-left: 25px;
}

blockquote {
	color: #656565;
	font-style: italic;
	margin-left: 25px;
}

hr {
	height: 1px;
	border: 0px;
	color: #A21C11;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-style: solid;
	border-width: 1px;
	border-color: #8C8C8C;
}

input.checkbox {
	border-style: none;
}

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


/*
### Formate für den Seitenaufbau
*/


/* FCE Bühne */

.fce-stage {
	height: 223px;
	margin-bottom: 2px;
}

	.fce-stage .left {
		float: left;
		height: 223px;
		margin-right: 2px;
		width: 633px;
	}

	.fce-stage .right {
		float: left;
		height: 223px;
		width: 315px;
	}


/* Headpic */

#headpic {
	float: left;
}


/* FCE Slider */

.fce-slider {
	background-color: #7f7f7f;
	height: 148px;
	margin-bottom: 2px;
}


/* FCE mit drei Spalten */

.fce-three-columns {
	float: left;
	margin-bottom: 2px;
	background-image: url(../_gfx/fce_three-columns-bg.gif);
}


#footer .fce-three-columns {
	background-color: #d0d0d0;
}

/* Allgemeine Formate FCE mit drei Spalten / Spalten im Footer */

.margin {
	float: left;
	margin: 0 2px 0 0;
	width: 272px;
	padding: 20px 20px 25px 23px;
}

	.margin.last {
		margin: 0px;
	}


/* Rahmen */

#worldframe, #mainframe, #head, #content, #footer, #headnav, .fce-stage, .slider, .fce-three-columns, #footer .nav {
	width: 950px;
}

#worldframe {
	margin: 0 auto 50px auto;
	text-align: center;
	position: relative;
}

	#mainframe {
		text-align: left;
	}
	
		#head {
			height: 150px;
			margin-bottom: 2px;
		}
		
			#logo {
				left: 14px;
				position: absolute;
				top: 34px;
				text-indent: -3000px;
			}
			
				#logo a {
					display: block;
					width: 317px;
					height: 44px;
					background: transparent url('../_gfx/braselmann-logo.gif') no-repeat top left;
				}

			img#claim {
				position: absolute;
				right: 5px;
				top: 60px;
			}
			
			#headnav {
				background-image: url(../_gfx/nav-bg.gif);
				background-repeat: repeat-x;
				height: 26px;
				left: 0;
				position: absolute;
				top: 124px;
				width: 950px;
			}
		
						
			.tx-macinasearchbox-pi1 {
				position: absolute;
				right: 8px;
				top: 2px;
			}
			
				.tx-macinasearchbox-pi1 input {
					border: none;
					height: 17px;
				}

				.tx-macinasearchbox-pi1 input#tx_indexedsearch_submit {
					border: none;
					height: auto;
					margin-top: 1px;
				}

		/* Content einspaltig */
		#content {
			background-color: #ececec;
			float: left;
			margin-bottom: 2px;
		}
		
		
		/* Content zweispaltig */
		#left {
			float: left;
			margin-left: 2px;
			padding: 20px 50px 25px 23px;
			width: 552px;
			_display: inline; /* IE6 Bugfix */
		}
		
		#right {
			float: left;
			padding: 53px 20px 25px 23px;
			width: 272px;
		}
		
		/* Content zweispaltig für Proconut */
		#content.proconut #left {
			float: left;
			margin-left: 2px;
			padding: 20px 0 25px 23px;
			width: 602px;
			_width: 471px;
		}
		
		#content.proconut #right {
			float: left;
			padding: 53px 20px 25px 23px;
			width: 272px;
		}
		
		
		/* Zurück Link */
		
		div.links {
			float: left;
			width: 925px;
			padding: 0 0 30px 25px;
		}
		
		div.links a {
			color: #999;
		}
		
		div.links a:hover {
			color: #333;
		}
		
		
		/* Breadcrumbs */
		
		#breadcrumbs {
			width: 552px;
			margin: 0 0 15px 0;
		}
		
		#breadcrumbs ul {
			margin: 0;
			padding: 0;
		}
		
			#breadcrumbs ul li {
				margin: 0;
				padding: 0 14px 0 0;
				list-style-type: none;
				display: inline;
				background-image: none;
			}

				#breadcrumbs ul li a {
					color: #999;
					font-size: 10px;
				}

				
		#footer {
				background-color: #ececec;
				float: left;
		}
		
			#footer .nav {
				background-image: url(../_gfx/nav-bg.gif);
				background-repeat: repeat-x;
				float: left;
				height: 20px;
				padding: 3px 0 0 0;
			}

				#footer .nav a {
					color: #ffffff;
					font-size: 10px;
					margin: 0 0 0 23px;
					display: none;
				}

			.address {
				color: #7f7f7f;
				float: left;
				font-size: 10px;
				padding: 15px 20px 20px 23px;
				width: 907px;
			}
			
				.address a {
					color: #7f7f7f;
	
				}
				
				.address .one {
					width: 317px;
					float: left;
				}


/*
### Formate für TYPO3-Plugins
*/


/* Powermail */

.tx-powermail-pi1 {
	padding-top: 10px;
}

.tx-powermail-pi1 fieldset legend {
	display: none;
}

.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 10px;
}

.tx-powermail-pi1 label {
	width: 100px;
	padding: 4px 0 0 0;
	display: block;
	float: left;
	color: #666;
}

.tx-powermail-pi1 input {
	width: 200px;
	padding: 2px;
}

.tx-powermail-pi1 textarea {
	height: 250px;
	width: 275px;
	padding: 2px;
	font-family: verdana;
	font-size: 12px;
}

.powermail_submit {
	margin-left: 100px;
	width: 100px !important;
	color: #666;
}

.powermail_mandatory_js {
	color: #ff0000;
	margin: 2px 0 4px 100px;
	_margin: 2px 0 4px 103px;
	font-size: 10px;
}


/* News */

/* List */

.news-list-container.startpage {
	overflow: hidden;
	margin-bottom: 10px;
}

.news-list-item {
	float: left;
	width: 540px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	padding-bottom: 11px;
}

	.news-list-item-image {
		float: left;
		width: 140px;
		line-height: 1px;
	}

	.news-list-item-content {
		float: left;
		width: 388px;
		padding-right: 10px;
	}
	
		.news-list-item-content h2 {
			margin: 0;
			padding: 0;
			font-family: verdana;
		}
	
		.news-list-item-content h1 {
			margin: 0;
			padding: 0;
		}
		
		.news-list-item-content p {
			margin: 0;
			padding: 0;
			display: inline;
		}
		
		.news-list-morelink {
			display: inline;
			font-weight: bold;
		}
		
		

.news-topline {
	font-size: 10px;
	color: #8C8C8C;
	margin: 0 0 3px 0 !important;	
}

.news-single-item {
	float: left;
	width: 100%;
}

.news-single-item h4 {
	font-weight: normal;
	color: #8C8C8C;
	margin: 0 0 15px 0;
}

.news-single-img {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0 10px 0 0;
}

	.news-single-imgcaption {
		font-size: 10px;
		color: #656565;
		line-height: 13px;
		margin: 5px 0 8px 0;
		padding: 0;
	}

.news-single-additional-info {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

dl.news-single-files dt, dl.news-single-links dt, dl.news-single-related dt {
	font-size: 10px;
	font-weight: normal;
	color: #656565;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

dl.news-single-files dd, dl.news-single-links dd, dl.news-single-related dd {
	background-image: url('../_gfx/doppelpfeil_dunkelgrau.gif');
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}

dl.news-single-files dd p, dl.news-single-links dd p, dl.news-single-related dd p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

.news-single-backlink {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}


/* Sitemap */

.csc-sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.csc-sitemap ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}

	.csc-sitemap ul li ul li {
		margin: 0 0 0 5px;
		padding: 0 0 0 10px;
		/*
        background-image: url('../_gfx/kreuz_grau.gif');
		*/
        background-repeat: no-repeat;
		background-position: 0px 8px;
	}

.csc-sitemap ul li a {
	color: #8C8C8C;
	margin-bottom: 3px;
	display: block;
	padding: 3px 5px;
	background-color: #FFFFFF;
	background-image: url('../_gfx/bg_greyfade.gif');
	background-repeat: repeat-x;	
}

.csc-sitemap ul li a:hover {
	color: #A21C11;
	text-decoration: none;
	background-color: #E1E1E1;
	background-image: none;
}

.csc-sitemap ul li ul li a {
	background-image: none;
}


/* Suche */

.tx-indexedsearch-searchbox {
	clear: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
}

.tx-indexedsearch-searchbox dl {
	width: 420px;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox dt {
	width: 160px;
	height: 21px;
	float: left;
	margin: 0;
	padding: 4px 0 0 0;
}

.tx-indexedsearch-searchbox dd {
	width: 260px;
	height: 25px;
	float: left;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-searchbox-button {
	padding: 2px;
	width: 200px;
	#height: 24px;
}

.tx-indexedsearch-searchbox-button.submit {
	font-weight: bold;
	border-color: #A21C11;
	color: #A21C11;
}

.tx-indexedsearch .submit-row {
	padding: 10px 0 10px 0;
}

#tx-indexedsearch-searchbox-sword {
	padding: 2px;
	width: 196px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: left;
}

.tx-indexedsearch .contentdivider.resultlist h2 {
	margin: 0 0 2px 0;
}

.tx-indexedsearch .contentdivider.resultlist h2 a {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}

.tx-indexedsearch .contentdivider.resultlist h3 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #8C8C8C;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	width: 100%;
}

#content .tx-indexedsearch .tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 5px;
	background: none !important;
	padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li strong a {
	color: #8C8C8C;
}


/*
### Formate für Standard TYPO3-Elemente
*/


/* Linie vor und nach einem Inhaltselement */

.csc-frame-rulerBefore {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}

.csc-frame-rulerAfter {
	clear: both;
	height: 2px;
	overflow: hidden;
	background-color: #E1E1E1;
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 0;
}


/* Bildunterschrift */

.csc-textpic-imagewrap {
	margin: 0 0 15px 0;
}

.csc-textpic-caption {
	font-size: 10px;
	color: #656565;
}


/* Stil des optionalen Bildrahmens */

.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 1px solid #E1E1E1 !important;
}


/* Datei-Verweise */

table.csc-uploads {
	border-collapse: collapse;
}

.csc-uploads td.csc-uploads-fileName {
	vertical-align: top;
	padding: 0 15px 10px 0;
}

.csc-uploads td.csc-uploads-fileSize {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.csc-uploads td.csc-uploads-fileName p, .csc-uploads td.csc-uploads-fileSize p {
	margin: 0 !important;
}


/* Tabellen */

table.contenttable {
	width: 100%;
	border: 1px solid #E1E1E1;
	border-collapse: collapse;
}

	.contenttable th, .contenttable td {
		vertical-align: top;
		padding: 1px 3px 1px 3px;
	}
	
	.contenttable th, .contenttable tfoot {
		font-weight: bold;
		color: #8C8C8C;
		background-color: #AEAEAE;
		padding: 2px 3px 3px 3px;
	}
	
	.contenttable .tr-odd td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}
	
	.contenttable .tr-even td {
		border-style: solid;
		border-width: 0 0 1px 0;
		border-color: #E1E1E1;
	}

	.contenttable .tr-last td {
		border-style: none;
	}
	

/* Proconut */

/* Einzelansicht */

.proconut-singleview h1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.proconut-singleview .visualisation,
.proconut-singleview .description,
.proconut-singleview .properties,
.proconut-singleview .downloads {
	float: left;
	width: 610px;
	background-color: #d0d0d0;
	margin: 0 0 2px 0;
}

.proconut-singleview .visualisation{
	height: 282px;
	line-height: 0px;
	margin: 0 0 2px 0;
	_margin: 0 0 0px 0; /* IE6 Bugfix */
}

/* Einzelansicht - Bereich "Visualisierung" */
.visualisation .leftpicture {
    background: #717171 url(../_gfx/product_background_large.jpg) no-repeat top left;
}

.proconut-singleview .visualisation .left {
	float: left;
	width: 383px;
	line-height: 0px;
	border-style: solid;
	border-width: 0 2px 0 0;
	border-color: #ececec;
}

.proconut-singleview .visualisation .left img {
	float: left;
}

.proconut-singleview .visualisation .right {
	float: left;
	width: 225px;
	height: 282px;
	text-align: center;
	margin: 0;
	overflow: hidden;
	border-style: solid;
	border-width: 0 0px 2px 0;
	border-color: #ececec;
    display: inline;
    position: relative;
}

.proconut-singleview .visualisation .right .profile_image .img{
	height:282px;
}

.proconut-singleview .visualisation .right #profile_image {
	float:left;
	height:282px;
	width: 185px;
}

.proconut-singleview .visualisation .right .utilitynav {
	float: right;
	width: 20px;
    margin: 10px 10px 0 0;
    _margin: 10px 5px 0 0; /* IE6 Double Margin Bug */
    position: absolute;
    top: 0;
    right: 0;
}




.proconut-singleview .visualisation .right .utilitynav ul {
	margin: 0;
	padding: 0;
    list-style-type: none !important;
}

.proconut-singleview .visualisation .right .utilitynav li {
	margin: 0;
	padding: 0;
	background-image: none !important;
}

.proconut-singleview .visualisation .right .utilitynav li a img {
	margin: 0;
}
	
	/* Bildnavigation */
	
	.proconut-singleview .visualisation div.leftpicture {
		position: relative;
		line-height: 0px;
		height: 282px !important;
		width: 383px;
		border-style: solid;
		border-width: 0 0 2px 0;
		border-color: #ececec;
		overflow: hidden;
	}
	
	.proconut-singleview .visualisation div.leftpicture .pic {
		display: none;
	}

	.proconut-singleview .visualisation div.leftpicture .active {
		display: block;
	}
	
	
	.proconut-singleview .visualisation div.leftpicture-nav {
		position: absolute;
		left: 20px;
		bottom: 10px;
		background-image: url(../_gfx/transparent20proz.png);
	}
	
	.proconut-singleview .visualisation div.leftpicture-nav ol{
		margin: 0 !important;
		padding: 0 !important;
        float: left;
        list-style-type: none !important;
	}
	
	.proconut-singleview .visualisation div.leftpicture-nav ol li {
		margin: 0 !important;
		padding: 5px;
		float: left;
	}
	
	.proconut-singleview .visualisation div.leftpicture-nav ol li a img {
		display: block;
		cursor: pointer;
		background-color: #666;
        float: left;
	}
	
	.proconut-singleview .visualisation div.leftpicture-nav ol li.active a img {
		background-color: #CC0033;
	}


/* Einzelansicht - Bereich "Beschreibung" */

.proconut-singleview .description .left {
	float: left;
	width: 333px;
	padding: 15px 25px 20px 25px;
}

.proconut-singleview .description .right {
	float: left;
	width: 182px;
	padding: 15px 20px 20px 25px;
}

.proconut-singleview .description .right .accessories ul,
.proconut-singleview .description .left .accessories ul {
	margin: 0;
	padding: 0;
}

.proconut-singleview .description .right .accessories ul li,
.proconut-singleview .description .left .accessories ul li {
	line-height: 16px;
	margin: 0 0 5px;
	padding: 0 0 0 12px;
}

.proconut-singleview .description .right .accessories ul li h2,
.proconut-singleview .description .left .accessories ul li h2 {
	margin: 0;
	padding: 0;
}

.proconut-singleview .description .right .advice p {
	line-height: 16px;
}


/* Einzelansicht - Bereich "Eigenschaften" */

.proconut-singleview .properties {
	width: 570px;
	padding: 15px 15px 0 25px;
	_display: inline; /* IE6 Bugfix */
	overflow: hidden;
}

.proconut-singleview .properties table {
	table-layout: fixed;
	width: 570px;
	border-collapse: collapse;
	margin: 0;
}

.proconut-singleview .properties table td,
.proconut-singleview .properties table th {
	padding: 5px 5px 5px 0px;
}

.proconut-singleview .properties table.general-properties,
.proconut-singleview .properties table.unique-properties {
	margin-bottom: 30px;
}

.proconut-singleview .properties table th {
	width: 208px;
	font-weight: normal;
}

.proconut-singleview .properties table th .material {
	font-weight: bold;
}

.proconut-singleview .properties table tr.related {
	background-color: #ececec;
}

.proconut-singleview .properties table tr.related th {
	width: 203px;
	padding: 5px;
}

.proconut-singleview .properties table.general-properties td {
	width: 352px;
	padding: 5px 0 5px 5px;
}

.proconut-singleview .properties table.unique-properties td {
	padding: 5px;
}

.proconut-singleview .properties table tr.tablehead td.even {
	background-color: transparent;
}

.proconut-singleview .properties table td.even {
	background-color: #e6e6e6;
}

.proconut-singleview .properties table td .proconut-bullet {
	display: block;
	width: 95%;
	text-align: center;
}

/* Einzelansicht - Bereich Downloads */

.proconut-singleview .downloads {
	width: 570px;
	padding: 15px 15px 10px 25px;
}

.proconut-singleview .downloads h1 {
	font-size: 11px;
	color: #666;
}

.proconut-singleview .downloads h2 {
	font-weight: normal;
}


/* Sonstige Elemente der Singleansicht */

.proconut-singleview a.backlink {
	margin: 15px 0 0 0px;
	display: block;
	float: left;
	font-weight: bold;
}


/* Listenansicht */

.proconut-listview h1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.proconut-listview .productlist {
	float: left;
	width: 602px;
	margin: 0;
}

.proconut-listview a.backlink {
	float: left;
	display: block;
	font-weight: bold;
}

.proconut-listview .description {
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
}

.proconut-listview .productpreview,
.proconut-listview .categorypreview {
	float: left;
	margin: 0 15px 15px 0;
	width: 286px;
	background-color: #d0d0d0;
	display: inline; /* IE6 Bugfix */
}

	.proconut-listview .productpreview .left,
	.proconut-listview .categorypreview .left {
		float: left;
		width: 134px;
		margin: 0 2px 0 0;
	}
    .proconut-listview .productpreview .left {
        background: #717171 url(../_gfx/product_background_small.jpg) no-repeat top left;
    }
		.proconut-listview .productpreview .left img,	
		.proconut-listview .categorypreview .left img {
			float: left;
		}
	
	.proconut-listview .productpreview .right,
	.proconut-listview .categorypreview .right {
		float: left;
		width: 114px;
		padding: 10px 10px 15px 10px;
	}
	
		.proconut-listview .productpreview .right h2 {}
		
		.proconut-listview .productpreview .right p,
		.proconut-listview .cagtegorypreview .right p {
			line-height: 14px;
		}
		
		.proconut-listview .productpreview .right a {}
		
		

/* Merkzettelverwaltung */

.cart_admin_current_cart {
	float: left;
	margin-bottom: 15px;
}

.cart_admin_current_cart > .utilitynav {
	float: left;
	width: 602px;
	margin-bottom: 10px;
	position: relative;
}

.cart_admin_current_cart > .utilitynav ul {
	padding: 0 0 10px 0;
	position: absolute;
	right: 0;
	top: -30px;
}

.cart_admin_current_cart > .utilitynav ul li {
	margin: 0;
	padding: 0;
	background-image: none !important;
	display: inline;
}

.cart_admin_current_cart > .utilitynav ul li a {
	display: block;
	color: #fff;
	margin: 0 15px 5px 0;
	float: left;
}


/* Gespeicherte Merkzettel */

.cart_admin_saved_cart {
	float: left;
	width: 602px;
}

.singlenote {
	float: left;
	margin: 0 15px 15px 0;
	padding: 10px 10px 0 10px;
	width: 582px;
	background-color: #d0d0d0;
	position: relative;
}

.cart_admin_saved_cart .utilitynav ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 5px;
}

.cart_admin_saved_cart .utilitynav ul li {
	margin: 0;
	padding: 0;
	background-image: none !important;
	display: inline;
}

.cart_admin_saved_cart .utilitynav ul li a {
	display: block;
	color: #fff;
	margin: 0 15px 5px 0;
	float: left;
}


/* Merkzettel in Seitenspalte*/
#proconut_cart_minibasket  .utilitynav ul {
    margin-top: 10px;

}
.proconut_cart_minibasket .proconut_cart_minibasket_products {
	background-color: #d0d0d0;
	width: 100%;
	margin-top: 9px;
}

.proconut_cart_minibasket .proconut_cart_minibasket_products ul {
    margin: 0;
	padding: 10px 20px 10px 0;
}

.proconut_cart_minibasket .proconut_cart_minibasket_products ul li {
	margin: 0;
	padding: 0;
	background-image: none !important;
}

.proconut_cart_minibasket .proconut_cart_minibasket_products ul li a {
	display: block;
	margin: 0 0 5px 15px;
}


.proconut_cart_minibasket .utilitynav ul {
	margin: 0;
	padding: 0;
	float: left;
}

.proconut_cart_minibasket .utilitynav ul li {
	margin: 0 15px 0 0;
	padding: 0;
	background-image: none !important;
	display: inline;
}


.proconut_cart_minibasket .proconut_cartlink {
	float: left;
}


/* Dialogbox */

.ui-dialog-titlebar {
	padding: 5px 10px !important;
}

#proconutCartClearDialog {
	width: 320px !important;
	padding: 10px !important;
}


/* Suchbox */

div.tx-macinasearchbox-pi1 {
	margin-top: 2px;
}

	/* Suchauswahl */

	.searchform-select {
		float: left;
		position: relative;
	}
	
	.searchform-select .options {
		position: absolute;
		left: 0;
		top: 19px;
	}
	
	.searchform-select .options ul {
		background-color: #f1f1f1;
		margin: 0;
		padding: 2px 0 3px 0;
	}
	
	.searchform-select .options ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.searchform-select .options ul li a {
		display: block;
		color: #999;
		padding: 0 10px 0 8px;
		font-size: 10px;
		width: 142px;
	}
	
	.searchform-select .options ul li a:hover {
		color: #333;
	}
	
	/* Suchword */

	input#tx_indexedsearch_sword {
		margin: 0;
		padding: 1px 4px 0px 4px;
		border: none;
		float: left;
	}
	
	#tx_indexedsearch_submit {
		margin: 0;
		padding: 0 2px 5px 2px;
		line-height: 0px;
		height: 18px;
	}