/* DATEI: schiraumtechnik.css */


/* **** Body Tag **** */
body {
   background-color:#FEEFCB;
   /* background-color:#FFEAD1; */
   text-align:center;
  }
/* **** END Body Tag **** */



/* **** Seiteneinstellungen **** */
div.Seite {
   text-align:left;       /* Seiteninhalt wieder links ausrichten */
   margin: 0 auto;        /* standardkonforme horizontale Zentrierung */
   width: 760px;
   /* width: 640px; */    /* optimale Druckbreite */
   padding: 0em;
   /* border: 2px ridge silver; */
   background-color:#666699;
  }
/* **** END Seiteneinstellungen **** */


/* **** Text Format **** */
h1, h2, h3, h4, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
   font-family:Helvetica,Arial,sans-serif;
  }
blockquote {
   font-style:italic;
  }
/* **** END Text Format **** */


/* **** Standard Links **** */
a:link    { color:#772200; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active  { color:#772200; text-decoration:underline; }
a:hover   { color:#000000; text-decoration:underline; }
/* **** END Standard Links **** */


/* **** Main Table **** */
table.MainTable {
   background-color:white;
   width:100%;
   border-style:none;
   border-collapse:collapse;
  }
td.MainTable.Head {
   /*border:1px dashed silver;*/
   background-color:#666699;
   text-align:center;
   padding:12px;
   font-size:1.7em;
   font-family:Helvetica,Arial,sans-serif;
   font-weight:bold;
   color:#EEEEEE;
  }
td.MainTable.Nav {
   /*border:1px dashed silver;*/
   background-color:#8888BB;
   width:1%;
   text-align:left;
   vertical-align:top;
   padding:0em
  }
td.MainTable.Cont {
   /*border:1px dashed silver;*/
   background-color:white;
   padding:1.5em;
   font-size:0.9em;
  }
/* **** End Main Table **** */


/* **** Navigation **** */
table.Navigation {
   border-style:none;
   border-collapse:collapse;
   /* border:1px dashed silver; */
   margin:0;
   background-color:#8888BB;
   text-align:left;
   vertical-align:top;
   color:#EEEEEE;
   width: 140px;
  }
ul.Navigation {
   font-size:0.9em;
   margin:0 0 1.2em;
   padding:0;
   /*border:1px dashed silver;*/
  }
ul.Navigation li {
   /*border:1px dashed silver;*/
   list-style:none;
   margin:0;
   padding:0.5em;
  }
ul.Navigation a, span {
   display:block;
   padding:0;
   font-weight:bold;
  }
ul.Navigation a:link {
   color:#EEEEEE;
   text-decoration:none;
  }
ul.Navigation a:visited {
   color:#EEEEEE;
   text-decoration:none;
  }
ul.Navigation a:hover {
   color:#FFFF00;
   text-decoration:none;
  }
ul.Navigation a:active, span   {
   color:#FFFF00;
   text-decoration:none;
  }
/* **** End Navigation **** */


/* Products Overview */
table.Products.Overview {
   width:100%;
   border-style:none;
   border-collapse:collapse;
  }
td.Products.Overview.Header.Left {
   border-style:none;   
   background-color:#FF8000;
   padding:5px;
   color:#EEEEEE;
  }
td.Products.Overview.Header.Right {
   border-style:none;
   background-color:#FF8000;
   padding:5px;
   color:#EEEEEE;
   text-align:right;
  }
h1.Products.Overview.Header.Left {
   font-size:1.2em;
   margin:0.1em;
  }
td.Products.Overview.Images {
   width:1%;
   vertical-align:top;
   padding-top:10px;
   padding-bottom:10px;
  }
td.Products.Overview.Description {
   vertical-align:top;
   padding-top:10px;
   padding-bottom:10px;
   font-size:0.9em;
  }
/* **** END Products Overview **** */

/* **** Products Details **** */
table.Products.Details {
   width:100%;
   /* border:1px dashed silver; */
   border-collapse:collapse;
  }
td.Products.Details.Header.Left {
   /* border:1px dashed silver; */
   background-color:#FF8000;
   padding:5px;
   color:#EEEEEE;
  }
td.Products.Details.Header.Right {
   /* border:1px dashed silver; */
   background-color:#FF8000;
   padding:5px;
   color:#EEEEEE;
   text-align:right;
  }
td.Products.Details.Images {
   /* border:1px dashed silver; */
   width:1%;
   vertical-align:top;
   padding:10px 10px 10px 0;
  }
td.Products.Details.Description {
   /* border:1px dashed silver; */
   vertical-align:top;
   font-size:0.9em;
   padding:5px;
   padding-right:0px;
   padding-top:20px;
   
  }
h1.Products.Details.Header.Left {
   font-size:1.2em;
   margin:0.1em;
  }  
 

table.Products.Sizes {
   /* border:1px solid silver; */
   width:auto;
   border-collapse:collapse;
   margin:5px;
  }
td.Products.Sizes.Item {
   /* border-bottom:1px dashed silver; */
   width:1%;
   vertical-align:top;
   font-size:0.9em;
   padding-right:0px;
  }
td.Products.Sizes.Value {
   /* border:1px dashed silver; */
   vertical-align:top;
   text-align:right;
   font-size:0.9em;
   /* padding-left:1.5em; */
  }
h2.Products.Sizes.Item {
  font-size:1.2em;
  margin:0.1em 0 0.1em 0;
  }
/* **** END Products Details **** */


/* **** Contact Form **** */
table.Contact {
   /*border:1px dashed silver;*/
   border-collapse:collapse;
   margin:0 auto;
  }
td.Contact {
   text-align:left;
   vertical-align:top;
   padding-right:20px;
   font-size:0.9em;
  }
/* **** End Contact Form **** */
