/* * html img, * html div { behavior: url('http://plasman.nl/iepngfix.htc') } */

body                {
                        background-color    : #FFDEBD;
                        margin              : 0px;
                    }


div.header          {
                        /* oude background was #a90000 | 5a0000 | 630000*/
                        color               : #FFFFFF;
                        background-color    : #630000;
                        border              : 0px;
                        margin              : 0px;
                        padding             : 0px;
                        border-bottom       : 2px solid #630000;
                        text-align          : center;
                        font-family         : Arial, Verdana;
                        font-weight         : 600;
                        font-style          : italic;
                    }

#nav             {
                        position            : absolute;
                        left                : 10px;
                        width               : 160px;
                        border              : 0px;
                    }

#logo               {
                        width               : 115px;
                        height              : 96px;
                        margin-left         : 20px;
                        margin-top          : 20px;
                        background-image    : url(http://www.plasman.nl/images/logonew.jpg);
                        background-repeat   : no-repeat;
                    }

#nav ul             {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }

#nav li             {
                        border              : 1px solid #630000;
                        width               : 170px;
                        height              : 28px;
                        margin-bottom       : 10px;
                    }

#nav li a:link, #nav li a:visited 
                    {
                        display             : block;
                        background-color    : #630000;
                        background-image    : url('http://www.plasman.nl/images/gebakje.gif');
                        background-repeat   : repeat-y;
                        padding-left        : 35px;
                        height              : 28px;
}

#nav li a:hover     {
                        background-color    : #A90000;
                        background-image    : url('http://www.plasman.nl/images/gebakje_hover.gif');
                    }

div.content         {
                        margin-left         : 199px;
                        padding-left        : 50px;
                        margin-right        : 179px;
                        color               : #630000;
                        font-family         : Arial, Verdana;
                        
                        
                    }

div.extra    {
                        position            : absolute;
                        top                 : 0px;
                        right               : -1px;
                        width               : 160px;
                        color               : #FFFFFF;
                        background-color    : #630000;
                        padding-left        : 0px;
                        padding-right       : 0px;
                        margin-left         : 0px;
                        font-family         : Arial, Verdana;
                        font-size           : 10pt;
                    }

span.extraheader    {
                        font-weight         : 600;
                        padding-left        : 15px;
                        font-family         : Times, Helvetica;
                        font-size           : 12pt;
                    }

div.extracontent   {
                        padding-left        : 5px;
                    }

div.extracontent td {
                        font-family         : Arial, Verdana;
                        font-size           : 10pt;
                        color               : #FFFFFF;
                    }


h1                  {
                        padding-left        : 70px;
                        color               : #630000;
                        font-family         : Times, Helvetica;
                        font-style          : italic;
                        text-decoration     : overline;
                        line-height         : 150%;
                    }


h3                  {
                        padding-left        : 20px;
                        color               : #A90000;
                        font-family         : Times, Helvetica;
                        font-style          : italic;
                        margin-bottom       : 5px;
                    }


div.navitem         {
                        width               : 170px;
                        height              : 28px;
                        background-color    : #A90000;
                        background-image    : url('http://www.plasman.nl/images/gebakje.gif');
                        background-repeat   : no-repeat;
                        padding-left        : 35px;
                        border              : 1px solid #630000;
                    }

img                 {
                        border              : 0px solid black;
                    }


.middle             {
                        text-align          : center;
                        margin-right        : auto;
                        margin-left         : auto;
                    }

.low                {
                        margin-bottom       : 0px;
                    }

.right              {
                        margin-left         : 0px;
                    }

.color_light        {                     
                        color               : #FFDEBD;
                    }

.color_middle       {                     
                        color               : #A90000;
                    }

.color_dark         {                     
                        color               : #630000;
                    }

.color_light_bg     {                     
                        background-color    : #FFDEBD;
                    }

.color_middle_bg    {                     
                        background-color    : #A90000;
                    }

.color_dark_bg      {                     
                        background-color    : #630000;
                    }

.bold               {
                        font-weight         : bold;
                    }

.small          {
                    font-size:  .7em;
                }

.icon           { background-repeat: no-repeat; width: 1.3em; height: 1.3em; }
.minimize       { background-image: url( 'http://plasman.nl/images/minimize.gif' );  }
.expand         { background-image: url( 'http://plasman.nl/images/expand.gif' ); }
.print          { background-image: url( 'http://plasman.nl/images/print.gif' ); }

.hand           { cursor: pointer; }

.group          { margin-bottom: .7em; }
.group_header   { text-decoration: none; font-weight: bold;  color: #fffebd; }

legend          { font-weight: bold; font-size: 1.2em;}
fieldset        {
                    border-color: #630000;
                    border-top-color: #9f7e5d;
                    border-right-color: #9f7e5d;
                    border-left-color: #a90000;
                }

.imageSlideshowHolder{
  margin:5px;  /* "Air" */
  /*float:right; */ /* Floating gallery at the right side of other web page content */
  width:323px;  /* Image width */
  height:249px;  /* Image height */
  position:relative;  /* Don't remove this line */
}

/* Don't change these values */
    .imageSlideshowHolder img{
        position:absolute;
        left:0px;
        top:0
}

