/*

	STYLESHEET KONFIGURATOR

*/

#konfbutton {
		padding-top: 7px;
		border: solid 1px black;
		font: bold 14px sans-serif;
		background-color: yellow;
		text-decoration: none;
		cursor: pointer;
		display: block;
	}

#konfbutton:hover {
	background-color: #f0f0f0;
}

#konfwrapper {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	z-index: 11;
}	

#konfigurator {
		background-color: white; 
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		overflow: auto;
}

html>body #kwrap {  /* nur fuer moderne Browser! */
	left: 90px;
    position: fixed;
  }

#konf-top {
	height: 40px;
	padding:6px;
	text-align: left;
	background-color: #eeff55;
	color: black;
	border-bottom: solid 1px silver;
}

#konf-top-title {
	text-align: center;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 11pt;
}

#konf-preview {
	width: 350px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
}

#konf-sel-wrapper {
	overflow: auto;
	padding: 0px;
}

/****** FARBEN ******/

#konf-farben {
	height: 32px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

#konf-farben ul {
	list-style-type: none;
	display:  inline;
	margin: 0px;
	padding: 0px;
}

#konf-farben ul li {
	display: inline;
}

#konf-farben ul li a {
      text-decoration: none;
      width: 30px;
      padding: 2px;
      padding-left: 12px;
      padding-right: 12px;
      margin-right: 1px;
      border: solid 1px silver;
      cursor: pointer;
}

.color-active {
	border: solid 2px grey !important;
}

.weiss {
	background-color: white;
 }
 
.gelb {
	background-color: yellow;
}

.rot {
	background-color: red;
}

.blau {
	background-color: blue;
}

.schwarz  {
	background-color: black;
	color: white;
}



/*** MOTIVE ***/
#konf-kategorie {
	text-align: left;	
}

.kmotive img {
	margin: 2px;
	border: solid 1px silver;
	cursor: pointer;
	background-color: #aaffaa;
}

.active-motive {
	margin: 1px !important;
	border: solid 2px red !important;
}

#konf-status {
		
}

#pstatus {
	text-align: left;
	padding: 2px;
	padding-left: 20px;	
}

/**** TABS ****/

.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 3px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 2px;
    background-color: #f0f0f0;
    border: solid 1px #1768B1;
    border-bottom: none;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 12;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
/*
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #1768B1;
} */
.ui-tabs-nav .ui-tabs-selected a {
	background-color: #1768B1;
	color: white;
    z-index: 2;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 25px;
    background-position: 0 0;
    line-height: 25px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 32px;
    background-position: 0 -23px;
    line-height: 32px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid black;
    padding: 10px;
    height: 360px; 
    overflow: auto;
    text-align: left;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ui-tabs-hide { display: none; }

/* Tabs Container !! */

.ui-tabs-container {
	border: solid 1px #1768B1;
	text-align: left;
	padding: 0px;
	height: 350px;
	overflow: auto;
}

#konf-hilfe a {
	border: none;
	color: black;
	font-weight: normal;
	background-color: #fff;
	padding-left: 15px;
}

#kmotive-hilfe {
	padding: 5px;
	font-size: 120%;	
}

.kh2 {
	color: black;
	font-size: 10pt;
}