body {
   font-family: "Times New Roman", Times, georgia, serif;
   font-size:1.5em;
   line-height: 1.3em;
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 1em;
   padding-right: 1em;
}
h1 {
   font-weight: normal;
   font-size: 150%;
   line-height: 120%;
   margin-top: 0.5em;
   margin-bottom: 0.1em;
   clear: left;
}
h2 {
   font-weight: normal;
   font-size: 135%;
   line-height: 110%;
   margin-top: 0.5em;
   margin-bottom: 0.1em;
   clear: left;
}
h3 {
   font-weight: normal;
   font-size: 120%;
   line-height: 110%em;
   margin-top: 0.5em;
   margin-bottom: 0.1em;
   clear: left;
   font-style: italic;
}
p {
   padding-top: 0;
   margin-top: 8px;
   margin-bottom: 8px;
   clear: both;
}
.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
   display: block;
}
.topmargin10 {
   padding-top: 10px;
}

.topmargin13 {
   padding-top: 13px;
}

.topmargin16 {
   padding-top: 16px;
}

table, td  {
   border: 0; 
   text-align: center;
   font-size: 100%;
}

.pricelist {
   background-color: white;
   border-top: 1px solid black;
}

.productcol{
   text-align: left;
   vertical-align: top;
   border-bottom: 1px solid black;
   width: 25em;
}

.groupcol{
   text-align: left;
   border-bottom: 1px solid black;
   width: 10em;
}

.pricecol {
   text-align: right;
   vertical-align: top;
   border-bottom: 1px solid black;
   border-left: 1px solid  #C0C0C0;
   width: 10em;
}

.itemcol {
   border-bottom: 1px solid black;
   border-left: 1px solid  #C0C0C0;
   width: 30em;
}

hr {
   display: block;
   position: relative;
   padding: 0;
   margin-top: 6px;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #3C3C3C;
   border-bottom: 0;
}

.arw {
   width: 26px;
}

.photopadding {   
    padding-top: 7px;
    padding-bottom: 7px;
}

.mwidth {
	max-width: 100%;
	height: auto;
}

a:link, a:visited {
   text-decoration: none;
}
.uln {
}
.uln a {
   color: #008000;
   text-decoration: underline;
}
.clbd{
   font-style: italic; 
}
.right {
   text-align: right;
}
.logo {
   padding-top: 2px;
   padding-bottom: 2px;
   margin-bottom: 0;
   background-color:palegreen;
   background-image: url(glas-gn.jpg);
}
.menubar {
   margin-top: 2px;
   padding-top: 0;
   padding-bottom: 0.4em;
   margin-bottom: 0;
   margin-left: 0;
   border-bottom: 1px solid #3C3C3C;
   width: 99%;
}
.menubar a {
   color: gray;
}
#menustrip {
   text-align: left;
   color: gray;
   font-size: 85%;
}
#cprgt {
   float: right;;
}
.foto {
   padding-top: 10px;
}
.pathlink {
   color: gray;
}
.pathlink a:hover {
   color: black;
   text-decoration: underline;
}
.buttonbar {
   margin-top: 2px;
   padding-top: 0;
   padding-bottom: 0.4em;
   margin-bottom: 0;
   margin-left: 0;
   border-bottom: 1px solid #3C3C3C;
   width: 99%;
}
.navibutton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	padding: .1em .5em .1em .5em;
	margin-top: .2em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	color: #000000;
	border: solid 1px #000000;
	background: #D9D9D9;
}
.navibutton.cur {
    background: #FFFFFF;
	font-weight: bold;
}
.navibutton.sub1 {
    background: #96F096;
}
.navibutton.sub2 {
    background: #C4C5FC;
}
.navibutton a {
    color: black;
}

.tile {
   float: left;
   background-color: white;   
   padding: 0;
   margin-top: 0.5em;
   margin-bottom: 0;
   margin-left: 0;
   margin-right: 5px;
   text-align: center;
   border-style: solid;
   border-color: black;
   border-width: 1px;
   font-size: 100%;
   color: black;
}
.tile.last {
   margin-bottom: 0.5em;
}
.tile.w14{
   width: 13%;
}
.tile.w17 {
   width: 116px;
}
.tile.w22 {
   width: 175px;
}
.tile.w32{
   width: 239px;
}
.tile.w35{
   width: 260px;
}
.tile.w50{
   width: 360px;
   margin-top: 20px;
   margin-bottom: 20px;
}
.legal {
   padding-top: 1.5em;
   font-size: 90%;
   color: #5B5B5B;
}
.redframe {
   padding-top: 0.1em;
   color: red;
   border: red 2px solid;
   background-color: white;
   padding-bottom: 0.4em;
}
.imagecaption {
   font-size: 90%;
   color: #5B5B5B;
}
.indent2 {
   width: 2em;
   display: block;
   float: left;
}
.indent4 {
   width: 4em;
   display: block;
   float: left;
}
.para {
   display: block;
   float: left;
   width: 40em;
   margin-bottom: 1em;
}
.srvfooter {
   padding-top: 16px;
   border-top: 1px solid #3C3C3C;
}