/* ================================
   NEUES STYLESHEET FÜR SMOKECORNER,
   DRUCK 
   ================================ */


/* ===FOLGEND GESTALTUNG FÜR DAS HTML-ELEMENT NAMENS BODY=== */

body {
 background-color: white;
 font-family: arial, helvetica, sans-serif;
 font-size: 12pt;
 }      


/* ===FOLGEND GESTALTUNG FÜR DEN ANZEIGEBEREICH=== */

#logodruck {
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 } /* Warum habe ich das wegkommentiert? Weil dort momentan inline-styles aktiv sind. 21.12.2007: WAS hab ich denn da wegkommentiert? */

#logoflaeche, #fuss {
 display: none;
 }

#nutzflaeche {
 clear: both;
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
 }

#schlagzeile {
 font-size: 150%;
 font-weight: normal;
 text-align: center;
 }

 #ybersicht {
 margin-left: 110px;
 }
  
 #ybersicht ul { margin-left: 90px;
 list-style-type: none;
 list-style-image:url(./gif/listenzeichen.gif)
 }
  
ul, ol {
 margin-top: 0;
 margin-left: 29px; /* damit Listen überhaupt eingerückt sind */
 text-align: justify;
 }

#schlussstrich {
 width: 100%;
 font-size: 8px;
 margin-top: 0;
 margin-right: auto;
 margin-left: auto;
 border-bottom: 2px solid blue;
 }

.baureihen { color: #0000ff; font-style: italic; }


/* ===WAS HIER STEHT, SOLL NICHT GEDRUCKT WERDEN===  */

.noprint {
 display: none;
 }


/* ===FORMATIERUNG FÜR SCHRIFT, DIE AUSGEDRUCKT, ABER NICHT AUF DEM MONITOR ANGEZEIGT WIRD=== */

.noscreen {
 font-family: 'lucida console', verdana, arial, helvetica, sans-serif;
 font-weight: normal;
 }


/* ===FÜR ALLE DIVS, DIE BLOCKSATZ HABEN SOLLEN DIE KLASSE NAMENS BLOCK=== */

.block { text-align: justify; }


/* ===TYPENAUSWAHL-TABELLE=== */

#tytab {
 font-family: arial, helvetica, sans-serif;
 font-size: 9pt;
 width: 100%;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 BORDER-COLLAPSE:COLLAPSE;
 }

/* ===DARSTELLUNG VON LINKS=== */

a { 
 color: #000000;
 text-decoration: none;
 }

a.imtext:link { color:#000000; text-decoration: none; }
a.imtextblau:link { color:#0000ff; text-decoration: none; }

a.imtext:visited { color:#000000; text-decoration: none; }
a.imtextblau:visited { color:#0000ff; text-decoration: none; }

a.imtext:hover{ background-color:#ffff84; color:#000000; text-decoration: none; }
a.imtextblau:hover{ background-color:#ffff84; color:#0000ff; text-decoration: none; }

/* a[href]:after {
 content:" [Adresse: "attr(href)"] ";
 } hat glaub'ich nicht funktioniert /*


/* ===BEREICH PSEUDOBUTTON AUSBLENDEN=== */

#pseubutta {
 display: none;
 }

#pseubuttb {
 display: none;
 }


/* ===FOLGEND ANWEISUNGEN FÜR DAS KONTAKTFORMULAR=== */

form {
 margin-left: 0;
 }

label.eingabe {
 display: block; /* Beschriftung in eigener Zeile */
 width: 500px;
 text-align: left;
 font-size: small;
 font-weight: bold;
 }

label.check {
 font-size: small;
 font-weight: bold;
 cursor: pointer; /* Mauszeiger wird zur Hand */
 }
 
#absender,#mailaddi,#fon-nr,#fax-nr, textarea {
 width: 340px;
 background-color: white;
 border: 1px solid blue;
 margin-bottom: 1em;
 }

textarea {
 height: 7em;
 }

  



