
* {
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: Arial;
    height: 100%;
    color: #58585a;
    background: #888888;
}

h2 {
    color: #99afbc;
    margin: 0 0 1em 0;
}

h4 {
    color: #00627b;
    margin: 0 0 1em 0;
}

a {
    color: #728fa5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    max-width: 52em;
    margin: 0.375em 1.25em 1.25em 0;
    line-height: 130%;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

.bold {
    font-weight: bold;
}

.blockheader {
    width: 16em;
    color: white;
    background-color: #00627b;
    padding: 0.25em 0.5em 0.25em 0.5em;
}

.blocktext {
}

.lindent {
    padding-left: 1.375em;
}

.active {
    color: #00627b;
    font-size: 1.5em;
    font-weight: bold;
}

.active_sub {
    color: #00627b;
    font-size: 1.25em;
}

.subitem {
    font-size: 0.875em;
}

.threecolumns {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-width: 13em;
    -webkit-column-width: 13em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

#header {
    height: 9.5em;
    color: white;
    background: #00627b;
    text-align: right;
}

#logo {
    float: right;
    padding: 0.75em 3em 0.75em 0;
}

#outer {
    width: 100%;
    height: 100%;
    background: #888888;
}

#inner {
    width: 76em;
    margin: 0px auto;
}

#main {
    padding: 2em 0 0 0;
    background: #ffffff;
    min-height: 40em;
}

#menu {
    color: #728fa5;
    float: left;
    width: 16em;
    padding-left: 0.5em;
    height: 100%;
    /*background:url(images/logo_bg.png) 0% 98% no-repeat;
    background-position: ;
    */
}

#menu a {
    font-size: 1.125em;
}

#menu li {
	max-width: 12em;
    list-style-type: none;
    margin-bottom: 0.35em;
}

#object_menu {
	padding: 0 0 0.5em 1em;
}

#content {
    padding-bottom: 4em;
}

#footer {
    color: #00627b;
    height:2em;
    background-color: white;
    padding: 1em 0 1em 8em;
}

#ikon {
    float: left;
    padding: 1em 1em 1em 1em;
}

.footx {
    color: #00627b;
    width: 20em;
    line-height: 120%;
}

.footerblock {
    color: #728fa5;
    padding-right: 3em;
    line-height: 120%;
}

.darkgreen {
    color: #00627b;
}

.col2 {
    color: #728fa5;
}

.lightgreen {
    color: #99afbc;
}

.emphasis {
    color: #00627b;
    font-weight: bold;
}

.ital {
    font-style: italic;
}


.float {
    float: left;
}

/* Vita ******************************************************* */

.small {
    font-size: 0.875em;
}

.columnheader {
    width: 26em;
    color: white;
    background-color: #00627b;
    padding: 0.25em 0.5em 0.25em 0.5em;
    font-weight: bold;
}

.thincolumn {
    width: 28em;
    float:left;
}

.thincolumn img {
    padding-left: 0.5em;
}

.columntext {
    width: 26em;
    padding-left: 0.5em;
}

.highlight {
    color: #00627b;
}

/* Leistungen ************************************************* */

#services .descr {
    width: 17em;
}

/* Projects *************************************************** */

#project_head {
    margin: 0 0 1em 0;
    font-size: 1.125em;
    font-weight: bold;
}

#project_images {
    float: left;
    min-width: 300px;
    height: 350px;
    padding: 0 2em 0 0;
}

#project_keyfacts {
    float: left;
    width: 260px;
    line-height: 140%;
}

#project_description {
    padding-top: 2em;
    clear: left;
    width: 800px;
	line-height: 140%;
}

#project_links {
    padding-top: 2em;
}

#project_links a {
    color: #00627b;
}

.content_name {
    color: #99afbc;
    font-weight: bold;
}

.content_title {
    color: #00627b;
}

.keyfact_name {
    color: #00627b;
    font-weight: bold;
	display: inline-block;
	padding-top: 0em;	
}

.keyfact_value {
	line-height: 1.25em;
}

.image_subtitle {
    font-size: 0.875em;
    float: right;
}

.pdflink  {
	
}