/* HTML TAGS START */
BODY {
  width:                       100%;
  height:                      100%;
  margin:                      0px;
  padding:                     0px;
  cursor:                      default;
  background-color:            #000000;
}

H1 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 14px Verdana;
  color:                       #FFFFFF;
  line-height:                 20px;
}

H2 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 14px Verdana;
  color:                       #FFFF00;
  line-height:                 20px;
}

H3 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 12px Verdana;
  color:                       #FFFFFF;
  line-height:                 20px;
}

H4 {
  margin:                      0px;
  padding:                     0px;
  font:                        bold 12px Verdana;
  color:                       #FFFF00;
  line-height:                 20px;
}


HR {
  width:                       100%;
  height:                      1px;
  border:                      0px;
  border-top:                  1px solid #FFFFFF;
}

a {
  color:                       #ffffff;
  text-decoration:             underline;
}

a:hover {
  color:                       #ffff00;
  text-decoration:             none;
}

img {
  border:                      0px;
}

form {
  margin:                      0px;
}

input.text {
  width:                       250px;
  height:                      19px;
  border:                      1px solid #FFFFFF;
  font:                        normal 12px Verdana;
  vertical-align:              middle;
}

input.button {
  font:                        normal 12px Verdana;
  vertical-align:              middle;
}

select {
  width:                       250px;
  height:                      19px;
  border:                      1px solid #A5ACB2;
  font:                        normal 12px Verdana;
  vertical-align:              middle;
}

textarea {
  width:                       250px;
  height:                      80px;
  border:                      1px solid #FFFFFF;
  font:                        normal 12px Verdana;
}

table {
  font:                        normal 12px Verdana;
  color:                       #FFFFFF;
  text-align:                  justify;
  line-height:                 20px;
}

table td {
  vertical-align:              top;
}
/* HTML TAGS END */

/* CUSTOM CSS TAGS START */

.fullscreen {
  width:                       100%;
  height:                      100%;
}

.siteholder {
  width:                       100%;
  height:                      100%;
  text-align:                  center;
  vertical-align:              top;
}

.site {
  width:                       772px;
  height:                      100%;
}

.top {
  width:                       772px;
  height:                      37px;
}

.header {
  width:                       772px;
  height:                      86px;
}

.menu {
  width:                       772px;
  height:                      34px;
}

.margin {
  width:                       772px;
  height:                      17px;
}

.button1 {
  width:                       119px;
  height:                      34px;
}

.button2 {
  width:                       159px;
  height:                      34px;
}

.button3 {
  width:                       121px;
  height:                      34px;
}

.button4 {
  width:                       105px;
  height:                      34px;
}

.button5 {
  width:                       150px;
  height:                      34px;
}

.button6 {
  width:                       118px;
  height:                      34px;
}

.picture {
  width:                       772px;
  height:                      441px;
}

.slideshow {
  width:                       772px;
  height:                      440px;
  text-align:                  center;
}

.links {
  width:                       772px;
  height:                      100%;
  text-align:                  center;
  padding:                     20px 144px 40px 144px;
}

.content_tekst {
  width:                       772px;
  height:                      100%;
  padding:                     20px 144px 40px 144px;
}

.contact1 {
  width:                       772px;
  height:                      29px;
}

.contact2 {
  width:                       772px;
  height:                      66px;
}

.stat {
  width:                       772px;
  height:                      27px;
  padding-top:                 10px;
  text-align:                  center;
}


.scrollbar {
  width:                       484px;
  height:                      1300px;
  float:                       left;
  overflow:                    auto;
  overflow-x:                  hidden;
  overflow-y:                  auto;

  scrollbar-face-color:        #000000;
  scrollbar-base-color:        #000000;
  scrollbar-arrow-color:       #FFFFFF;
  scrollbar-track-color:       #242424;
  scrollbar-shadow-color:      #000000;
  scrollbar-highlight-color:   #000000;
  scrollbar-3dlight-color:     #000000;
  scrollbar-darkshadow-Color:  #000000;
}

/* CUSTOM CSS TAGS END */