@charset "UTF-8";

/* CSS Document */

/* ANWEISUNGEN IM JQUERY.JS */

.ui-dialog .ui-dialog-titlebar
{
	background:none;
	border:none;
	padding:0.5em 1em 0;
}

.ui-dialog .ui-dialog-titlebar h1
{
	background: url(images/guide-logo.gif) no-repeat 280px top;
	height:45px;
	width:340px;
	padding:10px 0 0 0;
	margin:10px 0 2px 88px;
}

.ui-dialog .ui-dialog-titlebar-close {
	position:relative;
	right:0;
	top:0;
	float:right;
	height:18px;
	margin:4px 0 0 0;
	padding:1px;
	width:19px;
}



/* 2-spaltig */

#dialog-links
{
	width:50%;
	float:left;
	margin-bottom:20px;
	border-right:1px solid #999999;
}

#dialog-rechts
{
	width:49%;
	margin-bottom:20px;
	float:right;
}

#inhalt-dialog-links
{
	padding: 0 30px 0 18px;
}

#inhalt-dialog-rechts
{
	padding: 0 18px 0 30px;
}
/* Widgets formatieren */

.ui-widget .label
{
	margin-top:1em;
	margin-bottom:0.5em;
	font-weight:bold;
	line-height:1.2;
}

.ui-widget .simple-input
{
	color:#000;
	padding: 0em 0.6em 0.7em 0.6em;
}

html>/**/body .ui-widget .simple-input, x:-moz-any-link /* firefox */
{
	color:#000;
	padding: 0.25em 0.6em 0.35em 0.6em;
}

.ui-autocomplete-input
{
	padding: 0.46em 0.6em 0.45em 0.6em;
	padding /*\**/: 0.2em 0 0.7em 0.2em\9; /* IE8 */
	border-color:#666;
	float:left;
	margin-top:1px;
}

html>/**/body .ui-widget .ui-autocomplete-input, x:-moz-any-link /* firefox */
{
	padding:0.26em 0.6em 0.35em;
	margin-top:2px;
}



.ui-widget .ui-button-icon-only
{
	border:none;
	margin:0.1em 0.5em 0.5em -0.1em;
	height:2.2em;
	left:0 !important;
}

.ui-button-icon-only .ui-icon
{
	position:static;
	margin:30% 0 0 10%;
}

html>/**/body .ui-button-icon-only .ui-icon
{
	position:static;
	margin:20% 0 0 20%;
}

.ui-button
{
	position:static !important;
}

.ui-widget
{
	margin-bottom:0.5em;
}

.ui-buttonset .ui-button {
margin-left:0;
margin-right:-0.35em;
}


/* dialog content */

#dialog b,
#dialog strong
{
	color:#fff;
}

#dialog h1
{
	margin-top:1em;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
}

#dialog h2
{
	margin-top:1em;
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

#dialog td.nummer
{
	width:70px;
	text-align:left;
	padding-top:1.5em;
}

#dialog .tbl-products
{
	margin-top:12px;
}

#dialog .info
{
	padding:0 0 0 8px;
	margin-top:-1px;
}

.addcon-dialog-title
{
	color:#ed7505;
	font-style:italic;
	font-weight:bold;
}

.dialog-attention,
.dialog-attention-attention
{
	margin-top:1.5em;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}

.dialog-attention-attention
{
	color:#ed7505;
}

.product-description
{
	margin-top:-92px;
}

#dialog #start,
#dialog #produkte,
#dialog #reset
{
	margin-top:30px;
}

/* Produktempfehlungen */

#prod1,
#prod2,
#prod3,
#prod4,
#prod5,
#prod6,
#prod7,
#prod8,
#prod9
{
	cursor:pointer;
}

#dialog #productguide-infotext h1
{
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #ed7505;
	margin-bottom:12px;
}
