@charset "UTF-8";

@import url(./style.css);

td.nav{
  padding: 0px 0px 0px 0px;	/*top right bottom left */
  width: 300px;
  display: table;
  /*float: left;*/
}

td.nav #contct{
  margin: 20px 0 15px 0;	/*top right bottom left */
}

td.nav #langsw{
  margin: 0 0 15px 0;		/*top right bottom left */
}

table td.container #langsw{
  padding: 0 0 45px 550px;	/*top right bottom left */
}

table td.container{
  padding: 65px 0 0 0;
}

table.imagelinks{
  border-spacing: 0 0;
  table-layout: fixed;
  padding: 10px 0 0 0;
}

table.imagelinks td{
  padding: 0 0 15px 0;
}

#notfound table{
  text-align: center;
  border-spacing: 0 0;
  padding: 0 0 15px 0;
  table-layout: fixed;
}

#notfound td{
  width: 720px;
}

table.extlinks td{
  border-spacing: 0 0;
  padding: 0 6px 10px 0;
  vertical-align: center;
  text-align: left;
}

table.extlinks td.l{
  width: 200px;
}

table.extlinks td.r{
  width: 500px;
}

table.navigation td{
  padding-bottom: 10px;
}

table.subnav td{
  padding: 0 20px 0 0;
}

table.prices td{
  padding: 0 8px 8px 0;
  vertical-align: center;
  text-align: center;
}

table.wide td{
  padding: 0 20px 8px 0;
}

table.prices td.label{
  vertical-align: center;
  text-align: left;
}
table.prices td.alignright{
  text-align: right;
}

table.detailview td.l{
  width: 220px;
  vertical-align: center;
  text-align: center;
}

table.detailview td.r{
  width: 500px;
  vertical-align: center;
  text-align: left;
  padding: 0 0 10px 10px;
}

td.news p{
  clear: both;
}

.padding-50px{
  padding: 50px 0 0 0;
}

.padding-75px{
  padding: 75px 0 0 0;
}

/* Imagery */

.icon {
  text-indent: 0;
  background-position: left center;
}

.icon {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.pdf-file {
  background-image: url(./pdficon_small.gif);
}

.new {
  text-indent: 0;
  background-color: #FFFFFF;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./neu1.png);
}

p img{
  float: right;
  margin: 0px 0px 0px 15px;
}

img.newspic{
  margin: 2px 15px 20px 0px;	/*top right bottom left */
  float: left;
}

img.pgpic{
  margin: 0px 15px 0px 0px;
  float: left;
}
