
/* Schriften */

/* Fehlende Zeichen in Chrome */
/*@import url(type.css);*/

/* Allgemeine Einstellungen */

html,
body
{
	margin: 0;
	padding: 0;
}
body
{
	/*color: #707070;*/
	color: black;
	font: normal 14px/1.625em 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
a,
a span
{
	cursor: pointer;
}
a
{
	color: #000000;
	text-decoration: none;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
a img
{
	border: none;
}
address
{
	margin: 0;
	padding: 0.8625em 0 0.8625em 0;
	font-style: normal;
}
h1
{
	margin: 0;
	padding: 1.225em 0 0.825em 0;
	padding-bottom: 0.525em;
	color: #1463A8;
	font: normal 36px/1.225em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.service h1
{
	color: #E57A00;
}
.interactive h1
{
	color: #8ABD13;
}
.development h1
{
	color: #A31B00;
}
.consulting h1
{
	color: #2C8EC7;
}
.providing h1
{
	color: #78919E;
}
.sales h1
{
	color: #EBAC00;
}
h2
{
	margin: 0;
	padding: 0.8785em 0 0.3025em 0;
	color: #000000;
	font: normal 20px/1.1825em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
	line-height: 1.1375em;
}
h2.employment
{
	margin-top: -0.625em;
	padding: 0;
	line-height: 1.375em;
}
h3
{
	margin: 0;
	padding: 1.0015em 0 0.4015em 0;
	color: #000000;
	font: normal 16px/1.4025em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
h4
{
	margin: 0;
	padding: 1.0015em 0 0.4015em 0;
	color: #000000;
	font: normal 15px/1.4025em 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
img.clear
{
	display: block;
	margin: 28px 0 32px 0;
}
img.left
{
	float: left;
	display: inline;
	margin: 16px 24px 20px 0;
}
img.right
{
	float: right;
	display: inline;
	margin: 16px 0 20px 24px;
}
img.border
{
	border: solid 1px #E0E0E0;
}
p
{
	margin: 0;
	padding: 0.8625em 0 0.8625em 0;
}
.more,
.back
{
	padding: 0.425em 0 0.525em 0;
	font-size: 13px;
	line-height: 1.325em;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.more a,
.back a
{
	padding: 0.425em 12px 0.525em 12px;
	background-color: #000000;
	color: #FFFFFF;
}
.more a:hover,
.more a:focus,
.back a:hover,
.back a:focus
{
	background-color: #1463A8;
	text-decoration: none;
}
.service .more a:hover,
.service .more a:focus,
.service .back a:hover,
.service .back a:focus
{
	background-color: #E57A00;
}
.interactive .more a:hover,
.interactive .more a:focus,
.interactive .back a:hover,
.interactive .back a:focus
{
	background-color: #8ABD13;
}
.development .more a:hover,
.development .more a:focus,
.development .back a:hover,
.development .back a:focus
{
	background-color: #A31B00;
}
.consulting .more a:hover,
.consulting .more a:focus,
.consulting .back a:hover,
.consulting .back a:focus
{
	background-color: #2C8EC7;
}
.providing .more a:hover,
.providing .more a:focus,
.providing .back a:hover,
.providing .back a:focus
{
	background-color: #78919E;
}
.sales .more a:hover,
.sales .more a:focus,
.sales .back a:hover,
.sales .back a:focus
{
	background-color: #EBAC00;
}
.more a span
{
	padding-right: 18px;
	background: transparent url(../images/layout/arrow_white.png) no-repeat right center;
}
.back
{
	margin-top: 2.025em;
}
.back a
{
	padding-left: 30px;
	background-image: url(../images/layout/arrow_white_back.png);
	background-repeat: no-repeat;
	background-position: 12px 0.825em;
}
ul
{
	margin: 0;
	padding: 0.2025em 0 0.4025em 0;
	padding: 1.025em 0 1.425em 0;
	color: #73777B;
	list-style-type: none;
}
ul li
{
	margin: 0;
	padding: 0.3625em 72px 0.3625em 24px;
	background: transparent url(../images/layout/bullet_black.png) no-repeat 2px 0.975em;
}
strong
{
	font-weight: normal;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
strong a
{
	text-decoration: underline;
}
p strong
{
	color: #000000;
}
div.infobox
{
	overflow: auto;
	width: 544px; /* overflow für ie6,7 */
	margin: 1.025em 0 1.025em 0;
	padding: 18px 24px 24px 24px;
	background-color: #F1F1F1;
}
.full_width div.infobox
{
	overflow: auto;
	width: 888px; /* overflow für ie6,7 */
}
div.infobox h2
{
	padding: 0.625em 0;
}
.clear
{
	clear: both;
	float: none;
}
div.clear
{
	width: auto;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
}
.clickable
{
	cursor: pointer;
}

/* Allgemeine Einstellungen > Formularelemente */

div.messages
{
	margin: 0.8625em 0 0.8625em 0;
	padding: 0 0 0 32px;
	background: transparent url(../images/layout/icon_info_notice.png) no-repeat 0 0.125em;
}
div.messages p,
div.messages ul
{
	color: #000000;
}
div.messages.error
{
	background-image: url(../images/layout/icon_info_error.png);
}
div.messages.error p,
div.messages.error ul
{
	color: #E00000;
}
div.messages.success
{
	background-image: url(../images/layout/icon_info_success.png);
}
div.messages.success p,
div.messages.success ul
{
	color: #59B200;
}
div.messages p
{
	padding: 0;
}
form
{
	margin: 0;
	padding: 0;
}
label
{
	line-height: normal;
	cursor: pointer;
}
label.main
{
	display: block;
	padding: 1.725em 0 0.425em 0;
	color: #707070;
}
input,
select,
textarea
{
	outline: none;
}
input.radio,
input.checkbox
{
	margin: 0;
}
select
{
	margin: 0;
	padding: 0.375em;
	color: #000000;
	font: normal 15px/normal 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
input.text,
div.text,
textarea
{
	margin: 0;
	padding: 0.675em 24px 0.675em 24px;
	background-color: #EEEEEE;
	border: solid 1px #D8D8D8;
	color: #000000;
	font: normal 15px/normal 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
textarea
{
	padding-top: 1.075em;
	padding-bottom: 1.075em;
	line-height: 1.665em;
	resize: none;
}
input.reset,
a.reset,
input.submit,
a.submit
{
	overflow: visible;
	margin: 0 0 0 4px;
	padding: 0.675em 24px 0.675em 24px;
	border: none;
	font: normal 16px/normal 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
	cursor: pointer;
}
input.submit,
a.submit
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
input.reset,
a.reset
{
	background-color: #EEEEEE;
}
input.reset:hover,
input.reset:focus,
a.reset:hover,
a.reset:focus
{
	background-color: #D8D8D8;
	text-decoration: none;
}
input.submit:hover,
input.submit:focus,
a.submit:hover,
a.submit:focus
{
	background-color: #1463A8;
	text-decoration: none;
}
.service input.submit:hover,
.service input.submit:focus,
.service a.submit:hover,
.service a.submit:focus
{
	background-color: #E57A00;
}
.interactive input.submit:hover,
.interactive input.submit:focus,
.interactive a.submit:hover,
.interactive a.submit:focus
{
	background-color: #8ABD13;
}
.development input.submit:hover,
.development input.submit:focus,
.development a.submit:hover,
.development a.submit:focus
{
	background-color: #A31B00;
}
.consulting input.submit:hover,
.consulting input.submit:focus,
.consulting a.submit:hover,
.consulting a.submit:focus
{
	background-color: #2C8EC7;
}
.providing input.submit:hover,
.providing input.submit:focus,
.providing a.submit:hover,
.providing a.submit:focus
{
	background-color: #78919E;
}
.sales input.submit:hover,
.sales input.submit:focus,
.sales a.submit:hover,
.sales a.submit:focus
{
	background-color: #EBAC00;
}
div.text
{
	border-color: #EEEEEE;
}
div.text input.radio
{
	margin: 0.125em 4px 0 0;
}
div.text label
{
	margin-right: 12px;
}
form div.row
{
	overflow: auto;
}
form div.column,
.full_width form div.column
{
	float: left;
	width: auto;
	margin: 0;
	padding-left: 8px;
}
form div.column.first,
.full_width div.column.first
{
	padding: 0;
}
div.submit
{
	margin-top: 48px;
	text-align: right;
}
span.required
{
	padding: 0 2px 0 2px;
	color: #1463A8;
	font-size: 1.625em;
	line-height: 1em;
	vertical-align: bottom;
}
.service span.required
{
	color: #E57A00;
}
.interactive span.required
{
	color: #8ABD13;
}
.development span.required
{
	color: #A31B00;
}
.consulting span.required
{
	color: #2C8EC7;
}
.providing span.required
{
	color: #78919E;
}
.sales span.required
{
	color: #EBAC00;
}
input.text.error,
textarea.error,
select.error
{
	background-color: #FAE6E6;
	border-color: #F06161;
}
div.text.error
{
	background-color: #FAE6E6;
	border-color: #FAE6E6;
}

/* Inhaltsbereich > Kontaktformular */


div.contact_description
{
	float: left;
	display: inline;
	width: 296px;
	margin: 20px 0 0 0;
}
#form_contact
{
	float: left;
	display: inline;
	width: 592px;
	margin: 20px 0 0 24px;
}
form.contact input.text,
form.contact textarea
{
	width: 542px; /* 592 - 2 - 48 */
}
form.contact textarea
{
	height: 296px;
}
#form_street,
#form_city
{
	width: 374px;
}
#form_house_number,
#form_zip
{
	width: 109px;
}

/* Inhaltsbereich > Kontaktformular > Captcha */

div.captcha
{
	overflow: auto;
}
div.captcha input.text
{
	float: left;
	display: inline;
	width: 321px;
	margin-right: 8px;
	padding-top: 0.975em;
	padding-bottom: 0.975em;
}
#captcha_id
{
	float: left;
	display: inline;
	margin-right: 8px;
}
#reload_captcha
{
	float: left;
	background-color: #000000;
}
#reload_captcha:hover,
#reload_captcha:focus
{
	background-color: #1463A8;
}
.service #reload_captcha:hover,
.service #reload_captcha:focus
{
	background-color: #E57A00;
}
.interactive #reload_captcha:hover,
.interactive #reload_captcha:focus
{
	background-color: #8ABD13;
}
.development #reload_captcha:hover,
.development #reload_captcha:focus
{
	background-color: #A31B00;
}
.consulting #reload_captcha:hover,
.consulting #reload_captcha:focus
{
	background-color: #2C8EC7;
}
.providing #reload_captcha:hover,
.providing #reload_captcha:focus
{
	background-color: #78919E;
}
.sales #reload_captcha:hover,
.sales #reload_captcha:focus
{
	background-color: #EBAC00;
}
#reload_captcha img
{
	display: block;
}

/* Layout */

#header
{
	display: none;
}

#main
{
	background: #FAFAFA url(../images/layout/main_background.png) repeat center top;
}
#main_wrapper
{
	overflow: auto;
	width: 936px;
	margin: 0 auto 0 auto;
	padding: 0 24px 0 24px;
}
#content
{
	overflow: auto;
	float: left;
	display: inline;
	width: 592px;
	margin: 0 48px 0 0;
	padding: 0 0 56px 0;
}
#content.full_width
{
	float: none;
	display: block;
	width: 936px;
	margin: 0 -24px 0 -24px;
	padding: 0 24px 56px 24px;
}
#content div.columns
{
	overflow: auto;
	width: 592px; /* ie6, maybe 7 */
}
#content.full_width div.columns
{
	width: 936px; /* ie6, maybe 7 */
}
/*.frontpage #content ul.news li div.slide {
	display: none;
}*/
div.column
{
	float: left;
	display: inline;
	width: 284px;
	margin-left: 24px;
}
div.column.first
{
	clear: left;
	margin: 0;
}
.full_width div.column
{
	width: 296px;
}
#right_column
{
	float: left;
	display: inline;
	width: 296px;
	padding: 2.325em 0 48px 0;
}
#footer
{
	/*background: #232323 url(../images/layout/footer_background.png) repeat 0 0;*/
}
#footer_wrapper
{
	overflow: auto;
	/*width: 936px;*/
	margin: 0 auto 0 auto;
	/*padding: 40px 24px 64px 24px;*/
}
div#footer div.column {
	display: none;
}
div#footer div.column:nth-child(3) {
	display: block;
}
div#footer div.column:nth-child(3) p.more {
	display: none;
}

/* Layout > Header > Logo */

#logo
{
	float: right;
	margin-top: 36px;
}

/* Layout > Header > Allgemeine Navigation */

#general_navigation
{
	height: 28px;
	margin-left: -12px;
	padding: 32px 0 10px 0;
	font-size: 14px;
	line-height: 18px;
}
#general_navigation li
{
	float: left;
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
	background: transparent;
}
#general_navigation a
{
	float: left;
	height: 20px;
	padding: 4px 12px 4px 12px;
	color: #FFFFFF;
}
#general_navigation a:hover,
#general_navigation a:focus
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#general_navigation li.active a,
#general_navigation li.active a:hover,
#general_navigation li.active a:focus,
#general_navigation li.expanded a,
#general_navigation li.expanded a:hover,
#general_navigation li.expanded a:focus
{
	background-color: #FFFFFF;
	color: #000000;
}

/* Layout > Header > Unternehmens-Navigation */

#company_navigation
{
	clear: left;
	float: left;
	display: inline;
	height: 32px;
	margin: 0 0 0 -12px;
	padding: 12px 0 0 0;
	background: transparent url(../images/layout/navigation_border.png) repeat-x left top;
	font: normal 16px/24px 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#company_navigation li
{
	float: left;
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
	background: transparent;
}
#company_navigation a
{
	float: left;
	padding: 4px 12px 4px 12px;
	color: #FFFFFF;
}
#company_navigation a:hover,
#company_navigation a:focus
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#company_navigation li.active a,
#company_navigation li.active a:hover,
#company_navigation li.active a:focus,
#company_navigation li.expanded a,
#company_navigation li.expanded a:hover,
#company_navigation li.expanded a:focus
{
	background-color: #FFFFFF;
	color: #000000;
}

/* Layout > Header > Hauptnavigationen > Zweite Ebene */

#header ul li.expanded
{
	position: relative;
	z-index: 3;
	margin-top: -4px;
}
#header ul li.expanded a
{
	opacity: 0.97;
	padding-top: 8px;
	padding-bottom: 12px;
}
#header ul ul
{
	display: none;
}
#header ul li.expanded ul
{
	opacity: 0.97;
	display: block;
	position: absolute;
	left: 0;
	top: 33px;
	top: 44px;
	width: 240px;
	padding: 12px 0 16px 0;
	padding: 16px 0 20px 0;
	background-color: #FFFFFF;
	font: normal 14px/1.425em 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
ul#general_navigation li.expanded ul
{
	top: 40px;
}
#header ul li.expanded ul li
{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
#header ul li.expanded ul a
{
	opacity: 1;
	float: none;
	display: block;
	width: 192px;
	height: auto;
	padding: 0.225em 24px 0.225em 24px;
}
#header ul li.expanded ul a:hover,
#header ul li.expanded ul a:focus
{
	background-color: #000000;
	color: #FFFFFF;
}
#header ul li.expanded ul li.active a,
#header ul li.expanded ul li.active a:hover,
#header ul li.expanded ul li.active a:focus
{
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Layout > Header > Home-Button */

#header div.navigation
{
	position: relative;
	float: left;
}

#home
{
	position: absolute;
	right: 44px;
	top: 32px;
	display: block;
	width: 32px;
	height: 28px;
	background: transparent url(../images/layout/icon_home.png) no-repeat 0 -1px;
	line-height: 18px;
}
#home span
{
	display: none;
}
#home:hover,
#home:focus
{
	background-color: #000000;
}

/* Layout > Header > Suchformular */

#form_topsearch
{
	position: absolute;
	right: 0;
	top: 32px;
	overflow: hidden;
	width: 32px;
	height: 28px;
}
#form_topsearch div.input_wrapper
{
	position: absolute;
	left: 0;
	right: 32px;
	top: 0;
	bottom: 0;
	padding: 0 12px 0 12px;
	background-color: transparent;
}
#form_topsearch input.text
{
	display: none;
	width: 100%;
	height: 20px;
	padding: 4px 0 4px 0;
	border: none;
	background: transparent;
	font-size: 14px;
}
#form_topsearch input.no_user_input
{
	color: #707070;
}
#form_topsearch input.submit
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 32px;
	height: 28px;
	padding: 0;
	background-color: transparent;
}
#form_topsearch.active
{
	/*width: 240px;*/
}
#form_topsearch.active div.input_wrapper
{
	background-color: #FFFFFF;
}
#form_topsearch.active input.text
{
	display: block;
}
#form_topsearch.active input.submit,
#form_topsearch input.submit:hover
{
	background-color: #000000;
}

/* Layout > Header > Headline/Teaser-Element */

#header h2
{
	clear: left;
	margin: 0;
	padding: 1.025em 0 1.425em 0;
	color: #FFFFFF;
	font: normal 36px/1.125em 'UbuntuLight', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#showcase
{
	clear: left;
	width: 984px; /* ie6 */
	overflow: hidden;
	position: relative;
	margin: 0 -24px 0 -24px;
	padding-top: 12px;
}
#showcase a.previous,
#showcase a.next
{
	position: absolute;
	top: 180px;
	display: block;
	width: 18px;
	height: 22px;
	background: transparent url(../images/layout/showcase_arrow_spritesheet.png) no-repeat 0 0;
}
#showcase a.previous
{
	left: 12px;
	background-position: 0 -44px;
}
#showcase a.previous:hover
{
	background-position: 0 -66px;
}
#showcase a.next
{
	right: 12px;
	background-position: 0 0;
}
#showcase a.next:hover
{
	background-position: 0 -22px;
}
#showcase a.previous span,
#showcase a.next span
{
	display: none;
}
#showcase_items
{
	width: 984px;
	height: 352px;
	padding: 0;
}
#showcase_items li
{
	float: left;
	width: 984px;
	padding: 0;
	background: transparent;
}
#showcase_items img
{
	float: left;
	/*width: 592px;*/
	height: 352px;
}
#showcase_items div
{
	float: left;
	width: 320px;
	padding-right: 72px;
}
#showcase_items h2
{
	padding-bottom: 0.325em;
}
#showcase_items p
{
	padding: 0.425em 0 0.425em 0;
	color: #FFFFFF;
	font: normal 16px/1.625em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#showcase_items p.more
{
	position: relative;
	z-index: 1;
	padding-top: 1.425em;
}
#showcase_items p.more a
{
	padding: 0.725em 18px 0.725em 24px;
}
#showcase_items p.more a span
{
	padding-right: 24px;
	background-image: url(../images/layout/arrow_white_large.png);
}
#showcase_items p.more a:hover,
#showcase_items p.more a:focus
{
	background-color: #FFFFFF;
	color: #000000;
}
#showcase_items p.more a:hover span,
#showcase_items p.more a:focus span
{
	background-image: url(../images/layout/arrow_black_large.png);
}

/* Layout > Header > Subnavigation */

#header div.shadow_overlay
{
	position: relative;
	margin-top: -56px;
	padding-top: 56px;
	background: transparent url(../images/layout/subnavigation_background.png) repeat-x left top;
}
#subnavigation
{
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	border-bottom: solid 1px #E0E0E0;
}
#subnavigation ul
{
	overflow: auto;
	width: 936px;
	padding: 10px 12px 18px 12px;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	font-family: Arial, sans-serif;
}
#subnavigation li
{
	float: left;
	display: inline;
	margin: 8px 16px 0 -12px;
	padding: 0;
	background: transparent;
}
#subnavigation a
{
	float: left;
	height: 20px;
	padding: 4px 10px 4px 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#subnavigation a:hover,
#subnavigation a:focus
{
	text-decoration: none;
}
#subnavigation a:hover,
#subnavigation a:focus,
#subnavigation li.active a
{
	background-color: #1463A8;
	color: #FFFFFF;
}
.service #subnavigation a:hover,
.service #subnavigation a:focus,
.service #subnavigation li.active a
{
	background-color: #E57A00;
}
.interactive #subnavigation a:hover,
.interactive #subnavigation a:focus,
.interactive #subnavigation li.active a
{
	background-color: #8ABD13;
}
.development #subnavigation a:hover,
.development #subnavigation a:focus,
.development #subnavigation li.active a
{
	background-color: #A31B00;
}
.consulting #subnavigation a:hover,
.consulting #subnavigation a:focus,
.consulting #subnavigation li.active a
{
	background-color: #2C8EC7;
}
.providing #subnavigation a:hover,
.providing #subnavigation a:focus,
.providing #subnavigation li.active a
{
	background-color: #78919E;
}
.sales #subnavigation a:hover,
.sales #subnavigation a:focus,
.sales #subnavigation li.active a
{
	background-color: #EBAC00;
}
#subnavigation div.overlay_left,
#subnavigation div.overlay_right
{
	position: absolute;
	z-index: 1;
	top: 0;
	height: 64px;
	background: transparent url(../images/layout/subnavigation_overlay.png) no-repeat 0 0;
}
#subnavigation div.overlay_left
{
	left: 0;
	width: 32px;
}
#subnavigation div.overlay_right
{
	right: 0;
	width: 128px;
	background-position: 0 -64px;
}
#subnavigation .next,
#subnavigation .previous
{
	position: absolute;
	z-index: 2;
	top: 18px;
	float: none;
	display: block;
	width: 28px;
	height: 28px;
	padding: 0;
	background-color: #EEEEEE;
	background-image: url(../images/layout/subnavigation_arrow_spritesheet.png);
	background-repeat: no-repeat;
}
#subnavigation a.next
{
	right: 0;
	background-position: 0 0;
}
#subnavigation a.next:hover,
#subnavigation a.next:focus
{
	background-position: 0 -28px;
}
#subnavigation a.previous
{
	left: 0;
	background-position: 0 -56px;
}
#subnavigation a.previous:hover,
#subnavigation a.previous:focus
{
	background-position: 0 -84px;
}
#subnavigation a.next span,
#subnavigation a.previous span
{
	display: none;
}

/* Einführungselement (bei breiten Inhalten) */

div.introduction
{
	margin: 0 -12px 20px -12px;
	padding: 3.125em 12px 2.125em 12px;
	border-bottom: solid 1px #E0E0E0;
}
div.introduction h1
{
	margin: 0;
	padding: 0 0 0.625em 0;
	border: none;
}
div.introduction p
{
	padding: 0.425em 0 0.425em 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.625em;
}

/* Inhaltsbereich (breit) > Feature-Liste */

ul.features
{
	overflow: auto;
	width: 936px; /* ie6, maybe 7 */
	margin: 24px 0 24px 0;
	padding: 0;
}
ul.features li
{
	float: left;
	display: inline;
	width: 296px;
	margin: 0 0 20px 24px;
	padding: 0;
	background: transparent;
}
ul.features li.first
{
	clear: left;
	margin-left: 0;
}
ul.features img
{
	display: block;
	width: 88px;
	height: 88px;
	padding: 28px 104px 28px 104px;
	background: #EEEEEE;
}
ul.features a:hover img,
ul.features a:focus img,
ul.features li:hover a img
{
	background: #E0E0E0;
}
ul.features h2,
ul.features p
{
	padding: 0;
}
ul.features h2 a,
ul.features p a
{
	display: block;
	width: 296px;
}
ul.features h2 a
{
	padding: 0.625em 0 0.225em 0;
}
ul.features p a
{
	padding: 0.325em 0 0.325em 0;
	color: #707070;
}
ul.features h2 a:hover,
ul.features h2 a:focus,
ul.features li:hover h2 a
{
	text-decoration: none;
}
ul.features p a:hover,
ul.features p a:focus,
ul.features li:hover p a
{
	color: #000000;
	text-decoration: none;
}

/* Rechte Spalte > Allgemeine Einstellungen */

#right_column h2
{
	margin-top: 0.525em;
	padding-bottom: 0.8785em;
}
#right_column h2.teaser
{
	/*padding: 0;*/
	display: none;
}
#right_column h2.teaser a
{
	display: block;
	width: 296px;
	padding: 0.8785em 0 0.8785em 0;
	background: transparent url(../images/layout/arrow_right_spritesheet.png) no-repeat 262px 20px;
}
#right_column h2.teaser a:hover,
#right_column h2.teaser a:focus
{
	background-position: 262px -44px;
	color: #1463A8;
	text-decoration: none;
}

.service #right_column h2.teaser a:hover,
.service #right_column h2.teaser a:focus
{
	background-position: 262px -108px;
	color: #E57A00;
}
.interactive #right_column h2.teaser a:hover,
.interactive #right_column h2.teaser a:focus
{
	background-position: 262px -172px;
	color: #8ABD13;
}
.development #right_column h2.teaser a:hover,
.development #right_column h2.teaser a:focus
{
	background-position: 262px -236px;
	color: #A31B00;
}
.consulting #right_column h2.teaser a:hover,
.consulting #right_column h2.teaser a:focus
{
	background-position: 262px -300px;
	color: #2C8EC7;
}
.providing #right_column h2.teaser a:hover,
.providing #right_column h2.teaser a:focus
{
	background-position: 262px -364px;
	color: #78919E;
}
.sales #right_column h2.teaser a:hover,
.sales #right_column h2.teaser a:focus
{
	background-position: 262px -428px;
	color: #EBAC00;
}

/* Rechte Spalte > Team- / Ansprechpartner-Listen */

ul.team
{
	padding: 0;
}
ul.team li
{
	position: relative;
	overflow: hidden;
	width: 272px;
	margin-bottom: 12px;
	padding: 12px;
	background: #F1F1F1;
}
ul.team li.last
{
	margin-bottom: 0;
}
ul.team img
{
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}
ul.team h3
{
	padding: 0.625em 0 0.225em 0;
	padding-top: 1.025em;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
	line-height: 1.225em;
}
ul.team p.position
{
	padding: 0.125em 0 0.125em 0;
	font-size: 13px;
	line-height: 1.525em;
}
ul.team a.more
{
	position: absolute;
	left: 262px;
	top: 98px;
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/layout/team_arrow_spritesheet.png) no-repeat 0 0;
}
ul.team a.more span
{
	display: none;
}

ul.team li:hover h3,
ul.team li:hover p
{
	color: #FFFFFF;
}
ul.team li:hover
{
	background: #1463A8;
}
.service ul.team li:hover
{
	background: #E57A00;
}
.interactive ul.team li:hover
{
	background: #8ABD13;
}
.development ul.team li:hover
{
	background: #A31B00;
}
.consulting ul.team li:hover
{
	background: #2C8EC7;
}
.providing ul.team li:hover
{
	background: #78919E;
}
.sales ul.team li:hover
{
	background: #EBAC00;
}

/* Inhaltsbereich (breit) > Team- / Ansprechpartner-Listen */

div.contact_introduction
{
	overflow: auto;
	width: 936px; /* für ie6,7 */
	margin: 0 -12px 0 -12px;
	padding: 28px 12px 28px 12px;
	border-top: solid 1px #E0E0E0;
}
div.contact_introduction h2
{
	float: left;
	padding: 0 24px 0 0;
	padding-top: 0.425em;
	padding-bottom: 0.425em;
	color: #1463A8;
}
.service div.contact_introduction h2
{
	color: #E57A00;
}
.interactive div.contact_introduction h2
{
	color: #8ABD13;
}
.development div.contact_introduction h2
{
	color: #A31B00;
}
.consulting div.contact_introduction h2
{
	color: #2C8EC7;
}
.providing div.contact_introduction h2
{
	color: #78919E;
}
.sales div.contact_introduction h2
{
	color: #EBAC00;
}
div.contact_introduction p.more
{
	float: left;
	margin: 0;
	padding-left: 24px;
	padding-top: 0.9235em;
	padding-bottom: 0.9235em;
	border-left: solid 1px #E0E0E0;
}
div.contact_introduction p.more a
{
	background-color: transparent;
	color: #707070;
}
div.contact_introduction p.more a span
{
	background-image: url(../images/layout/arrow_gray.png);
}
div.contact_introduction p.more a:hover,
div.contact_introduction p.more a:focus
{
	color: #FFFFFF;
}
div.contact_introduction p.more a:hover span,
div.contact_introduction p.more a:focus span
{
	background-image: url(../images/layout/arrow_white.png);
}
.full_width ul.team
{
	overflow: auto;
	clear: left;
}
.full_width ul.team li
{
	float: left;
	display: inline;
	margin: 0 0 24px 24px;
}
.full_width ul.team li.first
{
	margin-left: 0;
}
.full_width ul.team li.last
{
	margin-bottom: 24px;
}

/* Footer > Link-Listen und Kontaktelement */

#footer div.column
{
	float: left;
	display: inline;
	width: 216px;
	margin-left: 24px;
}
#footer div.first
{
	margin: 0;
}
#footer a:hover,
#footer a:focus
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer h2
{
	/*color: #FFFFFF;*/
	color: black;
}
#footer ul
{
	padding: 0.8625em 0 0.8625em 0;
	color: #8F8F8F;
	line-height: 1.925em;
}
#footer li
{
	padding: 0;
	background: transparent;
}
#footer ul a
{
	color: #8F8F8F;
}
#footer address
{
	color: #8F8F8F;
	line-height: 1.925em;
}
#footer address a
{
	color: #8F8F8F;
}
#footer .more
{
	margin-top: 0.425em;
}
#footer .more a
{
	background: #ECECEC;
	color: #000000;
}
#footer .more span
{
	background-image: url(../images/layout/arrow_black.png);
}
#footer .more a:hover,
#footer .more a:focus
{
	color: #FFFFFF;
	background: #1463A8;
}
#footer .more a:hover span,
#footer .more a:focus span
{
	background-image: url(../images/layout/arrow_white.png);
}
.service #footer .more a:hover,
.service #footer .more a:focus
{
	background: #E57A00;
}
.interactive #footer .more a:hover,
.interactive #footer .more a:focus
{
	background: #8ABD13;
}
.development #footer .more a:hover,
.development #footer .more a:focus
{
	background: #A31B00;
}
.consulting #footer .more a:hover,
.consulting #footer .more a:focus
{
	background: #2C8EC7;
}
.providing #footer .more a:hover,
.providing #footer .more a:focus
{
	background: #78919E;
}
.sales #footer .more a:hover,
.sales #footer .more a:focus
{
	background: #EBAC00;
}

/* Footer > Social Link-Liste */

#footer #social_links
{
	padding-top: 1.225em;
}
#social_links li
{
	float: left;
	display: inline;
	margin: 0 8px 0 0; /*12*/
	padding: 0;
}
#social_links a
{
	display: block;
	width: 48px;
	height: 48px;
	background: transparent url(../images/layout/social_links_spritesheet.png) no-repeat 0 0;
}
#social_links li.facebook a
{
	background-position: 0 0;
}
#social_links li.facebook a:hover,
#social_links li.facebook a:focus
{
	background-position: 0 -48px;
}
#social_links li.twitter a
{
	background-position: 0 -96px;
}
#social_links li.twitter a:hover,
#social_links li.twitter a:focus
{
	background-position: 0 -144px;
}
#social_links li.rss a
{
	background-position: 0 -192px;
}
#social_links li.rss a:hover,
#social_links li.rss a:focus
{
	background-position: 0 -240px;
}
#social_links li.googleplus
{
	margin-right: 0;
}
#social_links li.googleplus a
{
	background-position: 0 -288px;
}
#social_links li.googleplus a:hover,
#social_links li.googleplus a:focus
{
	background-position: 0 -336px;
}
#social_links span
{
	display: none;
}

/* Inhaltsbereich > Download-Listen */

ul.files
{
	margin: 1.025em 0 1.425em 0;
	padding: 0;
	border-top: solid 1px #E0E0E0;
}
ul.files li
{
	padding: 0;
	background: transparent;
	border-bottom: solid 1px #E0E0E0;
}
ul.files a
{
	display: block;
	padding: 0.525em 24px 0.525em 24px;
}
ul.files a:hover,
ul.files a:focus
{
	background-color: #F1F1F1;
	text-decoration: none;
}
ul.files span.details
{
	margin-left: 6px;
	color: #707070;
	font-size: 12px;
}

/* Rechte Spalte > Download-Listen */

#right_column ul.files
{
	margin: 0;
}
#right_column ul.files li a
{
	padding-right: 12px;
	padding-left: 12px;
}
#right_column ul.files span.details
{
	margin-left: 0;
}

/* Inhaltsbereich > News-Listen */

ul.news
{
	margin-top: 24px;
	padding: 0;
}
ul.news li
{
	overflow: auto;
	width: 592px; /* overflow für ie6,7 */
	padding: 24px 0 24px 0;
	background: transparent;
	border-top: solid 1px #E0E0E0;
}
.full_width ul.news li
{
	width: 936px; /* overflow für ie6,7 */
}
ul.news li.first
{
	/*border: none;*/
}
ul.news img
{
	float: left;
	display: inline;
	/*width: 284px;
	height: 256px;*/
	margin: 3px 24px 0.625em 0;
}
ul.news h2
{
	padding: 0;
}
ul.news p.release
{
	padding: 0.625em 0 0.625em 0;
	color: #000000;
	line-height: 1em;
}
ul.news p.release a:hover,
ul.news p.release a:focus
{
	text-decoration: none;
}
ul.news p.teaser
{
	padding: 0.425em 0 0.425em 0;
}
ul.news p.teaser a
{
	/*color: #707070;*/
	color: black;
}
ul.news p.teaser a:hover,
ul.news p.teaser a:focus
{
	text-decoration: none;
}
ul.news p.more
{
	padding-top: 1.025em;
	padding-bottom: 0.925em;
}
ul.news div
{
	float: left;
	width: 284px; /* 592 - (284 + 24) */
	width: 424px; /* 592 - (144 + 24) */
}

/* Inhaltsbereich > Stellenangebots-Listen */

ul.jobs
{
	padding: 0;
}
ul.jobs li
{
	overflow: auto;
	width: 592px; /* overflow für ie6,7 */
	padding: 24px 0 24px 0;
	background: transparent;
	border-top: solid 1px #E0E0E0;
}
.full_width ul.jobs li
{
	width: 936px; /* overflow für ie6,7 */
}
ul.jobs img
{
	float: left;
	display: inline;
	margin: 4px 24px 0.625em 0;
}
ul.jobs div
{
	float: left;
	width: 424px;
}
ul.jobs li h3
{
	padding: 0;
}
ul.jobs p.teaser a
{
	color: #707070;
}
ul.jobs p.teaser a:hover,
ul.jobs p.teaser a:focus
{
	text-decoration: none;
}
ul.jobs p.more
{
	margin-top: 0.425em;
}

/* Rechte Spalte > Team-Portrait-Listen */

h2.toggle_team
{
	cursor: pointer;
	background: transparent url(../images/layout/team_arrow_spritesheet.png) no-repeat 262px -44px; /* top + 20 */
}
h2.toggle_team:hover
{
	background-position: 262px -172px;
	color: #1463A8;
}
.service h2.toggle_team:hover
{
	background-position: 262px -300px;
	color: #E57A00;
}
.interactive h2.toggle_team:hover
{
	background-position: 262px -428px;
	color: #8ABD13;
}
.development h2.toggle_team:hover
{
	background-position: 262px -556px;
	color: #A31B00;
}
.consulting h2.toggle_team:hover
{
	background-position: 262px -684px;
	color: #2C8EC7;
}
.providing h2.toggle_team:hover
{
	background-position: 262px -812px;
	color: #78919E;
}
.sales h2.toggle_team:hover
{
	background-position: 262px -940px;
	color: #EBAC00;
}
h2.toggle_team.active
{
	background: transparent url(../images/layout/team_arrow_spritesheet.png) no-repeat 262px -108px; /* top + 20 */
}
h2.toggle_team.active:hover
{
	background-position: 262px -236px;
}
.service h2.toggle_team.active:hover
{
	background-position: 262px -364px;
}
.interactive h2.toggle_team.active:hover
{
	background-position: 262px -492px;
}
.development h2.toggle_team.active:hover
{
	background-position: 262px -620px;
}
.consulting h2.toggle_team.active:hover
{
	background-position: 262px -748px;
}
.providing h2.toggle_team.active:hover
{
	background-position: 262px -876px;
}
.sales h2.toggle_team.active:hover
{
	background-position: 262px -1004px;
}

ul.team_portraits
{
	overflow: hidden;
	padding: 0 0 12px 0;
	background-color: #EEEEEE;
}
ul.team_portraits li
{
	float: left;
	display: inline;
	margin: 12px 0 0 12px;
	padding: 0;
	background: transparent;
}
ul.team_portraits li a
{
	display: block;
	width: 82px;
	height: 106px;
}
ul.team_portraits li.apply a
{
	background: #EEEEEE url(../images/layout/portrait_image_spritesheet.png) no-repeat 24px -124px;
}
ul.team_portraits li.apply a:hover,
ul.team_portraits li.apply a:focus
{
	background-color: #E0E0E0;
	background-position: 24px 36px;
}
ul.team_portraits li.apply span
{
	display: none;
}

/* Inhaltsbereich (volle Breite) > Logo-Listen (Partner, Kunden/Referenzprojekte) */

ul.logos
{
	overflow: auto;
	width: 936px;
}
ul.logos li
{
	float: left;
	display: inline;
	margin: 0 0 24px 24px;
	padding: 0;
}
ul.logos li.first
{
	margin-left: 0;
}

/* Inhaltsbereich (breit) > Projekt-Listen */

#projects
{
	overflow: auto;
}
#projects div.row
{
	clear: left;
}
#projects div.project
{
	position: relative;
	float: left;
	display: inline;
	width: 296px;
	margin-left: 24px;
	padding-bottom: 24px;
}
#projects div.project.first
{
	clear: left;
	margin-left: 0;
}
#projects div.project img
{
	display: block;
	height: 196px;
}
#projects div.project div.teaser
{
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 248px;
	height: 196px;
	padding: 0 24px 0 24px;
	background-color: #1463A8;
}
#projects div.project.active div.teaser,
#projects div.project:hover div.teaser
{
	display: block;
}
#projects div.project div.teaser p
{
	color: #FFFFFF;
	font: normal 18px/1.325em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
#projects div.project div.teaser .more
{
	position: absolute;
	top: 148px;
	left: 24px;
	padding: 0;
}
#projects div.project div.teaser .more a
{
	float: left;
	white-space: nowrap;
}
#projects div.project div.teaser .more a:hover,
#projects div.project div.teaser .more a:focus,
#projects div.project.active div.teaser .more a.details,
#projects div.project.active div.teaser .more a.details:hover,
#projects div.project.active div.teaser .more a.details:focus
{
	background-color: #FFFFFF;
	color: #000000;
}
#projects div.project div.teaser .more a:hover span,
#projects div.project div.teaser .more a:focus span
{
	background-image: url(../images/layout/arrow_black.png);
}
#projects div.project div.teaser .more a.details
{
	display: inline;
	margin-right: 1px;
}
#projects div.project div.teaser .more a.details span
{
	background-image: url(../images/layout/arrow_down_up_spritesheet.png);
	background-position: right 6px;
}
#projects div.project div.teaser .more a.details:hover span,
#projects div.project div.teaser .more a.details:focus span
{
	background-position: right -10px;
}
#projects div.project.active div.teaser .more a.details span
{
	background-position: right -26px;
	background-position: right -42px;
}
#projects div.project.active div.teaser .more a.details:hover span,
#projects div.project.active div.teaser .more a.details:focus span
{
	background-position: right -42px;
}
#projects div.details
{
	overflow: hidden;
	clear: left;
	margin-bottom: 48px;
	padding: 0 48px 0 48px;
	background: #EEEEEE url(../images/layout/project_details_arrow.gif) no-repeat center top;
}
#projects div.project div.details
{
	display: none;
}
#projects div.content
{
	overflow: auto;
	width: 840px; /* ie6,7 */
	position: absolute;
	visibility: hidden;
}
#projects div.details p.introduction
{
	color: #000000;
}
#projects div.details div.column
{
	float: left;
	display: inline;
	width: 384px;
	margin-left: 72px;
	padding: 40px 0 40px 0;
}
#projects div.details div.first
{
	margin-left: 0;
}
#projects div.details a.close
{
	display: none;
}

/* Inhaltsbereich > Unternehmensdaten */

dl.company
{
	overflow: auto;
	width: 592px;
	margin: 0 0 32px 0;
}
dl.company dt
{
	clear: left;
	float: left;
	width: 248px;
	margin: 32px 0 0 0;
	color: #000000;
	font-size: 13px;
}
dl.company dd
{
	float: left;
	margin: 32px 0 0 0;
	width: 344px;
}
dl.company dd p
{
	margin-bottom: 0.8625em;
	padding: 0;
}

/* Inhaltsbereich > Team Mitglieder Profilseite */

dl.team_member
{
	overflow: auto;
	width: 592px;
}
dl.team_member dt
{
	clear: left;
	float: left;
	width: 248px;
	margin: 32px 0 0 0;
	color: #000000;
	font-size: 13px;
}
dl.team_member dd
{
	float: left;
	margin: 32px 0 0 0;
	width: 344px;
}
dl.team_member dd p
{
	margin-bottom: 0.8625em;
	padding: 0;
}

/* Rechte Spalte > Team Mitglieder Profilseite */

div.profile
{
	margin-top: 2.025em;
}

/* Rechte Spalte > Team Mitglieder Profilseite > Kontakt-Liste */

div.profile ul
{
	line-height: 36px;
}
div.profile ul li
{
	padding: 0;
	background: transparent;
}
div.profile ul a
{
	display: block;
	width: 284px;
	padding: 0 0 0 12px;
	background: transparent url(../images/layout/contact_icons_spritesheet.png) no-repeat 260px 0;
}
div.profile ul a:hover,
div.profile ul a:focus
{
	background-color: #1463A8;
	color: #FFFFFF;
	text-decoration: none;
}
div.profile ul li.email a
{
	background-position: 260px 0;
}
div.profile ul li.email a:hover,
div.profile ul li.email a:focus
{
	background-position: 260px -180px;
}
div.profile ul li.facebook a
{
	background-position: 260px -36px;
}
div.profile ul li.facebook a:hover,
div.profile ul li.facebook a:focus
{
	background-position: 260px -216px;
}
div.profile ul li.googleplus a
{
	background-position: 260px -72px;
}
div.profile ul li.googleplus a:hover,
div.profile ul li.googleplus a:focus
{
	background-position: 260px -252px;
}
div.profile ul li.xing a
{
	background-position: 260px -108px;
}
div.profile ul li.xing a:hover,
div.profile ul li.xing a:focus
{
	background-position: 260px -288px;
}
div.profile ul li.twitter a
{
	background-position: 260px -144px;
}
div.profile ul li.twitter a:hover,
div.profile ul li.twitter a:focus
{
	background-position: 260px -324px;
}

/* Inhaltsbereich > Suche */

div.nomatch
{
	margin-bottom: 2.525em;
}
div.searchpanel
{
	overflow: hidden;
	width: 888px; /* Overflow für IE6,7 */
	padding: 16px 24px 16px 24px;
	background-color: #EEEEEE;
}
div.searchpanel input.text
{
	float: left;
	width: 610px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
div.searchpanel input.submit
{
	float: left;
	display: inline;
	margin-left: -1px;
	padding-left: 72px;
	padding-right: 48px;
	background-image: url(../images/layout/icon_search.png);
	background-repeat: no-repeat;
	background-position: 40px center;
}

/* Inhaltsbereich > Suche > Suchergebnisse */

ul.search_result
{
	padding: 0;
}
ul.search_result li
{
	margin: 0;
	padding: 2.025em 0 2.525em 0;
	background: transparent;
	border-top: solid 1px #D7D7D7;
}
ul.search_result span.ranking
{
	float: left;
	display: inline;
	margin: 0.175em 0 0 12px;
}
ul.search_result h2
{
	float: left;
	padding: 0 0 0.325em 0;
}
ul.search_result p
{
	clear: left;
}
ul.search_result p.details
{
	padding: 0;
	font-size: 13px;
}
ul.search_result p.details span
{
	margin-right: 0.225em;
	padding: 0.225em 0.425em;
	background-color: #EEEEEE;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Inhaltsbereich > Suche > Suchergebnisse > Ranking-Sterne */

span.ranking
{
	display: block;
	width: 99px;
	height: 16px;
	background: transparent url(../images/layout/ranking_spritesheet.png) no-repeat 0 0;
}
span.ranking_0
{
	background-position: 0 0;
}
span.ranking_1
{
	background-position: 0 -32px;
}
span.ranking_2
{
	background-position: 0 -64px;
}
span.ranking_3
{
	background-position: 0 -96px;
}
span.ranking_4
{
	background-position: 0 -128px;
}
span.ranking_5
{
	background-position: 0 -160px;
}
span.ranking span
{
	display: none;
}

/* Inhaltsbereich > Suche > Suchergebnisse > Pagination */

div.pagination
{
	padding: 24px 0 0 0;
	border-top: solid 1px #D7D7D7;
	font-size: 13px;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
div.pagination a
{
	margin-right: 0.325em;
	padding: 0.325em 0.825em 0.325em 0.825em;
	background-color: #000000;
	color: #FFFFFF;
}
div.pagination span.next,
div.pagination span.previous
{
	padding-right: 0.525em;
	padding-left: 0.525em;
}
div.pagination a:hover,
div.pagination a:focus
{
	background-color: #1463A8;
	text-decoration: none;
}
div.pagination span.active_page
{
	margin-right: 0.325em;
	padding: 0.325em 0.825em 0.325em 0.825em;
	background-color: #EEEEEE;
	color: #000000;
	
}

/* Inhaltsbereich > Kontaktseite */

.contact h2
{
	margin: 0.725em 0 1em 0;
	padding-bottom: 0.425em;
	font-size: 22px;
}
.contact h2.phone,
.contact h2.email,
.contact h2.mail
{
	padding-left: 52px;
	background-color: transparent;
	background-image: url(../images/layout/contact_icon_spritesheet.png);
	background-repeat: no-repeat;
}
.contact h2.phone
{
	background-position: left 12px;
}
.contact h2.email
{
	background-position: left -68px;
}
.contact h2.mail
{
	background-position: left -148px;
}
.contact dl
{
	margin: 0;
	padding: 0.425em 0 0.425em 0;
}
.contact dt
{
	float: left;
	display: inline;
	width: 284px;
	margin: 0 24px 0 0;
	padding: 0.625em 0 0.425em 0;
}
.contact dd
{
	margin: 0;
	padding: 0.425em 0 0.425em 0;
	font-size: 16px;
}
.contact div.columns p
{
	padding: 0.425em 0 0.425em 0;
	line-height: 2em;
}
.contact div.columns strong
{
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.contact div.columns p span
{
	clear: left;
	float: left;
	width: 100px;
}

/* Inhaltsbereich (breit) > Sitemap */

.sitemap
{
	padding-bottom: 32px;
}
.sitemap h2,
.sitemap h2 a
{
	color: #1463A8;
}
.sitemap .service h2,
.sitemap .service h2 a
{
	color: #E57A00;
}
.sitemap .interactive h2,
.sitemap .interactive h2 a
{
	color: #8ABD13;
}
.sitemap .development h2,
.sitemap .development h2 a
{
	color: #A31B00;
}
.sitemap .consulting h2,
a.sitemap .consulting h2 a
{
	color: #2C8EC7;
}
.sitemap .providing h2,
.sitemap .providing h2 a
{
	color: #78919E;
}
.sitemap .sales h2,
.sitemap .sales h2 a
{
	color: #EBAC00;
}
.sitemap ul
{
	padding-top: 1em;
}
.sitemap ul li
{
	padding: 0.125em 0 0.125em 0;
	background: transparent;
}

/* Startseite > Weitere-Themen-Element */

div.more_topics
{
	display: none;
}

/* Startseite > Rechte Spalte > Navigationselemente */

ul.navigation
{
	padding: 0;
}
ul.navigation li
{
	margin: 1px 0 0 0;
	padding: 0;
	background: #F1F1F1;
	font-size: 16px;
}
ul.navigation a
{
	display: block;
	width: 240px;
	padding: 0.925em 24px 0.925em 32px;
}
ul.navigation span
{
	color: #707070;
	font-size: 13px;
}
ul.navigation a:hover,
ul.navigation a:focus
{
	background-color: #E0E0E0;
	text-decoration: none;
}
ul.topics li,
ul.social_media li
{
	line-height: 70px;
}
ul.topics a,
ul.social_media a
{
	height: 70px;
	width: 182px;
	padding: 0 24px 0 90px;
	background-image: url(../images/layout/navigation_icons_spritesheet.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
}
ul.navigation li.internet_agentur a
{
	background-position: 10px 0;
}
ul.navigation li.web_applikationen a
{
	background-position: 10px -70px;
}
ul.navigation li.it_support a
{
	background-position: 10px -140px;
}
ul.navigation li.netzwerk_und_security a
{
	background-position: 10px -210px;
}
ul.navigation li.facebook a
{
	background-position: 10px -280px;
}
ul.navigation li.twitter a
{
	background-position: 10px -350px;
}
ul.navigation li.rss a
{
	background-position: 10px -420px;
}
ul.navigation li.webcam a
{
	background-position: 10px -490px;
}

/* Startseite > Inhaltsbereich > News-Listen */

.frontpage #content
{
	width: 616px;
	margin-right: 24px;
	padding-top: 2.325em;
}
.frontpage #content h1 /* Sonderfall für Aktuelles */
{
	margin-top: -0.9025em;
}
.frontpage #content h2
{
	margin-top: 0.525em;
	padding-bottom: 0.8785em;
}
.frontpage ul.news
{
	margin-top: 16px;
}
.frontpage ul.news li
{
	overflow: hidden;
	width: 616px; /* overflow für i6,7 */
}

/*
.frontpage ul.news li:hover
{
	background-color: #F1F1F1;
	background: transparent url(../images/layout/news_item_hover_background.png) no-repeat 0 0;
}
.frontpage ul.news li.active:hover
{
	background-color: transparent;
	background: transparent;
}
*/

.frontpage ul.news li.first
{
	border: none;
}
.frontpage ul.news img
{
	width: 80px;
	margin-top: 2px;
}
.frontpage ul.news div
{
	width: 512px; /* 616 - 24 - 80 */
}
.frontpage ul.news h3
{
	padding: 0;
	font-size: 20px;
	line-height: 1.1375em;
}
.frontpage ul.news p.teaser
{
	padding-right: 48px;
}

/* Startseite > Inhaltsbereich > News-Listen > More-Links-Sonderfälle */

#morelink_company_news,
#morelink_products_specials,
#morelink_project_ticker
{
	padding-top: 2.525em;
	border-top: solid 1px #E0E0E0;
}

/* Startseite > Inhaltsbereich > News-Listen > Tabs */

#news_tabs
{
	overflow: hidden;
	width: 616px; /* overflow für i6,7 */
	margin-top: 1.325em;
}
#news_tabs h2,
.frontpage #news_tabs h2
{
	float: left;
	display: inline;
	height: 42px;
	margin: 0 1px 0 0;
	padding: 0 0 9px 0;
	background: transparent;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#news_tabs h2 span
{
	display: block;
	height: 42px;
	background-color: #F1F1F1;
}
#news_tabs h2.active
{
	background: transparent url(../images/layout/news_tabs_arrow.png) no-repeat center bottom;
}
#news_tabs h2.active span
{
	background-color: #1463A8;
	color: #FFFFFF;
}
#news_tabs #headline_company_news span
{
	width: 240px;
}
#news_tabs #headline_products_specials span
{
	width: 200px;
}
#news_tabs #headline_project_ticker
{
	margin: 0;
}
#news_tabs #headline_project_ticker span
{
	width: 174px;
}

/* Inhaltsbereich > Sponsoring-Listen */

ul.sponsorships li
{
	padding-bottom: 0.625em;
	background-position: 2px 2.025em;
}
ul.sponsorships li p
{
	padding: 0;
}

/* Rechte Spalte > Sponsoring-Teaser-Bilder */

#right_column div.sponsorships a,
#right_column div.sponsorships span
{
	display: block;
	margin-top: 12px;
	padding: 24px 0 24px 0;
	background-color: #FFFFFF;
	text-align: center;
}

/* Inhaltsbereich > RSS-Feed-Listen-Übersicht */

ul.rss_feeds li
{
	padding-bottom: 24px;
	padding-left: 60px;
	background: transparent url(../images/layout/icon_rss_feeds.png) no-repeat 4px 0.425em;
}
ul.rss_feeds h2
{
	padding: 0.3025em 0 0.3025em 0;
}
ul.rss_feeds p
{
	padding: 0.425em 0 0.425em 0;
}

/* Inhaltsbereich > Anfahrtspläne */

table.office
{
	width: 100%;
	margin: 24px 0 24px 0;
}
table.office td
{
	padding: 0;
	vertical-align: top;
}
table.office td.address
{
	width: 60%;
	padding-left: 24px;
}
table.office td strong
{
	color: #000000;
	font-weight: normal;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

table.parking
{
	width: 100%;
	margin: 20px 0 24px 0;
}
table.parking th
{
	padding: 0.425em 0 0.425em 0;
	color: #000000;
	font-weight: normal;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-align: left;
}
table.parking th.auslastung_grafisch
{
	width: 170px;
}
table.parking td
{
	padding: 0.425em 0 0.425em 0;
}

table.parking_garages
{
	width: 100%;
	margin: 20px 0 24px 0;
}
table.parking_garages td
{
	width: 50%;
	padding: 0.425em 0 0.425em 0;
}
table.parking_garages td strong
{
	color: #000000;
	font-weight: normal;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Inhaltsbereich (volle Breite) > Sicherungskalender */

ul.type
{
	overflow: auto;
	width: 936px;
	margin: 24px 0 24px 0;
	padding: 0;
}
ul.type li
{
	float: left;
	margin: 0 -1px 0 0;
	padding: 0;
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
}
ul.type a
{
	float: left;
	padding: 0.625em 24px 0.625em 48px;
}
ul.type li.three_generations a
{
	background: transparent url(../images/sicherungskalender/3g_ico.gif) no-repeat 12px 0.475em;
}
ul.type li.two_generations a
{
	background: transparent url(../images/sicherungskalender/2g_ico.gif) no-repeat 12px 0.325em;
}

table.backup_options
{
	margin-bottom: 24px;
}
table.backup_options label
{
	margin-right: 12px;
}
table.backup_options select
{
	margin-right: 24px;
}

table.backup_calendar
{
	width: 100%;
	margin-bottom: 24px;
	border: solid 1px #E0E0E0;
	border-collapse: collapse;
}
table.backup_calendar th
{
	padding: 0.625em 0;
	border: solid 1px #E0E0E0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
/*
table.backup_calendar th.monday
{
	width: 124px;
}
table.backup_calendar th.tuesday
{
	width: 131px;
}
table.backup_calendar th.wednesday
{
	width: 135px;
}
table.backup_calendar th.thursday
{
	width: 150px;
}
table.backup_calendar th.friday
{
	width: 120px;
}
table.backup_calendar th.saturday
{
	width: 129px;
}
table.backup_calendar th.sunday
{
	width: 139px;
}
*/

table.backup_calendar td
{
	padding: 1px;
	border: solid 1px #E0E0E0;
	color: #000000;
	font-size: 13px;
}
table.backup_calendar div.day
{
	padding: 0.125em 0.425em 0.125em 0.425em;
	color: #E57A00;
	text-align: right;
}
table.backup_calendar div.tape
{
	height: 1.625em;
	padding: 0.625em 0 0.625em 56px;
	background: #F1F1F1 url(../images/layout/icon_tape.png) no-repeat 12px 0.625em;
	line-height: 1.625em;
}
table.backup_calendar div.sa
{
	background-color: #FADC64;
}
table.backup_calendar div.so
{
	background-color: #FEB536;
}

div.backup_download a.pdf
{
	padding: 0.625em 12px 0.625em 40px;
	background: transparent url(../images/sicherungskalender/pdf_icon.gif) no-repeat 12px center;
}
div.backup_download a:hover,
div.backup_download a:focus
{
	background-color: #F1F1F1;
	text-decoration: none;
}

/* Inhaltsbereich > Passwortgenerator */

div.passwords
{
	margin-top: 48px;
	padding-bottom: 32px;
}
div.passwords h2
{
	padding: 0;
}
div.passwords ul
{
	padding: 0;
}

/* Rechte Spalte > LYNET Produkt Teaser */

div.product_teaser
{
	overflow: auto;
	width: 296px; /* ie6,7 */
}
div.product_teaser h3
{
	padding: 1.025em 0 0.325em 0;
	font: normal 20px/1.1375em 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
div.product_teaser p
{
	padding: 0.125em 0 1.125em 0;
	font-size: 13px;
	line-height: 1.525em;
}
div.product_teaser img
{
	float: left;
}

/* Facebook Plugin (für jede Aktualisierung muss die Verlinkung im Template hochgesetzt werden) */

#facebook_likebox
{
margin-top: 12px;
	padding: 10px;
	background-color: #F1F1F1;
}
.fan_box .full_widget
{
	background: transparent;
	background: #FAFAFA;
	border: none;
}
.fan_box .full_widget .connect_top
{
	padding: 14px 0 0 18px;
	background: transparent;
}
.fan_box .connect_action
{
	padding: 0;
}
.fan_box .full_widget .connect_top img
{
	display: none;
}
.fan_box .full_widget .connect_top div.name_block
{
	float: left;
	color: #000000;
}
.fan_box .full_widget .connect_top div.name_block a
{
	color: #000000;
	font-size: 12px;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.fan_box .full_widget .connect_top div.name_block .name
{
	display: block;
	font-size: 14px;
	font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.fan_box .full_widget .connect_top table
{
	float: right;
	display: inline;
	margin: 0 8px 0 0;
}
.fan_box .connections
{
	padding: 0 0 8px 18px;
	border: none;
}
.fan_box .connections span.total
{
	display: block;
	margin: 12px 0 12px 0;
	color: #000000;
	font-size: 12px;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.fan_box .connections span.total b
{
	/*font-family: 'UbuntuMedium', 'Lucida Grande', Helvetica, Arial, sans-serif;*/
	font-weight: bold;
}

.fan_box .connections_grid .grid_item
{
	padding: 0 14px 6px 0;
}
.fan_box .connections_grid .grid_item .name,
.fan_box .connections_grid .grid_item a
{
	color: #000000;
	font-family: 'UbuntuRegular', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

/* Facebook Plugin > Privacy Hinweise */

div.facebook_unlocked
{
	margin-top: -3px;
	padding: 12px 18px 12px 54px;
	background: #FAFAFA url(../images/layout/icon_facebook_unlocked.png) no-repeat 18px 22px;
}
div.facebook_unlocked p
{
	padding: 0;
	font-size: 12px;
	line-height: 1.375em;
}

/* Webcam */

body.popup
{
	background: #FAFAFA url(../images/layout/main_background.png) repeat center top;
}
body.popup #content
{
	float: none;
	display: block;
	width: 640px;
	margin: 0 auto 0 auto;
	padding: 0 24px;
}
body.popup #uhr
{
	margin: -0.825em 0 1.425em 0;
	color: #000000;
	font-size: 20px;
}
body.popup #content p.more
{
	margin-top: 1em;
}
body.popup #content div.submit
{
	width: 592px;
}

div.slide {
	display: block;
}

p.more {
	display: none;
}

/* Kein Seitenumbruch in bestimmten Elementen */
p, img, li {
	page-break-inside: avoid;
}

/* nur Firefox */
@-moz-document url-prefix() {
	ul.news li,
	div {
		overflow: visible !important;
	}
	ul.news li {
		border: 0;
		padding: 20px 0;
	}
	ul.news li  * {
		float: none;
	}
}

/* nur Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	div#footer_wrapper {
		overflow: visible !important;
	}
}

@media screen and (max-width: 960px)
{
}