/* CSS Document */

body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-position: top;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    color: #001437;
}

.main_box {
    margin: 10px 55px;
    border-top: dotted 1px #233259;
    border-bottom: dotted 1px #233259;
    text-align: left;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #146407;
}

.bottom {
    float: right;
    margin: 0px 55px;
    color: #233259;
    font-size: 11px;
}

.references a:link, .references a:visited {
    color: #000029;
    text-decoration: underline;
}

.references a:hover {
    color: #000029;
    text-decoration: none;
}

.references2 a:link, .references2 a:visited {
    color: #000029;
    text-decoration: underline;
    background-color: #d6d9df;
}

.references2 a:hover {
    color: #000029;
    text-decoration: none;
    background-color: #d6d9df;
}

.referencesbox {
    float: left;
    margin: 5px 1px 5px 0px;
}

.referencesbox a:link, .referencesbox a:visited {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #001437;
    font-size: 12px;
    padding: 7px 51px;
    font-weight: bold;
}

.referencesbox a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #349d22;
    font-size: 12px;
    padding: 7px 51px;
    font-weight: bold;
}

a:link, a:visited {
    color: #001437;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #001437;
    text-decoration: underline;
    font-size: 12px;
}

.linksbox {
    float: left;
    padding: 3px 0px 3px 9px;
    background-color: #349d22;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
}

.description {
    float: left;
    padding: 10px;
    width: 460px;
}

.adress {
    float: right;
    padding: 10px;
    width: 270px;
    background-color: #ecf0f5;
}

.adress span {
    font-weight: bold;
    text-decoration: underline;
}

.adress a:link, .adress a:visited {
    color: #001437;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.adress a:hover {
    color: #001437;
    text-decoration: underline;
    font-weight: bold;
    font-size: 11px;
}

.subreferencesbox {
    float: left;
    padding: 3px 0px 3px 9px;
    font-size: 12px;
    color: #349d22;
    font-weight: bold;
    /*width:100%;*/
}

.references_description {
    float: left;
    padding: 3px 0px 3px 9px;
    background-color: #ecf0f5;
    color: #001437;
    font-weight: bold;
    width: 99%;
    margin: 5px 0px 5px 0px;
}

.references_box {
    margin: 10px 5px;
    padding: 3px 9px 3px 9px;
    font-size: 12px;
    color: #001437;
}

.references_box .year {
    margin-left: 20px;
}

span.person {
    display: block;
    margin: 5px 0px 10px;
    padding: 0 0 0 20px;
    background: transparent url(../images/person.png) no-repeat 0px 0px;
    font-weight: bold;
    line-height: 18px;
}
