body {
        background-color: #161616;
        margin: 0px 8px 0px 8px;
}
.width {
    margin: 0 auto;
    min-width: 980px;
    max-width: 1200px;
    width: expression((documentElement.offsetWidth || document.body.offsetWidth) > 1200 ? '1200px' : 'auto'); /* äëÿ ÈÅ */
    background-color: #F9F4EC;
}
* html .minwidth {
  padding-left:980px;
}
* html .container {
  margin-left:-980px;
  position:relative;
}
/*\*/
* html .minwidth, * html .container, * html .layout {
  height:1px;
}

#leftpic{
        float:left;
}
#rightpic{
         float:right;  /* */
}
#pic{
        float:right;
}
#clear {
        clear: both;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        content: ".";
        display: block;
}

#par{
        display:block;
        margin:0;padding:0;
        background: url("/images/par3_x.jpg") repeat-x top left;
}
#navigat{
        display:block;
        margin:0;padding:0;
        border-bottom: 5px solid #5A8F43;
        background-image: url("/images/par3_n.jpg");
        background-position: top left;
        background-repeat: repeat-x;  /*   */
        font-family: Verdana, Arial, Helvetica, sans-serif;
        /* font-size: 0.8em;  /*  */
        font-size: 13px;
        line-height: 125%;
}
#leftpic2{
        float:left;
}
#nav{
        margin-left:230px;
        padding-top:7px;
        text-align:center;
}
#nav li{
       display:inline;
       border: 1px solid #B04000;
       padding: 3px 10px 3px 10px; /* */
       background-color: #766B4C; /*  */
       margin-right:4px;
}
#nav li.current { background-color: #5F5696; }

*html #nav li {
       margin-right:8px;
       padding-right: 6px;
}

.notchedListItems a {
        font-weight:bold; text-decoration:none;
        display:inline;
        border: 1px solid #B04000;
        padding: 3px 10px 3px 10px; /* */
        background-color: #766B4C; /*  */
        margin-right:4px;
}
.notchedListItems a:link    { color: #FFCC00; }
.notchedListItems a:visited { color: #FFCC00; }
.notchedListItems a:active  { color: #F00; }
.notchedListItems a:hover   { color: #FFF; text-decoration:underline; background-color: brown; }
.notchedListItems a.current  { font-weight:bold; text-decoration:none; background-color: brown; }
.notchedListItems a:link.current     { color: #FFF; }
.notchedListItems a:visited.current  { color: #FFF; }
.notchedListItems a:active.current   { color: #FFCC00; }
.notchedListItems a:hover.current    { color: #FFCC00; text-decoration:underline; }

#footer {
        padding:5px;
        border-top: 5px solid #5A8F43;
        background-color: #F7B782; /*  */
        background-image: url("/images/pol321.jpg");
        background-position: top left;
        background-repeat: repeat-x;  /*   */
}
#pics{
        float:right;
        position:relative;
        width:470px;
        height:62px;
        right:0px;
}
#copy{
        border-top: 1px dashed brown; /*  */
        padding: 5px;
        font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
        color: #161616;
        text-align:center;
}
#copy a { text-decoration:underline; font-weight: bold; }
#copy a:link    { color: #000066; }
#copy a:visited { color: #000066; }
#copy a:active  { color: brown;  }
#copy a:hover   { color: red;  }

#knop{
        float:left;
        position:relative;
        left:0px;
        display:inline;
        padding: 3px;
        margin-top:15px;
        width: 88px;
}