/*	RESET
---------------------------------------------*/
html{color:#787878;background:#fff;font-size:125%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}

/*	CLEARFIX
---------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	}
.clearfix {
	display:inline-block;
	}
html[xmlns] .clearfix {
	display:block;
	} 
* html .clearfix {
	height:1%;
	}
.clear {
	clear:both;
	}

/*	GLOBAL
---------------------------------------------*/
body {
	font:400 50%/1 Arial, Tahoma, Verdana, sans-serif;
	color:#333;
	background:#ececec;
	}

th {
  height: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

tr {
  height: 28px;
}

td {
  font-size: 13px;
}

td.comparison {
  text-align: center; 
  width: 125px;
}

td.current {
  background-color: #C1DAFF;
}

/*	HEADER
---------------------------------------------*/
#header-wrapper {
	background:#fff url(../images/header-bg.png) 0 100% repeat-x;
	padding:0 0 6px 0;
	}
#header {
	width:980px;
	margin:0 auto;
	position:relative;
	}
#header #logotype {
	float:left;
	margin:29px 14px 8px 34px; 
	}

/* SEARCH */
#header #ajaxSearch_form {
	background:url(../images/header-search-bg.png);
	height:29px;
	padding:5px 0 0 27px;
	position:absolute;
	right:0;
	top:0;
	width:150px;
	}
#header #ajaxSearch_form input#ajaxSearch_input {
	background:url(../images/header-s-bg.png);
	border:0;
	color:#333;
	font-size:1.2em;
	font-weight:700;
	height:16px;
	margin:0;
	overflow:hidden;
	padding:5px 0 0 5px;
	width:111px;
	}
#header #ajaxSearch_form input#ajaxSearch_submit {
	vertical-align:bottom;
	}
#header #ajaxSearch_form legend {
	display:none;
	}


/* NAVIGATION */
#header #navigation {
	float:left;
	margin:0 0 0 240px;
	}
#header #navigation ul li {
	float:left;
	padding-left:13px;
	background:url(../images/navigation-left.png) 0 0 no-repeat;
	}
#header #navigation ul li a {
	display:block;
	background:#f0f0f0 url(../images/navigation-right.png) 100% 0 no-repeat;
	color:#666;
	text-decoration:none;
	font-size:1.2em;
	font-weight:700;
	padding-right:15px;
	}
#header #navigation ul li a span {
	display:block;
	background:url(../images/navigation-bg.png) repeat-x;
	padding:10px 11px 9px 10px;
	}
#header #navigation ul li.first {
	padding-left:20px;
	background:url(../images/navigation-first.png) 0 0 no-repeat;
	margin-left:-7px
	}
#header #navigation ul li.last a {
	background:#f0f0f0 url(../images/navigation-last.png) 100% 0 no-repeat;
	padding-right:21px;
	}
#header #navigation ul li.login {
	padding-left:25px;
	background:url(../images/navigation-login-left.png) 0 0 no-repeat;
	}
#header #navigation ul li.login a {
	padding-right:13px;
	background:url(../images/navigation-login-right.png) 100% 0 no-repeat;
	padding-left:0;
	}
#header #navigation ul li.login a span{
	background:url(../images/navigation-login-bg.png) repeat-x;
	position:relative;
	color:#fff;
	padding-left:28px;
	padding-right:14px;
	}
#header #navigation ul li.login a span.icon {
	background:url(../images/navigation-login-icon.png);
	height:16px;
	width:16px;
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	top:7px;
	left:6px;
	}

#header #navigation ul li.active {
	float:left;
	padding-left:26px;
	background:url(../images/navigation-active-left.png) 0 0 no-repeat;
	position:relative;
	margin-right:-11px;
	margin-left:-13px;
	}
#header #navigation ul li.active-first {
	background:url(../images/navigation-active-left-first.png) 0 0 no-repeat;
	}
#header #navigation ul li.active a {
	display:block;
	background:url(../images/navigation-active-right.png) 100% 0 no-repeat;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	font-weight:700;
	padding-right:26px;
	}
#header #navigation ul li.active a span {
	display:block;
	background:url(../images/navigation-active-bg.png) repeat-x;
	padding:10px 11px 9px 10px;
	}
#header #navigation ul li.active-last a {
	float:left;
	padding-left:26px;
	background:url(../images/navigation-last-active-right.png) 100% 0 no-repeat;
	position:relative;
	margin-right:9px;
	margin-left:-26px;
	padding-right:23px;
	}

/*	CONTAINER
---------------------------------------------*/
#container-wrapper {
	background:#fff;
	}
.container {
	margin:0 auto;
	width:980px;
	}
#container-wide {
	background:#f3f3f3 url(../images/container-bg.png) 0 0 repeat-x;
	}
.no-background {
	background:#fff !important;
	background-image:none !important;
	}

/*	CONTENT
---------------------------------------------*/
div.ajaxSearch_result span.ajaxSearch_highlight {
	font-weight:bold;
}
.ditto_next_link {
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#breadcrumbs {
	margin:10px 80px 0 100px;
	width:540px;
	float:left;
}
#breadcrumbs a {
	text-decoration:none;
	color:#35689a;
}
#content {
	margin:42px 80px 0 100px;
	width:540px;
	float:left;
	}
#content h1 {
	font-size:2.8em;
	margin:0 0 22px;
	}
#content h2 {
	font-size:1.3em;
	font-weight:700;
	margin:0 0 2px;
	}
#content p.intro {
	font-size:1.6em;
	line-height:1.38em;
	margin:0 0 22px;
	}
#content p {
	font-size:1.3em;
	line-height:1.46em;
	margin:0 0 22px;
	}
#content dl {
	margin-bottom:20px;
	}
#content dl dt {
	font-size:1.4em;
	font-weight:700;
	margin:0 0 8px;
	}
#content dl dd {
	font-size:1.3em;
	line-height:1.46em;
	margin:3px 0 0;
	}
#content button {
	border:0;
	margin:0;
	padding:0;
	float:right;
	margin-bottom:30px;
	cursor:pointer;
	margin-right:20px;
	}



/* PARTNER SIDAN */
#content .partner {
	padding-top:20px;
	margin-bottom:20px;
	border-top:1px solid #ddd;
}
#content .partner .image {
	padding:10px 10px 20px 10px;
	background:#fff;
	float:left;
	border:1px solid #ccc;
}
#content .case {
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
#content .partner .content {
	float:right;
}
#content .partner .content .partner-header {
	vertical-align:top;
	text-align:right;
	padding-bottom:10px;
}
#content .partner .content .partner-header a{
	font-size:1.3em;
}
#content .partner .content .partner-text {
	display:none;
	width:350px;
}


/*	SIDEBAR
---------------------------------------------*/
#sidebar {
	margin:42px 0 0;
	width:260px;
	float:left;
	}
#sidebar h2 {
	font-size:1.6em;
	color:#252525;
	font-weight:700;
	padding:0 0 11px 20px;
	}
#sidebar ul#subnav {
	margin-bottom:23px;
	border-top:1px solid #eaeaea;
	}
#sidebar ul#subnav li {
	border-bottom:1px solid #e9e9e9;
	}
#sidebar ul#subnav li a {
	padding:10px 0 11px 20px;
	display:block;
	text-decoration:none;
	color:#333;
	font-size:1.2em;
	}
#sidebar ul#subnav li.active {
	background:#ecf7fc;
	}
#sidebar .contact-information {
	line-height:1.33em;
	}
/*h 116   no-repeat  contact-box.png*/
#sidebar .contact-information {
	width:221px;
	height:140px;
	background:url(../images/kontaktpuff.png) no-repeat;
	color:#fff;
	padding:23px 15px 0 23px;
	margin-bottom:20px;
	}
#sidebar .contact-information h2 {
	color:#fff;
	padding:7px 0 18px 0;
	font-size:2.4em;
	font-weight:400;
	}
#sidebar .contact-information ul li {
	font-size:1.2em;
	padding-bottom:8px;
	padding-left:8px;
	}
#sidebar .contact-information ul li span {
	display:inline-block;
	width:50px;
	}
#sidebar .contact-information a {
	color:#fff;
	text-decoration:underline;
	}
#sidebar .contact-information h2 a {
	color:#fff;
	text-decoration:none;
	}
#content a {
	text-decoration:none;
	color:#35689a;
}
.ajaxSearch_highlight {
	font-weight:bold;
}



/*	FOOTER
---------------------------------------------*/
#footer-wrapper {
	border-top:1px solid #d4d4d4;
	}
#footer {
	margin:0 auto;
	width:940px;
	padding:24px 20px 24px 30px;
	font-size:1.2em;
	color:#797979;
	}
#footer h2 {
	font-size:1.17em;
	color:#767676;
	margin-bottom:10px;
	}
#footer a {
	text-decoration:none;
	color:#797979;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer .list {
	float:left;
	width:130px;
	margin:0 20px 0 10px;
	}
#footer .list ul li,
#footer .contact-information ul li,
#footer .company-address address {
	line-height:1.33em;
	}
#footer .contact-information,
#footer .company-address {
	float:right;
	width:130px;
	margin:0 20px 0 10px;
	}
#footer .contact-information {
	width:152px;
	margin-right:0;
	}
#footer .company-address {
	margin-right:7px;
	}
#footer .contact-information ul li span {
	display:inline-block;
	width:46px;
	}
#footer .company-address .org {
	font-weight:700;
	}
#footer .company-address .locality,
#footer .company-address .country-name {
	display:none;
	}

#footer .legal {
	display:block;
	clear:both;
	font-size:0.92em;
	text-align:right;
	margin:0 29px 0 0;
	}
#footer .legal .rss {
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/icon-rss-14x14.png) no-repeat;
	margin:0 2px 0 0;
	}
#footer .legal .rss span {
	display:none;
	}
#footer .legal .copyright {
	vertical-align:top;
	padding-top:2px;
	display:inline-block;
	}

/*	CASES
---------------------------------------------*/
#cases {
	padding:20px 0 24px 0;
	width:720px;
	float:left;
	clear:both;
	}
#cases .img-wrapper {
	text-align:center;
	height:90px;
	}
#cases h2 {
	background:#111;
	color:#fff;
	font-weight:800;
	font-size:1.4em;
	width:240px;
	padding:7px 0 6px 20px;
	margin:0 0 12px;
	}
#cases ul li {
	float:left;
	width:190px;
	padding:0 10px 0 0;
	margin:0 0 0 40px;
	font-size:1.2em;
	}
#cases ul li h3 {
	font-weight:800;
        font-size:1.4em;
	margin:0 0 5px;
	}
#cases ul li p {
	line-height:1.17em;
	margin-bottom:.58em;
	}
#cases ul li a {
	color:#35689a;
	text-decoration:none;
	}

/*	NEWS
---------------------------------------------*/
#news {
	padding:20px 0 13px 0;
	width:260px;
	float:left;
	}
#news h2 a {
	color:#fff;
	text-decoration:none;
}
#news h2 {
	background:#111;
	color:#fff;
	font-weight:700;
	font-size:1.4em;
	width:240px;
	padding:7px 0 6px 20px;
	margin:0 0 16px;
	}
#news ul {
	margin:5px 0 0 46px;
	}
#news ul li {
	width:180px;
	margin:0 0 19px;
	}
#news ul li h3 {
	font-weight:700;
	font-size:1.2em;
	margin-bottom:3px;
	}
#news ul li p.date {
	font-size:1em;
	margin-bottom:3px;
	}
#news ul li p {
	font-size:1.2em;
	line-height:1.17em;
	}
#news ul li p a {
	color:#35689a;
	text-decoration:none;
	}

iframe.news {
	width:880px;
	height:700px;
	border:0;
	margin-bottom:40px;
}
iframe.support {
	width:880px;
	height:700px;
	border:0;
	margin-bottom:40px;
}

/* FRONT SURVEY
*/
a#survey-productLink {
	display:block;
	width:124px;
	height:28px;
	background:url(../images/button-to-product.png) no-repeat;
}
a#survey-productLink span {
	display:none;
}
a#survey-next {
	display:block;
	width:124px;
	height:28px;
	border:0;
	margin-top:20px;
	background:url(../images/button-next.png) no-repeat;
}
a#survey-next span {
	display:none;
}
a#survey-restart {
	display:block;
	width:124px;
	height:28px;
	border:0;
	background:url(../images/button-restart.png) no-repeat;
}
a#survey-restart span {
	display:none;
}

img#survey-productImage {

}

.front-survey {
	visibility:hidden;
	position:absolute;
	margin:0 auto;
	width:930px;
	height:300px;
	}
.front-survey .col {
	float:left;
	width:230px;
	margin:41px 0 0 40px;
	}
.front-survey .col-right {
padding-top:40px;
width:400px;
}
.front-survey .col h2 {
	font-size:34px;
	color:#fff;
	line-height:40px;
	}
.front-survey strong {
	font-weight:700;
	}

.front-survey .col p, .front-survey .col li {
	font-size:14px;
	color:#b5b5b5;
	line-height:17px;
	padding-bottom:5px;
	padding-top:5px;
	}

.front-survey .col li,
.front-survey .col input,
.front-survey .col label {
	float:left
	}
.front-survey .col label {
	width:350px;
}
.front-survey .col input {
	position:relative;
	top:2px;
	margin-right:10px;
}
.front-survey .col li strong {
	font-weight:700;
	}



/* FRONT PROMO
*/
#front-promo-wrapper {
	height:320px;
	background:url(../images/front-promo-bg.png) repeat-x;
	color:#fff;
	}
#front-promo {
	margin:0 auto;
	width:980px;
	}
#front-promo .text {
	float:left;
	width:240px;
	margin:41px 0 0 40px;
	}
#front-promo .text h2 {
	font-size:34px;
	color:#fff;
	line-height:40px;
	}
#front-promo .text h2 strong,
#front-promo .text h2 b {
	font-weight:700;
	}

#front-promo .text p {
	font-size:16px;
	color:#b5b5b5;
	line-height:20px;
	padding-bottom:5px;
	padding-top:5px;
	}
#front-promo .text a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:700;
	text-align: right;
	display:block;
	width:220px;
	}

#front-promo img#main {
	float:left;
	margin:54px 22px 0 24px;
	}
#front-promo-card {
	float:left;
	margin:60px 0 0;
	width:269px;
	height:206px;
	background:url(../images/front-promo-card2.png);
	}
#front-promo-card h2,
#front-promo-card ul span {
	display:none;
	}
#front-promo-card ul li {
	position:relative;
}
#front-promo-card ul a.contact {
	position:absolute;
	display:block;
	width:180px;
	height:25px;
	top:45px;
	left:40px;
}
#front-promo-card ul a.contact span {
	display:none;
}
#front-promo-card ul a.email {
	position:absolute;
	display:block;
	width:105px;
	height:20px;
	top:98px;
	left:105px;
}
#front-promo-card ul a.email span {
	display:none;
}
#front-promo-card ul a.support {
	position:absolute;
	display:block;
	width:125px;
	height:20px;
	top:118px;
	left:105px;
}
#front-promo-card ul a.support span {
	display:none;
}
#front-promo-card ul a.tel {
	position:absolute;
	display:block;
	width:105px;
	height:20px;
	top:77px;
	left:105px;
}
#front-promo-card ul a.tel span {
	display:none;
}
#front-promo-card #maillink {
	border:1px solid #ff00ff;
}
#front-promo-card #phonelink {
	border:1px solid #ff00ff;
}
