@charset "UTF-8";

.SeiteRegion #canvas
{
	display: none;
}

#canvas
{
	background-color: white;
	/* MODIF DM */
	/*background-image: url("images/backgroundCanvas.gif");
	background-repeat: repeat-x;*/
	height: 470px;
	position: absolute;
	width: 1000px;
	z-index: 0;
}

.SeitePlanung #canvas
{
	left: 0px;
	top: 51px;
}

.SeiteAnsicht #canvas
{
	left: -105px;
	top: -95px;
}

.SeiteAnsicht select
{
	display: none;
}

.SeiteAnsicht configContainer
{
	display: block;
}


#menuPlanung
{
	background-position: top left;
	background-repeat: no-repeat;
	height: 146px;
	width: 100%;
}

#freddy #menuPlanung
{
	/* MODIF DM */
	/* background-image: url("images/backgroundMenuPlanungFreddy.gif"); */
}

#freddyPlus #menuPlanung
{
	/* MODIF DM */
	/* background-image: url("images/backgroundMenuPlanungFreddyPlus.gif"); */
}

#selectAusfuehrungRegal
{
	left: 750px;
	position: absolute;
	top: 250px;
}

#freddyPlus #selectAusfuehrungRegal
{
	display: none;
}



#configContainer
{
	left: 750px;
	position: absolute;
	top: 340px;
	border: 1px solid #000000;
	padding: 5px;
	width: 240px;
}

#buttonHilfe
{
	right: 280px;
	position: absolute;
	top: 440px;
}

#buttonPlanung
{
	right: 223px;
	position: absolute;
	top: 440px;
}

#buttonAufbaualternative
{
	left: 101px;
	position: absolute;
	top: 440px;
}

#buttonPlanungVerwerfen
{
	left: 232px;
	position: absolute;
	top: 440px;
}

#buttonAnsicht
{
	right: 334px;
	position: absolute;
	top: 440px;
}

#buttonGoToShop
{
	left: 428px;
	position: absolute;
	top: 440px;
}

#buttonAnfrage
{
	left: 101px;
	position: absolute;
	top: 440px;
}

#buttonPdfGenerierung
{
	left: 280px;
	position: absolute;
	top: 440px;
}

#buttonBestellung
{
	left: 546px;
	position: absolute;
	top: 440px;
}

.SeitePlanung #buttonPlanung,
.SeiteAnsicht #buttonAnsicht,
.SeiteAnsicht #buttonAufbaualternative,
.SeiteAnsicht #buttonPlanungVerwerfen,
.SeiteAnsicht #buttonHilfe,
.SeitePlanung #buttonAnfrage,
.SeitePlanung #buttonPdfGenerierung,
.SeitePlanung .erklaerungen,
.SeitePlanung #buttonBestellung,
.SeiteAnsicht #iconRegal
{
	display: none;
}

.SeitePlanung #hilfe,
.SeiteAnsicht #hilfe
{
	display: none;
}

#hilfe
{
	background: white;
	color: black;
	margin: 50px 0;
	padding: 2em 20px;
}

#hilfe p
{
	margin: 1em 0;
	width: 700px;
}

#hilfe ul
{
	margin-top: 3em;
}

#hilfe li
{
	float: left;
	margin-right: 4em;
}

.SeiteHilfe #ansicht,
.SeiteHilfe #canvas,
.SeiteHilfe #configContainer
{
	display: none;
}

