body {
    font-family: Verdana;
    font-size: 13px;
    line-height: 20px;
    color: #3c3c3c;
	background: url(/images/bg.png) repeat-x 0 0;
}
p {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 1em;    
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
h1 {
	font-family: Arial;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.3em;
    color: #265480;
    padding: 0;
    margin: 0 0 1em 0;
}
h2 {
	font-family: Arial;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.3em;
    color: #3b648c;
    padding: 0;
    margin: 0 0 1em 0;
}
h3 {
	font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    color: #3c3c3c;
    padding: 0;
    margin: 0 0 1em 0;
}
a,
a:link,
a:active {
    color: #265480;
    text-decoration: underline;
}
a:visited {
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
hr {
    display: none;
}
div.hr {
	background: url(/images/bg_hr.png) repeat-x 0 0;
    width: 885px;
    height: 1px;
    line-height: 1px;
}
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* End hide from IE-mac */
}
.hide {
    display: none;
}
.anker {
	display: block;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
div#wrapper-outer {
    margin: 0 auto 0;
    background: url(/images/bg_content.jpg) no-repeat 0 0;
    width: 990px;
}
div#wrapper-outer .inner {
	padding: 0 50px;
	background: url(/images/bg_network.png) no-repeat 95% 20px;
	min-height: 731px;
}

div#header {
    position: relative;
    margin: 0;
    padding: 0;
    padding: 25px 0 50px 0;
}
div#header div#logo{
	margin: 30px 0 20px 0;
}
div#header a#lang-switcher {
	position: absolute;
	top: 30px;
	right: -15px;
	display: block;
	width: 29px;
	height: 21px;
	overflow: hidden;
}
div#header a#lang-switcher span {
	position: absolute;
	left: -99999999px;
}
div#header a.flag-de {
	background: url(/images/flag_de.png) no-repeat 0 0;
}
div#header a.flag-de:hover {
	background: url(/images/flag_de.png) no-repeat 0 -21px;
}
div#header a.flag-en {
	background: url(/images/flag_en.png) no-repeat 0 0;
}
div#header a.flag-en:hover {
	background: url(/images/flag_en.png) no-repeat 0 -21px;
}

    div#header div#nav {
        position: relative;
        left: -20px;
    	font-family: Arial;
        font-size: 1.3em;
        font-weight: bold;
        width: 520px;
        height: 58px;
        background: url(/images/bg_navigation.png) no-repeat 0 0;
        text-align: center;
    }
    div#header div#nav a {
        color: #a6a6a6;
        line-height: 58px;
        margin-right: 23px;
        text-decoration: none;
    }
    div#header div#nav a:hover {    
        text-decoration: none;
        color: #265480;        
    }
    div#header div#nav a.current {
        color: #265480;
    }
div#content {
	float: left;
	width: 600px;
}
div#content .content-item {
	margin-bottom: 3em;
}
div#content .home-reference {
	float: left;
	width: 33%;
	text-align: center;
}
div#content .home-reference img {
	margin-left: 32px;
}
div#content .home-reference a {
	font-weight: bold;
	text-decoration: none;
}
div#content .service-item {
	position: relative;
}
div#content .service-item .service-item-inner {
	padding-left: 100px;
}
div#content .service-item img {
	position: absolute;
	left: 0;
	top: .4em;
}
div#content .reference-item img {
	margin-bottom: 1em;
}
div#news {
	float: right;
	width: 250px;
	margin-top: 3em;
}
div#news .inner {
	min-height: 463px;
	background: url(/images/bg_news.png) no-repeat 0 0;
	padding: 25px 0 25px 25px;
}
div#news .inner .news-item {
	font-size: .9em;
	margin-bottom: 1em;
}
div#news .inner .news-item .date {
	color: #265480;
}

div#footer {
	text-align: right;
	color: #a6a6a6;
	padding: 5px;
}
div#footer a,
div#footer a:hover {
	color: #a6a6a6;
}
