/* body */
body{
    background-color : #FFFFFF;
    background-image : url(media/mandalaback.jpg);
    background-repeat : repeat;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : Black;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
}

/* head text */
.headtext{
    text-align: left;
    font-family: Arial, sans-serif;
    margin : 0px 0px 0px 0px ;
    font-weight : normal;
}

.spacercolor{ background-color : #FFFFFF;}

/* h1 headline */
h1{
    font-family: Arial, sans-serif;
    font-size: 14px;
    color : #000000;
    margin : 10px 0px 10px 10px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

tr,td {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : Black;
    font-weight : normal;
}

/* div text areas */
.divtextarea {
    margin: 10px 10px 10px 10px ;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color : Black;
    font-weight : normal;
}

/* inactive navigation-text */
.intd{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight : normal;
    color : #CCFFCC;
}
.intd a:link{color : #CCFFCC; text-decoration : underline;}
.intd a:visited{color : #CCFFCC; text-decoration : underline;}
.intd a:hover{color : #CCFFCC; text-decoration : underline;}

/* inactive second tier navigation-text */
.intd2{
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight : normal;
    color : #CCFFCC;
}
.intd2 a:link{color : #CCFFCC; text-decoration : underline;}
.intd2 a:visited{color : #CCFFCC; text-decoration : underline;}
.intd2 a:hover{color : #CCFFCC; text-decoration : underline;}

/* active navigation-text */
.antd{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight : bold;
    color : #FFFFFF;
}
.antd a:link{color : #FFFFFF; text-decoration : none;}
.antd a:visited{color : #FFFFFF; text-decoration : none;}
.antd a:hover{color : #FFFFFF; text-decoration : none;}

/* active second tier navigation-text */
.antd2{
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight : bold;
    color : #FFFFFF;
}
.antd2 a:link{color : #FFFFFF; text-decoration : none;}
.antd2 a:visited{color : #FFFFFF; text-decoration : none;}
.antd2 a:hover{color : #FFFFFF; text-decoration : none;}

/* top navigation-text */
.tntd{
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight : normal;
}
.tntd a:link{color : #CCFFCC; text-decoration : underline;}
.tntd a:visited{color : #CCFFCC; text-decoration : underline;}
.tntd a:hover{color : #CCFFCC; text-decoration : underline;}

/* additional inactive top navigation-text */
.tintd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* additional active top navigation-text */
.tantd{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* breadcrumb */
.bc{
    font-family: Arial, sans-serif;
    font-size: 10px;
    color : Black;
    font-weight : normal;
}

/* error message */
.error{
    font-family: Arial, sans-serif;
    font-weight : normal;
}

/* info box */
.box{
    float: none;
    margin-right: 10px; margin-left: 10px;  margin-top: 10px; margin-bottom: 0px; width: 200px;
    font-family: Arial, sans-serif;
    border-color: Blue;
    border-style: solid;
    font-weight : normal;
}

.box .headline{
    font-family: Arial, sans-serif;
    font-weight : bold;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

.box hr{
    color: Blue;
    border-width: 0px;
    height: 1px;
}

.box p{
    font-family: Arial, sans-serif;
    padding : 0px 0px 0px 0px ;
    margin: 0px;
}

/* link */
A:link{
    font-size: 100%;
    color : #000099;
    text-decoration : underline;
}
A:visited{
    font-size: 100%;
    color : #000099;
    text-decoration : underline;
}
A:hover{
    font-size: 100%;
    color : #000099;
    text-decoration : underline;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* body */
.hiddendiv{
    background-color: #FFFFFF;
    border-width: 5px;
    border-style: solid;
}

