body {
     margin: 0 ;
     padding: 0px;
     font-family: Arial, Georgia, Times, Serif;
     background-color: #029902;
}

h1 {
   float: left;
   margin-top: 30px;
   padding-left: 200px;
   font-size: 20px;
}

img {
    border:0px;
}

img.mkaart {
    border:1px solid black;
}

hr {
   color: #BB1F36;
   height: 1px;
   width: 500px;
}

.large {
       font-size: large;
}

.small {
       font-size: x-small;
}

.right {
       float: right;
}

.center {
        text-align: center;
}

.maxwidth560 {
     width: 560px;
}

.width400 {
       width: 400px;
       display: inline-block;
}

.process {
     text-align:center;
}

label {
     width: 120px;
     float: left;
     padding: 2px 0 0 0;
}

fieldset {
         border: 0;
}

dl {
   display: inline-block;
}

.headpic {
     float: right;
     margin-right: 200px;
     padding-top: 15px;
}

#header {
      background-image:url(../gfx/bg/top1.gif);
      background-repeat:repeat-y;
      height: 100px;
      width:780px;
      margin-left: 20px;
}

#contframe {
      padding-left: 200px;
      font-size: small;
}

#topmain {
      background-image:url(../gfx/bg/bg2.gif);
      background-repeat:no-repeat;
      height: 20px;
      margin-left: 20px;
      font-size: 1px;
}

#content {
      background-image:url(../gfx/bg/bg1.gif);
      background-repeat:repeat-y;
      margin-left: 20px;
}

#bottom {
      background-image: url(../gfx/bg/bottom3.gif);
      background-repeat: no-repeat;
      height: 80px;
      margin-left: 20px;
}

#menucontainer {
      position: absolute;
      top: 120px;
      left: -20px;
      width: 200px;
}

#motorok {
    margin-left: 60px;
    display: block;
}

#validatorhtml {
    margin-left: 60px;
    display: block;
}

#validatorcss {
    margin-left: 60px;
    display: block;
}

/* start menu */

ul#menu {
    list-style: none;
}
ul#menu li a {
    display: block;
    width: 200px;
    height: 45px;
    background-image: url(../gfx/but/navwitte.gif);
    background-repeat: no-repeat;
}
a#item1 {
    background-position: 0 0;
}
a#item2 {
    background-position: 0 -45px;
}
a#item3 {
    background-position: 0 -90px;
}
a#item4 {
    background-position: 0 -132px;
}
a#item5 {
    background-position: 0 -400px;
}
a#item6 {
    background-position: 0 -175px;
    height: 60px;
}
a#item7 {
    background-position: 0 -280px;
}
a#item8 {
    background-position: 0 -325px;
}
a#item9 {
    background-position: 0 -371px;
}



a#item1:hover {
    background-position: -200px 0;
}
a#item2:hover {
    background-position: -200px -45px;
}
a#item3:hover {
    background-position: -200px -90px;
}
a#item4:hover {
    background-position: -200px -132px;
}
a#item5:hover {
    background-position: -200px -400px; ///
}
a#item6:hover {
    background-position: -200px -175px;
}
a#item7:hover {
    background-position: -200px -280px;
}
a#item8:hover {
    background-position: -200px -325px;
}
a#item9:hover {
    background-position: -200px -371px;
}



/* end menu */