a:link {text-decoration: none; color: rgb(64, 0, 130);}
a:visited {text-decoration: none; color: rgb(64, 0, 130);}
a:active {text-decoration: none; color: rgb(64, 0, 130);}
a:hover {text-decoration: underline; color: rgb(64, 0, 130);}

/*ul {list-style-type: lower-greek;}*/

h1 {
    font-size: 16px;
    color: rgb(64, 0, 130);
}

div {
    font-family: Verdana, sans-serif;
}

body {
    background-color: rgb(220,215,215);
}

#all {
    background-color: rgb(64, 0, 130);
    width: 800px;
    margin: auto;
    margin-top: 30px;
    border-top: solid;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    border-top-right-radius:0.5em;
    border-top-left-radius:0.5em;
    border-width: 1px;
    border-color: black;
}

#header {
    width: 100%;
    color: rgb(255,255,255);
    height: 110px;
    text-indent: 10px;
}

#header img {
    padding: 5px;
    float: right;
    width: auto;
    height: 100px;
}

#title {
    font-size: 35px;
    margin-left: -.05em;
    padding-top: 20px;
}

#status {
    font-size: 18px;
    margin-top: 5px;
}

#mail {
    font-size: 15px;
    margin-top: 0px;
}

#mail a:link {text-decoration: none; color: silver;}
#mail a:visited {text-decoration: none; color: silver;}
#mail a:active {text-decoration: none; color: silver;}
#mail a:hover {text-decoration: underline; color: silver;}

#menu{
    background-color: rgb(237, 230, 230);
    width: 100%;
    margin: auto;
    font-size: 20px;
    text-align: center;
    border-top: solid;
    border-top-color: silver;
    border-bottom: solid;
    border-bottom-color: silver;
    border-width: 1px;
}

#content {
    margin: auto;
    padding-top: 20px;
    padding-left: 10px;
    background-color: rgb(255, 255, 255);
    padding-bottom: 20px;
    width: 790px;
    border-width: 0px;
    font-size: 14px;
}

#content img {
    margin-top: -10px;
    padding-right: 5px;
    float: right;
    width: auto;
}


#footer {
    background-color: rgb(64, 0, 130);
    width: 100%;
    font-size: 13px;
    color: silver;
    height: auto;
    border-top: solid;
    border-top-color: black;
    border-width: 1px;
    position: relative;
}

#modified {
    text-align: right;
    font-style: italic;
    position: absolute;
    padding-right: 5px;
    right: 0;
    top: 0;
}

#lang {
    font-style: italic;
}

#languages {
    text-align: left;
    /*font-style: italic;*/
    position: absolute;
    padding-left: 5px;
    left: 0;
    top: 0;
}

#leftcolumn {
    width: 50%;
    float: left;
}
#rightcolumn {
    width: 50%;
    float: right;
}

#centercolumn {
    width: 100%;
    text-align: center;
}


#footer a:link {text-decoration: none; color: silver;}
#footer a:visited {text-decoration: none; color: silver;}
#footer a:active {text-decoration: none; color: silver;}
#footer a:hover {text-decoration: underline; color: silver;}
