/* Reset */
html, body,
div, span,
h1, h2, h3, h4, h5, h6, h7
p,
a,
img,
strong, em,
form, label, input, textarea, button,
ul, ol, li,
table, tr, td, td {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;

    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus { outline: 0; }

ul, ol { list-style: none; }

table {
    border-collapse: collapse;
    font-size:inherit;
    font:100%;
}

a img { border: none; }

/* Default */

html { height: 100%; }

body {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    color: black;
    background: white;
    position: relative;
    z-index: 10;

    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h2 {
    margin-bottom: 0.7em;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.3em;
}

h3 {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: bold;
}

p { margin: 0 0 1.4em 0; }

strong { font-weight: bold; }
em { font-style: italic; }
a { color: #006699; }

ul { margin-bottom: 2.5em; }
li { margin-bottom: 0.5em; }


div.row {
    height: 1px;
    width: 100%;
    background-color: #CCCCCC;
}

#logo {
    position: absolute;
    top: 43px;
    left: 72px;
}

#languageSwitcher {
    position: absolute;
    width: 300px;
    top: 61px;
    right: 90px;
}

#languageSwitcher img { float: left; }
#languageSwitcher td {
    padding-right: 5px;
    vertical-align: middle;
}

#content {
    margin-left: 80px;
    margin-right: 450px;
    padding-top: 177px;
    padding-bottom: 6ex;
}

#content ul li {
    list-style: disc;
    margin-left: 1.1em;
}

#content ul {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
}

#column {
    float: right;
    padding-top: 178px;
    padding-right: 90px;
    width: 300px;
}

div.projects { font-size: 0.85em; }
div.contacts { margin-top: 2em; }

div.contacts th {
    padding-top: 0.8em;
    text-align: left;
    padding-bottom: 0.5em;
}

div.contacts td {
    padding-right: 10px;
    padding-bottom: 0.5em;
}


#column img.icon {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#column p {
    margin-bottom: 2.5em;
}

#footer {
    position: absolute;
    bottom: 2ex;
    margin-left: 80px; 

}