body {
    background-color: #f3f3ec;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #646464;
}

a img {
    /* no borders around images links !!! */
    border: 0px;
}

/****** HEADER ******/

#header {
    height: 110px;
    background-color: #cccccc;
    border-top: 2px solid #ad001e;
}

img.logo {
   margin: 25px 0px 0px 36px;
}

/****** HEADER END ******/

/****** FLAGS ******/

#flag_de {
    position: absolute;
    z-index: 100;
    top: 170px;
    left: 940px;
    border: 0px;
}


#flag_en {
    position: absolute;
    z-index: 100;
    top: 170px;
    left: 959px;
    border: 0px;    
}

/****** FLAGS END ******/

/****** CONTENT ******/

.content_top {
    padding: 0px;
    margin: 10px 0px 0px 38px;
    height: 9px;
    width: 652px;
    background: url(content/background_top.png);
}

.content {
    margin: 0px 0px 0px 38px;
    padding: 0px 0px 0px 25px;
    width: 627px;
    min-height: 400px;
    background: url(content/background_middle.png);
}

.content a {
    color: #646464;
}

.content h1 {
    font-family: Arial, Helvetica;
    font-size: 18pt;
    font-weight: bold;
    color: #8e8e8e;
    width: 580px;
}

.content p {
    width: 580px;
    line-height: 14pt;
}

.content li {
    line-height: 14pt;
}


.content_bottom {
    padding: 0px;
    margin: 0px 0px 0px 38px;
    height: 17px;
    width: 652px;
    background: url(content/background_bottom.png);    
}

/****** CONTENT END ******/


/****** SIDEBAR ******/

#sidebar {
    position: absolute;
    z-index: 0;
    top: 195px;
    left: 695px;
}

.search {
    background: url(sidebar/background_search.png);
    height: 96px;
    width: 301px;
}

.search input {
    margin: 20px 0px 0px 20px;
}

.middle {
    width: 301px;
    background: url(sidebar/background_middle.png);
}

.bottom {
    width: 301px;
    height: 16px;
    background: url(sidebar/background_bottom.png);
}

#sidebar img.latest {
    margin: 20px 0px 0px 1px;
}

#sidebar ul {
    margin: 4px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    width: 250px;
    list-style-position: outside;
}

#sidebar li {
}

#sidebar li a {
    color: #8e8e8e;
    text-decoration: none;
}

#sidebar li a:hover {
    text-decoration: underline;
}


/****** END SIDEBAR ******/

/****** JOBS AND PROJECTS LISTING ******/

table {
    padding: 0px; margin: 0px;
    padding: 0px; margin: 0px;
    width: 580px;
    line-height: 15pt;
}

table a {
    color: #414141;
}

th {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    background: #8a8b8d;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    text-align: left;
}

td {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    padding-left: 5px;
    color: #414141;
}

tr.even { background: #e0e0e0 }
tr.odd { background: #f5f5f5 }



div.page_chooser {
    margin-top: 20px;
}

div.page_chooser a {
    color: #8e8e8e;
    font-weight: bold;
    text-decoration: none;
}

div.page_chooser a:hover { text-decoration: underline; }

/****** JOBS AND PROJECTS LISTING ******/

/****** DETAIL VIEWS ******/

#detail {
    text-align: center;
}

#detail a {
    color: #8e8e8e;
    font-weight: bold;
    vertical-align: center;
    margin-top: 50px;
}

#detail hr {
    margin: 30px 0px 30px 0px;
    width: 580px;
}

#detail p {
    text-align: left;
}

.dt {
    text-align: left;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}

.dd {
    text-align: left;
    margin: 5px 0px 0px 30px;
    color: #646464;
}

.dd p {
    width: 520px;
}

.dd li {
    width: 480px;
}

/****** DETAIL VIEWS ******/