/* general properties */

body {
    margin:0pt;
    font-family:sans-serif;
    background-color:#ffffff;
    color:#61677a;
}
a {
    color:#61677a;
}
h1 {
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    font-weight:bold;
    font-size:240%;
}
.head {
    padding:1px;
    padding-left:5px;
    width:auto;
    text-align:left;
    border-bottom:solid 1px #bfbfbf;
    background-color:#dfdfdf;
}
.head a {
    font-weight:bold;
    text-decoration:none;
}
.head a:hover {
    color:white;
}
.textbody {
    margin-left:40px;
    margin-right:40px;
    min-height:280px;
}
.foot {
    position:relative;
    left:5%;
    width:90%;
    margin-top:15px;
    border-top-style:solid;
    border-top-width:1px;
    padding-top:10px;
    text-align:center;
    font-size:80%;
}

/* top page */

.description {
    margin-top:9px;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.descrname {
    font-size:125%;
    font-weight:bold;
}
.descrtext {
    font-style:oblique;
}

/* search form */

input[type=text] {
    border:solid 1px #bfbfbf;
    border-bottom-color:#f0f0f0;
    border-right-color:#f0f0f0;
    padding:1px;
    background-color:#f7f7f7;
    font-family:sans-serif;
    font-size:90%;
    color:#61677a;
}
input[type=submit] {
    border:solid 1px #bfbfbf;
    border-top-color:#f0f0f0;
    border-left-color:#f0f0f0;
    background-color:#f7f7f7;
    font-family:sans-serif;
    font-weight:bold;
    color:#61677a;
}
input[type=submit]:hover {
    background-color:#fefefe;
}
input[type=checkbox] {
    border:solid 1px #bfbfbf;
    border-bottom-color:#f0f0f0;
    border-right-color:#f0f0f0;
    background-color:#f7f7f7;
    color:#61677a;
}

/* category pages */

.indexcat1 {
    font-weight:bold;
}
.indexcat2 {
    font-size:90%;
}
.path {
    text-align:center;
    font-weight:bold;
    font-size:120%;
}
.dir {
    margin-left:auto;
    margin-right:auto;
    width:600px;
}

/* search results */

.resultshead {
    margin-top:15px;
}
.searchresults {
    margin-top:8px;
}
.searchresult {
    margin-top:8px;
}
.resultname {
    font-weight:bold;
}
.resultcat {
    font-size:80%;
}
.resulturl {
    color:blue;
}

/* links */

.linkname {
    font-weight:bold;
}
.linkurl {
    color:blue;
}
.linkaction {
    color:#a0b0ff;
    font-size: 75%;
}
.linkaction a {
    color:#a0b0ff;
}
.linkaction a:visited {
    color:#a0b0ff;
}

/* page numbers in links pages */
.pagenumbers {
    margin-top:10px;
    text-align:center;
}
.thispagenumber {
    font-weight:bold;
    font-size:120%;
}

/* statistics */

.statcat {
    margin:0px;
    padding:0px 20px 0px 0px;
}
.statnum {
    text-align:right;
}
