/* Was adopted from Lukas Ertl website */

body
{
    font-family: verdana,arial,helvetica,sans-serif;
    background-color: #ffffff;
    color: #000;
}

#header {
    border: 1px solid #1c31bc;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #fffde8;
   color: inherit;
}

#leftcol {
    font-size: 0.8em;
    float: right;
    left: 80%;
    width: 20%;
}

.navbox
{
    border: 1px solid #1c31bc;
    margin-bottom: 10px;
    background-color: #fffde8;
    color: inherit;
}

.navbox ul {
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 1.5em;
}

.imgbox {
    text-align: center;
}

.imgbox img {
    border: 0;
}

#mainpicture
{
    float: right;
    margin-left: 3%;
    text-align: center;
}

#content
{
    line-height: 1.3em;
    font-size: 0.9em;
    width: 73%;
    float: left;
    padding-left: 3%;
    margin-bottom: 10px;
}

#content p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

#footer
{
    clear: both;
    font-size: 0.8em;
    text-align: center;
    border: 1px solid #f9ef5e;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fffdea;
    color: inherit;
}

#copyright
{
    font-style: italic;
}

a:link
{
    text-decoration: underline;
    color: #1c31bc;
    background-color: inherit;
}

a:visited
{
    text-decoration: underline;
    color: #ef120e;
    background-color: inherit;
}

a:hover
{
    text-decoration: none;
}

a.name:hover
{
    text-decoration: none;
    background-color: inherit;
    color: inherit;
}

h1 {
   font-size: 1.8em;
   margin: 0 0 0 0;
   padding: 0.5em 0 0.5em 0;
   font-family: Serif;
}

h2 {
   font-size: 1.3em;
   margin-top: 1.9em;
   font-family: Serif;
   border: 1px dashed #1c31bc;
   padding: 1% 0% 1% 1%;
   background-color: #fffde8;
   color: inherit;
}

h2.firstline {
   font-size: 1.3em;
   margin-top: 0;
}

h3 {
   font-size: 1.1em;
   margin-bottom: 0;
}

pre {
    margin-left: 1.5em;
}
