




BODY    {
   font-family: "courier new"
        background-color: white; 
        font-weight: normal;
        }

.emaillink
        {
        padding-left: 1em;
        color : black;
        text-decoration: none;
        }

A.homelink
        {
        padding: 0.2em;
        padding-bottom: 2em;
        margin-bottom: 2em;
        text-decoration: none;
    font-size: 2em;
    font-weight: normal; 
   font-family: "courier new";
    color: lightgrey;
        }

A.homelink:hover {
    color: black;
}

A.link
        {
        padding: 5px;
        padding-left: 10px;
        padding-right: 2em;
        color : grey;
        text-decoration: none;
   font-family: "courier new"
        }


A.link:hover {
    color: black;
}

SPAN.pseudolink
        {
        padding: 5px;
        padding-left: 10px;
        padding-right: 2em;
        color : black;
        font-weight: bold;
        text-decoration: none;
   font-family: "courier new";
        }

#contact {

        color : black;
        text-decoration: none;
  font-family: "courier new";

}


a.email {
  color : black;
  text-decoration: none;
  background: url(/img/email.png) center right no-repeat;
  padding-right: 23px;
  margin-right: 5px;
  padding-left: 1em;
  }

a.download {
  color : black;
  text-decoration: none;
  background: url(/img/disk.png) center right no-repeat;
  padding-right: 23px;
  margin-right: 5px;
  padding-left: 1em;
  }

H1
    {
    font-size: 1.2em;
    }

H2  {
    font-size: 1.0em;
    }

td.year
    {
    width: 7em;
    }

table.cvtext
    {
    font-size: 0.7em;
    }

#logo {
    height: 4em;
    margin-bottom: 2em;
    padding-bottom: 2em;

}

#menu { 
//position: absolute;

}

#content {
//position: relative;
//float: left;

}

div.seitenmenu {
    padding-top: 6em;
}

td.seitenmenu {
    vertical-align: top;
    top: 1em;    
    width: 10em;
}

#paintings {
    margin-top: 5em;
    padding: 0.5em;
   text-align: justify;
    background-color: #f0f0f0;
}

.bild {
 padding: 0.5em;
 margin: 0.5em;
 background-color: white;
}

