/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-image: url(img/background.gif);
  background-repeat: repeat;
  font-family: Tahoma;
  font-size: 12px;
  color: #262626;
}

div#main {
  position: relative;
  width: 984px;
  height: auto;
  padding: 0;
  margin: 55px auto;
  margin-bottom: 10px;
}

div#header {
  padding: 0;
  margin: 0;
  width: 984px;
  height: 229px;
  background-image: url(img/header_bg.gif);
  background-repeat: no-repeat;
}

div#content {
  padding: 25px 100px;
  _padding-left: 70px;
  margin: 0;
  width: 784px;
  height: auto;
  background-image: url(img/content_bg.gif);
  background-repeat: repeat-y;
  line-height: 18px;
}

div#footer {
  padding: 0;
  padding: 0;
  padding-top: 55px;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0;
  width: 684px;
  height: 180px;
  background-image: url(img/footer_bg.gif);
  background-repeat: no-repeat;
  text-align: center;
}

div#footer2 {
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: #3c3b3c;
  margin-bottom: 50px;
}

div#footer2-inner {
  width: 744px;
  height: 20px;
  padding: 0 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 18px;
}

div#menuSmall {
  position: relative;
  width: 684px;
  height: 79px;
  margin: 0;
  padding: 0 150px;
}

div#menuMain {
  position: relative;
  width: 784px;
  height: 50px;
  margin: 0;
  padding: 0 100px;
}

a.menu {
  position: relative;
  float: left;
  width: 111px;
  height: 20px;
  display: block;
  background-image: url(img/menu_off.gif);
  color: #262626;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  padding-top: 5px;
  margin: 0 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}

a.menu:hover {
  text-decoration: none;
  background-image: url(img/menu_on.gif);
  color: #ffffff;
}

a#logo {
  display: block;
  position: relative;
  width: 218px;
  height: 72px;
  border: none;
  /*background-image: url(img/logo.gif);*/
  clear: both;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  border: none;
}

a.button {
  position: relative;
  float: left;
  width: 245px;
  height: 44px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 100px;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
}

a.button:hover {
  text-decoration: underline;
}

a#button1 {
  background-image: url(img/button_1.gif);
  height: 30px;
  padding-top: 14px;
}

a#button2 {
  background-image: url(img/button_2.gif);
  height: 30px;
  padding-top: 14px;
}

a#button3 {
  background-image: url(img/button_3.gif);
  height: 30px;
  padding-top: 14px;
}

a#button4 {
  background-image: url(img/button_4.gif);
  height: 30px;
  padding-top: 14px;
}

a#button5 {
  background-image: url(img/button_5.gif);
  height: 30px;
  padding-top: 14px;
}

a#button6 {
  background-image: url(img/button_6.gif);
  height: 41px;
  padding-top: 3px;
}
a#button7 {
  background-image: url(img/button_7.gif);
  height: 41px;
  padding-top: 3px;
}

span#about {
  font-weight: bold;
  font-size: 11px;
}

span#copy {
  display: block;
  font-weight: normal;
  font-size: 11px;
  color: #d3d3d3;
  margin-top: 110px;
}

a.footer {
  font-weight: bold;
  color: #d3d3d3;
  font-size: 11px;
  text-decoration: none;
  padding: 0;
  margin: 0 10px;
  float: left;
}

a.footer:hover {
  text-decoration: underline;
}

a.flag {
  position: relative;
  float: right;
  display: block;
  width: 16px;
  height: 11px;
  margin: 0;
  margin-top: 50px;
  margin-right: 20px;
  padding: 0px;
  border: 1px solid #222222;
  font-size: 0;
}

a.flag:hover {
  border: 1px solid #ffffff;
}

a#flagPL {
  background-image: url(img/pl.png);
}

a#flagGB {
  background-image: url(img/gb.png);
}

a#flagFR {
  background-image: url(img/fr.png);
}

a#flagDE {
  background-image: url(img/de.png);
}

a#flagIT {
  background-image: url(img/it.png);
}
div#textSeparator {
  background-color: #d2d2d2; 
  width: 744px; 
  height: 1px; 
  overflow: hidden; 
  margin: 20px 0;
}
a.pktLink {
  color: #46008d; 
  font-weight: bold;
  text-decoration: none;
}
a.pktLink:hover {
  text-decoration: underline;
}
h1, h2{
  font-size: 12px;
}

