/* Filename: shopstyles.css (wird aus Admin/shopstyles.txt generiert)                            */
/*                                                                                               */
/* Modul: CSS                                                                                    */
/*                                                                                               */
/* Autor: 2pTags, Timo Perl                                                                     */
/*                                                                                               */
/* Zweck: Beinhaltet alle Schrift-, Farb-, und Hintergrundeinstellungen                          */
/*                                                                                               */
/* Sicherheitsstatus:        *** ADMIN ***                                                       */
/*                                                                                               */
/* Version: 2.1.0                                                                                */
/*                                                                                               */
/*                                                                                               */
/* ----------------------------------------------------------------------------------------------*/
/* Manuelle Änderungen der CSS-Einstellungen duerfen nur im CSS-Template-File (csstemplate.txt)  */
/* gemacht werden. Alle Ausdruecke in  sind Werte, die in der Datenbank gespeichert sind.   */
/* Nach Änderungen Layoutmanagementtool aufrufen, um das neue "shopstyle.css" File zu erzeugen!  */
/* TODO: Alle Werte dynamisieren (in Layoutmanagementtool und Datenbank integrieren)             */
/* ----------------------------------------------------------------------------------------------*/
/*                                                                                               */
/* ----------------------------------------------------------------------------------------------*/
/* Stylesheetdatei fuer Gelini Webshop                                                           */
/* ----------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------*/
/* Globale Einstellungen                                                       */
/* ----------------------------------------------------------------------------*/
body {
	font-size:11px;
	font-family: Verdana,Sans-Serif;
	margin: 0px;
	background-color:#ffffff;
  	background-image:url(Bilder/bg_main_table.jpg);
	background-repeat: repeat-y;
}
hr {
	margin-top:5px;
}
p {
	font-size:11px;
	font-family:Verdana,Sans-Serif;
}
/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt. */
input, textarea, select {
	color:#666666;
	background-color: #ededed;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}

.textfeld, textarea, select{
	border: 1px solid #d0cece;
	margin:2px;
}
a img {
	border: none;
}
div {
	color: #666666;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer main_table (Haupttabelle um Shop herum)                  */
/* ----------------------------------------------------------------------------*/
table.main_table {
	width:100%;
	height:100%;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

td.main_table {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer shop_table (Komponenten des Shops)                       */
/* ----------------------------------------------------------------------------*/
table.shop_table {
	width:980px;
	height:100%;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	border-collapse: collapse;
	border-top-width:0px;
	border-top-style:solid;
	border-top-color:#999999;
	border-left-width:0px;
	border-left-style:solid;
	border-left-color:#000000;
	border-right-width:0px;
	border-right-style:solid;
	border-right-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

td.katnav_td {
	color:#990066;
	background:#99ccff;
	background-image:url('');
	background-repeat: repeat;
	padding-left: 0px;
}

div.hauptnav_td {
	padding-left:0px;
	padding-right:0px;
	color:#000000;
	background:#ffffff;
}

td.content_td, body.content_td {
	padding-left: 0px;
	padding-right: 0px;
	color:#666666;
	background-color: #ffffff;
	background-image:url('');
	background-repeat: repeat;
	background-position: left bottom;
	background-attachment: scroll;
}

div.footer_td {
	margin:0px;
	padding:0px;
	height:122px;
	background-color:#ffffff;
	background-image:url(Bilder/bg_footer.jpg);
	background-repeat: no-repeat;
	color:#666666;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
	border-top: 0px #d2d20c solid;
	border-left: 0px #d20b0c solid;
	border-right: 0px #d20b0c solid;
	border-bottom: 0px #d20b0c solid;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Kategoriennavigation (Left Page-Teil)                    */
/* ----------------------------------------------------------------------------*/

.kataktiv {
	color:#cc0099;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px; font-weight:bold;
	text-decoration:none;
}

/* Farbe und Schriftart der Links */
a.left {
	color:#990066;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
}

a:link.left {
	color:#990066;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px; font-weight:normal;
	text-decoration:none;
}
a:visited.left {
	color:#990066;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px; font-weight:normal;
	text-decoration:none;
}
a:hover.left {
	color:#cc0099;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:active.left, a:active.kataktiv {
	color:#cc0099;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px; font-weight:normal;
	text-decoration:none;
}

/* Farbe und Schriftart fuer die Tabs (Kategorienueberschriften) */
.tabs {
	color:#666666;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}


/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Hauptnavigation (Top Page-Teil)                          */
/* ----------------------------------------------------------------------------*/
table.top {
	color:#000000;
}

/* Titel-Tag Einstellungen fuer den Shopnamen im Top-Frame */
td.top_titel {
	color:#000000;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/* Titel-Tag Einstellungen fuer den Administrationsstern im Top-Frame */
td.top_stern {
	color:#000000;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:link.top_stern {
	color:#000000;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:visited.top_stern {
	color:#000000;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:active.top_stern {
	color:#000000;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.top {
	color:#990066;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px; font-weight:normal;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------*/
/* Spezielle Linkklasse, wo der Link nicht unterstrichen wird (Suchresultat)   */
/* ----------------------------------------------------------------------------*/
body.no_decoration {
	color:#666666;
	background: #ffffff;
	background-image:url('');
	background-repeat: repeat;
}
body.no_decoration, a.no_decoration, tr.no_decoration, td.no_decoration {
	text-decoration:none;
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}
a:link.no_decoration {
	color:#666666;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:visited.no_decoration {
	color:#666666;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a:active.no_decoration {
	color:#666666;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
h1.no_decoration {
	color:#990066;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
	font-weight:bolder;
	font-family:Verdana,Sans-Serif;
}
h2.no_decoration {
	color:#cc0099;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h3.no_decoration {
	color:#666666;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h4.no_decoration {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h5.no_decoration {
	color:#666666;
	font-style:normal;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Haupt Page-Teil (z.B. Shopartikel / PopUps)              */
/* ----------------------------------------------------------------------------*/
/* Hintergrundfarbe und Hintergrundbild, wird auch fuer den Body definiert - z.B. fuer PopUps */
body.content {
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	color:#666666;
	background-color: #ffffff;
	background-image:url('');
	background-repeat: repeat;
}

a.content, p.content, tr.content, td.content, div.content, table.contenthaupt, td.contenthaupt, div.contenthaupt, td.content_box {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}
p.content {
	text-align: left;
}
table.content_box, td.content_box  {
	background-color: transparent;  
	background-image:url('');
	background-repeat: no-repeat;
	border-top: 0px solid #d20b0c;
	border-left: 0px solid #d20b0c;
	border-right: 0px solid #d20b0c;
	border-bottom: 0px solid #d20b0c;
}

.error {
	color:#ff0000;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}

.erfolg {
	color:#00aa00;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}

/* Farbe und Schriftart der Links */
a:link.content {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}
a:visited.content {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}
a:active.content {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
}

/* Farbe und Schriftart der Ueberschriften */
h1.content {
	color:#990066;
	font-style:normal;
	font-size:14px;
	text-decoration:none;
	font-weight:bolder;
	font-family:Verdana,Sans-Serif;
	margin: 8px 2px;
}
h2.content {
	color:#cc0099;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h3.content {
	color:#666666;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h4.content {
	color:#666666;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
}
h5.content {
	color:#666666;
	font-style:normal;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana,Sans-Serif;
	padding-top:10px;
}

/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt */
input.content, textarea.content, select.content {
	color:#000000;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:Verdana,Sans-Serif;
	border: 1px solid #d0cece;
}

/* ----------------------------------------------------------------------------*/
/* Tabellenformatierung (z.B fuer Warenkorb)                                   */
/* ----------------------------------------------------------------------------*/
table.tbl {
	border-spacing:0px;
	border-collapse:collapse;
}
/* Titelzeile (Ueberschriftszeile) */
td.tbl_titel {
	color:#990066;
	background-color:#ffffff;
	padding: 0 0 5px 10px;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	vertical-align:top;
}
/* Formatierung der ungeraden Zeilen (Zeile 1,3,5,7,..) */
td.tbl_ung {
	color:#666666;
	background-color:#ffffff;
	padding-left:10px;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
/* Links in ungeraden Zeilen (Zeile 1,3,5,7,..) */
a.tbl_ung {
	color:#666666;
	background-color:#ffffff;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
/* Formatierung der geraden Zeilen (Zeile 2,4,6,8,..) */
td.tbl_ger {
	color:#666666;
	background-color:#f2f2f2;
	padding-left:10px;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
/* Links in geraden Zeilen (Zeile 2,4,6,8,..) */
a.tbl_ger {
	color:#666666;
	background-color:#f2f2f2;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
/* Formatierung der Zeilen mit speziellen Informationen */
td.tbl_info {
	color:#666666;
	background-color:#ededed;
	padding-left:10px;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
/* Formatierung fuer die Zeilen, die spezielle Informationen (z.B. Totalbetrag) beinhalten */
td.tbl_total {
	color:#990066;
	background-color:#ffffff;
	padding-left:10px;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}


/* ----------------------------------------------------------------------------*/
/* Link fuer Footer                                                            */
/* ----------------------------------------------------------------------------*/

/* Farbe und Schriftart der Links */
a:link.footer_td {
	color:#666666;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:10px; font-weight:bold;
	text-decoration:none;
}
a:visited.footer_td {
	color:#666666;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:10px; font-weight:bold;
	text-decoration:none;
}
a:active.footer_td {
	color:#666666;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:10px; font-weight:bold;
	text-decoration:none;
}
a.footer_td {
	color:#666666;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:10px;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------*/
/* Formatierung fuer die Informations-Boxen (ibox)                             */
/* ----------------------------------------------------------------------------*/
div.ibox {
	color:#990066;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
	margin: 0;
	width: 100%;
}

input.ibox, textarea.ibox, select.ibox, button.ibox, .ibox_content table {
	color:#666666;
	background-color: #ffffff;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana,Sans-Serif;
	font-size:11px;
	font-weight:normal;
}

input.ibox, button.ibox {
	background-color: #ffffff;
	background-image:url('');
	background-repeat: repeat;
	border-top: 1px #d0cece solid;
	border-left: 1px #d0cece solid;
	border-right: 1px #d0cece solid;
	border-bottom: 1px #d0cece solid;
	padding:0px;
}

/* Titel mit Kopfhintergrund */
h3.ibox {
	color:#990066;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	background-color:#ffffff;
	background-image:url(Bilder/bg_ibox_titel.jpg);
	background-repeat: no-repeat;
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;
}

/* Inhaltsbereich der ibox */
div.ibox_content, div.ibox_content_baum {
	background-color:#ffffff;
	background-image:url(Bilder/bg_ibox_content.jpg);
	background-repeat: repeat-y;
}
.ibox_content table {
	margin: 0 auto;
}
.ibox form {
	margin: 0;
}
.ibox div, .ibox_content div {
	text-align: center;
}
/* Besonderheiten Baumdarstellung */
div.ibox_content_baum {
	padding: 5px 22px 1px;
	text-align: left;
}
div.ibox_content_baum div {
	padding: 5px 0 1px;
	background: none;
}

/* Farbe und Schriftart der Links */
a.ibox_mm {
	color:#990066;
	font-style:normal;
	font-size:11px;
	text-decoration:none;
	font-family:Verdana,Sans-Serif;
}
a:link.ibox_mm, a:visited.ibox_mm {
	color:#990066;
}
a:hover.ibox_mm, a:focus.ibox_mm, a:active.ibox_mm {
	color:#cc0099;
}

/* Unterer Bereich der ibox (Abschluss) */
div.ibox_bottom {
	background: transparent url(Bilder/bg_ibox_bottom.jpg) no-repeat;
	width: 100%;
	line-height: 18px;
}

/* ----------------------------------------------------------------------------*/
/* Spezifische Layout-Einstellungen mit integrierten IE-Hacks, weil das System */
/* derzeit keine zusätzlichen CSS-Dateien unterstützt.						   */
/* ----------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	/* ohne IE/Mac \*/
	overflow: hidden;
	/**/
}
#hauptnavi {
	height: 186px;
	width: 680px;
	background-image:url(Bilder/bg_top.jpg);
  	background-repeat: no-repeat;
	position: absolute;
}
#shoptitel {
	height: 186px;
	width: 300px;
	position: absolute;
	left: 680px;
}
#display {
	margin-top: 186px; 
	/* ohne IE/Mac \*/
	position: absolute;
	height: expression(document.body.clientHeight - 186 + "px");
	margin: 0;
	/**/
	top: 186px;
	bottom: 0;
	overflow-y: auto;
	width: 100%;
}
div.content_td {
    background-color: transparent;
	display: inline;
	float: left;
	margin-left: -786px;
	width: 468px;
}
#inhalt {}
div.katnav_td {
	display: inline;
	float: left;
	margin-left: 767px;
	width: 167px;
}
div.footer_td {
	bottom: 0;
}

/* ----------------------------------------------------------------------------*/
/* Weitere allgemeine Tag-Einstellungen					                           */
/* ----------------------------------------------------------------------------*/
.antifloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
ul {
	list-style: none;
	margin: 144px 0 0 0;
	padding: 0 0 0 211px;
}
li {
	display: inline;
	margin-right: 10px;
}

/* ----------------------------------------------------------------------------*/
/* Spezifische Listenformatierungen					                           */
/* ----------------------------------------------------------------------------*/
ul.content {
	list-style: disc outside none;
	margin: 0;
	padding: 0;
}
ul.content li {
	display: list-item;
}
.footer_td ul {
	margin: 0;
	padding: 88px 0 0 100px;
}
.footer_td li {
	margin: 0 0 0 3px;
}

/* ----------------------------------------------------------------------------*/
/* Spezifische Linkformatierungen					                           */
/* ----------------------------------------------------------------------------*/
a.footer_td {
	margin: 0 5px 0 0;
}
a.footer_td:link, a.footer_td:visited {
	color: #666;
}
a.footer_td:hover, a.footer_td:active, a.footer_td:focus {
	color: #906;
}

/* Link zur Gelini-Homepage */
#link_label {
	position: absolute;
	top: 44px;
	width: 82px;
	height: 84px;
	z-index: 10;
}
#link_label a span {
	display: block;
	line-height: 84px;
	text-indent:-2000px;
}
#link_label a {
	width: 100%;
	height: 100%;
}
#link_label a:link span, #link_label a:visited span {
	background: transparent url(Bilder/bg_Label_up.jpg) no-repeat;
}
#link_label a:hover span, #link_label a:focus span {
	background: transparent url(Bilder/bg_Label_ov.jpg) no-repeat;
}

/* ----------------------------------------------------------------------------*/
/* Spezifische Einstellungen für die Artikeldarstellung                        */
/* ----------------------------------------------------------------------------*/
.artikel_container {
	width: 493px;
}
.artikel_item {
	text-align: center;
	float: left;
	display: inline;
	width: 125px;
	margin: 0 15px 25px;
}
.artikel_name {
	height: 30px;
}
div.artikel_preis {
	font-weight: bold;
}
h4.artikel_preis {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
h4.artikel_mwst {
	font-size: 9px;
	font-weight: normal;
	margin: 0;
}
.artikel_bild, .artikel_buttons, .startartikel_preis {
	float: left;
	width: 200px;
	margin: 0 10px 10px 0;
}
.startartikel_preis {
	text-align: right;
}
.startartikel_preis p {
	margin-bottom: 0;
}
.artikel_beschreibung {
	float: left;
	width: 258px;
	margin: 0 10px 10px 0;
}
.artikel_kaufen {
	float: left;
	width: 258px;
	margin: 0 10px 10px 0;
}
.artikel_kaufen h4 {
	float: left;
	margin: 0 10px 0 0;
}
/* Katalog unsichtbar aber Maschinenlesbar einbinden */
li#seo {
	display: block;
	position: absolute;
	left: -3000px;
}
h2.content img {
	vertical-align: middle;
}
/* Button für Special-Edition unabhängig positionieren */
#btn_SE {
	position: absolute;
	z-index: 10;
	top: 94px;
	left: 811px;
}
/* ----------------------------------------------------------------------------*/
/* Design, Einrichtung Anpassungs des Shops durch 2pTags / Timo Perl 		   */
/* ----------------------------------------------------------------------------*/
#label-2pTags {
	margin: 2px;
	width: 200px;
	z-index: 9999;
}
#label-2pTags a {
	display: block;
	float: left;
	height: 17px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 80px;
}
#label-2pTags a:link,
#label-2pTags a:visited {
	background: transparent url(Buttons/2pTags-label-6.gif) no-repeat scroll left top;
}
#label-2pTags a:hover,
#label-2pTags a:focus,
#label-2pTags a:active {
	background: transparent url(Buttons/2pTags-label-0.gif) no-repeat scroll left top;
}
#label-2pTags em {
	float: left;
	line-height: 19px;
}
#label-2pTags a span {
	display: block;
	text-indent: -9999px;
}


/* ----------------------------------------------------------------------------*/
/* Printausgabe beschränken / Bilder und Navigation nicht darstellen 		   */
/* ----------------------------------------------------------------------------*/
@media print {
	body {
		overflow: auto;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1,5cm;
	}
	#hauptnavi, #shoptitel, #footer, #btn_SE, .katnav_td, .katnav_td *, .hauptnav_td {
		clear: both;
		display: none;
		margin: 0;
		padding: 0;
	}
	#anzeigebereich {
		color: #000;
		background: #fff;
		clear: both;
		width: 18cm;
		height: 26cm;
		margin: 0;
		padding: 0;
	}
	#display {
		top: 0;
		margin: 0;
		padding: 0;
		clear: both;
	}
	div.content_td {
		display: block;
		clear: both;
		margin: 0;
		padding: 0;
		top: 0;
		width: 18cm;
	}
}

/* End of file $Dl: 06.09.07 18:06:55$ --------------------------------------------------*/
