div#content h2 {
font-size:1em;
margin:0 0 0.5em 0;
color:#108;
background-color:transparent;
}

div#content p,
div#content ul {
font-size:0.8em;
margin-top:0;
margin-bottom:0.6em;
}

div#content a {
color:#108;
background-color:transparent;
}

div#content a:link,
div#content a:visited {
text-decoration:none;
}

div#content a:hover,
div#content a:active {
text-decoration:underline;
}

div#content img {
border:1px solid #000;
margin:0 0.5em 0.5em 0.5em;
}

* html div#content img {
margin:0.5em 0.5em 0 0.5em; /* IE Bug */
}

div#content table.resumee {
border:0px none #fff;
font-size:0.8em;
}

div#content table.resumee th,
div#content table.resumee td {
vertical-align:top;
text-align:left;
padding:0.2em;
}

div#content table.contact {
margin-top:1em;
}

div#content form#contactForm {
float:left;
margin:0 2em 0 0;
}

div#content form#contactForm input,
div#content form#contactForm textarea {
width:20em;
}

div#content form#contactForm input.button {
width:8em;
}

