/* CSS Document */
body, html {
background-color: #9d9fa2;
text-align: center;
background-image: url(../images/bkgrnd.gif);
background-repeat: repeat-y;
background-position: center center;
}

#wrapper {
width: 785px; height: 100%;
margin: 0 auto;
text-align: left;
}

#menu {
height: 26px; width: 785px;
border-bottom: 1px solid #FFF;
}
#header {
width: 785px;
padding-left: 1px;
}

#tekst {
font-family: Arial;
font-size: 12px;
color: #3c4a5b;
width: 545px;
text-align: justify;
padding-left: 43px;
line-height: 25px;
}

#contact #tekst {
  width: 100%;
}
#titel {
font-family: Arial;
font-size: 15px;
color: #000;
font-weight: bold;
margin-left: 43px;
}

#slideshow { 
padding-left: 43px;
padding-top: 10px;
}

#slideshow1 {
float: left;
margin-right: 13px;
margin-bottom: 20px;
}

#slideshow2 {
float: left;
margin-right: 13px;
margin-bottom: 20px;
}

#slideshow3 {
float: left;
margin-right: 13px;
margin-bottom: 20px;
}

#adres {
float: left;
padding-top: 32px;
width: 150px;
}
#adres img { margin-right: 5px;
}

#adres_titel {
font-family: Arial;
font-size: 14px; color: #000;
font-weight: bold;
}

.adres_tekst {
font-family: Arial;
font-size: 11px; color: #000;
}

.menu_item {
float: left;
font-family: Arial;
font-size: 14px;
font-weight: bold;
margin-right: 20px;
padding-left: 20px;
padding-top: 5px;
}

.menu_item a { font-family: Arial; font-size: 14px; font-weight: bold; color: #000; text-decoration: none; }


.hideme {
  display: none;
}