
body {
    color: #f5f2db;
    background-color: #43689c;
    margin: 20px;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}

#stripes {
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: -1;
}

#stripes .w {
    height: 500px;
    float: left;
    visibility: hidden;
}
#stripes .w.act {
    visibility: visible;
}

.w {
    width: 100px;
}

#navi {
    position: absolute;
    top: 50px;
    left: 20px;
    border-bottom: 1px solid;
    padding-left:15px;
    padding-right:15px;
}

a, a:link, a:visited {
    border: none;
    color: #f5f2db;/*ie6 does not inherit*/
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.content_links a {
    display: list-item;
    list-style-type: square;
    width: 20em;
}
#navi a:link, #navi a:visited  {
    float: left;
    line-height: 2em;
    vertical-align: middle;
    text-align: center;
    font-weight: bolder;
}

#content {
    position: relative;
    top: 100px;
    left: 88px;
    width: 400px;
}

h6 {
    margin-bottom: 0;
}
.pers { background-color: #53a254; }
.tech { background-color: #16839e; }
.fil  { background-color: #3895ac; }
.rad  { background-color: #159586; }
.link { background-color: #6f4c8d; }


.content_aboutX {
    width: 400px;
}
.content_about img {
    float: left;
    vertical-align:middle;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 5px;
}
.content_about .txt {
    padding-top: 50px;

}
