body {
  margin: 0px; padding: 0px;
  font-family: Arial, sans-serif;
  background-image: url(../images/bg-new.jpg);
  overflow: scroll; /* without this the page jumps on change between long and short pages */
}

#txt1 {
 position: relative;
 left: 50px;
 top: 20px;
}

#txt2 {
 position: relative;
 left: 20px;
 top: 310px;
}

#txt3 {

}


#contact_info {
  position: relative;
  padding: 0px;
  margin: 0px;
  left: 750px;
  top: -90px;
  color: white;
  width: 200px;
}

#contact_info a { text-decoration: none; color: white;}
#contact_info a:hover { text-decoration: underline; color: white;}
#contact_info a:visited { text-decoration: none; color: white;}

a img { border: 0px; }

a { text-decoration: none; color: white;}
a:hover { text-decoration: underline; color: white;}
a:visited { text-decoration: none; color: white;}


#M1container {
    margin-left: auto;
    margin-right: auto;
    width: 962px;
    top: 0px;
    margin-top: 0px;
    background: url(../images/bg-cimlap-new.jpg) no-repeat top left;
    position: relative;
}

#M2container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    width: 962px;
    top: 0px;
    background: url(../images/ti-bg-grad-new.png) repeat-y top left;
    position: relative;
}

#menutitle {
    height: 20px;
    margin: 10px;
    text-align:center;
    font-weight: bold;
    letter-spacing: 0.1ex;
    font-family: sans-serif;
    color: #F0F0F0;
}

#bigimage {
    width: 630px;
    height: 333px; */
    padding: 0px;
    border: 0px;
/*    background: url(../images/bigimage_bg.jpg) no-repeat top left */
}


#content {
    width: 630px;
    padding-bottom: 30px;
    color: #F0F0F0;
}

#second_row {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#language_chooser {
  width: 30px;
}

/* Start page */
#startpage {
  height: 500px;
}

/* Top menu */
#topmenu {
  position: relative;
  left: 5px;
  padding-top: 3px;
  font-family: sans-serif;
  font-size:8pt;
  width: 100%;
  background: url(../images/tt_bg_grad.png) no-repeat top left;
  height: 46px;
  top: 1px;
}

#topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#topmenu li {
  float: left;
/*  width: 130px; */
  padding: 10px;
  text-transform: uppercase;
}
#topmenu a {
  color: white;
}
#topmenu a.active {
  color: white;
  text-decoration: underline;
}
#topmenu a:visited {
  color: white;
}
#topmenu a:hover {
  color: white;
  text-decoration: underline;
}
#left {
  width: 220px;
/*  height: 240;   Smarty counts it in the template */
  background: url(../images/lm_bg_grad.png);
  background-repeat: no-repeat; /* Do not alter this line! */
  padding-left: 30px; 
  padding-top: 0px; 
  margin-top: 30px;
/*  min-height: 140px;   Smarty counts it in the template */
/*  _height: 140px;    /* IE-specific hack */
  font-size: 9pt;
  float: left;
}

#leftCol { height: 100% }


#left td {
  padding: 0px;
  height: 30px;
}

#left .title {
  width: 220px;
}
#left .title a {
  color: white;
}
#left .title a:hover {
  color: white;
}
#left .title a:visited {
  color: white;
}

#left .title DIV {

}


/* Gallery */
.gallery {
  list-style: none;
/*  width: 100%;
  padding: 0;
  margin: 0;
  top: -15px;
  left: -15px; */
}
.gallery-item {
  border: 2px solid #888;
  margin: 15px;
/*  float: left; */
  width: 150px;
  height: 115px;
}

.closer {
    clear: both;
}


