@charset "UTF-8";

#ansicht
{
	left: 0;
	position: absolute;
	width: 60%; /* MODIF DM */
}

.SeiteRegion #ansicht
{
	display: none;
}

.SeitePlanung #ansicht
{
	top: 521px;
}

.SeiteAnsicht #ansicht
{
	top: 375px;
}

h2
{
	display: none;
	min-height: 1px;
}

.SeiteAnsicht .AnsichtAngebot h2#headlineAngebot,
.SeiteAnsicht .AnsichtAuftragsbestaetigung h2#headlineAuftragsbestaetigung,
.SeiteAnsicht .AnsichtBestellung h2#headlineBestellung,
.SeiteAnsicht .AnsichtStueckliste h2#headlineStueckliste,
.SeiteAnsicht .AnsichtAufbauanleitung h2#headlineAufbauanleitung
{
	display: block;
	font-size: 140%;
	padding: 5px 10px;
}

.SeitePlanung #calculation
{
	padding-top: 6px;
	margin-left:107px;
}

.SeiteAnsicht .erklaerungen
{
	padding-left:10px;
}

.SeiteAnsicht #calculation
{
	background-color: white;
	color: black;
	padding-bottom: 2em;
	padding-top: 2em;
}

caption, th, td
{
	padding-left: 6px;
	padding-right: 6px;
}

#tableKundendaten th,
.SeitePlanung th,
.SeitePlanung td
{
	white-space: pre;
}

.SeitePlanung caption
{
	display: none;
}

#tableAbmessungen
{
	float: left;
}

#tableAbmessungen th
{
	width: 3em;
}

#tableAbmessungen td
{
	text-align: right;
	width: 4em;
}

#tableKundendaten
{
	float: right;
}

#tableKundendaten th
{
	width: 8em;
}

#tableKundendaten td
{
	width: 9em;
}

#tableKundendaten input
{
	width: 8em;
}

.SeiteAnsicht input
{
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#tableStueckliste caption
{
	display: none;
}

.SeitePlanung #tableStuecklisteColArtikel
{
	width: 6em;
}

.SeitePlanung #tableStuecklisteColGesamtpreis
{
	width: 5em;
}

.SeiteAnsicht #tableStuecklisteColArtikel
{
	width: 28em;
}

.SeiteAnsicht #tableStuecklisteColArtikelnummer,
.SeiteAnsicht #tableStuecklisteColMenge,
.SeiteAnsicht #tableStuecklisteColEinzelpreis,
.SeiteAnsicht #tableStuecklisteColGesamtpreis
{
	width: 8em;
}

#tableStueckliste thead th
{
	font-weight: bold;
	padding-bottom: 6px;
	text-align: right;
}

.SeiteAnsicht #tableStueckliste tfoot th,
.SeiteAnsicht #tableStueckliste tfoot td
{
	font-weight: bold;
	padding-top: 6px;
}

#tableStueckliste thead th:first-child,
#tableStueckliste td:first-child
{
	text-align: left;
}

#tableStueckliste td
{
	text-align: right;
}

#tableStueckliste thead th.TableStuecklisteTdBezeichnung,
#tableStueckliste td.TableStuecklisteTdBezeichnung
{
	text-align: left;
}

.SeitePlanung #tableStueckliste
{
	margin: auto;
}

.SeitePlanung #tableStueckliste thead,
.SeitePlanung #tableStueckliste tbody
{
	display: none;
}

.SeiteAnsicht #tableStueckliste
{
	clear: both;
	margin-top: 2em;
}

.SeiteAnsicht #tableStuecklisteRowPreisRegal,
.SeiteAnsicht #tableStuecklisteRowPreisAddons
{
	display: none;
}

/*
.SeiteAnsicht .AnsichtAufbauanleitung #tableStueckliste *,
*/
.SeiteAnsicht .AnsichtAufbauanleitung #tableStueckliste tfoot,
.SeiteAnsicht .AnsichtStueckliste #tableStueckliste tfoot
{
	display: none;
}

/*
.SeiteAnsicht .AnsichtAufbauanleitung #tableStueckliste
{
	margin-top: 0;
}
*/

.SeitePlanung #menuAnsicht
{
	display: none;
}

#freddyPlus #tableUebrig,
.SeitePlanung #tableUebrig
{
	display: none;
}

#tableUebrig
{
	font-size: 0.8em;
}

#tableUebrig caption
{
	margin-top: 2em;
}

.Anzahl0
{
	display: none;
}

@media screen
{
	.SeiteAnsicht #menuAnsicht
	{
		display: block;
		padding: 6px;
		text-align: right;
	}
	
	.AnsichtAngebot #buttonAngebot,
	.AnsichtAuftragsbestaetigung #buttonAuftragsbestaetigung,
	.AnsichtBestellung #buttonBestellung,
	.AnsichtStueckliste #buttonStueckliste,
	.AnsichtAufbauanleitung #buttonAufbauanleitung,
	#freddy #buttonAufbauanleitung
	{
		display: none;
	}

	#menuAnsicht ul
	{
		display: block;
		float: left;
		text-align: left;
	}
	
	#freddy #menuAnsicht.MenuAnsichtEndkunde ul,
	#freddyPlus #menuAnsicht.MenuAnsichtEndkunde #buttonAuftragsbestaetigung,
	#freddyPlus #menuAnsicht.MenuAnsichtEndkunde #buttonBestellung,
	#freddyPlus #menuAnsicht.MenuAnsichtEndkunde #buttonStueckliste
	{
		display: none;
	}

	#menuAnsicht a
	{
		color: white;
	}
}

@media print
{
	#menuAnsicht
	{
		display: none;
	}
}


