/* None/Block Display für die Toolbar & iFrames */
.hideUL .subMenu, #main .hideiframe, .hideAction {
	/* display: none; */
               visibility: hidden;
               height: 0;
}

* html .hideUL .subMenu, * html #main .hideiframe, * html .hideAction {
 display: none;
               visibility: visible;
               height: auto;
}

.showUL .subMenu, #main .showiframe, .showAction {
	display: block;
}

.hidebutton {
	display: none;
}

.showbutton {
	margin: 0 2px 0 2px;
}

/***
 * Pavillon Konfigurator Änderungen
 */
#start {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}

#serie {
	width: 100%;
	margin-top: 2px;
	background: #f7e67c;
	font-weight: 400;
}

/*** 
 * Styles für den Preloader
 */
#plswait {
	margin: 0;
	background: #efeeec;
	color: #2c2e34;
	width: 235px;
	height: 100px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#plswait h2 {
	background: url(../images/konf_loading.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 25px;
	margin-top: 25px; 
}

/* Hintergrundspalten zu #left/#sidebar */
#bgleft {}

#bgright {}

/*
	DIES ist unbedingt erforderlich, ansonsten rutscht die rechte Box
	über den Inhaltsbereich, wenn das Browserfenster verkleinert wird !!!
*/
html>body #bgright {
	position: relative;
}

/* Input Formatierungen */
input {
	background: url(../images/konf_bg_input.gif) repeat-x;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #9ea6bc;
	border-bottom: 1px solid #9ea6bc;
	padding: 0.25em;
	font-size: 80%;
}

#newPSearch input {
	width: 69px;
	text-align: center;
	margin-left: 2px;
}

#newPSearch .submit {
	background: url(../images/konf_bg_button.gif) repeat-x;
	cursor: pointer;
	padding: 0;
	width: 60px;
}

#newPSearch input:focus {
	background: url(../images/konf_bg_input_act.gif) repeat-x;
}

#closeiframe input {
	background: url(../images/konf_bg_button.gif) repeat-x;
	width: 20px;
	font-weight: bold;
	cursor: pointer;
    margin-left: 2px;
}

/* Box Formatierung */
#margin {
	min-width: 600px; /* Muss in der IE.css gleichgesetzt werden */
}

#header {
	width: 100%;
	height: 82px; /* top in #sidebar gleich setzen */
	background: #FFFFFF url(../images/konf_bg_header.gif) top left repeat-x;
	margin-bottom: 1em;
}

#headerTop {
	width: 100%;
	height: 43px;
}

#logo span {
	width: 220px;
	height: 45px;
	background: url(../images/konf_gfx_logo.gif) no-repeat;
	float: left;
	margin: 0.25em 0 0 0.5em;
	display: none;
}

#version {
	text-align: right;
	padding-top: 0.25em;
	margin: 0 0.5em 2.3em 0;
	color: #687080;
	float: right;
}

#headerBottom {
	background: url(../images/konf_bg_hmenu.gif) left top repeat-x;
	height: 28px;
	clear: both;
}

#konfToolbar {
	padding: 0.7em 0 0 0;
	float: left;
}

#newPSearch .tx-ttproducts-pi1 {
	color: #687080;
	padding: 0.4em 0 0 0;
}

#left {
	float: left;
	width: 13.5em; /* margin in #middle gleich setzen */
	color: #000000;/*#2c2e34;*/
	margin-left: 0.5em;
	position: relative;
}

#left iframe {
	width: 13.4em;
	border: 1px solid #efeeec;
	background: #FFF;
}

#buildObject, #konfigurator, #objects {
	background: #efeeec;
	height: 27px;
	margin-bottom: 0.25em;
}

#buildObject {
	height: 75px;
}

#buildObject h2, #objects h2 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 0.35em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

#buildObject h2 {
	margin: 0;
}

#konfigurator h2 {
	font-size: 120%;
	padding: 0.35em 0 0.2em 0.5em;
}

#buildObject h2 {
	font-size: 120%;
	/* background: url(../images/konf_gfx_buildobject.gif) 0.5em 0.1em no-repeat; */
}

/* 
#konfigurator h2 {
	background: url(../images/konf_gfx_konfigurator.gif) 0.5em 0.1em no-repeat;
}
*/

#objects h2 {
	/* background: url(../images/konf_gfx_objects.gif) 0.5em 0.1em no-repeat; */
}

#sidebar {
	width: 17.5em; /* margin in #middle gleich setzen */
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	margin-right: 0.5em;
}

#middle {
	margin-left: 15em; /* width in #left gleich setzen */
	margin-right: 19em; /* width in #sidebar gleich setzen */
}

#main {
	width: 100%;
	padding: 0px;
	margin: 0px !important;
	/* Pavillon Änderung muss im IE noch gecheckt werden! */
	position: relative;
}

#content {
	border: 1px solid #efeeec;
	background: #FFF;
}

#objInfos iframe {
	border: 1px solid #efeeec;
	background: #FFF;
	height: 512px;
	width: 17.4em;
}

html>body #content {
	height: auto;
}

/* Options Formatierung */
#options {
	background: #efeeec;
	text-align: center;
}

#options iframe {
	width: 100%;
}

#closeiframe {
	position: absolute;
	top: 0.25em;
	right: 2px;
	z-index: 10;
	width: 68px;
}

#optionpalette {
	background: #E6E6E6;
	height: 20px;
	margin: 0 auto;
}

#optionpalette input {
	background: url(../images/konf_bg_button.gif) repeat-x;
	cursor: pointer;
	padding: 0 0.5em 0 0.5em;
}
/* Ende */
