/* GENERAL */
BODY {
    background-color: rgb(238,234,210);
    margin-top: 5px;
    text-align: center;
    font: 12px arial;
}
A {
    text-decoration: none;
    color: rgb(95,81,12);
}
A:hover {
    text-decoration: underline;
}
H1 {
    font-size: 18px;
    color: rgb(51,114,176);
}
H3 {
    font-size: 15px;
    font-weight: bold;
    color: rgb(98,150,202);
}
H5 {
    font-size: 12px;
    font-weight: bold;
    color: rgb(98,150,202);
}
HR {
    border: solid 1px rgb(145,145,110);
}
/* SEARCHBOX */
TD#sb {
    width: 255px;
    height: 35px;
    background-image: url(../images/header_4.jpg);
    background-repeat: no-repeat;
    text-align: right;
}
/* search results */
TD#content TABLE {
    width: 468px;
    font-size: 12px;
}
TD#content DIV.tx-indexedsearch {
    color: rgb(145,145,110);
    font-size: 12px;
}
TD#content STRONG.tx-indexedsearch-redMarkup {
    color: rgb(51,114,176);
}
TD#content td.tx-indexedsearch-info {
    padding-left: 10px;
    background-color: rgb(246,246,235);
}
/* MAILFORM */
TD#content TABLE {
    color: rgb(145,145,110);
}
TD#content INPUT,TEXTAREA {
    border: rgb(225,220,189) 1px solid;
    background-color: rgb(255,255,250);
    padding: 2px;
    color: rgb(143,131,76);
}
/* ROOTLINE */
TD#path {
    width: 518px;
    height: 50px;
    background-image: url(../images/header_9.jpg);
    background-repeat: no-repeat;
    color: rgb(208,203,179);
    font-size: 12px;
    text-align: right;
    padding: 0px 28px 0px 0px;
}
/* rootline */
TD#path SPAN.rootline A {
    color: rgb(51,114,176);
    font-weight: bold;
    text-decoration: none;
}
TD#path SPAN.rootline A:hover {
    text-decoration: underline;
}
/* MENU COLUMN */
TD#menu_1 {
    width: 258px;
    height: 553px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
    padding-top: 190px;
}
TD#menu_1 DIV {
    padding-bottom: 10px;
}
TD#menu_1 DIV A {
    font-size: 12px;
    color: rgb(95,81,12);
    text-decoration: none;
}
TD#menu_1 DIV A:hover {
    text-decoration: underline;
}
/* menu 1, level 1, normal */
TD#menu_1 DIV.menu1-level1-no {
    padding-left: 30px;
    font-weight: bold;
    background-image: url(../images/arrow_no.gif);
    background-repeat: no-repeat;
}
/* menu 1, level 1, active */
TD#menu_1 DIV.menu1-level1-act {
    padding-left: 30px;
    font-weight: bold;
    background-image: url(../images/arrow_act.gif);
    background-repeat: no-repeat;
}
/* menu 1, level 2, normal */
TD#menu_1 DIV.menu1-level2-no A {
    padding-left: 40px;
    font-weight: normal;
    color: rgb(143,131,76);
}
/* menu 1, level 2, active */
TD#menu_1 DIV.menu1-level2-act {
    padding-left: 40px;
    font-weight: normal;
}
/* CONTENT COLUMN */
TD#content {
    width: 468px;
    background-color: rgb(255,255,250);
    background-image: url(../images/content.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 30px 25px 30px 25px;
    text-align: justify;
    font-size: 12px;
    color: rgb(145,145,110);
}
TD#content P.bodytext {
    font-size: 12px;
    color: rgb(145,145,110);
}
TD#content UL {
    font-size: 12px;
    color: rgb(145,145,110);
    list-style-type: square;
}

/* changes by SERIMED */

a.box {
  font-weight: bold;
  color: rgb(98,150,202);
  text-decoration: none;
}
