body, a, h1, h2, td {
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-family: Verdana, Arial;
}
body {background-color: #FFFFFF;}

form, img, li {
    padding: 0;
    margin: 0;
    border:0;
}
#xheader {
    background: url('../_images/xheader2.gif') top center repeat-x;
    height: 297px;
}
#xheader #header {
    background: url('../_images/header2.jpg') top center no-repeat;
    width: 1000px;
    height: 432px;
}
/* logo */
#xheader #header #logo {
    position: absolute;
    width: 229px;
    height: 81px;
    left: 40px;
}
#xheader #header #logo img {
    width: 229px;
    height: 81px;
}
/* submenu 1 */
#xheader #header #submenu1 {
    position: absolute;
    left: 285px;
    top: 9px;
}
#xheader #header #submenu1 img {
    width: 1px;
    height: 7px;
    margin-bottom: -2px;
}
#xheader #header #submenu1 a {
    color: #FFFFFF;
    text-decoration: underline;
}
#xheader #header #submenu1 a:hover {
    text-decoration: none;
}
/* submenu 2 */
#xheader #header #submenu2 {
    position: absolute;
    left: 618px;
    top: 9px;
}
#xheader #header #submenu2 input {
    background-color: #FFFFFF;
    border: 1px solid #aaaaaa;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    width: 105px;
    padding: 2px;
    font-size: 10px;
    height: 12px;
}
#xheader #header #submenu2 #button {
    width: 50px;
    height: 18px;
    color: #FFFFFF;
    font-size: 10px;
    border: 0;
    padding: 0;
    margin-bottom: -4px;
}
/* submenu 3 */
#xheader #header #submenu3 {
    position: absolute;
    left: 10px;
    height: 18px;
    top: 199px;
}
#xheader #header #submenu3 input, #xheader #header #submenu3 select {
    background-color: #FFFFFF;
    border: 1px solid #aaaaaa;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    width: 187px;
    padding: 2px;
    font-size: 9pt;
    height: 12px;
}
#xheader #header #submenu3 select {
    width: 88px;
    height: 18px;
    border: 1px solid #aaaaaa;
    font-size: 10px;
}
#xheader #header #submenu3 #button {
    width: 68px;
    height: 18px;
    color: #FFFFFF;
    font-size: 10px;
    padding: 0;
    margin-bottom: -5px;
}
#menu {
    /*border: 1px solid red;*/
    list-style-type: none;
    position: absolute;
    left: 0px;
    top: 232px;
    padding: 0;
    margin: 0;
    z-index: 5;
}
#menu li {
    display: inline;
    width: 160px;
}

#menu #item1, #menu #item2, #menu #item3, #menu #item4, #menu #item5, #menu #item6, #menu #item7 { position: absolute;}
#menu #item1 { top: 0px; left: 1px; height: 28px; width: 160px; }
#menu #item2 { top: 0px; left: 91px; height: 28px; width: 200px; background: url('../_images/separator.gif') top left no-repeat; }
#menu #item3 { top: 0px; left: 212px; height: 28px; background: url('../_images/separator.gif') top left no-repeat; }
#menu #item4 { top: 0px; left: 371px; height: 28px; background: url('../_images/separator.gif') top left no-repeat; }
#menu #item5 { top: 0px; left: 496px; height: 28px; background: url('../_images/separator.gif') top left no-repeat; }
#menu #item6 { top: 0px; left: 559px; height: 28px; background: url('../_images/separator.gif') top left no-repeat; }
#menu #item7 { top: 0px; left: 648px; height: 28px; background: url('../_images/separator.gif') top left no-repeat; }

/* Holly Hack. IE Requirement \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
* html #menu li ul { margin-top: 9px; }
/* End */

#menu li:hover ul, #menu li.over ul {
    display: block;
    border: 0px solid gray;
}

#menu li ul {
    list-style-type: none;
    display: none;
    padding: 0;
    margin: 0;
    top: 23px;
}
#menu li ul li {
    display: block;
    padding: 3px;
    background-color: #234B75;
    padding: 4px 0px 4px 0px;
}
#menu li a {
    color: #003c6b;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
}
#menu li a:hover {
    color: #f88300;
}
#menu li:hover ul {
    display: block;
    position: absolute;
}
#menu li ul li a {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
#menu li ul li a:hover {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
}
#menu img {
    margin-bottom: -3px;
}
/* text */
#xtext {
    padding: 5px;
    width: 735px;
    text-align: justify;
}
/* column */
#column {
    position: absolute;
    left: 750px;
    width: 240px;
    text-align: center;
    top: 297px;
}

/* footer */
#xfooter {
    position: absolute;
    top: 785px;
    width: 100%;
    background: url('../_images/xfooter.gif') top center repeat-x;
    height: 116px;
    font-family: Arial;
}
#xfooter #footer {
    background: url('../_images/footer.jpg') left center no-repeat;
    width: 1000px;
    height: 116px;
}
#xfooter #footer #copyrights {
    float: left;
    width: 400px;
    padding-right: 15px;
    padding-top: 47px;
    color: #abbdd1;
    font-size: 11px;
	text-align: center;
}
#xfooter #footer #copyrights a {
    color: #FFFFFF;
    font-size: 11px;
}
#xfooter #footer #copyrights a:hover {
    text-decoration: none;
}
#xfooter #footer #counters {
    padding-top: 45px;
    text-align: justify;
}
/* headers */
h1, h2 {
    font-family: Arial;
    font-size: 14px;
    color: #003c6b;
    padding: 5px;
}

/* links */
a {
    color: #003c6b;
    text-decoration: underline;
}
a:hover {
    color: #f88300;
    text-decoration: none;
}

.nav1 {
    color: #003c6b;
    text-decoration: none;
    font-size: 15px;
}
.nav1:hover {
    color: #003c6b;
    text-decoration: underline;
    font-size: 15px;
}

.nav2 {
    color: #003c6b;
    text-decoration: none;
    font-size: 12px;
}
.nav2:hover {
    color: #003c6b;
    text-decoration: underline;
    font-size: 12px;
}

/* TARIFFS */

#xtariff b{
    color: #006699;
    font-size: 13px;
}

#xtariff a {
    display: block;
    color: red;
    text-align: right;
}

#xtariff1, #xtariff2, #xtariff3 {
    position: absolute;
    top: 278px;
    width: 130px;
    /*border: 1px solid red;*/
}

#xtariff4, #xtariff5, #xtariff6 {
    position: absolute;
    top: 473px;
    width: 130px;
    /*border: 1px solid red;*/
}

#xtariffbg {
    position: absolute;
    width: 724px;
    height: 146px;
    left: 268px;
    top: 460px;
    background: url('../_images/tariffs1.jpg') left center no-repeat;
}

#xtariff1 { left: 120px; }
#xtariff2 { left: 345px; }
#xtariff3 { left: 585px; }

#xtariff4 { left: 370px; }
#xtariff5 { left: 600px; }
#xtariff6 { left: 850px; }

/* NEWS */
#news {
    position: absolute;
    left: 0;
    top: 450px;
    width: 230px;
    border: 0px solid red;
}

#news #xnews {
    position: relative;
    left: 40px;
    /*border: 1px dotted green;*/
    margin-bottom: 10px;
}

#news #xnews b {
    position: relative;
    display: block;
    left: -40px;
    font-size: 9px;
    font-family: Arial;
    color: white;
    background-color: gray;
    width: 35px;
    padding: 1px;
}

#news #xnews a {
    position: relative;
    display: block;
    top: -17px;
    color: #006699;
    padding: 2px;
    font-size: 12px;
}

#news #xnews #text {
    top: -15px;
    position: relative;
}

/* INVOICE */
#invoice {
    position: absolute;
    left: 275px;
    top: 618px;
    width: 435px;
    height: 150px;
    background: url('../_images/invoice.gif') top left no-repeat;
    padding: 13px;
	padding-left: 16px;
	padding-right: 16px;
}

#invoice b { color: #006699; }

#invoiceme {
    position: absolute;
    left: 635px;
    top: 748px;
}

/* PAYS */
#pays {
    position: absolute;
    left: 750px;
    top: 618px;
    background: url('../_images/pay_bg.gif') top left no-repeat;
    border: 0px solid red;
    width: 220px;
    height: 147px;
    padding: 15px;
}
#pays b { color: #006699; }