body {
    font: .8em verdana,tahoma,arial,sans-serif;
    color: black;
    margin: 10px 0;
    padding: 0;
    background-color: #EFEFEF;
}

a, a:visited {
    text-decoration: underline;
    color: black;
}

a:hover {
    color: navy;
}

img {
    border: 0;
}

td {
    padding: 2px 10px;
}

pre {
    font-size: 1.2em;
    margin-left: 20px;
}

.notfound {
    color: red;
    font-weight: bold;
    font-size: 1.8em;
}

#container {
    width: 700px;
    border: solid 1px navy;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#header {
    background: url(../images/header.jpg) no-repeat;
    margin: 0;
    color: white;
    font-size: 1.5em;
    padding: 10px 10px 50px 15px;
}

#headtitle {
    text-align: left;
    letter-spacing: .2em;
}

#headsubtitle {
    text-align: left;
    font-size: .7em;
    margin-bottom: 20px;
    letter-spacing: .3em;
}

#headmenu {
    font-size: .8em;
    padding-bottom: 5px;
    float: left;
}

#headmenu a, #headmenu a:visited {
    color: #C2D9EF;
    text-decoration: none;
    margin-right: 15px;
    font-weight: bold;
}

#headmenu a:hover {
    color: white;
    text-decoration: none;
}

#langmenu {
    text-align: right;
    font-size: .6em;
    padding-bottom: 5px;
    float: right;
}

#langmenu a, #langmenu a:visited {
    color: #C2D9EF;
    text-decoration: none;
    margin-right: 15px;
}

#langmenu a:hover {
    color: white;
    text-decoration: none;
}

#content {
    margin: 10px;
    clear: both;
}

#title {
    border-bottom: 1px solid navy;
    margin: 5px 0;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 5px;
    font-size: 1.2em;
    color: navy;
}

.subtitle {
    border-bottom: 1px solid silver;
    margin: 15px 0;
    font-weight: bold;
}

#footer {
    padding: 4px;
    border-top: 1px solid navy;
    color: silver;
    font-size: .8em;
}

#footer a, #footer a:visited {
    color: silver;
}

#footer a:hover {
    color: #808080;
}

#under {
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
}

.center {
    text-align: center;
}

.new {
    color: red;
    font-weight: bold;
}

.date {
    font-size: .8em;
    color: grey;
}

.news {
    font-weight: bold;
    margin: 10px 0 0 0;
    padding-left: 10px;
    background: url(../images/pointer.gif) no-repeat left;
}

p {
    margin: 0;
    border: 0;
    padding: 10px;
}

#cv {
    margin-top: 15px;
    font-size: .9em;
}

#cv th {
    padding-top: 30px;
    border-bottom: 1px solid grey;
    font-weight: bold;
    color: navy;
    text-align: left;
    font-size: 1.1em;
    font-variant: small-caps;
}

#cv ul {
    margin: 5px 0 10px 0;
    border: 0;
    padding: 0;
}

#cv li {
    list-style: none;
    background: url(../images/pointer.gif) no-repeat left;
    border: 0;
    margin: 2px;
    padding-left: 10px;
}

#cv .subheader {
    font-style: italic;
    font-weight: bold;
}

#cv .fieldname {
    font-weight: bold;
}

#gallery {
    padding: 0;
    margin: 0;
    font-size: .8em;
    text-align: center;
    width: 100%;
}

#gallery td {
    border: 1px solid silver;
    padding: 10px;
    margin: 0;
}
