/*-- layout --*/
#wrapper {

}
#wrapper #main {
    width: 903px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*-- basic config --*/
.bold {
    font-weight: bold;
}
.font12px {
    font-size: 12px;
}
.font14px {
    font-size: 14px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}

/* topic path */
#topicpath {
    margin: 15px 0px 10px 45px;
}
#topicpath li {
    display: inline;
    line-height: 120%;
    list-style: none;
    font-size: 13px;
}
#topicpath li a {
    margin-right: 5px;
    padding-right: 15px;
    background: url(images/topicpath.gif) no-repeat right center;
}

table {
    width: 620px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    margin-bottom: 20px;
}
table caption {
    margin: 5px;
}
table th {
    font-weight: bold;
    background-color: #FFFFCC;
    border: 1px solid #CCCCCC;
    padding: 5px;
    vertical-align: top;
}
table td {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 5px;
    vertical-align: top;
}

/* sitemap
--------------------------------------------------------------- */
li.sitemap_toplevel {
    font-size: 16px;
    font-weight: bold;
    height: auto;
    width: 700px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    color: #000000;
    list-style: none;
}
li.sitemap_secondlevel {
    list-style: none;
}
li.sitemap_secondlevel ul li {
    font-size: 14px;
    height: auto;
    width: 600px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: #000000;
    list-style: none;
}
