/* RESET */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, em, font, img, b, u, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #555;
}

h3{font-size:12px;font-weight:bold;padding-bottom:15px;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

.pagination {
	background-color: #ccc;
	border-top: none;
	overflow: hidden;
}
	.pagination .pages { float: right;  }
	.pagination .row-per-page { float: left;}
	.pagination > div div {float: left;}
	.pagination div.text {padding: 6px;}
	.pagination div.current {
		background-color: #4c4c4c;
		color: #fff;
		font-weight: bold;
		padding: 6px;
	}
	.pagination div a {
		cursor: pointer;
		display: block;
		padding: 6px;
		text-decoration: none;
	}
	.pagination div a:hover  {background-color: #aaa;}
/* tables still need 'cellspacing="0"' in the markup for correct display in IE7*/
table { border-spacing: 0;}
/* ENDE RESET */

body {
	background: #fff url(img/bg.png) top left repeat; 
	color: #333;
	font-size: 11px;
	line-height: 1;
	height: 100%;
}
/* STYLING FOR FORM ELEMENTS */
form {  display: inline;}
input, select, textarea {font-family: 'Trebuchet MS', Helvetica, sans-serif;}
input[type='text'],input[type='password'], textarea {
	background: #fff url(img/input-text-bg.png) no-repeat;
	border: 1px solid #595959;
	font-size: 11px;
}
input[type='checkbox'] {
	border: 0px none;
	font-size: 11px;
	margin: 0;
}
input[type='text'],input[type='password'] {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;

}

	#preisAnfrageForm_preisAnfrageData_plz{
	width: 40px;
	float:left;
	margin-right: 5px;
	}
	#preisAnfrageForm_preisAnfrageData_ort{
	width: 90px;
	}
	
	#preisAnfrageForm_preisAnfrageDataland, #preisAnfrageForm_preisAnfrageData_title{
	height: 30px;
	padding:6px;
	float:left;
	}
	#preisAnfrageForm_preisAnfrageData_kommentar{
	width: 100%;
	padding: 6px;
	background: #fff;
	border: solid 1px #bcbbbb;
	outline: none;
	margin:0;
	}

#search-input { border: 0px;background:#fbfbfb;color:#e2007a;font-weight:bold;
	background: url(img/search.png) 5px 2px no-repeat #ffffff;
	border: 1px solid #ccc;
	width: 250px;
	padding-left: 35px;

}
textarea {
	height: 55px;
	margin:0;
	padding: 0;
	width: 220px;
}
input[type='text']:focus, textarea:focus,input[type='password']:focus {
	
	border-color: #ffbf00;
}
input[type='submit'].default {  font-weight: bold; }
input[type='text'][readonly], input[type='password'][readonly],textarea[readonly] {
	background-color: #f6f6f6;
	background-image: none;
	border-color: #ddd;
}
select {
	font-size: 11px;
	height: 22px;
}
/* Error inputfield Styling */
input.error {
	background: #fff url(img/input-text-bg-error-trans.png) no-repeat;
	border: 1px solid #ce1b00;
	font-size: 11px;
	height: 18px;
	padding: 2px 3px 0 3px;
	/*vertical-align:baseline;*/
	width: 150px;
}
input.integer[type='text'], input.double[type='text'], input.short[type='text'],
input.decimal[type='text'], input.byte[type='text'], input.byte[type='text'] { text-align: right;}
input[type='submit'], input[type='button'], .button  {
	background: #bbb url(img/input-button-bg.png) repeat-x;
	border: 1px solid #595959;
	cursor: pointer;
	font-size: 11px;
	height: 22px;
	margin-left: 3px;
	padding: 0 8px 3px;
}
.form { overflow: hidden;}
.form label {
	clear: both;
	float: left;
	margin: 0 6px 6px 0;
	padding-top: 5px;
	text-align: right;
	width: 120px;
}
.form .checkout-text {
	float: left;
	margin: 0 6px 6px 0;
	padding-top: 5px;
	text-align: left;
	width: 180px;
}
.form input[type='text'], .form input[type='password'], .form select  {
	float: left;
	margin: 0 0 6px 6px;
	width: 200px;
}
.form .radio {
	float: left;
	margin: 0 0 6px 6px;
	width: 200px;
}
.form select, textarea {
	float: left;
	margin:0 0 6px 6px;
}
.form textarea.error {
	background: #fff url(img/input-text-bg-error-trans.png) no-repeat;
	border: 1px solid #ce1b00;
	font-size: 11px;
	height: 55px;
	margin:0 0 6px 6px;
	padding: 2px 3px 0 3px;
	width: 220px;
}
.form input[type='text'].zip {width: 45px;}
.form input[type='text'].city {width: 141px;}
.form h2, .form h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 6px 6px;
}
.form h3 {
	clear: both;
	margin: 12px 6px 6px;
}
.form p {
	clear: both;
	margin: 12px 0 6px 6px;
	line-height: 120%;
}
.form table {margin-left: 10px;}
.form td.label {
	line-height: 120%;
	padding: 2px 20px 0 6px;
	vertical-align: top;
}
/* END OF FORM ELEMENT STYLING */
#content {  }
.content-details, .search-results {
	background-color: #fff;
	overflow: hidden;
}
/* LINKS */
a { text-decoration: none; color: #4d4d4d; }
a:hover { text-decoration: underline; }
/* GENERAL HELPERS */
.icon16 {
	float: left;
	height: 16px;
	margin: 2px;
	width: 16px;
}
.floatLeft { float: left; display: inline;}
.floatRight { float: right;}
.clear { clear: both;}
/* TABS (A) */
	table.tabs {
		
		table-layout: fixed;
		width: 100%;
	}
	table.tabs td {
		color: #666;
		cursor: pointer;
		
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	table.tabs td:hover {background-image: url(img/darken10.png);}
	table.tabs td a {
		display: block;
		font-weight: bold;
		padding: 6px;
		text-decoration: none;
		border: 1px solid #B7B7B7;
		-moz-border-radius: 0.5em 0.5em 0em 0em;
		background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent  ;
	}
	table.tabs td a.selected {cursor: pointer;}
	table.tabs td .selected {
		background: -moz-linear-gradient(center top , #ededed, #fff) repeat scroll 0 0 transparent !important;
		-moz-border-radius: 0.5em 0.5em 0em 0em;
		border: 1px solid #B7B7B7;
		border-bottom: 0px;
		color: #4c4c4c;
	}
	table.tabs td.selected:hover {background-image: none;}
	table.tabs td.selected + td {border-left-width: 0px;}
	table.tabs td.last {border-right-width: 1px;}
	table.tabs ~ div > div:first-child {border-top: none !important;}
/* END OF TABS*/
/* Container for the complete page 
   Change width and alignment of the design here */
#abas {width: 968px;margin: 0 auto;height: 100%; min-height: 100%;height:auto !important;}
/* Header Area */
	#header-bg {
		border-bottom: 1px solid #fff;
		height: 130px;
		overflow: hidden;
		position: absolute;
		width: 968px;
		z-index: -1;
	}
	#header-bg-gradient {
		background-image: url(img/header-bg-gradient.png);
		height: 130px;
		position: absolute;
		right: 0;
		top: 0;
		width: 1000px;
	}
	#header {
		height: 130px;
		width: 100%;
	}
	#header #logo {
		background-image: url(img/logo.png);
		float: left;
		height: 90px;
		margin: 5px 0 0 35px;
		width: 140px;
	}
	#header #claim {
		float: left;
		height: 33px;
		margin: 40px 0 0 20px;
		width: 370px;
	}
	/* Secondary Navigation (GTC, impress, contact) */
		#meta {
			background: url(img/meta-bar-thin.png) repeat-x;
			height: 7px;
			left: 0;
			top: 0;
			width: 100%;
		}
		#meta-transition {
			background: url(img/meta-bar-transition.png);
			float: right;
			height: 21px;
			top: 0;
			width: 26px;
		}
		#meta-wide {
			background: url(img/meta-bar-wide.png);
			float: right;
			/*height: 21px;*/
			overflow: hidden;
			top: 0;
		}
		#meta p {
			margin: 3px 10px 0 4px;
		}
		#meta p, #meta a {
			color: #727272;
		}
/* tool bar */
#toolbar, .table-toolbar {
	background: url(img/toolbar-bg.png) repeat-x;
	height: 31px;
	overflow: hidden;
	width: 100%;
}
	#toolbar #navigation-header {
		background: url(img/navigation-bg.png) repeat-y;
		float: left;
		height: 31px;
		width: 200px;
	}
	
	#toolbar #search {
		float: left;
		padding: 0 0px;
	}
	#toolbar #logout, #toolbar #account {
		border-left: 1px solid #f7f7f7;
		float: right;
		height: 30px;
		overflow: hidden;
		padding: 0 8px;
	}
	#toolbar #logout:hover, #toolbar #account:hover {
		background-image: url(img/darken10.png);
		border-left-color: transparent;
		cursor: pointer;
	}
	#toolbar > div > p {
		color: #333;
		float: left;
		margin: 9px 0 0 0;
		white-space: nowrap;
	}
	#toolbar #logout .icon {
		background: url(icons/logout.png) no-repeat;
		float: left;
		height: 17px;
		margin: 6px 8px 0 0;
		width: 16px;
	}
	#toolbar #account .icon {
		background: url(icons/user1.png) no-repeat;
		float: left;
		height: 24px;
		margin: 2px 8px 0 0;
		width: 24px;
	}
	#toolbar #account .welcome { color: #808080; }
	#toolbar .beveldark, .table-toolbar .beveldark {
		background-color: #cfcfcf;
		float: right;
		height: 30px;
		width: 1px;
	}
	.table-toolbar .entry {
		border-left: 1px solid #f7f7f7;
		border-right: 1px solid #cfcfcf;
	}
#search form > div { display: inline; }
	#search {
		float: left;
		
	}
	
	
	.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	display: inline;
		
}
	
	
	#search input[type='submit'] {
	color: #fff;
	border: solid 0px #494949;
	font-size: 11px;
	height: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0084), to(#dd0475));
	background: -moz-linear-gradient(top,  #FF0084, #DD0475);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0084', endColorstr='#ff0475'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0084', endColorstr='#ff0475'); /* ie8 */
	}
	#account_information {
		background-color: #eee;
		border: 1px solid #333;
		font-size: 10px;
		position: absolute;
		z-index: 10;
	}
	#account_information > table { width: 100%; }
	#account_information > table td {   padding: 6px; }
	#account_information > table td.button { text-align: center; }
	#account_information > table td.number { 
		text-align: right;
		white-space: nowrap;
	}
	#account_information > table tr.total td {
		background-color: #666;
		color: #fff;
		font-weight: bold;
	}
/* Main Container - maintains SCROLL BEHAVIOR */
#main {
	/* background: #888 url(img/navigation-bg.png) repeat-y; */
	width: 100%;
}
/* Navigation Side Bar */
	#navigation {
		float: left;
		width: 199px;
	
	}
	

	#navigation-header h2 {
		border-bottom: 1px solid #cfcfcf;
		color: #555;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 3px;
		padding: 16px 0;
		text-align: center;
		text-transform: uppercase;
	}
	#navigation .level1 > li > a {
		border-top: 1px solid #f7f7f7;
		border-bottom: 1px solid #cfcfcf;
		color: #222;
		cursor: pointer;
		display:block;
		padding: 8px 0 8px 12px;
		text-decoration: none;
	}
	#navigation .level1 > li > a:hover {
		background-image: url(img/darken10.png);
		border-top-color: transparent;
		border-bottom-color: #bababa;
	}
	#navigation .level1 .nav-icon {
		float: left;
		margin: -2px 5px 0 -6px;
		width: 16px; height: 16px;
	}
	/* Icons for first-level items, if needed */
	#navigation .level1 .nav-icon.schreibwaren {background-image: url(icons/pens.png);}
	#navigation .level1 .nav-icon.computer {background-image: url(icons/monitor.png);}
	#navigation .level1 .nav-icon.moebel {background-image: url(icons/house.png);}
	#navigation .level1 .nav-icon.lampen {background-image: url(icons/lightbulb_on.png);}
	#navigation .level1 .nav-icon.verpackung {background-image: url(icons/package.png);}
	#navigation .selected {
		background-image: url(img/navigation-selected.png) !important;
		border-top-color: transparent !important;
		border-bottom-color: #00857f !important;
		color: #fff !important;
		font-weight: bold;
	}
	#navigation .selected a {
		color: #fff !important;
		text-decoration: none;
	}
		#navigation .level2 > li:first-child > a { border-top: none;}
		#navigation .level2 > li > a {
			background: url(img/darken10.png);
			border-top: 1px solid #b3b3b3;
			color: #222;
			cursor: pointer;
			display:block;
			padding: 4px 0 4px 16px;
			text-decoration: none;
		}
		#navigation .level2 > li > a.open {border-bottom: 1px solid #b3b3b3;}
		#navigation .level2 > li:hover {background-image: url(img/darken20.png);}
			#navigation .level3 {padding-left:10px;}
			#navigation .level3 > li:first-child > a { border-top: none;}
			#navigation .level3 > li > a {
				background: url(img/darken20.png);
				border-top: 1px solid #999;
				border-left: 1px solid #999;
				color: #222;
				cursor: pointer;
				display:block;
				margin-left: 0px;
				padding: 4px 0 4px 12px;
				text-decoration: none;
			}
			#navigation .level3 > li > a.open { border-bottom: 1px solid #999;}
			#navigation .level3 > li > a:hover {background-image: url(img/darken30.png);}
				#navigation .level4 > li:first-child > a { border-top: none;}
				#navigation .level4 {padding-left:15px;}
				#navigation .level4 > li > a {
					background: url(img/darken30.png);
					border: 1px solid #888;
					border-width: 1px 0 0 1px;
					color: #222;
					cursor: pointer;
					display:block;
					margin-left: 0px;
					padding: 4px 0 4px 12px;
					text-decoration: none;
				}
				#navigation .level4 > li > a.open {border-bottom: 1px solid #888;}
				#navigation .level4 > li > a:hover {background-image: url(img/darken40.png);}
					#navigation .level5 > li:first-child > a { border-top: none;}
					#navigation .level5 {padding-left:15px;}
					#navigation .level5 > li > a {
						background: url(img/darken40.png);
						border-top: 1px solid #777;
						border-left: 1px solid #777;
						color: #fff;
						cursor: pointer;
						display:block;
						margin-left: 0px;
						padding: 4px 0 4px 12px;
						text-decoration: none;
					}
					#navigation .level5 > li > a:hover {background-image: url(img/darken50.png);}
	#navigation .triangle { 
		background: url(img/navigation-triangle.png) no-repeat;
		float: right;
		margin: 2px 5px 0 0;
		height: 9px;
		width: 5px;
	}
	#navigation .level2 .triangle {margin: 1px 5px 0 0;}
#main-content { 
	padding-bottom: 4px;
}
/* Bread crumbs */
	#breadcrumbs {
		color: #666;
		padding:5px;
		background: #f3f3f3;
	}
		#breadcrumbs .breadcrumb-step {
			background: url(img/breadcrumb-step.png) no-repeat right center;
			padding-right: 1em;
		}
		#breadcrumbs .breadcrumb-step-nofloat {
			background: url(img/breadcrumb-step.png) no-repeat center right;
			padding-right: 10px;
		}
		#breadcrumbs .breadcrumb-step a { color: #fff; }
		#breadcrumbs .breadcrumb-last-step {
			float: none;
			background-image: none;
		}
		#breadcrumbs .breadcrumb-step-input { margin: 0px 10px;}
		#breadcrumbs .breadcrumb-step-current h2, #breadcrumbs .breadcrumb-step-current h1 {
			color: #3366cc;
			font-weight: bold;
			display: inline;
		}
/* Start page */
	table.start-page {
		border-collapse:collapse;
		width:750px;
		height:400px;
		margin:0 !important;
		padding:0 !important;
	}
		table.start-page td {
			vertical-align:middle;
			text-align:right;
		}
		table.start-page form {padding-bottom: 10px;}
		table.start-page td.flags {text-align: center;}
		table.start-page td.flags img {padding: 0 10px 0 10px;}
	#startpage {padding: 20px;}
	#startpage p {
		font-size: x-large;
		font-weight: bold;
		padding-bottom: 1em;
	}
	#startpage li {
		font-size: 12px;
		padding-bottom: 10px;
	}
	#startpage li.item {padding-left: 20px;}
	#startpage li.title {font-weight: bold;}
	#startpage li.summary {
		font-weight: bold;
		padding: 1em 0 1em 0;
	}
	#startpage .flags {padding-top: 50px;}
	#startpage .flags img {padding: 0 10px 0 10px;}
	div.message p {padding: 3em 0 0 2em;}
	div.message div {padding: 3em 0 0 2em;}
div.message a.link {
		display: block;
		padding-top: 1em;
	}
#footer .floatLeft, #footer .floatRight {margin: 4px;}
.clickTooltip {background: transparent url(icons/info.png) no-repeat scroll left center;}
.tooltipOnPage {
	float: left;
	height: 20px;
	width: 20px;
}
.tooltipInTable {
	float: left;
	height: 8px;
	width: 12px;
}
.tooltipTitle {
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
}
/* AutoComplete Styling */
	.ac_results {
		background-color: #eee;
		border: 1px solid #888;
		border-top: none;
		overflow: hidden;
		padding: 0px;
	}
	.ac_results ul {
		list-style-position: outside;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.ac_results iframe {
		display:none;/*sorry for IE5*/
		display/**/:block;/*sorry for IE5*/
		filter:mask();
		height:3000px;
		left:0;
		position:absolute;
		top:0;
		width:3000px;
		z-index:-1;
	}
	.ac_results li {
		cursor: pointer;
		display: block;
		font-size: 12px;
		margin: 0px;
		overflow: hidden;
		padding: 2px 5px;
		width: 100%;
	}
	.ac_loading {
		/*  background : Window url('./indicator.gif') right center no-repeat;*/
	}
	.ac_over {
		background-color: #333;
		color: #fff;
	}
/* END of AutoComplete Styling */
/* ERROR MESSAGES (webflow, erp-schreiben 1 + 2, details)*/
.error {
	color:#CE1B00;
	margin:0px 2px 0px 2px;
	float:left;
	background: #fff;
}
.message {
	background: transparent url(icons/warning-trans.png) no-repeat scroll 4px 4px;
	border-bottom: 1px solid #CE1B00;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	color:#CE1B00;
	margin:0px 2px 0px 2px;
	padding: 12px 45px 10px 45px;
}
.errorDetails {
	background: #fff url(icons/warning-trans.png) no-repeat scroll 4px 4px;
	border-bottom: 1px solid #CE1B00;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	color:#CE1B00;
	margin:0px 2px 0px 2px;
	padding: 12px 45px 10px 45px;
}
p.error-text{
	clear: left;
	color:#CE1B00;
	margin:4px 0px;
	padding: 0px 2px 2px 2px;
}
.errorList {
	color:#CE1B00;
	line-height: 130%;
	list-style-type: square;
	margin:10px 2px 2px 0px;
	padding: 0px 1px 0px 1px;
}
.messageList {
	color:#CE1B00;
	line-height: 130%;
	list-style-type: square;
	margin:10px 2px 2px 0px;
	padding: 0px 1px 0px 1px;
}
/* webflow */
#webflow-header, #toolbar.webflow-toolbar, #webflow-main, #footer {
	margin: 0 auto;
}
#webflow-header {position: relative;}
	.webflow-step {
		float: left;
		height: 30px;
	}
		.webflow-step .left, .webflow-step.last .right {
			background: url(img/webflow-next.png) no-repeat;
			float: left;
			height: 30px;
			width: 17px;
		}
		.webflow-step .center {
			float: left;
			font-size: 12px;
			height: 16px;
			padding: 7px;
			text-shadow: 0 1px 0 #ccc;
		}
		.webflow-step .right {
			float: left;
			height: 30px;
			width: 0px;
		}
		.webflow-step.selected .left {
			background: url(img/webflow-next-selected.png) no-repeat;
			float: left;
			height: 30px;
			width: 17px;
		}
		.webflow-step.selected .center {
			background: url(img/webflow-selected-bg.png) repeat-x;
			color: #fff;
			float: left;
			font-weight: bold;
			text-shadow: 0 1px 0 #000;
		}
		.webflow-step.selected .right {
			background: url(img/webflow-selected-next.png) no-repeat;
			float: left;
			height: 30px;
			width: 17px;
		}
		.webflow-step.selected + a .webflow-step .left {
			background: none;
			width: 0px;
		}
		/* First step is styled slightly different from the rest */
		.webflow-step.first .left {width: 0;}
		.webflow-step.first .center {padding-left: 12px;}
#webflow-main {
	background: #fff url(img/webflow-details-bg.gif) repeat-y top right;
	overflow: hidden;
}
	#webflow-main .form {
		margin: 12px 280px 20px 12px;
		width: 390px; /* fix floating in IE */
	}
	#webflow-main .info {
		float: right;
		padding: 14px 10px 10px;
		width: 250px;
	}
	#webflow-main .info .icon {
		background-image: url(icons/about.png);
		float: right;
		height: 48px;
		margin: 0 6px 2px 6px;
/*		margin: 0 auto 12px; */
		width: 48px;
	}
	#webflow-main .info p {
		line-height: 120%;
		margin: 10px 0;
	}
	#webflow-main p.error-text{
		color:#CE1B00;
		margin:0;
		padding: 0 4px 8px 132px;
	}
.webflow-error {
	background: transparent url(icons/warning-trans.png) no-repeat scroll 4px 4px;
	border-bottom: 1px solid #CE1B00;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	color:#CE1B00;
	line-height:150%;
	margin:0px 10px 10px 6px;
	padding: 0px 17px 5px 48px;
}

.list_headline {
float:left;
font-weight:bold;
text-align:left;
width:180px;
}

.list_content {
border-left:1px dashed #ddd;
float:left;
padding-left:10px;
text-align:left;

}

.techdata td {
border-top: 1px solid #ddd;
line-height: 18px;
}

#firstline {
border-top: none;
line-height: 18px;
}

.techdata {
width: 100%;
/* table-layout: fixed;*/
}

table.staffelpreise {font: 95% Century Gothic,sans-serif;padding: 0; margin: 0; border-collapse: collapse; color: #333; background: #F3F5F7;width:100%;}

table.staffelpreise a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

table.staffelpreise a:visited {color: #777;}

table.staffelpreise a:hover {color: #000;}  

table.staffelpreise caption {color: #555;text-align: left; padding-bottom: 5px; font: 14px 'Trebuchet MS',Helvetica,sans-serif; font-weight: bold;}

table.staffelpreise thead th {background: #3A4856; padding: 5px 0px; color: #fff; text-align: center; font-weight: normal;}

table.staffelpreise tbody, table.staffelpreise thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table.staffelpreise tbody {border-bottom: 1px solid #EAECEE;}
                      
table.staffelpreise tbody td {padding: 2px; background: url("img/td_back.gif") repeat-x; text-align:center;}

table.staffelpreise tbody th {padding: 2px; background: url("img/td_back.gif") repeat-x; text-align: left;}

table.staffelpreise tbody tr {background: #F3F5F7;}

table.staffelpreise tbody tr.odd {background: #F0F2F4;}

table.staffelpreise tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  'Trebuchet MS',Helvetica,sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


/* MADE IN GERMANY BADGE */
.badge {
background:url(../images/made-in-germany.png) no-repeat;
height: 48px;
width: 53px;
position: absolute;
right: 0;
top: 0;
}

/* ENDE MADE IN GERMANY BADGE */

/* MADE IN EUROPE BADGE */
.europebadge {
background:url(../images/made-in-europe.png) no-repeat;
height: 48px;
width: 53px;
position: absolute;
right: 0;
top: 0;
}

/* ENDE MADE IN EUROPE BADGE */

/* START NEUHEIT BADGE */
.badgeneuheit-de {
background:url(../images/neuheit.png) no-repeat;
height: 51px;
width: 51px;
position: absolute;
left: 0;
top: 0;
}

.badgeneuheit-en {
background:url(../images/neuheit-en.png) no-repeat;
height: 51px;
width: 51px;
position: absolute;
left: 0;
top: 0;
}

.badgeneuheit-fr {
background:url(../images/neuheit-fr.png) no-repeat;
height: 51px;
width: 51px;
position: absolute;
left: 0;
top: 0;
}
/* ENDE NEUHEIT BADGE */

#sitefooter{
	margin: 0 auto;
	background: url(img/footer-bg.png) repeat-x #f1f1f1;
	height: 80px;
}

#footercontent{
	margin: 0 auto;
	width: 968px;
}
/* START CATALOG.CSS */

.infoLayer {
	height:335px;
	position:absolute;
	padding: 10px 15px 5px 17px;
	background:#F5F5F6 url(img/details-bg.jpg) no-repeat bottom left;
	top:10px;
	left:370px;
	width:555px;
	-moz-box-shadow: 0pt 1px 3px rgba(0, 0, 0, 0.2);
}

#products {	margin: 5px 0; }
	.product-list, #product-details {
		border: solid #d9d9d9;
		border-width:1px 1px 1px 1px;
		background-color: #fff;
		overflow: hidden;
	}
	.product-list a, #product-details a {
		text-decoration: none;
		color: #4c4c4c;
		display:block;
		
	}
	.product-list a:hover, #product-details a:hover {
		text-decoration: underline;
		color: #6c6c6c;
	}
		.product-row {
			padding: 10px;
			border: solid #d9d9d9;
			border-width: 0px 0 1px 0px;
			overflow: hidden;
			float:left;
			width: 219px;
			height: 230px;
		}
		.product-row p.availability {margin-top:12px;}
	/*	.product-row:last-child { border-right: 1px solid #d9d9d9;	}*/
			.product-row .product-picture {
				text-align:center;
				min-height: 150px;
				
			}
				.product-row .product-picture .featured {
					position: absolute;
					width: 24px;
					height: 24px; 
					background-image: url(icons/catalog-star_yellow.png); 
					bottom: 0; 
					right: 0;
				}
			.product-row .product-description {height:50px;}
				.product-row .product-description h3 {
					font-size: 12px;
					font-weight: bold;						
					margin-bottom: 5px;
					color: #4c4c4c;
					padding:0;
					text-shadow: 1px 1px 0 #fff;
				}
				.product-row .product-description a:hover h3 {
					text-decoration: underline;
				}
				.product-row .product-description p {
					color: #888;
					line-height: 110%;
					margin-bottom: 4px;
				}
				.product-row .product-description p.category {margin-top: 16px;}
				.product-row .product-description p.category a {
					padding-right: 8px;
					background: url(img/catalog-product-triangle.png) no-repeat center right;
				}				
			.product-buy {
				width: 200px;
				float: right;
				text-align:right;
				
			}
				.product-buy h4 {
					font-size: 20px;
					font-weight: bold;
					color: #4c4c4c;
					display: inline;
					font-family: Century Gothic, sans-serif;
					font-size: 20px;
					letter-spacing: -1pt;
					text-shadow: 1px 1px 0 #fff;
				
				}
				.product-buy p, .product-row .product-buy span {
					color: #888;
				}
				.product-buy p.small {
					font-size: 10px; 
					color: #aaa;
					margin: 2px 0 12px;
				}
				.product-buy p.bereits-im-shopping-cart {
					margin: 12px 0 0;
					color: #333;
					font-weight: bold;
				}
	.multiple-product-order {
		background-color: #eee;
		padding: 10px;
		text-align: right;
	}
#products table.detail-tabs {
	margin-top:18px;
}
/* Product Details */
#product-details {	background: #fff repeat-y top right;}
	#product-details .product-buy {padding: 10px;}
		#product-details .product-buy p.small {
			color: #888;
			margin: 6px 0;
		}
		#product-details .product-buy .conf {margin: 14px 0 0;}
		#product-details .product-buy .conf label {width: 70px;}
		#product-details .product-buy h5 {
			font-weight: bold;
			color: #333;
			margin: 18px 12px 0;
		}
		#product-details .product-buy table.sliding-price { 
			width: 90%;
			margin: 12px auto;
			border-collapse: collapse;
			border: 1px solid #666;
		}
		#product-details .product-buy table.sliding-price th {
			background-color: #666;
			color: #fff;
			font-weight: bold;
			padding: 6px;
		}
		#product-details .product-buy table.sliding-price td {
			padding: 6px;
			border: 1px solid #999;
			text-align: right;
			background-color: #f5f5f5;
		}
	#product-details .product-picture {
		width: 208px;
		padding: 10px; 
		float: right; 
		overflow: hidden;
	}
		#product-details .product-picture img {
		/*	margin: 0 10px 10px 0;*/
			border: 1px solid #ddd; 
		}
	#product-details .product-description {
		margin: 10px 0 0 10px;
		/*font-size: 12px;*/
	}
		.product-description h2 {
			font-weight: bold;
			font-size: 16px;
			margin: 12px 0 18px 0;
		}
		.product-description p {
			line-height: 120%;
			margin: 0 0 6px 0px;
		}
		.product-description ul {
			list-style-type: square;
		}
		.product-description ul li {
			line-height: 120%;
			margin: 0 0 4px 24px;
		}
#product-details + table.groups { margin-top: 18px; }
#groups {
	margin: 6px 0px 0;
	/* border: 1px solid #666;
	border-bottom: 1px solid #bbb; */
	padding: 3px 0 0 3px;
	/* background-color: #e0e0e0; */
	overflow: hidden;
}

#groupsmitbild {
	margin: 6px 0px 0;
	/* border: 1px solid #666;
	border-bottom: 1px solid #bbb; */
	padding: 3px 0 0 3px;
	/* background-color: #e0e0e0; */
	overflow: hidden;
}

#groupsmitbild .group { 
	/*      float: left;*/
		overflow: hidden;
		margin: 0 4px 4px 0;
		cursor: pointer;
		display: inline-block;
		text-align: center;
	}
	#groups .group .group-left,#groups .group .group-right {
		float: left;
		width: 3px;
		height: 25px;
		background: url(img/group-left.png) no-repeat 0px 0px;
		
	}
	#groupsmitbild .group .group-right {background: url(img/group-right.png) no-repeat 0px 0px;}
	.group .group-center {
		height: 100px;
		width:100px;
		background: url(img/categories.png) no-repeat 0px 0px;
		overflow: hidden;
		white-space: nowrap;
		text-align:center;
	}
	#groupsmitbild .group .group_error {color: #ce1b00;}
	#groupsmitbild .group:hover .group-left,#groupsmitbild .group:hover .group-center,#groupsmitbild .group:hover .group-right {background-position: 0 -100px;}
	#groupsmitbild .group.selected .group-left,#groupsmitbild .group.selected .group-center,#groupsmitbild .group.selected .group-right {
		background-position: 0 -50px;
		color: #fff;
	}
	#groupsmitbild .group.pressed .group-left,#groups .group.pressed .group-center,#groups .group.pressed .group-right {
		background-position: 0 -100px;
		color: #fff;
	}
	#groupsmitbild .group .group-center a {text-decoration: none;}
	#groupsmitbild .selected .group-center a {color: #fff;}
	#tab-simple-search {
		/*min-width: 900px; avoid ui crash on small width*/ 
	}
.cross-selling {
	border: 1px solid #555;
	border-top: none;
	background-color: #fff;
	overflow: hidden;
}
	.product-box {
		margin: 10px 20px 20px 10px;
		overflow: hidden;
		width: 320px;
		/*width: 45%; /* dynamic or fixed */
		display: inline-block;
	}
		.product-box .img {float: left;}
		.product-box .description {margin-left: 130px;}
		.product-box .description h4 {
			font-weight: bold;
			font-size: 12px;
			margin-bottom: 6px;
		}
		.product-box .description p {
			line-height: 120%;
			margin-bottom: 4px;
		}
		.product-box .description p.price {
			font-size: 12px;
			font-weight: bold;
			text-align: right; 
			margin-bottom: 10px;
		}
		
		#product-details  h3 {
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 2px 0;
		}
		

#topnav{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	text-shadow: 0 1px 0 #E6E6E6;
	font-size:10px;
	font-weight:bold;
	color:8e8e8e;
	}
#topnav ul{
	height:21px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#topnav li{
		float:left;
		}
	#topnav li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:18px;
		padding:0px 5px;
		text-align:center;
		text-decoration:none;
		border-left: 1px dotted #ccc;
		}
	#topnav li a:hover{
			color:#e2007a;
			background: #fff;
			text-decoration:none;
			}
	#topnav li ul{
		background:#fff;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#topnav li:hover ul{
		display:block;
		}
	#topnav li li {
		display:block;
		float:none;
		width:150px;
		border-top:1px dotted #ccc;
		}
	#topnav li ul a{
		display:block;
		font-size:10px;
		font-style:normal;
		padding:0px 10px 0px 5px;
		text-align:left;
		}
		#topnav li ul a:hover{
			background:#fff;
			color:#e2007a;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	#topnav p{
		clear:left;
		}	
	#topnav #current{
			color:#ffffff;
		}
		



/* HAUPNAVIGATION START */
		
#nav .kategorien{visibility:hidden;}

#nav {background:#f6f6f6;}

#nav ul.level2, #nav ul.level2 li, #nav ul.level2 ul{
	list-style: none outside none;
	margin:0;
	padding:0;
	}
	
	#nav ul.level2{
	float: left;
	position: relative;
	z-index: 597;
	background:#f6f6f6 url(img/mainnav-bg.gif) repeat-x;
	}
	
	#nav ul.level2 li{
	float:left;
	line-height: 1.3em;
	vertical-align:middle;
	
	}
	
	#nav ul.level2 li.hover, ul.level2 li:hover{
	cursor:default;
	position:relative;
	z-index:599;
	}
	
	#nav ul.level2 ul{
	left:0;
	position:absolute;
	top:100%;
	visibility:hidden;
	width:958px;
	min-height: 250px;
	z-index:598;
	padding-top:10px;
	margin-top: -2px;
	}
	
	#nav ul.level2 ul li{
	float:none;
	}
	#nav ul.level2 ul ul{
	left:99%;
	top:1px;
	}
	#nav ul.level2 li:hover > ul {
	visibility:visible;
	}
	
	#nav ul.level2{
	width: 100%;
	}
	#nav ul.level2 ul li{
	float:left;
	}
	#nav ul.level2 li.hover, ul.level2 li:hover{
	position: static;
	}
	
	#nav ul.level2 ul ul{
	display: none !important;
	}
	#nav ul.level2 ul li{
	position: static;
	width:150px;
	}
	#nav ul.level2 ul ul{
	display: block !important;
	position: static;
	width: auto !important;
	}
	#nav ul.level2 ul ul li{
	float: none;
	}
	#nav ul.level2 ul ul ul{
	display:none;
	}
	
	#nav ul.level2 li.hover ul, #nav ul.level2 li:hover ul {
	visibility: visible !important;
	}
	
	a.kategorien{
	display:none;
	}
	
#nav ul.level2 {
 font: bold 14px/normal Arial, Helvetica, sans-serif;
 letter-spacing: -2px;
 text-transform: uppercase;
}

	#nav ul.level2 li {
	 padding:10px 10px 10px 10px;
	 background-color: transparent;
	 color: #5D5D5D;
	 border-right: 1px dotted #ccc;
	 }
	
	#nav ul.level3 li {
	 background-color: transparent;
	 color: #5D5D5D;
	 border-right: 1px dotted #ccc;
	 height:auto;
	 padding: 0 10px;
	 }
	
	#nav ul.level4 li {
	 background-color: transparent;
	 color: #5D5D5D;
	 border-right: 1px dotted #ccc;
	 padding: 0 10px;
	 height:auto;
	 }
	

	#nav ul.level2 li.last ul li {
	 float: right;
	}

	#nav ul.level2 li.hover,
	#nav ul.level2 li:hover {
	 background-color: #fff;
	 color: #5D5D5D;
	}

	#nav ul.level2 a:link,
	#nav ul.level2 a:visited	{ color: #5D5D5D; text-decoration: none; text-shadow: 0 0 1px #E6E6E6;}
	#nav ul.level2 a:hover		{ color: #E2007A;}
	#nav ul.level2 a:active	{ color: #336699; text-shadow: 0 1px 0 #E6E6E6;}


	/* -- level mark -- */

	#nav ul.level2 ul {
	 background-color: #fff;
	 font-size: 12px;
	 letter-spacing: normal;
	 opacity:0.95;
	 filter:alpha(opacity=95)
	}

	* html #nav ul.level2 ul {
	 width: 960px;
	}

		#nav ul.level2 ul li {
		 font-weight: bold;
		 border:none;
		}

		/* -- level mark -- */

		#nav ul.level2 ul ul {
		 margin-top: 5px;
		 text-transform: none;
		}

			#nav ul.level2 ul ul li {
			 font-weight: normal;
			}
	#nav ul.level2 ul {
	 
	}
	
	#nav ul.level2 ul a {
	 width: 140px;
	 padding: 3px 5px;
	 border-top: 1px dotted #ccc;
	 
	}
	
	#nav ul.level2 ul a:hover {
	 background-color: #E2007A;
	 color: #fff !important;
	}
	
	#nav ul.level2 ul ul {
	 padding: 0;
	 margin-left: -5px; 
	}
	
	#nav ul.level2 li a{
	display:block;
	
	}
	.level3 li a{ font-size:14px;}
	.level4 li a{ font-size:12px;}
	.level3{-moz-box-shadow: 2px 2px 3px #666; border:solid #ddd; border-width:  0 5px 5px 5px;}
	
	
 .morecategories{
 background-color: #0078A5;
 background:  -moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0 0 transparent;
 border:1px solid #0076A3;font-weight:bold;color:#fff;
 -moz-border-radius:0.5em 0.5em 0.5em 0.5em;
 -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE', endColorstr='#0078A5'); /* ie7 */
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ADEE', endColorstr='#0078A5'); /* ie8 */
 color:#fff;
 padding:0.2em 1em 0.275em;
 }
 
 #cart{
 	width:250px;
 	float:right;
 	background-color:#efefef;
 	margin:10px 10px 0 0;
	background:#efefef -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: #efefef -moz-linear-gradient(top,  #efefef, #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff'); /* ie8 */
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
 }
 
	 .teasersmall{
	 width: 225px;
	 height: 85px;
	 background: url(img/teaserbg.png) no-repeat top left;
	 float:left;
	 margin-right: 9px;
	 margin-top: 10px;
	 }
	 
	 .teasersmalllast
	 {
	 width: 225px;
	 height: 85px;
	 background: url(img/teaserbg.png) no-repeat top left;
	 float:left;
	 margin-top: 10px;
	 }
	 
	 .teasertext{
	 color: #4c4c4c;
	 font-weight:bold;
	 float:left;
	 margin-top: 10px;
	 margin-left: 5px;
	 width:145px;
	 }
	 
	 .teaserpicsmall{
	 float:left;
	 margin-left:5px;
	 }
	 
	 .teasersmallinhalt{
	 margin-top: 10px;
	 height:85px;
	 }
 
 .teasermoreinfo a:link, .teasermoreinfo a:active, .teasermoreinfo a:visited{
 background:url(img/moreinfo.png) no-repeat;
 width:110px;
 height:18px;
 display:block;
 float:right;
 position:relative;
 top:5px;
 right:15px;
 text-align: center;
 color: #fff !important;
 padding-top: 3px;
  }
 
 /* ENDE CATALOG.CSS */
 
  /* START SHOPPINGCART.CSS */
 
 .toolbar-icon.retrieveShoppingcartList { background: url(icons/savedshoppingcarts_list.png) no-repeat 6px 3px; }
.toolbar-icon.retrieveOrderList { background: url(icons/outbox.png) no-repeat 6px 3px; }
.toolbar-icon.goToShoppingCart { background: url(icons/gotoshoppingcart.png) no-repeat 6px 3px; }
.toolbar-icon.proceedOrderFlow { background: url(icons/proceed.png) no-repeat 6px 3px; }
.toolbar-icon.order { background: url(icons/cashier.png) no-repeat 6px 3px; }
.toolbar-icon.recedeOrderFlow { background: url(icons/recede.png) no-repeat 6px 3px; }
.toolbar-icon.backToCatalog { background: url(icons/back.png) no-repeat 6px 3px; }
.toolbar-icon.printer { background: url(icons/printer.png) no-repeat 6px 3px; }
.toolbar-icon.gtc { background: url(icons/gtc.png) no-repeat 6px 3px; }
.toolbar-icon.refreshShoppingCart { background: url(icons/shoppingcart_refresh.png) no-repeat 6px 3px; }
.toolbar-icon.deleteShoppingCart { background: url(icons/shopping_cart_delete.png) no-repeat 6px 3px; }
.toolbar-icon.posCopy { background: url(icons/shoppingcart_selected_positions.png) no-repeat 6px 3px; }
.toolbar-icon.posCopySelected { background: url(icons/shoppingcart_add_positions.png) no-repeat 6px 3px; }
.toolbar-icon.appendToCurrentCart { background: url(icons/shoppingcart_add_positions.png) no-repeat 6px 3px; }
.toolbar-icon.registerorderflow { background: url(icons/registerorderflow.png) no-repeat 6px 3px; }
.toolbar-icon.saveShoppingCart { background: url(icons/shoppingcart_save.png) no-repeat 6px 3px; }
.icon-deleteRow { background: url(icons/package_delete_16.png) no-repeat}
.icon-refreshCartRow{ background: url(icons/package_preferences_16.png) no-repeat}
.toolbar-icon.copy{ background: url(icons/shoppingcart_copy.png) no-repeat}
.toolbar-icon.edit{ background: url(icons/edit24.png) no-repeat}
.tableButton.edit{ background: url(icons/edit.png) no-repeat 6px 3px;}
.tableButton.posCopy{ background: url(icons/additemtocart16.png) no-repeat 6px 3px;}
.tableButton.copy{ background: url(icons/copy.png) no-repeat 6px 3px;}
.tableButton.delete{ background: url(icons/delete2.png) no-repeat 6px 3px;}
.tableButton {
	padding: 10px 10px 4px 36px;
	height: 16px;
	overflow: hidden;
}

table.shoppingcartTable.delete{background-image:url(delete2.png);}
table.shoppingcartTable.edit{background-image:url(edit.png);}
table.shoppingcartTable.posCopy{background-image:url(additemtocart16.png);}
table.shoppingcartTable.deleteRow{ background-image:url(package_delete_16.png);}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(icons/bgup.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {	background-color:#F0F0F6;}
table.tablesorter thead tr .headerSortUp {background-image: url(icons/asc.gif);}
table.tablesorter thead tr .headerSortDown {background-image: url(icons/desc.gif);}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {background-color: #8dbdd8;}
.form .checkOut-text {
	float: left;
	margin: 0 0 6px 6px;
	width: 200px;
	padding-top:5px;
}
#shopping-cart h3{
	text-shadow: 0 1px 0 #E6E6E6;
	font-size:14px;
	color:#bbb;
	padding-bottom:5px;
	}

#shopping-cart-preview {
		font-size: 10px;
		top:100px;
		position:absolute;
		z-index: 600;
		overflow-y: auto;
		overflow-x: hidden;
		background-color:#efefef;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
		background: -moz-linear-gradient(top,  #ffffff, #efefef);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* ie7 */
		-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef'); /* ie8 */
		-moz-box-shadow: 2px 2px 3px #666;
		-webkit-box-shadow: 2px 2px 3px #666;
		box-shadow: 2px 2px 3px #666;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
		
	}
	#shopping-cart-preview > table { width: 100%; }
	#shopping-cart-preview > table td {	padding: 6px; }
	#shopping-cart-preview > table td.button { text-align: center; }
	#shopping-cart-preview > table td.number { 
		text-align: right;
		white-space: nowrap;
	}
	#shopping-cart-preview > table tr.total td {
		background-color: #3366cc;
		color: #fff;
		font-weight: bold;
		border:0;
	}
/* Shopping Cart Input Element */
table.shopping-cart-in {margin-top:5px;border:1px solid #CCCCCC;}
table.shopping-cart-in td {	vertical-align: top;}
table.shopping-cart-in td:first-child div {

	}
table.shopping-cart-in .shopping-cart-input {
	width: 45px;
	height: 30px;
	border: none;
	border-right: 1px solid #595959;
	padding: 1px 3px 0 0px;
	font-size: 14px !important;
	margin: 0;
	text-align: right;
}
table.shopping-cart-in .shopping-cart-input-button {
	background: url(img/bgbutton.jpg) repeat-x;
	height: 31px;
	border-width: 0px;
	color:#fff;
	font-weight: bold;
	width: 150px;
	margin: 0;
	text-shadow: 0 1px 1px #000;
}

.produktanfragebutton{
	border-width: 0px;
	color:#336699 !important;
	font-weight: bold !important;
	margin: 0 !important;
	}

	#shopping-cart {
	float: left;
	height: 60px;
	padding: 5px 20px;
	overflow: hidden;
	width:210px;
}

	#shopping-cart-preview-table td {
	border-top: 1px dashed #ccc;
	}

	#shopping-cart:hover {
	background-image: url(img/darken10.png);
	cursor: pointer;
	border-left-color: transparent;
	border-right-color: #bababa;
}
	#shopping-cart .icon {
		margin: 2px 8px 0 0;
		background: url(icons/shoppingcart_full.png) no-repeat;
		width: 32px;
		height: 32px;
		float: left;
	}
	#shopping-cart #total {
		float: left;
		padding-top: 6px;
		margin-left: 8px;
	}
		#total .left, #total .right {
			float: left;
			width: 8px;
			height: 18px;
			background: url(img/shopping-cart-total-left.png) no-repeat;
		}
		#total .center {
			float: left;
			white-space: nowrap;
			color: #aaa;
			font-size:24px;
			padding-top: 3px;
			text-shadow: 0 1px 0 #fff;
			letter-spacing:-3px;
		}
		#total .right {
			background: url(img/shopping-cart-total-right.png) no-repeat;
		}
#trusted-shop {
	margin: 15px auto 15px;
	width: 79px;
	height: 79px;
	background-image: url(img/shopping-cart-trusted-shop.png);
}
#btnProtect {margin: 10px 0px 0px 65px;}
input.shoppingcart-input-show {
	width: 27px;	
}
#main-directInput {
	float: left;
	width: 169px;
	padding: 12px 1px 0 0;
	clear: left;
}
#main-directInput .directInput {
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #cfcfcf;
	color: #222;
	cursor: pointer;
	display:block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
}
table.direct-in .direct-input {
	width: 100px;
	height: 17px;
	padding: 1px 3px 0 5px;
	margin: 1px;
}
table.direct-in .direct-input-button {
	padding: 1px 3px 0 5px;
	margin: 1px;
}
span.green {
	color: green;
}
span.red {
	color: red;
}

/* ENDE SHOPPINGCART.CSS */

/* START STYLES-ERP.CSS */

/* * * * * * * * * * * * * * * * * * * * * * *
/*    Stylesheet specific for the ERP
/*    section of the site. Not necessary
/*    for the shop.
/* * * * * * * * * * * * * * * * * * * * * * */ 

/* Selection Screen */
.content-details.with-info {padding-bottom: 6px;}
	.search-perform {
		background:#EFEFEF none repeat scroll 0 0;
		float:left;
		margin:10px 5px;
		padding:10px;
		width:200px;
	}
		.search-perform p {margin: 12px 0 6px;}
	.search-parameters {
		float: left;
		margin:10px 20px 10px 10px;
		padding:10px;
	}
		.search-parameters div.form * span.search-parameter-fromto-binding {
			margin-left: 10px;
			float: left;
		}
		.search-parameters div.form * span.label {
			float: left;
			margin: 6px 0px;
			width: 180px;
			text-align: right;
		}
		.search-parameters input[type='text'] {width: 150px;}
		.search-parameters input.date {
			width: 100px;
			text-align:right;
		}
		.search-parameters input[type='checkbox'] {	margin: 3px 0 3px 6px;}
	.criteria {
		/*
		margin: 0 0 4px;
		float: right;
		width: 350px;
		float:left;
		*/
		clear: both;
		margin:0 0 4px;
		/*e width:350px;*/
	}
	.criteria input.fulltextSearch {width: 400px;}
	.add-criterium {
		background-image: url(img/add-criterium.png);
		width: 22px;
		height: 22px;
		float: left;
		margin: 0 0 0 5px;
		cursor: pointer;
	}
	.remove-criterium {
		background-image: url(img/remove-criterium.png);
		width: 22px;
		height: 22px;
		float: left;
		margin: 0 0 0 5px;
		cursor: pointer;
	}
	/* Button to open/choose the item selected in the result table */
	.select-button {
		float: right;
		padding: 4px;
	}
	.select-button input[type='button'] {width: 80px;}
.search-results {
	margin-top: 6px;
	background-color: #eee;
}
	.search-results h3 {
		margin: 7px;
		font-size: 14px;
		font-weight: bold;
		color: #555;
	}
	.result-table-wrapper {
		width: 100%;
		clear: both;
	}
	.result-table-wrapper>table.result-table {border-collapse: collapse;}
	.result-table-wrapper>table.result-table th {
		background-color: #555;
		color: #fff;
		padding: 4px;
	}
	.result-table-wrapper>table.result-table td {
		padding: 4px;
		border: 1px solid #ccc;
	}
/* End of Selection Screen */
/* Read Screen */
#content_toolbar {
	height: 30px;
	background: url(img/toolbar-bg.png) repeat-x;
	overflow: hidden;
}
	.result-toolbar-item {
		float: right;
		height: 30px;
		overflow: hidden;
		border-left: 1px solid #f7f7f7;
		border-right: 1px solid #cfcfcf;
		cursor: pointer;
	}
	.toolbar-item {
		float: left;
		height: 30px;
		overflow: hidden;
		border-left: 1px solid #f7f7f7;
		border-right: 1px solid #cfcfcf;
		cursor: pointer;
	}
	.toolbar-item a.toolbar-action {
		display: block;
		height: 28px;
	}
	.toolbar-item a.toolbar-action:HOVER { text-decoration: none;}
	.toolbar-item:hover,.result-toolbar-item:hover {
		background-image: url(img/darken10.png);
		cursor: pointer;
		border-left-color: transparent;
		border-right-color: #bababa;
	}
	.toolbar-item.pressed,.result-toolbar-item.pressed {background-image: url(img/darken20.png);}
	.toolbar-item button#login {
		border: none;
		font-size: 100%;
		padding: 0;
		height: 30px;
		width: 120px;
		cursor: pointer;
		padding-left: 10px;
	}
	.toolbar-icon {
		padding: 10px 10px 4px 36px;
		height: 16px;
		overflow: hidden;
	}
	.toolbar-icon.no-icon {padding-left: 10px;}
	.toolbar-icon.icon-new {background: url(icons/document_add.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-edit {background: url(icons/document_edit.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-update {background: url(icons/document_edit.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-copy {background: url(icons/copy.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-selection {background: url(icons/folder_view.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-recent {background: url(icons/folder_document.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-print {background: url(icons/printer.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-save {background: url(icons/save.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-cancel {background: url(icons/cancel.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-login {background: url(icons/safe_into.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-refresh { background: url(icons/refresh.png) no-repeat 6px 3px;}
	.toolbar-icon.icon-start-info-system { background: url(icons/gear_run.png) no-repeat 6px 3px;}
	#content_toolbar .bevellight {
		width: 1px;
		height: 30px;
		background-color: #f7f7f7;
		float: left;
	}
#tabs {
/*	margin: 6px 8px 0;
	border: 1px solid #666;
	border-bottom: 1px solid #bbb;
	padding: 3px 0 0 3px;
	background-color: #e0e0e0;
	overflow: hidden; */
}
	#tabs .tab { 
	/*      float: left;*/
		overflow: hidden;
		margin: 0 4px 4px 0;
		cursor: pointer;
		display: inline-block;
	}
	#tabs .tab .tab-left,#tabs .tab .tab-right {
		float: left;
		width: 3px;
		height: 25px;
		background: url(img/tab-left.png) no-repeat 0px 0px;
	}
	#tabs .tab .tab-right {background: url(img/tab-right.png) no-repeat 0px 0px;}
	#tabs .tab .tab-center {
		float: left;
		height: 16px;
		background: url(img/tab-center.png) repeat-x 0px 0px;
		padding: 6px 5px 3px;
		overflow: hidden;
		white-space: nowrap;
	}
	#tabs .tab .tab_error {color: #ce1b00;}
	#tabs .tab:hover .tab-left,#tabs .tab:hover .tab-center,#tabs .tab:hover .tab-right {background-position: 0 -25px;}
	#tabs .tab.selected .tab-left,#tabs .tab.selected .tab-center,#tabs .tab.selected .tab-right {
		background-position: 0 -50px;
		color: #fff;
	}
	#tabs .tab.pressed .tab-left,#tabs .tab.pressed .tab-center,#tabs .tab.pressed .tab-right {
		background-position: 0 -75px;
		color: #fff;
	}
	#tabs .tab .tab-center a {text-decoration: none;}
	#tabs .selected .tab-center a {color: #fff;}
	#tab-simple-search {
		/*min-width: 900px; avoid ui crash on small width*/ 
	}
	#content.erp {
	padding:20px;
	background: url(img/transparent.png) repeat;
	}
	#content.erp h1{
	padding:10px 0 0 0;
	font-size:14px;
	}
	#content.erp p {
	padding:10px 0 10px 0;
	}
	
	#content.erp a {
	font-weight: bold;
	font-size: 12px;
	color: #e2007a;
	}
	

#content.erp .flexigrid {margin-top: 8px;}
.fixFlexigridWidth {clear: left;}
#content.erp .data-table td,#content.erp .flexigrid td {white-space: pre;}
#content.erp .action-menu {width: 100px;}
.erp-table td { padding: 3px; vertical-align: top; white-space: pre;}
.flexigridContainer td { padding: 0px;}
.erp-table {margin-top:10px;}
.erp-table td,.erp-table em,.erp-table td span.label,.erp-table td span.otherLabel, .erp-table td span.titleLabel { 
	font-family: Verdana, Tahoma, sans-serif;
}
.erp-table em {
	display: inline-block;
	padding: 4px 0 3px 4px;
	color: #555;
	float: left;
}
.erp-table td span.label {
	text-align: left;
	color: #555;
	display: block;
	padding: 4px;
}
.erp-table td span.otherLabel , .erp-table td span.titleLabel{
	text-align: left;
	color: #555;
	padding: 4px;
}
.erp-table td span.titleLabel {
	display: block;	
}
.erp-table td span.integer, .erp-table td span.double, .erp-table td span.short,
.erp-table td span.decimal, .erp-table td span.byte, .erp-table td span.byte { text-align: right;}
.erp-table td+td span.label {padding-left: 20px;}
.erp-table td h2 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}
/* HARMONIZE WIDTHS OF INPUT FIELDS */
#content.erp input.mini {width: 30px;}
#content.erp input.small {width: 80px;}
#content.erp input.normal {width: 160px;}
#content.erp input.large {width: 320px;}
#content.erp input.extra-large {width: 600px;}
#content.erp input {
	float: left;
	margin-right: 4px;
}

#content .button {
	height: 20px;
	width: 100px;
	overflow: hidden;
	padding: 1px 0 0 1px;
	background: #bbb url(img/input-button-bg.png) repeat-x 0 0;
	border: 1px solid #595959;
	font-size: 11px;
	cursor: pointer;
	display: block;
}
#content .button p {
	line-height: 100%;
	margin: 4px 0 0 6px;
}
#content .button .label {
	display: block;
	line-height: 100%;
	margin: 4px 0 0 0;
	white-space: nowrap;
}
#content.erp .dataView_button {
	height: 20px;
	width: 20px;
	margin-left: -4px;
	background: #bbb url(img/input-button-bg.png) repeat-x 0 0;
	border: 1px solid #595959;
	border-left: none;
	font-size: 11px;
	cursor: pointer;
	float: left;
	padding: 0;
}
.icon-calendar { background: url(icons/calendar.png) no-repeat;}
.icon-reference { background: url(icons/window_next.png) no-repeat;}
.icon-dataview { background: url(icons/data_view.png) no-repeat;}
.icon-freetext { background-image: url(icons/document.png);}
.icon-freetext-empty { background-image: url(icons/document_plain.png);}
.icon-save16 { background-image: url(icons/save16.png);}
.freetext {
	width: 100%;
	height: 100%;
}
.freetext-button {width: 120px;}
/* End of Read Screen */ 
/* Generic Elements */
.dropdown:HOVER {
	/*background:transparent url(img/flyout-triangle.png) no-repeat scroll 97% 55%;*/
}
	.dropdown-content {
		display: none;
		background-color:#E9E9E9;
		border-width: 0 1px 1px 1px;
		border-color: #C5C5C5;
		border-style: solid;
		font-size:10px;
		overflow:hidden;
		position:absolute;
		z-index:10;
	}
		.dropdown-content table {width: 100%;}
		.dropdown-content * a {
			color:#333333;
			display:block;
			padding:5px 5px;
			text-decoration:none;
		}
	.dropdown-content * a:HOVER {
			background-color: #D3D3D3;
			border-width: 1px 0px 1px 0px;
			border-color: #C5C5C5;
			border-style: solid;
			padding:4px 5px;
		}
		.popover {
			position:absolute;
			background: #fff;
			color:black;
			padding-top:4px;
			border-width:1px 2px 0px 0px;
			border-color:#333;
			border-style:solid;
		}
/* End of Generic Elements */
/* Breadcrumb component commands */
table.component-commands {
	border-width:1px 2px 2px 1px;
	border-style:solid;
	border-color:#333;
	background: #fff;
	width: 290px;
}
	table.component-commands table.history {
		border-collapse: collapse;
		background-color: #fff;
		border: none;
	}
	table.component-commands * table.history-form {
		background-color: #C1DEDC;
		border-top: 1px solid #9FB9D1;
		border-bottom: 1px solid #9FB9D1; 
		margin: 15px 7px 10px 7px;
		padding: 5px;
		width: 95%;
	}
	table.component-commands * table.history-form select {
		min-width: 120px;
		margin-top: 5px;
		margin-right: 10px;
	}
	table.component-commands * table.history-form tbody tr td span.category-label,
	table.component-commands * table.actions tbody tr td span.category-label {
		color: #333;
		font-size: x-small;
	}
	table.component-commands * table.actions {
		border: none; 
		margin: 0px 0px 10px 10px; 
		padding: 5px; 
		width: 95%;
	}
	table.component-commands * table.actions span.strong{
		color: #21877f;
		font-weight: bold;
	}
	table.component-commands table.history * table.form * td {
		width:100%; 
		position: relative;
		padding-left:3px;
	}
	table.component-commands * table.actions tr td {	
		line-height: 1.2em;
		padding-top: 3px;
	}
	table.component-commands * table.actions * a.action-link { 
		color: #333 !important;
		text-decoration: none;
	}
.dropdown-recent {background: transparent;}
#dropdown_chooser_toggle {
	background:#FFF url(img/flyout-triangle.png) no-repeat scroll 97% 55%;
	height:16px;
	padding: 3px 0px 2px 10px;
	border: 1px solid #666;
}
#dropdown_chooser_toggle:HOVER {border-bottom: none;}
	#dropdown_chooser_toggle .dropdown-content {
		border-color: #666;
		background-color: #FFF; 
	}
#dropdown_ctemplate_select_toggle {
	background:#FFF url(img/flyout-triangle.png) no-repeat scroll 97% 55%;
	height:16px;
	padding: 3px 20px 2px 10px;
	border: 1px solid #666;
	margin-bottom: 10px;
}
#dropdown_ctemplate_select_toggle:HOVER {border-bottom: none;}
	#dropdown_ctemplate_select_toggle .dropdown-content {
		border-color: #666;
		background-color: #FFF; 
	}
/* data-table test */
/* Grog plugin START*/
#grog_content {
/*	overflow: hidden;
	background: #ddd;
	padding:5px;
	border-color: threedface threedshadow threedshadow threedhighlight;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	width:800px;*/
}
#grog_content table.grog-result-table {
	height: 100%;
	width: 650px;
}
#grog_content table.grog-result-table * td {
	background: #ddd;
	font-family: helvetica, arial, sans !important;
	font-size: x-small !important;
}
#grog_content table.grog-result-table * td.topic {
	background: #eee;
	padding: 5px;
	color: #666;
	text-shadow: black;
	max-width: 100px;
	overflow: hidden;
	text-align: right;
}
#grog_content table.grog-result-table * li a.grog-link {
	display: block;
	padding: 3px 10px;
	color: #444;
	text-decoration: none;  
}
#grog_content table.grog-result-table * li a.active, #grog_content table.grog-result-table * li a:HOVER {
	background-color: #2B69CC;
	color: #fff;
}
input.grog-loading {
	background: white url(img/load.gif) no-repeat 5px 5px !important;
}

table#grog_overlay * td {background-color: #2B69CC;}
table#grog_overlay * td.top-left,
table#grog_overlay * td.top-right,
table#grog_overlay * td.bottom-left,
table#grog_overlay * td.bottom-right{
	width: 8px;
	height: 8px;
	background-color: red;
}
table#grog_overlay * td.top-right { background-color: green;}
table#grog_overlay * td.bottom-right { background-color: green;}
/* Grog plugin END*/
/* Split Button START */
.splitButton-container { 
	overflow:hidden; 
	font-size:.9em; 
	float:left; 
	background:#BBBBBB url(img/input-button-bg.png) repeat-x scroll 0 0;
	margin-bottom: 10px;
	border:1px solid #595959;
}
.splitButton-container span.primaryaction,
.splitButton-container span.toggle {
	float: left;
	padding: 5px;
	display: block;
	cursor: pointer;
}
.splitButton-container span.primaryaction:HOVER,
.splitButton-container span.toggle:HOVER,
.splitButton-container span.clicked {background:url(img/darken10.png) repeat center;}

.splitButton-container span.primaryaction {
	border-right: 1px solid #8f8f8f;
	background: transparent;
	padding-right: 10px;
	overflow:hidden;
}
.splitButton-container span.toggle {
	display:block;
	width:15px;
	height:1.2em;
}
.splitButton-container span.toggle .icon {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	background:url(img/arrow.gif) no-repeat center;
}

.splitButton-container span.customaction .icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 0px;
	background:url(img/edit.png) no-repeat center;
}
.splitButton-dropdown {
	background-color: #F0F0F0;
	border:1px solid #595959;
}
.splitButton-dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.splitButton-dropdown ul li a {
	padding:6px 5px 6px 32px ;
	display: block;
	text-decoration: none;
	color: #333;
}
/* example
.splitButton-dropdown ul li a.x {
	background:url(img/edit.png) no-repeat 10% center;
}
*/
.splitButton-dropdown ul li a.template-select-item:HOVER {background: #E0E0E0 url(img/darken-10.png) no-repeat 10% center;}
/* Split Button END */
#content .splitButton-container {
	margin: 0;
	height: 20px;
}
.splitButton-dropdown ul li a.freetext-new-window {	background:url(icons/window16.png) no-repeat 5% 50%;}
.splitButton-inner .icon-freetext .icon {
	background: transparent url(icons/document.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float:left;
	margin: -3px 3px -3px -3px;
}
.splitButton-inner .icon-freetext-empty .icon {
	background: transparent url(icons/document_plain.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float:left;
	margin: -3px 3px -3px -3px;
}

#templateselection_iframe_body {
	background: #DDDDDD;
	padding: 10px;
}
#templateselection_iframe_body span.title {
	background: #fff;
}

#content.erp textarea {
	margin: 0;
	padding: 2px 3px;
}
/* ENDE STYLES-ERP.CSS */

/* START THICKBOX.CSS */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;background-color:#060606;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body{background-color:#fff;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(img/close.png);}
#sb-nav-next{background-image:url(img/next.png);}
#sb-nav-previous{background-image:url(img/previous.png);}
#sb-nav-play{background-image:url(img/play.png);}
#sb-nav-pause{background-image:url(img/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}
/* ENDE THICKBOX.CSS */

/* JQUERY UI START */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(ui-lightness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(ui-lightness/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dddddd; background: #f6f6f6 url(ui-lightness/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0073ea; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea !important; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #0073ea; background: #0073ea url(ui-lightness/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff !important; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff !important; text-decoration: none !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #dddddd; background: #ffffff url(ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ff0084 !important; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084 !important; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #ffffff url(ui-lightness/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0084; background: #ffffff url(ui-lightness/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #222222; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #222222; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(ui-lightness/images/ui-icons_ff0084_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(ui-lightness/images/ui-icons_ff0084_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(ui-lightness/images/ui-icons_0073ea_256x240.png); }
.ui-state-default .ui-icon { background-image: url(ui-lightness/images/ui-icons_666666_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(ui-lightness/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(ui-lightness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(ui-lightness/images/ui-icons_0073ea_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(ui-lightness/images/ui-icons_ff0084_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-top { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-right {  -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
.ui-corner-left { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

/* Overlays */
.ui-widget-overlay { background: #eeeeee url(ui-lightness/images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(ui-lightness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }/*
 * jQuery UI Tabs 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 0.2em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* JQUERY UI ENDE */

@charset "UTF-8";
/* CSS Document */
.flexigrid {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
/*position:relative;*/
border:0 solid #eee;
overflow:hidden;
color:#333;
}
.flexigrid.hideBody {
height:26px !important;
border-bottom:1px solid #ccc;
}
.ie6fullwidthbug {
border-right:0 solid #ccc;
padding-right:2px;
}
.flexigrid div.nDiv {
background:#eee url(img/line.gif) repeat-y -1px top;
border:1px solid #ccc;
border-top:0;
overflow:auto;
left:0;
/*position:absolute;*/
z-index:999;
float:left;
}
.flexigrid div.nDiv table {
margin:2px;
}
.flexigrid div.hDivBox {
float:left;
padding-right:40px;
}
.flexigrid div.bDiv table {
margin-bottom:10px;
border-bottom:1px solid #ccc;
}
.flexigrid div.bDiv table.autoht {
border-bottom:0;
margin-bottom:0;
}
.flexigrid div.nDiv td {
border:1px solid #eee;
cursor:default;
padding:2px 3px;
}
.flexigrid div.nDiv tr:hover td,.flexigrid div.nDiv tr.ndcolover td {
background:#d5effc url(img/hl.png) repeat-x top;
border:1px solid #a8d8eb;
}
.flexigrid div.nDiv td.ndcol1 {
border-right:1px solid #ccc;
}
.flexigrid div.nDiv td.ndcol2 {
border-left:1px solid #fff;
padding-right:10px;
}
.flexigrid div.nDiv tr:hover td.ndcol1,.flexigrid div.nDiv tr.ndcolover td.ndcol1 {
border-right:1px solid #d2e3ec;
}
.flexigrid div.nDiv tr:hover td.ndcol2,.flexigrid div.nDiv tr.ndcolover td.ndcol2 {
border-left:1px solid #eef8ff;
}
.flexigrid div.nBtn {
	display: none !important;
/*position:absolute;*/
cheight:24px;
width:14px;
z-index:900;
background:#fafafa url(img/fhbg.gif) repeat-x bottom;
border:0 solid #ccc;
border-left:1px solid #ccc;
top:0;
left:0;
margin-top:1px;
cursor:pointer;
display:none;
}
.flexigrid div.nBtn div {
height:24px;
width:12px;
border-left:1px solid #fff;
float:left;
background:url(img/ddn.png) no-repeat center;
}
.flexigrid div.nBtn.srtd {
background:url(img/wbg.gif) repeat-x 0 -1px;
}
.flexigrid div.mDiv {
background:url(img/wbg.gif) repeat-x top;
border:1px solid #ccc;
border-bottom:0;
border-top:0;
font-weight:700;
display:block;
overflow:hidden;
white-space:nowrap;
/*position:relative;*/
}
.flexigrid div.mDiv div {
white-space:nowrap;
padding:6px;
}
.flexigrid div.mDiv div.ptogtitle {
/*position:absolute;*/
top:4px;
right:3px;
height:16px;
width:16px;
overflow:hidden;
border:1px solid #ccc;
cursor:pointer;
padding:0;
}
.flexigrid div.mDiv div.ptogtitle:hover {
background-position:left -2px;
border-color:#bbb;
}
.flexigrid div.mDiv div.ptogtitle span {
display:block;
border-left:1px solid #eee;
border-top:1px solid #fff;
border-bottom:1px solid #ddd;
width:14px;
height:14px;
background:url(img/uup.png) no-repeat center;
}
.flexigrid div.mDiv div.ptogtitle.vsble span {
background:url(img/ddn.png) no-repeat center;
}
/*toolbar*/
.flexigrid div.tDiv  {
background:#fafafa url(img/bg.gif) repeat-x top;
/*position:relative;*/
border:1px solid #ccc;
border-bottom:0;
overflow:hidden;
}
.flexigrid div.tDiv2 {
float:left;
clear:both;
padding:1px;
}
/*toolbar*/ 
.flexigrid div.sDiv {
background:#fafafa url(img/bg.gif) repeat-x top;
/*position:relative;*/
border:1px solid #ccc;
border-top:0;
overflow:hidden;
display:none;
}
.flexigrid div.sDiv2 {
float:left;
clear:both;
width:1024px;
padding:5px;
}
.flexigrid div.sDiv2 input,.flexigrid div.sDiv2 select {
vertical-align:middle;
}
.flexigrid div.btnseparator {
float:left;
height:22px;
border-left:1px solid #ccc;
border-right:1px solid #fff;
margin:1px;
}
.flexigrid div.fbutton, .flexigrid div.ftextinput {
float:left;
display:block;
cursor:pointer;
padding:1px;
}
.flexigrid div.fbutton .view {
	background:transparent url(img/../icons/document_view_16.png) no-repeat scroll left center;
}
.flexigrid div.fbutton .adopt {
	background:transparent url(img/../icons/document_edit_16.png) no-repeat scroll left center;
}
.flexigrid div.fbutton .edit {
	background:transparent url(img/../icons/document_edit_16.png) no-repeat scroll left center;
}
.flexigrid div.fbutton .copy {
	background:transparent url(img/../icons/documents_new_16.png) no-repeat scroll left center;
}
.flexigrid .ftextinput-label {
	margin-right: -18px;
	text-transform: capitalize;
	font-weight: bold;
	cursor: auto;
}
.flexigrid div.fbutton div {
float:left;
padding:1px 3px;
}
.flexigrid div.fbutton span {
float:left;
display:block;
padding:3px;
}
.flexigrid div.fbutton:hover,.flexigrid div.fbutton.fbOver {
border:1px solid #ccc;
padding:0;
}
.flexigrid div.fbutton:hover div,.flexigrid div.fbutton.fbOver div {
border-left:1px solid #fff;
border-top:1px solid #fff;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
padding:0 2px;
}
/* end toolbar*/

.flexigrid div.hDiv {
background:#fafafa url(img/fhbg.gif) repeat-x bottom;
/*position:relative;*/
border:1px solid #ccc;
border-bottom:0;
overflow:hidden;
}
.flexigrid div.hDiv table {
border-right:1px solid #fff;
}
.flexigrid div.cDrag {
	display: none !important;
float:left;
/*position:absolute;*/
z-index:2;
overflow:visible;
}
.flexigrid div.cDrag div {
float:left;
background:none;
display:block;
/*position:absolute;*/
height:24px;
width:5px;
cursor:col-resize;
}
.flexigrid div.cDrag div:hover,.flexigrid div.cDrag div.dragging {
background:url(img/line.gif) repeat-y 2px center;
}
.flexigrid div.iDiv {
border:1px solid #316ac5;
/*position:absolute;*/
overflow:visible;
background:none;
}
.flexigrid div.iDiv input,.flexigrid div.iDiv select,.flexigrid div.iDiv textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.flexigrid div.iDiv input.tb {
border:0;
width:100%;
height:100%;
background:none;
padding:0;
}
.flexigrid div.bDiv {
border:1px solid #ccc;
border-top:0;
background:#fff;
overflow:auto;
/*position:relative;*/
}
.flexigrid div.hGrip {
/*position:absolute;*/
top:0;
right:0;
height:5px;
width:5px;
background:url(img/line.gif) repeat-x center;
margin-right:1px;
cursor:col-resize;
}
.flexigrid div.hGrip:hover,.flexigrid div.hGrip.hgOver {
border-right:1px solid #999;
margin-right:0;
}
.flexigrid div.vGrip {
height:5px;
overflow:hidden;
/*position:relative;*/
background:#fafafa url(img/wbg.gif) repeat-x 0 -1px;
border:1px solid #ccc;
border-top:0;
text-align:center;
cursor:row-resize;
}
.flexigrid div.vGrip span {
display:block;
width:20px;
height:1px;
overflow:hidden;
border-top:1px solid #aaa;
border-bottom:1px solid #aaa;
background:none;
margin:1px auto;
}
.flexigrid div.hDiv th,.flexigrid div.bDiv td /* common cell properties*/ {
text-align:left;
border-right:1px solid #ddd;
border-left:1px solid #fff;
overflow:hidden;
vertical-align:top !important;
}
.flexigrid div.hDiv th div,.flexigrid div.bDiv td div,div.colCopy div/* common inner cell properties*/ {
border-left:0 solid #fff;
padding:5px;
}
.flexigrid div.hDiv th,div.colCopy {
font-weight:400;
height:24px;
cursor:default;
white-space:nowrap;
overflow:hidden;
font-weight: bold;
}
div.colCopy {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:#fafafa url(img/fhbg.gif) repeat-x bottom;
border:1px solid #ccc;
border-bottom:0;
overflow:hidden;
}
.flexigrid div.hDiv th.sorted {
background:url(img/wbg.gif) repeat-x 0 -1px;
border-bottom:0 solid #ccc;
}
.flexigrid div.hDiv th.thOver div,.flexigrid div.hDiv th.sorted.thOver div {
/*border-bottom:1px solid orange;*/
padding-bottom:4px;
}
.flexigrid div.hDiv th.sorted div {
border-bottom:0 solid #ccc;
padding-bottom:5px;
}
.flexigrid div.hDiv th.thMove {
background:#fff;
color:#fff;
}
.flexigrid div.hDiv th.sorted.thMove div {
border-bottom:1px solid #fff;
padding-bottom:4px;
}
.flexigrid div.hDiv th.thMove div {
background:#fff !important;
}
.flexigrid div.hDiv th div.sdesc {
background:url(img/dn.png) no-repeat center top;
}
.flexigrid div.hDiv th div.sasc {
background:url(img/up.png) no-repeat center top;
}
.flexigrid div.bDiv td {
border-bottom:1px solid #fff;
vertical-align:top;
white-space:nowrap;
}
.flexigrid span.cdropleft {
display:block;
background:url(img/prev.gif) no-repeat -4px center;
width:24px;
height:24px;
/*position:relative;*/
top:-24px;
margin-bottom:-24px;
z-index:3;
}
.flexigrid div.hDiv span.cdropright {
display:block;
background:url(img/next.gif) no-repeat 12px center;
width:24px;
height:24px;
float:right;
/*position:relative;*/
top:-24px;
margin-bottom:-24px;
}
.flexigrid div.bDiv td div {
border-top:0 solid #fff;
padding-bottom:4px;
}
.flexigrid tr td.sorted {
background:#f3f3f3;
border-right:1px solid #ddd;
border-bottom:1px solid #f3f3f3;
}
.flexigrid tr.erow td {
background:#f7f7f7;
border-bottom:1px solid #f7f7f7;
}
.flexigrid tr.erow td.sorted {
background:#e3e3e3;
border-bottom:1px solid #e3e3e3;
}
.flexigrid div.bDiv tr:hover td,.flexigrid div.bDiv tr:hover td.sorted,.flexigrid div.bDiv tr.trOver td.sorted,.flexigrid div.bDiv tr.trOver td {
background:#d9ebf5;
border-left:1px solid #eef8ff;
border-bottom:1px dotted #a8d8eb;
}
.flexigrid div.bDiv tr.trSelected:hover td,.flexigrid div.bDiv tr.trSelected:hover td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td.sorted,.flexigrid div.bDiv tr.trOver.trSelected td,.flexigrid tr.trSelected td.sorted,.flexigrid tr.trSelected td {
background:#d5effc url(img/../img/navigation-selected.png) repeat-x top;
border:1px solid #00857f;
color:#fff;
border-width:0 1px 1px 0;
}

/* novstripe adjustments */
.flexigrid.novstripe .bDiv table {
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}
.flexigrid.novstripe div.bDiv td {
border-right-color:#fff;
}
.flexigrid.novstripe div.bDiv tr.erow td.sorted {
border-right-color:#e3e3e3;
}
.flexigrid.novstripe div.bDiv tr td.sorted {
border-right-color:#f3f3f3;
}
.flexigrid.novstripe div.bDiv tr.erow td {
border-right-color:#f7f7f7;
border-left-color:#f7f7f7;
}
.flexigrid.novstripe div.bDiv tr.trSelected:hover td,.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted,.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,.flexigrid.novstripe tr.trSelected td.sorted,.flexigrid.novstripe tr.trSelected td {
border-right:1px solid #06F;
border-left:1px solid #06F;
}
.flexigrid.novstripe div.bDiv tr.trOver td,.flexigrid.novstripe div.bDiv tr:hover td {
border-left-color:#d9ebf5;
border-right-color:#d9ebf5;
}
/* end novstripe */

.flexigrid div.pDiv {
background:url(img/wbg.gif) repeat-x 0 -1px;
border:1px solid #ccc;
border-top:0;
overflow:hidden;
white-space:nowrap;
/*position:relative;*/
}
.flexigrid div.pDiv div.pDiv2 {
float:left;
width:1024px;
margin:3px 3px 3px -2px;
}
div.pGroup {
float:left;
background:none;
height:24px;
margin:0 5px;
}
.flexigrid div.pDiv .pPageStat,.flexigrid div.pDiv .pcontrol {
/*position:relative;*/
top:5px;
overflow:visible;
}
.flexigrid div.pDiv input {
vertical-align:text-top;
/*position:relative;*/
top:-5px;
}
.flexigrid div.pDiv div.pButton {
float:left;
width:22px;
height:22px;
border:0;
cursor:pointer;
overflow:hidden;
}
.flexigrid div.pDiv div.pButton:hover,.flexigrid div.pDiv div.pButton.pBtnOver {
width:20px;
height:20px;
border:1px solid #ccc;
cursor:pointer;
}
.flexigrid div.pDiv div.pButton span {
width:20px;
height:20px;
display:block;
float:left;
}
.flexigrid div.pDiv div.pButton:hover span,.flexigrid div.pDiv div.pButton.pBtnOver span {
width:19px;
height:19px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}
.flexigrid .pSearch {
background:url(img/magnifier.png) no-repeat center;
}
.flexigrid .pFirst {
background:url(img/first.gif) no-repeat center;
}
.flexigrid .pPrev {
background:url(img/prev.gif) no-repeat center;
}
.flexigrid .pNext {
background:url(img/next.gif) no-repeat center;
}
.flexigrid .pLast {
background:url(img/last.gif) no-repeat center;
}
.flexigrid .pReload {
background:url(img/load.png) no-repeat center;
}
.flexigrid .pReload.loading {
background:url(img/load.gif) no-repeat center;
}

/* ie adjustments */
.flexigrid.ie div.hDiv th div,.flexigrid.ie div.bDiv td div,div.colCopy.ie div/* common inner cell properties*/ {
overflow:hidden;
}
.flexigrid.ie DIV.hDivBox {
	float:none; /* not working at all in ie7 with */ 
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
/* Container */
#simplemodal-container {height:400px; width:600px; background-color:#ddd; border:1px solid #444;}
#simplemodal-container a.modalCloseImg {background:url(img/dialogclose.png) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}
#simplemodal-container .simplemodal-data {margin: 10px;}
#simplemodal-container .simplemodal-data h3 {font-size: medium; margin-bottom: 5px;}
#simplemodal-container .simplemodal-data textarea.freetext {height:345px;width:570px; border: 1px solid #666; margin: 0; padding: 5px;}

#modal_applicationerror_container,
#modal_applicationmessage_container {height:180px; width:330px; background-color:#fff; border:6px solid #444;}

#modal_applicationerror_container a.modalCloseImg,
#modal_applicationmessage_container a.modalCloseImg {background:url(img/dialogclose.png) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

#modal_applicationerror_container .simplemodal-data,
#modal_applicationmessage_container .simplemodal-data {margin: 10px;}

#modal_applicationerror_container .simplemodal-data h3,
#modal_applicationmessage_container .simplemodal-data h3 {font-size: medium; font-weight: normal;  margin-top: 23%; margin-left: 10%; }

#modal_reference_selection {height:500px; width:900px; background-color:#ddd; border:1px solid #444;}
#modal_reference_selection a.modalCloseImg {background:url(img/dialogclose.png) no-repeat; width:30px; height:30px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}

@charset "UTF-8";


@media print
{
	/**
	 * @section layout
	 * @css-for (nicht benoetigte Bereiche)
	 */
	#header p, #header img, #header form,
	#respond,
	#footer,
	#searchform, #s, #submit,
	#sidebar, #wp-calendar,
	#comments, #commentform, #commentform p,
	#cachestats, #navigation-header, #navigation, #toolbar,  #content_toolbar, #breadcrumbs,
	select, input, textarea, ckeckbox, dd, hr {
		display: none;
	}
	
	.level1{
	display:none;
	}

	 

	/**
	 * @section layout
	 * @css-for (print basics)
	 */
	body {
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
		color: #000;
		background: #fff url(none);
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		margin: .75em 0 .5em;
		text-align: left;
		page-break-after: avoid;
	}

	h1 {
		text-align: center;
		padding: 0 0 .5em;
		border-bottom: 1px solid #ccc;
	}

	p {
		margin: .5em;
		font-stretch: expanded;
	}
	
	/**
	 * @section links
	 * @css-for (links fuer print optimieren)
	 */
	a, a:visited, a:hover, a:visited:hover {
		color: #000;
		background: transparent;
		text-decoration: none;
	}
	
	a[href=#]{
	display:none;
	}
	
	a[href]:after {
		background-color: inherit;
		font-style: italic;
		font-size: 9pt;
	} 
	
	*[name]:after {
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	} 
	
	*[title]:after {
		background-color:inherit;
		font-style:italic;
		font-size: .7em;
	} 
	
	/**
	 * @section Acronyme
	 * @css-for (nicht benoetigte Acronyme)
	 */
	 /** aktuell inaktiv
	*[acronym]:after {
		content:" ("attr(acronym)") ";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	}
	*/

	/**
	 * @section Abbrevation
	 * @css-for (nicht benoetigte Abbrevation)
	 */
	 /** aktuell inaktiv
	*[abbr]:after {
		content:" ("attr(abbr)") ";
		background-color: inherit;
		font-style: italic;
		font-size: .7em;
	}
	*/
	
	/**
	 * @section Zitate
	 * @css-for (erweiterte Ausgabe von cite)
	 */
	*[cite]:after {
		content: close-quote" (Quelle: "attr(cite)")";
		font-size: .7em;
	} 
	
	* {
		quotes: "\201E" "\201C" "\201A" "\2018";
	} 
	
	q:before, blockquote:before {
		content: open-quote;
	} 
	
	q:after, blockquote:after {
		content: close-quote;
	}
	
	blockquote, q, cite {
		padding-left: .1em;
	}
	
	acronym, abbr {
		border: none;
	}
	
	/**
	 * @section Code
	 * @css-for (nicht benoetigte Bereiche)
	 */
	.code, pre {
		font: .8em 'Courier New', Courier, Fixed;
		padding-left: 1em;
	}
	
	.code a[href]:after {
		content: "";
	}
	
	/**
	 * @section layout
	 * @css-for (bilder-format)
	 */
	img {
		padding: .5em;
	}
}

#footer {
	height:160px;
	line-height:16px;
	background: #f0f0f0;
	padding:15px;
	margin-top:20px;
	}

#footer h4{
	color:#336699;
	padding-bottom:5px;
	font-size:12px;
	font-weight: bold;
	}

#footer #contact{
 width: 220px;
 float:left;
 padding-right: 5px;
 }
 
 #footer #about{
 width: 250px;
 float:left;
 padding-right: 5px;
 }
 
  #footer #newsletter{
 width: 450px;
 float:left;
 }
 
 #copyright{
 padding-top: 15px;
 color: #888;
 }
