@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;	
}
html { overflow-y:scroll; }
body {
	line-height: 1.1;
	background-image: url(../images/BG-main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #AFCBD9;
}
a { text-decoration: none; color: #204560; }
a:hover { text-decoration: underline; }
ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #494949;
	line-height: 1.3em;
	padding-left: 10px;
}
li { padding: 2px 0; }
ul.square { list-style-type: square; padding-left: 20px; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.Clear, .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#Holder {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#Header {
	background-image: url(../images/BG-header.png);
	background-repeat: no-repeat;
	height: 179px;
	width: 948px;
	position: relative;
}
.headTeaser { position: absolute; top: 25px; right: 10px; z-index: 10; }
#Logo {
	height: 88px;
	width: 441px;
	padding-top: 56px;
	padding-left: 5px;
	float: left;
}
#Logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LinksHolder {
	height: 44px;
	width: 876px;
	background-image: url(../images/BG-links.png);
	background-repeat: no-repeat;
	padding: 0px 36px;
}
#LinksHolder ul {
	width: 100%;
	position: relative;
}
#LinksHolder li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	padding: 0;
}
#LinksHolder li a {
	color: #193449;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 16px;
	line-height: 44px;
	display: block;
	height: 44px;
}
#LinksHolder img.nav_icon { margin-top: 13px; }
#LinksHolder li a:hover {
	color: #FFF;
	background-image: url(../images/BG-hover.gif);
	background-repeat: repeat-x;
}
#LinksHolder li.active a {
	color: #FFF;
	background-image: url(../images/BG-hover.gif);
	background-repeat: repeat-x;
}
#Subheader, #SubheaderOthers {
	background-image: url(../images/BG-subheader.png);
	background-repeat: no-repeat;
	height: 227px;
	width: 948px;
}
#SubheaderOthers {
	background-image: url(../images/BG-subheader-others.png);
	height: 137px;
	position: relative;
}
#QuoteText {
	width: 440px;
	padding-top: 55px;
	padding-left: 55px;
	float: left;
}
#QuoteText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 28px;
	text-transform: uppercase;
}
#QuoteText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C5C5C5;
	font-weight: normal;
	line-height: 1.1em;
}
#ContentHolder {
	background-image: url(../images/BG-main_content.png);
	background-repeat: repeat-y;
	width: 946px;
	padding-right: 1px;
	padding-left: 1px;
}
.LeftHomeContent, .RightHomeContent, .ServicesContent {
	float: left;
	width: 422px;
	padding-left: 55px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.RightHomeContent {
	width: 355px;
}
.ServicesContent {
	width: 836px;
	padding-right: 55px;
	padding-bottom: 30px;
}
.LeftHomeContent h1, .RightHomeContent h1, .ServicesContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #204560;
	width: 100%;
	background-image: url(../images/Line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
.LeftHomeContent h2, .RightHomeContent h2, .ServicesContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #387AAA;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
}
.LeftHomeContent h3, .RightHomeContent h3, .ServicesContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 20px;
}
.LeftHomeContent p, .RightHomeContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #494949;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 1.3em;
}

.LeftHomeContent img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.Date {
	color: #085a98;
}
#ContenHolderBottom {
	height: 59px;
	width: 948px;
	background-image: url(../images/BG-main_content_bottom.png);
	background-repeat: no-repeat;
}
#Footer {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
#Footer p {
	clear: both;
	padding-top: 22px;
	text-align: center;
}
.BottomMenu {
	margin-right: auto;
	margin-left: auto;
	width: 320px;
}
.BottomMenu ul {
	display: inline;
	margin-right: auto;
	margin-left: auto;
}
.BottomMenu li {
	display: block;
	float: left;
}
.BottomMenu li a {
	color: #1d3d56;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
.BottomMenu li a:hover {
	color: #428BC4;
}
.WhatWeDoContainer {
	width: 335px;
	margin-top: 20px;
}
.WhatWeDoIconHolder {
	float: left;
	height: 31px;
	width: 32px;
	padding-top: 22px;
}
.WhatWeDoDescription {
	float: left;
	width: 277px;
	margin-left: 26px;
}
.WhatWeDoDescription h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #085a98;
}
.WhatWeDoDescription p {
	padding-top: 8px;
	font-size: 12px;
}
.DownloadButton {
	width: 285px;
	height: 48px;
	position: absolute;
	background-repeat: no-repeat;
	left: 603px;
	top: 43px;
}
.DownloadButton a {
	text-indent: -6000px;
	background-image: url(../images/Download_Button.png);
	display: block;
	line-height: 48px;
}
.DownloadButton a:hover {
	background-image: url(../images/Download_Button.png);
	background-position: 0px -48px;
}
#DisplayHolder {
	height: 198px;
	width: 363px;
	padding-top: 25px;
	float: left;
	position: relative;
	margin-left: 30px;
	display: inline;
}
#DisplayHolder img { border: 3px solid #fff; }
#GreyBar {
	height: 62px;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/BG-grey_bar.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 62px;
	padding-left: 55px;
	position: relative;
}
.MonitorBottom {
	height: 29px;
	width: 210px;
	background-image: url(../images/MonitorBottom.png);
	background-repeat: no-repeat;
	float: right;
	position: absolute;
	left: 597px;
	top: 0px;
}
.ServicesHolder, .ServicesHolderFirstRow {
	float: left;
	width: 400px;
	padding-right: 18px;
	margin-top: 55px;
}
.ServicesHolderFirstRow {
	margin-top: 20px;
}
.ServiceIconsHolder {
	float: left;
	height: 63px;
	width: 64px;
	padding-top: 40px;
}
.ServicesDescription {
	width: 315px;
	float: left;
	padding-left: 20px;
}
.ServicesDescription h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #085a98;
	font-weight: normal;
	margin-bottom: 18px;
}
.ServicesDescription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	line-height: 1.3em;
}
.PortfolioItem, .PortfolioItemLast {
	height: 123px;
	width: 241px;
	background-image: url(../images/BG-Portfolio_Item.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 7px;
	padding-left: 7px;
	margin-bottom: 12px;
	float: left;
	margin-right: 42px;
}
.PortfolioItemLast {
	margin-right: 0px;
}
.HorizontalLine {
	height: 2px;
	width: 100%;
	background-image: url(../images/Line.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-position: bottom;
}
.ContactForm {
	float: left;
	width: 220px;
	margin-top: 20px;
	padding-right: 30px;
}
.ContactMap {
	float: left;
	width: 310px;
	margin-top: 20px;
	padding-top: 28px;
}
.ContactInfo {
	width: 250px;
	margin-top: 20px;
	float: left;
	padding-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 28px;
}
.ContactInfo a {
	color: #2d5d83;
	text-decoration: none;
}
.ContactInfo a:hover {
	color: #4794D2;
}
.ContactInfo h1 {
	font-size: 18px;
	color: #34363d;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}
.ContactForm form h1 {
	font-size: 17px;
	color: #2d5d83;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.ContactForm form p {
	font-size: 13px;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
}
.ContactFormSubmit {
	margin-left: 157px;
}
.HorizontalLineContact {
	height: 2px;
	width: 100%;
	background-image: url(../images/Line.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	background-position: bottom;
}
.TextField, .TextFieldMultiline {
	color: #000;
	background-color: #EDEDED;
	width: 206px;
	height: 19px;
	border: 1px solid #bfbfbf;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
.TextFieldMultiline {
	height: 62px;
}

.ProductItem { display: block; float: left; margin-bottom: 10px; }
.ProductLinks { float: right; }
#e2g_wrapper {margin-top: 10px; background: #f7f7f7; }
.right { float: right; }
.left { float: left; }

#ditto_pages { border-top: 3px solid #1A364C; padding-top: 10px; font-size: 0.9em; color: #1A364C; }
#ditto_pages .ditto_currentpage{ padding: 1px 5px 2px; margin: 0 4px; background-color: #1A364C; color: #fff; }
#ditto_pages .ditto_off { border: 1px solid #B2BCC3; padding: 1px 5px 2px; margin-right: 1px; color: #B2BCC3; }
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    padding: 1px 5px 2px; margin: 0 2px; background-color: #B2BCC3; color: #efefef; }
#ditto_pages a:hover { background-color: #1A364C; color: #fff; text-decoration: none; }
a.ditto_previous_link, a.ditto_next_link  { padding: 2px 4px; background: #B2BCC3; color: #efefef; text-transform:uppercase; }
a.ditto_previous_link:hover, a.ditto_next_link:hover { color:#fff; }

h1.ArtikelHeader { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #204560;
	width: 100%;
	background-image: url(../images/Line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
input[type=submit],label,select,.pointer { cursor:pointer; }	

dl.ImgLeft {width: 355px;}
dl.ImgLeft dt { margin-bottom: 0; }
dl.ImgLeft dd { margin: 0; font-size: 0.8em; text-align: center; }
