/*********************************************
Settings
*********************************************/

body {
	color: #333;
	font-size: 100%;
	font-size: 0.625em;
	line-height: 1.8em;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
}

body, div, ul, li, input, img, table, td, h1, h2, h3, h4, h5, h6, h7, h8, h9, p {
	margin: 0;
	padding: 0;
}

form {
	display: inline;
}

table, img {
	border: none;
}

td {
	padding: 2px;
}

ul {
	list-style: none;
}

.cl {
	clear: both;
	line-height: 0.1em;
}

.lir {
	margin-right: 0 !important;
}

a.anchor {
	position: absolute;
	top: 0;
	left: 0;
}

a.js:hover {
	text-decoration: none;
}

/*********************************************
Default Links
*********************************************/

a {
	color: #f36d00;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*********************************************
Form Elements
*********************************************/

input, textarea, select {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.row {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 2px 0;
}

.input,
label {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

.row label,
.single_radio label,
.multi_radio label {
	display: block;
	float: left;
	vertical-align: middle;
	width: 170px;
	text-align: right;
	color: #999;
}

.single_radio label {
	width: 564px;
	text-align: left;
}

.newsletter {
	width: 75px !important;
	text-align: right;
}

.multi_radio input {
	display: block;
	float: left;
	margin-right: 5px;
}

.multi_radio .input label {
	width: auto;
	margin-right: 15px;
}

.row input {
	font-size: 1.1em;
	width: 250px;
}

.row textarea {
	width: 400px;
	height: 150px;
}

.row .company_year {
	width: 50px;
}

#other_company {
	width: 70px;
}

.row .auto {
	width: auto;
}

/*********************************************
Popup, Contact
*********************************************/

.popup {
	padding: 0 25px;
}

.contact label,
.popup label {
	width: 70px;
}

/*********************************************
Popup, Contact
*********************************************/

.callback_popup {
	padding: 0 25px;
}

.imprint-contact label,
.callback_popup label {
	float: none;
	text-align: left;
	width: auto;
}

.imprint-contact textarea,
.callback_popup textarea { height: 100px; }
.imprint-contact input,
.callback_popup input { width: 130px; }
.imprint-contact .input_wide,
.callback_popup .input_wide { width: 445px; }
.imprint-contact .row,
.callback_popup .row { float: left; margin-right: 10px; margin-bottom: 5px; padding: 2px; width: 144px; }
.imprint-contact .row_cl,
.callback_popup .row_cl { clear: left; }
.imprint-contact .row_wide,
.callback_popup .row_wide { width: 460px; }

/*********************************************
Headlines
*********************************************/

h1, .h1 {
	font-size: 1.6em;
	line-height: normal;
	color: #ff9900;
	text-align: center;
}

h2, .h2 {
	font-size: 2em;
	line-height: 1.25em;
	text-align: left !important;
}

h3, .h3 {
	font-size: 1.8em;
	line-height: 1.25em;
	text-align: left !important;
}

cite {
	padding-left: 50px;
	color: #df9800 !important;
	border-right: 5px solid #df9800;
	margin-bottom: 40px !important;
	font-weight: 700;
	padding-right: 20px;
	background: url(/img/misc/cite.gif) left top no-repeat;
}

cite span {
	display: block;
	font-style: normal;
	text-align: right;
	color: #333;
}

/*********************************************
Frame
*********************************************/

.header,
.footer,
.wrapper {
	text-align: center;
}

.header {
	margin-bottom: 25px;
}

.h_inner,
.w_inner,
.f_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.footer {
	padding-top: 50px;
}

.f_inner {
	background: url(/img/frame/980_top_gradient.png);
	padding: 7px 15px;
	text-align: center;
	width: 950px;
}

/*********************************************
Header
*********************************************/

.h_inner {
	background: url(/img/header_footer/header.png);
	height: 60px;
	margin-top: 15px;
}

.header_small {
	margin: 2px 0 0 -7px;
}

.h_inner a.home {
	display: block;
	width: 130px;
	height: 60px;
	position: absolute;
}

.h_inner .tabs {
	position: absolute;
	bottom: 0;
	left: 131px;
	z-index: 101;
}

.h_inner .tabs a,
.h_inner .search {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #8a8b8a;
	border-left: 1px solid #bbb;
	color: #333;
	text-align: center;
}

.h_inner .tabs a {
	font-size: 1.3em;
}

.h_inner .tabs a:hover,
.h_inner .tabs a.hover,
.h_inner .tabs a.active {
	background: url(/img/header_footer/tab_hover.gif);
	text-decoration: none;
	color: #eee;
}

.h_inner .search {
	width: 50px;
	vertical-align: middle;
	height: 25px;
	padding-top: 5px;
}

.h_inner .search input {
	width: 140px;
	color: #999;
}

.h_inner .callback {
	display: block;
	background: url(/img/header_footer/callback.png) right no-repeat;
	padding-right: 32px;
	line-height: 26px;
	height: 26px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: -2px 10px 0 0;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	width: auto;
}

.h_inner .callback:hover { color: #F19821; text-decoration: none; }

.h_inner .twitter {
	background: url(/img/header_footer/twitter.png);
	float: left;
	height: 25px;
	margin: -2px 15px 0 0;
	width: 70px;
}

.h_inner .facebook {
	background: url(/img/header_footer/facebook.png);
	float: left;
	height: 25px;
	margin: -2px 15px 0 0;
	width: 25px;
}

.h_inner .wordpress {
	background: url(/img/header_footer/wordpress.png);
	float: left;
	height: 25px;
	margin: -2px 15px 0 0;
	width: 25px;
}

.h_inner .newsletter {
	background: url(/img/header_footer/newsletter-bkgr2.png);
	background-repeat:no-repeat;
	float: left;
	height: 25px;
	margin: -2px 15px 0 0;
	width: 70px;
}

.h_inner .newsletter:hover { background-position: -90px 0; }

#search { float: left; }

#headfloat { float: right;	margin-top: -3px; overflow: visible; }

#searchinput {
	margin-right: 4px;
	position: relative;
	top: -6px;
}

#searchinput2 {
	font-size: 1.5em;
	margin-right: 5px;
	position: relative;
	top: -4px;
	width: 300px;
}

/*********************************************
Navigation Menu
*********************************************/

.h_inner .menubox {
	float: left;
	position: relative;
	z-index: 100;
}

.h_inner .menucontent {
	position: absolute;
	top: 30px;
	left: 1px;
	display: none;
	background: #eee;
	width: 241px;
	padding: 10px 0 5px;
	border: 1px solid #ccc;
	border-top: none;
}

.h_inner .menucontent_l {
	width: 236px;
}

.h_inner .active {
	display: block;
}

.h_inner .menucontent a {
	float: none;
	border: none;
	width: auto;
	height: auto;
	line-height: 2em;
	text-align: left;
	margin: 0;
	padding: 0 15px;
	font-size: 1.1em;
	color: #555;
}

a.menuname {
	font-weight: 700;
}

.h_inner .menucontent a:hover {
	background: #ddd;
	color: #555;
}

.h_inner .menucontent .sub {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}

.h_inner .menucontent .sub_f {
	padding-top: 0;
	border-top: none;
}

.h_inner .menucontent .sub_l {
	padding-bottom: 0;
	border-bottom: none;
}

.h_inner .menucontent .sub a {
	padding: 0 0 0 25px;
}

.h_inner .menucontent h4 {
	color: #e98c00;
	padding: 0 15px;
	font-size: 1em;
}

.h_inner .languages {
	height: 30px;
	float: left;
	border-left: 1px solid #bbb;
}

.h_inner .languages a.menuname {
	display: block;
	background: url(/img/header_footer/tab_right.png) center right no-repeat;
	width: 104px;
	height: 30px;
	padding-left: 12px;
	border: none;
}

.h_inner .languages a.menuname:hover,
.h_inner .languages a.menuname.hover {
	background: url(/img/header_footer/tab_right_hover.png) center right no-repeat;
}

.h_inner .languages .menucontent {
	left: auto;
	right: 0;
	width: 150px;
}

.h_inner .languages .de,
.h_inner .languages .en,
.h_inner .languages .nl,
.h_inner .languages .it {
	display: block;
	height: 30px;
	background: url(/img/flags/de.png) left center no-repeat;
	font-size: 0.8em;
	font-weight: 500;
}

.h_inner .languages .en {
	background-image: url(/img/flags/en.png);
}

.h_inner .languages .nl {
	background-image: url(/img/flags/nl.png);
}

.h_inner .languages .it {
	background-image: url(/img/flags/it.png);
}

.h_inner .languages a.menuname {
	color: #666;
}

.h_inner .languages a.menuname:hover,
.h_inner .languages a.menuname.hover {
	color: #eee;
}

/*********************************************
Frame
*********************************************/

#landing_slideshow {
	height: 478px;
}

.intro {
	background: url(/img/frame/980_bottom.png) bottom no-repeat;
	margin-bottom: 15px;
	padding-bottom: 9px;
}

.intro .inner {
	padding: 9px 15px 0;
	background: url(/img/frame/980_top.png) top no-repeat;
}

.intro .inner span {
	display: block;
	font-size: 0.8em;
	color: #aaa;
	font-weight: 500;
}

.fbox {
	background: url(/img/frame/980_top_gradient.png) top no-repeat;
	margin-bottom: 25px;
}

.fbox .inner {
	padding: 25px 25px 21px;
/* 	background: url(/img/frame/980_bottom.png) bottom no-repeat; */
	overflow: hidden;
}

.fbox .close {
	padding-left: 1px;
	padding-right: 1px;
}

.boxfooter {
	background: url(/img/frame/980_bottom.png);
	height: 9px;
	position: relative;
	top: 9px;
}

.mainbox {
	overflow: hidden;
	margin-bottom: 10px;
}

.mainbox .left {
	float: left;
	width: 848px;
	height: 480px;
	background: #eee;
	margin-right: 12px;
}

.mainbox .right {
	float: left;
	width: 120px;
}

.mainbox .right .block {
	width: 120px;
	background: url(/img/misc/side_top.gif) top no-repeat;
	margin-bottom: 5px;
}

.mainbox .right .block .inner {
	background: url(/img/misc/side_bottom.gif) bottom no-repeat;
	padding: 10px;
	line-height: 1.3em;
	height: 60px;
}

.mainbox .right .button {
	display: block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	font-size: 1.2em;
	text-align: center;
	color: #333;
	margin-bottom: 5px;
	background: url(/img/misc/side_button.gif);
}

.hbox {
	width: 482px;
	float: left;
	background: url(/img/frame/482_top.png) top no-repeat;
	margin: 0 16px 15px 0;
}

.hbox .inner {
	padding: 25px 25px 30px 25px;
	font-size: 1.1em;
	overflow: hidden;
}

#customers {
	padding: 0 25px 10px;
	height: 162px;
	overflow: hidden;
}

.q3box {
	width: 731px;
	float: left;
	background: url(/img/frame/731_top.png) top no-repeat;
	margin: 0 16px 15px 0;
}

.q3box .inner {
	padding: 25px 25px 30px 25px;
	font-size: 1em;
	overflow: hidden;
}

.q1box {
	width: 233px;
	float: left;
	background: url(/img/frame/233_top.png) top left no-repeat;
	margin: 0 16px 15px 0;
}

.q1box .inner {
	padding: 25px 25px 30px 25px;
	font-size: 1em;
	overflow: hidden;
}

.t1box {
	width: 316px;
	float: left;
	background: url(/img/frame/316_top.png) top no-repeat;
	margin: 0 16px 15px 0;
}

.t1box .inner {
	padding: 25px 25px 30px 25px;
	font-size: 1.1em;
	overflow: hidden;
}

.t2box {
	width: 648px;
	float: left;
	background: url(/img/frame/648_top.png) top no-repeat;
	margin: 0 16px 15px 0;
}

.t2box .inner {
	padding: 25px 25px 30px 25px;
	font-size: 1.1em;
	overflow: hidden;
}

.hbox .boxfooter { background-image: url(/img/frame/482_bottom.png); }
.q3box .boxfooter { background-image: url(/img/frame/731_bottom.png); }
.q1box .boxfooter { background-image: url(/img/frame/233_bottom.png); }
.t1box .boxfooter { background-image: url(/img/frame/316_bottom.png); }
.t2box .boxfooter { background-image: url(/img/frame/648_bottom.png); }


h2.title {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	padding: 8px 0 6px 10px;
	border-bottom: 1px solid #c4c4c4;
}

a.callback {
	display: block;
	height: 46px;
	width: 120px;
	background: url(/img/misc/callback.gif);
	margin-bottom: 5px;
}

a.greenpower {
	display: block;
	height: 174px;
	width: 120px;
	background: url(/img/misc/greenpower.gif);
	margin-bottom: 5px;
}

.column {
	float: left;
	overflow: hidden;
}

.nobox {
	margin-right: 16px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
}

.nobox img {
	margin-bottom: 15px;
	display: block;
}

/*********************************************
Newsticker
*********************************************/

.news {
	height: 29px;
	line-height: 29px;
	background: url(/img/frame/news.png);
	margin-bottom: 15px;
}

.news h1 {
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 29px;
	color: #333;
	float: left;
	width: 130px;
	text-align: center;
}

.news span {
	display: block;
	float: left;
	width: 709px;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	font-size: 1.1em;
}

#newsticker {
	width: 709px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	position: relative;
}

#newsticker a {
	color: #333;
	visibility: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.news a.rss {
	float: left;
	background: url(/img/misc/feed.png) left center no-repeat;
	line-height: 29px;
	padding-left: 21px;
	margin-left: 10px;
	color: #333;
}

/*********************************************
Tags
*********************************************/

.tags {
	overflow: hidden;
	text-align: justify;
}

a.t0,
a.t1,
a.t2,
a.t3,
a.t4,
a.t5 {
	margin-right: 10px;
	line-height: 33px;
	white-space: nowrap;
}

a.t0 {
	font-size: 0.9em;
}

a.t1 {
	font-size: 1.2em;
}

a.t2 {
	font-size: 1.4em;
}

a.t3 {
		font-size: 1.5em;
}

a.t4 {
	font-size: 1.8em;
}

a.t5 {
	font-size: 2.2em;
}

/*********************************************
Pressemitteilungen
*********************************************/

ul.press {
	color: #999;
	font-size: 1.2em;
	overflow: hidden;
}

ul.press li {
	float: left;
	width: 830px;
	margin-bottom: 15px;
}

ul.press li.date {
	clear: left;
	width: 100px;
}

ul.press a {
	color: #999;
}

ul.press a:hover {
	color: #f36d00;
}

.press h1 {
	margin-bottom: 25px;
	text-align: left;
	color: #000;
}

/*********************************************
Team
*********************************************/

#cflow {
	text-align: center;
}

ul.team {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
	padding: 15px 0;
}

ul.team li.title,
ul.team li.company {
	font-size: 1.3em;
	font-weight: 700;
	color: #ff9900;
	text-transform: uppercase;
}

ul.team li.name {
	font-weight: 700;
	font-size: 1.3em;
	padding: 4px 0 0;
}

ul.team li.subtitle,
ul.team li.address {
	font-weight: 700;
	font-size: 1.1em;
	padding: 0 0 10px;
}

ul.presscontact {
	margin: 0 0 25px;
	padding-top: 0;
	border-top: none;
}

ul.presscontact li.company {
	font-size: 1.2em;
}

ul.presscontact li.address {
	padding: 0;
}

ul.presscontact li.title {
	font-size: 1.1em;
	color: #000;
	text-transform: none;
}

ul.presscontact li.br {
	padding-top: 10px;
}

ul.team_last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*********************************************
OnTour
*********************************************/

.ontour h3 {
	margin-bottom: 25px;
	font-size: 2.4em;
	color: #ccc;
}

.ontour ul {
	margin-bottom: 30px;
	font-size: 1.2em;
	overflow: hidden;
}

.ontour li.img {
	float: left;
	display: block;
	margin-right: 25px;
}

.ontour li.date {
	font-weight: 700;
	font-size: 0.9em;
	color: #f36d00;
	margin-bottom: 2px;
}

.ontour li a {
	color: #000;
	font-weight: 700;
	font-size: 1.2em;
}

.ontour ul.last {
	margin-bottom: 0;
}

/*********************************************
Entry
*********************************************/

.partner,
.entry,
.bigentry {
	display: block;
	float: left;
	margin: 0 26px 25px 0;
	width: 120px;
	overflow: hidden;
	line-height: 1.4em;
	text-align: center;
}

.partner {
	color: #333;
	font-weight: 700;
	margin-right: 67px;
}

.partner img,
.entry img {
	display: block;
	margin-bottom: 5px;
}

.bigentry {
	width: 159px;
	border: 1px solid #ddd;
	background: #fff;
	margin-right: 42px;
	padding: 5px;
}

.bigentry span {
	display: block;
	color: #999;
	text-align: center;
}

.preview {
	text-align: center;
	font-size: 1.1em;
}

.preview span {
	display: block;
	padding-top: 15px;
}

.entry {
	font-weight: 700;
	color: #bbb;
}

.entry:hover {
	color: #000;
	text-decoration: none;
}

a.pdf {
	display: block;
	padding-left: 21px;
	background: url(/img/misc/pdf.gif) no-repeat;
	line-height: 16px;
	height: 16px;
	font-weight: 700;
}

.references_logos {
	padding-top: 40px !important;
}

/*********************************************
Pressekontakt
*********************************************/

ul.contact li {
	font-size: 1.1em;
}

ul.contact li.title {
	font-size: 1.2em;
	font-weight: 700;
	color: #ff9900;
	text-transform: uppercase;
}

ul.contact li.address {
	font-weight: 700;
	color: #000;
}

/*********************************************
Imressum
*********************************************/

ul.imprint li {
	font-size: 1.1em;
}

ul.imprint li.title {
	font-size: 1.3em;
	font-weight: 700;
	color: #ff9900;
	text-transform: uppercase;
}

ul.imprint li.address {
	font-size: 1.3em;
	font-weight: 700;
	color: #000;
}

ul.imprint li.cat {
	font-size: 1em;
	font-weight: 700;
	color: #999;
}

ul.imprint li.cat_next {
	padding-top: 60px;
}

ul.imprint li.br {
	padding-top: 15px;
}

ul.bullets {
	padding-left: 15px;
}

ul.bullets li {
	list-style-image: url(/img/misc/bullet2.gif);
}

ul.strong {
	font-weight: 700;
	color: #333;
}

ul.bullets li.text {
	font-weight: 500;
	color: #999;
	background: none;
	padding: 0 0 15px;
	line-height: 1.8em;
}

ul.bullets li.strong {
	font-weight: 700;
	color: #000;
	background: no-repeat;
	padding: 0;
}

/*********************************************
Pagination
*********************************************/

.pagination {
	margin-top: 15px;
	position: relative;
}

.pagination div {
	text-align: center;
}

.pagination a.prev,
.pagination a.next {
	display: block;
	position: absolute;
	top: 0;
}

.pagination a.next {
	right: 0;
}

/*********************************************
Productpages
*********************************************/

h1.headline,
h2.headline {
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	font-size: 2.4em;
	font-weight: 500;
}

h1.headline {
	margin-bottom: 30px;
}

h2.headline {
	font-size: 1.8em;
}

.textblock,
.textblock_f {
	display: block;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	line-height: 1.8em;
	overflow: hidden;
	position: relative;
	color: #888;
}

.last {
	margin-bottom: 0 !important;
}

.textblock strong.block,
.textblock_f strong.block {
	display: block;
	color: #333;
	font-size: 1.3em;
}

.textblock strong,
.textblock_f strong {
	color: #333;
}

span.textblock {
	clear: both;
}

.textblock_f {
	font-size: 1.2em
}

.textblock_f h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	text-align: left;
}

/*********************************************
Productthumbs
*********************************************/

.product_thumb,
.homebox_hover {
	float: left;
	width: 232px;
	height: 230px;
	position: relative;
	display: block;
}

.homebox_hover {
	width: 316px;
	height: 257px;
}

.product_thumb .name {
	display: block;
	text-align: center;
	top: 200px;
	font-size: 1.2em;
	color: #bbb;
	width: 232px;
	position: absolute;
}

.product_thumb:hover,
.homebox_hover:hover {
	text-decoration: none;
}

.product_thumb img,
.homebox_hover img {
	position: absolute;
	top: 0;
	left: 0;
}

.pthumb {
	text-align: center !important;
	font-size: 2em;
	color: #ccc;
	margin-bottom: 25px;
}

.product_thumb .js_show,
.homebox_hover .js_show {
	background: url(/img/misc/overlay_dark_bottom.png) bottom no-repeat;
	position: absolute;
	top: 50px;
	left: 0;
	width: 232px;
	font-size: 1em;
	line-height: 1.4em;
	color: #777;
	visibility: hidden;
	display: block;
	padding-bottom: 6px;
	cursor: pointer;
}

.homebox_hover:hover .js_show {
	cursor: pointer;
}

.homebox_hover .js_show {
	left: 42px;
}

.product_thumb .thumbinner,
.homebox_hover .thumbinner {
	display: block;
	background: url(/img/misc/overlay_dark_top.png) top no-repeat;
	padding: 15px 15px 10px 15px !important;
}

.product_thumb span em {
	color: #ddd;
	display: block;
}

.product_thumb span a,
.product_thumb span strong {
	display: block;
	font-size: 1.4em;
	color: #ff9900;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

.homebox_hover strong.head {
	display: block;
	font-size: 1.2em;
	color: #ff9900;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

.homebox_hover em {
	font-style: normal;
	color: #fff;
}

.homebox_hover strong.att {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
}


/*********************************************
Detail-Seiten
*********************************************/

.ipod {
	background: url(/img/products/ipod.jpg) right no-repeat;
	height: 175px;
}

.ipod p {
	display: block;
	position: absolute;
	top: 33%;
	padding-right: 215px;
}

.iphone {
	background: url(/img/products/iphone.jpg) left no-repeat;
	height: 175px;
}

.iphone p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 225px;
}

.macbook {
	background: url(/img/products/macbook.jpg) right no-repeat;
	height: 175px;
}

.macbook p {
	display: block;
	position: absolute;
	top: 15%;
	padding-right: 225px;
}

.imac {
	background: url(/img/products/imac.jpg) left no-repeat;
	height: 175px;
}

.imac p {
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	padding-left: 200px;
}

.formats {
	padding: 15px 0;
}

.flatscreen {
	margin-bottom: 0;
	background: url(/img/products/flatscreen.jpg) right no-repeat;
	height: 175px;
}

.ovt1 {
	background: url(/img/screenshots/myspass.jpg) top right no-repeat;
	height: 245px;
}

.ovt1 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-right: 285px;
}

.ovt2 {
	background: url(/img/screenshots/h_airport.jpg) left no-repeat;
	height: 169px;
}

.ovt2 p {
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	padding-left: 285px;
}

.ovt3 {
	background: url(/img/screenshots/visitberlin.jpg) right no-repeat;
	height: 224px;
}

.ovt3 p {
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	padding-right: 285px;
}

.ovt4 {
	background: url(/img/screenshots/myspass_2.jpg) left no-repeat;
	height: 244px;
}

.showit1 {
	background: url(/img/screenshots/showit4.jpg) right no-repeat;
	height: 217px;
}

.showit1 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-right: 285px;
}

.showit2 {
	background: url(/img/screenshots/showit1.jpg) left no-repeat;
	height: 211px;
}

.showit2 p {
	display: block;
	position: absolute;
	top: 5%;
	left: 0;
	padding-left: 285px;
}

.showit3 {
	background: url(/img/screenshots/showit2.jpg) right no-repeat;
	height: 211px;
}

.showit3 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-right: 285px;
}

.showit4 {
	background: url(/img/screenshots/showit3.jpg) left no-repeat;
	height: 211px;
}

.showit4 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-left: 285px;
}

.showit_plus1 {
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

.showit_plus1 p {
	display: block;
	position: absolute;
	top: 18%;
	left: 0;
	padding-right: 275px;
}

.showit_plus1 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 260px;
	height: 143px;
}

.showit_plus1 a.zoom span {
	left: auto;
	right: 0;
}

.showit_plus2 {
	height: 211px;
}

.showit_plus2 a.zoom {
	position: absolute !important;
	top: 0;
	left: 6px;
	width: 260px;
	height: 208px;
}

.showit_plus2 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 285px;
}

.showit_plus3 {
	height: 211px;
}

.showit_plus3 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 260px;
	height: 211px;
}

.showit_plus3 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-right: 300px;
}

.showit_plus4 {
	background: url(/img/screenshots/showit_plus4.jpg) left no-repeat;
	height: 211px;
}

.showit_plus4 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-left: 285px;
}

.ovt4 p {
	display: block;
	position: absolute;
	top: 30%;
	right: 0;
	padding-left: 285px;
}

.cdn1 {
	background: url(/img/screenshots/cdn7.jpg) right no-repeat;
	height: 202px;
}

.cdn1 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 285px;
}

.cdn2 {
	background: url(/img/screenshots/cdn5.jpg) left no-repeat;
	height: 232px;
}

.cdn2 p {
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	padding-left: 285px;
}

.cdn3 {
	background: url(/img/screenshots/cdn3.jpg) right no-repeat;
	height: 175px;
}

.cdn3 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 285px;
}

.cdn4 {
	background: url(/img/screenshots/cdn6.jpg) left no-repeat;
	height: 202px;
}

.cdn4 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 285px;
}

.cdn5 {
	background: url(/img/screenshots/cdn2.jpg) right no-repeat;
	height: 179px;
}

.cdn5 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-right: 285px;
}

.cdn6 {
	background: url(/img/screenshots/cdn1.jpg) left no-repeat;
	height: 287px;
}

.cdn6 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 285px;
}

.sharetime_func { padding: 0 50px; position: relative; }
.sharetime2 a.zoom,
.sharetime3 a.zoom,
.sharetime4 a.zoom,
.sharetime5 a.zoom,
.sharetime6 a.zoom,
.sharetime7 a.zoom,
.sharetime8 a.zoom { position: absolute !important; top: 0; left: 0; width: 260px; height: 218px; }

.sharetime2 a.zoom span,
.sharetime4 a.zoom span,
.sharetime6 a.zoom span,
.sharetime8 a.zoom span { left: auto; right: -5px; }

.sharetime3 a.zoom,
.sharetime5 a.zoom,
.sharetime7 a.zoom {
	left: auto;
	right: 0;
}

.sharetime3 a.zoom span,
.sharetime5 a.zoom span,
.sharetime7 a.zoom span {
	left: -5px;
	right: auto;
}

.sharetime2 {
	height: 232px;
}

.sharetime2 p {
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	padding-left: 285px;
}

.sharetime3 {
	height: 218px;
}

.sharetime3 p {
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	padding-right: 300px;
}

.sharetime4 {
	height: 218px;
}

.sharetime4 p {
	display: block;
	position: absolute;
	top: 26%;
	left: 0;
	padding-left: 300px;
}

.sharetime5 { height: 218px; }

.sharetime5 p {
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	padding-right: 300px;
}

.sharetime6 { height: 218px; }

.sharetime6 p {
	display: block;
	position: absolute;
	top: 38%;
	left: 0;
	padding-left: 285px;
}

.sharetime7 {
	height: 218px;
}

.sharetime7 p {
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	padding-right: 300px;
}

.sharetime8 { height: 218px; }

.sharetime8 p {
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	padding-left: 300px;
}

.showtime1 {
	background: url(/img/screenshots/showtime1.jpg) right no-repeat;
	height: 286px;
}

.showtime1 p {
	display: block;
	position: absolute;
	top: 22%;
	left: 0;
	padding-right: 285px;
}

.showtime2 {
	background: url(/img/screenshots/showtime3.jpg) left no-repeat;
	height: 297px;
}

.showtime2 p {
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	padding-left: 285px;
}

.showtime3 {
	background: url(/img/screenshots/showtime2.jpg) right no-repeat;
	height: 286px;
}

.showtime3 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 285px;
}

.paytime1 {
	background: url(/img/screenshots/paytime1.jpg) right no-repeat;
	height: 286px;
}

.paytime1 p {
	display: block;
	position: absolute;
	top: 22%;
	left: 0;
	padding-right: 285px;
}

.paytime2 {
	background: url(/img/screenshots/paytime3.jpg) left no-repeat;
	height: 297px;
}

.paytime2 p {
	display: block;
	position: absolute;
	top: 7%;
	left: 0;
	padding-left: 285px;
}

.paytime3 {
	background: url(/img/screenshots/paytime2.jpg) right no-repeat;
	height: 286px;
}

.paytime3 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 285px;
}


.paytime9 a.zoom,
.paytime10 a.zoom,
.paytime11 a.zoom { position: absolute !important; top: 0; left: 0; width: 260px; height: 218px; }


.paytime10 a.zoom span { left: auto; right: -5px; }

.paytime9 a.zoom,
.paytime11 a.zoom {
	left: auto;
	right: 0;
}

.paytime9 a.zoom span,
.paytime11 a.zoom span {
	left: -5px;
	right: auto;
}


.paytime9 {
	height: 250px;
}

.paytime9 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 300px;
}

.paytime10 {
	height: 250px;
}

.paytime10 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-left: 300px;
}

.paytime11 {
	height: 350px;
}

.paytime11 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 300px;
}



.iptv1 {
	background: url(/img/screenshots/h_airport.jpg) right no-repeat;
	height: 169px;
}

.iptv1 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-right: 285px;
}

.iptv2 {
	background: url(/img/screenshots/eu.jpg) left no-repeat;
	height: 260px;
}

.iptv2 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-left: 285px;
}

.iptv3 {
	background: url(/img/screenshots/cnc.jpg) right no-repeat;
	height: 201px;
}

.iptv3 p {
	display: block;
	position: absolute;
	top: 10%;
	left: 0;
	padding-right: 285px;
}

.iptv4 {
	background: url(/img/screenshots/ostbayern.jpg) left no-repeat;
	height: 217px;
}

.iptv4 p {
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	padding-left: 285px;
}

.iptv5 {
	background: url(/img/screenshots/eads.jpg) right no-repeat;
	height: 257px;
}

.iptv5 p {
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	padding-right: 285px;
}

.ondemand1 {
	background: url(/img/screenshots/ondemand1.jpg) left no-repeat;
	height: 260px;
}

.ondemand1 p {
	display: block;
	position: absolute;
	top: 23%;
	left: 0;
	padding-left: 285px;
}

.ondemand2 {
	background: url(/img/screenshots/ondemand2.jpg) right no-repeat;
	height: 260px;
}

.ondemand2 p {
	display: block;
	position: absolute;
	top: 25%;
	left: 0;
	padding-right: 285px;
}

.ondemand3 {
	background: url(/img/screenshots/ondemand3.jpg) left no-repeat;
	height: 197px;
}

.ondemand3 p {
	display: block;
	position: absolute;
	top: 16%;
	left: 0;
	padding-left: 285px;
}

.ondemand4 {
	background: url(/img/screenshots/ondemand4.jpg) right no-repeat;
	height: 239px;
}

.ondemand4 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-right: 285px;
}

.broadcast1 {
	background: url(/img/screenshots/broadcast1.jpg) left no-repeat;
	height: 260px;
}

.broadcast1 p {
	display: block;
	position: absolute;
	top: 24%;
	left: 0;
	padding-left: 285px;
}

.broadcast2 {
	background: url(/img/screenshots/broadcast5.jpg) right no-repeat;
	height: 260px;
}

.broadcast2 p {
	display: block;
	position: absolute;
	top: 17%;
	left: 0;
	padding-right: 285px;
}

.broadcast3 {
	background: url(/img/screenshots/broadcast3.jpg) left no-repeat;
	height: 248px;
}

.broadcast3 p {
	display: block;
	position: absolute;
	top: 21%;
	left: 0;
	padding-left: 285px;
}

.broadcast4 {
	background: url(/img/screenshots/broadcast4.jpg) right no-repeat;
	height: 178px;
}

.broadcast4 p {
	display: block;
	position: absolute;
	top: 14%;
	left: 0;
	padding-right: 285px;
}

.webcast1 {
	background: url(/img/screenshots/webcast2.jpg) right no-repeat;
	height: 196px;
}

.webcast1 p {
	display: block;
	position: absolute;
	top: 26%;
	left: 0;
	padding-right: 285px;
}

.webcast2 {
	background: url(/img/screenshots/webcast1.jpg) left no-repeat;
	height: 213px;
}

.webcast2 p {
	display: block;
	position: absolute;
	top: 3%;
	left: 0;
	padding-left: 285px;
}

.webcast3 {
	background: url(/img/screenshots/webcast3.jpg) right no-repeat;
	height: 181px;
}

.webcast3 p {
	display: block;
	position: absolute;
	top: 11%;
	left: 0;
	padding-right: 285px;
}

.webcast4 {
	background: url(/img/screenshots/webcast4.jpg) left no-repeat;
	height: 199px;
}

.webcast4 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-left: 285px;
}

.oma1 {
	background: url(/img/screenshots/oma_2.jpg) right no-repeat;
	height: 159px;
}

.oma1 p {
	display: block;
	position: absolute;
	top: 15%;
	left: 0;
	padding-right: 285px;
}

.oma2 {
	background: url(/img/screenshots/oma_4.jpg) left no-repeat;
	height: 226px;
}

.oma2 ul {
	position: absolute;
	top: 10%;
	left: 285px;
}

.oma3 {
	background: url(/img/screenshots/oma_1.jpg) right no-repeat;
	height: 208px;
}

.oma3 p {
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	padding-right: 285px;
}

.oma4 {
	background: url(/img/screenshots/oma_3.jpg) left no-repeat;
	height: 226px;
}

.oma4 ul {
	position: absolute;
	top: 20%;
	left: 285px;
}

div.dicas {
	float: left;
	width: 423px;
	margin-right: 25px;
}

img.dicas {
	display: block;
	float: left;
}

.rec247_1,
.rec247_3 {
	margin-bottom: 25px;
}

.rec247_2 {
	margin-bottom: 40px;
}

.rec247_3 {
	background: url(/img/screenshots/recordall1.jpg) left no-repeat;
	height: 280px;
	padding: 90px 0 0 300px;
	margin-bottom: 25px;
}

.rec247_4 {
	background: url(/img/screenshots/recordall2.jpg) right no-repeat;
	height: 320px;
}

.rec247_5 {
	background: url(/img/screenshots/broadcast1.jpg) left no-repeat;
	height: 280px;
	padding: 90px 0 0 300px;
	margin-bottom: 25px;
}


.recordall_man1 {
	background: right no-repeat;
	padding: 10px 440px 0 50px;
	margin-top: 30px;
	min-height: 320px;
	height: 340px;
}

.recordall_man2 {
	padding: 0 440px 0 50px;
	height:390px;
}


.recordall_man4 {
	padding: 0 440px 0 50px;
	height:440px;
}

.recordall_man5 {
	background: right no-repeat;
	padding: 10px 440px 0 50px;
	margin-top: 30px;
	min-height: 220px;
	height: 220px;
}

.recordall_man6 {
	background: right no-repeat;
	padding: 10px 440px 0 50px;
	margin-top: 30px;
	min-height: 300px;
	height: 300px;
}

.recordall1 {
	min-height: 175px;
	height: auto !important;
	height: 225px;
}

.recordall1 p {
	display: block;
	position: absolute;
	top: 18%;
	left: 0;
	padding-right: 275px;
}

.recordall1 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 260px;
	height: 180px;
}

.recordall1 a.zoom span {
	left: auto;
	right: 0;
}

.recordall2 {
	height: 255px;
}

.recordall2 a.zoom {
	position: absolute !important;
	top: 0;
	left: 6px;
	width: 260px;
	height: 208px;
}

.recordall2 p {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	padding-left: 285px;
}

.recordall4 {
	padding: 20px 0 0 318px;
	height: 370px;
}

.recordall4 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 319px;
	height: 370px;
}

.recordall5 {
	padding: 11px 285px 0 0;
	height: 165px;
}

.recordall5 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0px;
	width: 235px;
	height: 165px;
}

.recordall6 {
	padding: 11px 0 0 318px;
	height: 165px;
}

.recordall6 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	height: 165px;
}

/*********************************************
Management:
Show It, Show It Plus, IPTV-Producer, Easyplayer, Paytime
*********************************************/

.showit_man1,
.showtime_man1,
.paytime_man1,
.iptv_man1 {
	background: url(/img/screenshots/candyplayer.jpg) right no-repeat;
	height: 295px;
	padding: 95px 440px 0 50px;
	margin-top: 50px;
}

.iptv_man1 {
	background: url(/img/products/iptv_man1.jpg) right no-repeat;
	height: 320px;
	padding: 50px 400px 0 50px;
}

.showit_man2,
.showtime_man2,
.paytime_man2,
.iptv_man2 {
	background: url(/img/screenshots/buttons_n.jpg) left no-repeat;
	height: 250px;
	margin: -55px 0 0;
	padding: 160px 50px 0 430px;
}

.iptv_man2 {
	background: url(/img/products/iptv_man2.jpg) left no-repeat;
	margin: -115px 0 0;
	padding: 120px 50px 0 300px;
}

.showit_man3,
.showit_man5,
.showit_man7 {
	margin: 0 50px 50px 50px;
	background: url(/img/zoompics/t_playerintegration.jpg) top right no-repeat;
	height: 205px;
	line-height: 1.6em;
	padding: 75px 320px 0 0;
	position: relative;
	display: block;
}

.showit_man4,
.showit_man6,
.showit_man8 {
	margin: -50px 50px 50px 50px;
	background: url(/img/zoompics/t_videoupload.jpg) top left no-repeat;
	height: 205px;
	line-height: 1.6em;
	padding: 75px 0 0 320px;
	position: relative;
	display: block;
}

.showit_man5 {
	margin-top: -50px;
	background: url(/img/zoompics/t_transcoding.jpg) top right no-repeat;
}

.showit_man7 {
	margin-top: -50px;
	background: url(/img/zoompics/t_contenteditierung.jpg) top right no-repeat;
}

.showit_man6 {
	background: url(/img/zoompics/t_playlistenverwaltung.jpg) top left no-repeat;
	height: 175px;
	padding: 105px 0 0 320px;
}

.showit_man8 {
	background: url(/img/zoompics/t_vorschau.jpg) top left no-repeat;
	height: 175px;
	padding: 105px 0 0 320px;
}

.showit_man3 a.zoom,
.showit_man5 a.zoom,
.showit_man7 a.zoom {
	position: absolute !important;
	top: -20px;
	left: 598px;
	width: 280px;
	height: 280px;
}

.showit_man4 a.zoom,
.showit_man6 a.zoom,
.showit_man8 a.zoom {
	position: absolute !important;
	top: -20px;
	left: 0;
	width: 280px;
	height: 280px;
}

.showit_plus_man1 {
	background: url(/img/screenshots/showit_plus_ansicht.jpg) right no-repeat;
	padding: 10px 540px 0 50px;
	margin-top: 30px;
	min-height: 298px;
	height: auto !important;
	height: 298px;
}

.showit_plus_man2 {
	padding: 0 440px 0 50px;
}

.showit_plus_man3,
.showit_plus_man5,
.showit_plus_man7 {
	margin: 0 50px 50px 50px;
	background: url(/img/zoompics/t_playerintegration.jpg) top right no-repeat;
	height: 140px;
	line-height: 1.6em;
	padding: 40px 320px 0 0;
	position: relative;
	display: block;
}

.showit_plus_man4,
.showit_plus_man6,
.showit_plus_man8 {
	margin: -50px 50px 50px 50px;
	background: url(/img/zoompics/t_videoupload.jpg) top left no-repeat;
	height: 205px;
	line-height: 1.6em;
	padding: 40px 0 0 320px;
	position: relative;
	display: block;
}

.showit_plus_man3 {
	height: auto;
}

.showit_plus_man5 {
	margin-top: -50px;
	background: url(/img/zoompics/t_transcoding.jpg) top right no-repeat;
}

.showit_plus_man7 {
	margin-top: -50px;
	background: url(/img/zoompics/t_contenteditierung.jpg) top right no-repeat;
}

.showit_plus_man6 {
	background: url(/img/zoompics/t_playlistenverwaltung.jpg) top left no-repeat;
	height: 175px;
	padding: 105px 0 0 320px;
}

.showit_plus_man8 {
	background: url(/img/zoompics/t_vorschau.jpg) top left no-repeat;
	height: 175px;
	padding: 105px 0 0 320px;
}

.showit_plus_man3 a.zoom,
.showit_plus_man5 a.zoom,
.showit_plus_man7 a.zoom {
	position: absolute !important;
	top: -20px;
	left: 598px;
	width: 280px;
	height: 280px;
}

.showit_plus_man4 a.zoom,
.showit_plus_man6 a.zoom,
.showit_plus_man8 a.zoom {
	position: absolute !important;
	top: -20px;
	left: 0;
	width: 280px;
	height: 280px;
}
.easyplayer_man1 {
	margin-top: 40px;
	padding-top: 45px;
}

.easyplayer_man4 {
	background-position: top left;
	padding: 75px 0 0 320px;
}

.easyplayer_man4 a.zoom {
	left: 0;
}

.easyplayer_man5 a.zoom {
	left: 598px;
}

.easyplayer_man5 {
	padding: 105px 320px 0 0;
	background-position: top right;
	margin-top: -75px;
}

.showtime_man1 {
	background: url(/img/screenshots/showtime_man_1.jpg) right no-repeat;
	height: 355px;
}

.showtime_man2 {
	background: url(/img/screenshots/showtime_man_2.jpg) left no-repeat;
	height: 355px;
	margin-top: -115px;
}

.showtime_man3,
.showtime_man4,
.showtime_man5,
.showtime_man6,
.showtime_man7 {
	padding: 0px 50px;
}


.paytime_man1 {
	background: url(/img/screenshots/paytime_man_1.jpg) right no-repeat;
	height: 355px;
}

.paytime_man2 {
	background: url(/img/screenshots/paytime_man_2.jpg) left no-repeat;
	height: 355px;
	margin-top: -115px;
}

.paytime_man3,
.paytime_man4,
.paytime_man5,
.paytime_man6,
.paytime_man7 {
	padding: 0px 50px;
}

.easyplayer_man1_en,
.showit_man3_en, 
.showit_plus_man3_en {
	background-image: url(/img/zoompics/t_playerintegration_en.jpg);
}

.easyplayer_man2_en,
.showit_man4_en,
.showit_plus_man4_en {
	background-image: url(/img/zoompics/t_videoupload_en.jpg);
}

.easyplayer_man3_en,
.showit_man5_en,
.showit_plus_man5_en {
	background-image: url(/img/zoompics/t_transcoding_en.jpg);
}

.showit_man6_en,
.showit_plus_man6_en  {
	background-image: url(/img/zoompics/t_playlistenverwaltung_en.jpg);
}

.easyplayer_man4_en,
.showit_man7_en,
.showit_plus_man7_en  {
	background-image: url(/img/zoompics/t_contenteditierung_en.jpg);
}

.easyplayer_man5_en,
.showit_man8_en,
.showit_plus_man8_en  {
	background-image: url(/img/zoompics/t_vorschau_en.jpg);
}

/*********************************************
Einführung:
Easyplayer
*********************************************/

.easyplayer_intro1 {
	background: url(/img/screenshots/easyplayer1.jpg) right no-repeat;
	height: 190px;
}

.easyplayer_intro1 p {
	display: block;
	position: absolute;
	top: 24%;
	left: 0;
	padding-right: 235px;
}

.easyplayer_intro2 {
	background: url(/img/screenshots/easyplayer2.jpg) left no-repeat;
	height: 190px;
}

.easyplayer_intro2 p {
	display: block;
	position: absolute;
	top: 17%;
	left: 0;
	padding-left: 310px;
}

.easyplayer_intro3 {
	background: url(/img/screenshots/easyplayer3.jpg) right no-repeat;
	height: 190px;
}

.easyplayer_intro3 p {
	display: block;
	position: absolute;
	top: 21%;
	left: 0;
	padding-right: 300px;
}

.easyplayer_intro4 {
	background: url(/img/screenshots/easyplayer4.jpg) left no-repeat;
	height: 190px;
}

.easyplayer_intro4 p {
	display: block;
	position: absolute;
	top: 12%;
	left: 0;
	padding-left: 300px;
}

/*********************************************
Funktionen:
Show It, Show It Plus, IPTV-Producer
*********************************************/

img.m_head {
	display: block;
	margin: 0 0 25px 25px;
}

.iptv_m9 {
	background: url(/img/products/format_logos_wm.jpg) top left no-repeat;
	float: left;
	margin: 0 50px 50px 50px;
	line-height: 1.6em;
	padding: 5px 0 0 522px;
}

.showit_func9 {
	background: url(/img/products/format_logos.jpg) top center no-repeat;
	float: left;
	width: 405px;
	margin-right: 50px;
	line-height: 1.6em;
	padding: 129px 0 0 50px;
	margin-bottom: 50px;
}

.showit_func10 {
	background: url(/img/products/analytics.jpg) top right no-repeat;
	position: relative;
	float: left;
	width: 423px;
	line-height: 1.6em;
	padding: 129px 50px 0 0;
	margin-bottom: 50px;
}

.showit_func11 {
	background: url(/img/products/podcast.jpg) top left no-repeat;
	margin: 0 50px 25px;
	line-height: 1.6em;
	padding: 50px 0 0 510px;
	height: 150px;
}

.showit_func12 {
	margin: 0 50px 50px;
	padding: 0 0 0 6px;
	line-height: 1.6em;
	clear: both;
}

.showit_func12 p {
	padding: 20px 0 0 0;
}

.showit_func12 a {
	margin-right: 35px !important;
}

.showit_func1,
.iptv_m1 {
	background: url(/img/products/show_it_design.jpg) center 25px no-repeat;
	height: 160px;
	clear: left;
	float: left;
	width: 405px;
	margin-right: 50px;
	line-height: 1.6em;
	padding: 129px 0 0 50px;
}

.showit_func2,
.iptv_m2 {
	background: url(/img/products/show_it_onscreen.jpg) right 35px no-repeat;
	height: 289px;
	position: relative;
	float: left;
	width: 473px;
	line-height: 1.6em;
}

.showit_func2 span,
.iptv_m2 span {
	position: absolute;
	top: 129px;
	padding-right: 25px;
}

.showit_func3,
.iptv_m3 {
	clear: left;
	background: url(/img/products/show_it_formate.jpg) top center no-repeat;
	float: left;
	width: 423px;
	padding: 100px 0 0 50px;
	margin-right: 31px;
	height: 100px;
	line-height: 1.6em;
}

.iptv_m3 {
	margin: 30px 0 0;
	height: 160px;
	padding: 99px 50px 0 0;
	clear: none;
}

.showit_func4,
.iptv_m4 {
	background: url(/img/products/show_it_social.jpg) top right no-repeat;
	float: left;
	width: 474px;
	padding: 120px 0 0;
	height: 176px;
	line-height: 1.6em;
}

.iptv_m4 {
	width: 628px;
	padding: 0 300px 0 50px;
}

.showit_func5,
.iptv_m5 {
	clear: left;
	line-height: 1.6em;
	padding: 0 50px;
	margin-bottom: 25px;
}

.showit_func5 img,
.iptv_m5 img {
	float: right;
	margin: 0 0 15px 20px;
}

.iptv_m5 img {
	float: left;
	margin: 0 20px 15px 0;
}

.showit_func6,
.iptv_m6 {
	clear: both;
	line-height: 1.6em;
	padding: 0 50px;
	margin-bottom: 10px;
}

.showit_func6 img.midroll {
	float: right;
	margin: 10px 0 5px 20px;
}

.showit_func6 img.modul,
.iptv_m6 img.modul {
	float: left;
	margin: 0 50px 15px 0;
}

.iptv_m6 img.modul {
	float: right;
	margin: 0 0  15px 50px;
}

.showit_func7 {
	line-height: 1.6em;
	padding: 0 50px;
	margin-bottom: 50px;
}

.showit_func8,
.iptv_func7 {
	line-height: 1.6em;
	padding: 0 50px;
	margin-bottom: 35px;
}

.iptv_func7 {
	margin-top: -35px;
}

.iptv_func7 p,
.showit_func8 p {
	padding: 90px 50px 0 170px;
}

.showit_plus_func1 {
	clear: left;
	float: left;
	width: 405px;
	line-height: 1.6em;
	padding: 0 50px 0;
}

.showit_plus_func2 {
	position: relative;
	float: left;
	width: 423px;
	line-height: 1.6em;
}

.showit_plus_func3 {
	clear: left;
	float: left;
	min-height: 155px;
	height: auto !important;
	height: 155px;
	width: 405px;
	line-height: 1.6em;
	padding: 0 0 0 50px;
	margin-right: 50px;
}

.showit_plus_func3 img {
	float: right;
	margin-bottom: 10px;
}

.showit_plus_func4 {
	background: url(/img/misc/show_it_plus_video.jpg) top right no-repeat;
	position: relative;
	float: left;
	width: 323px;
	min-height: 155px;
	height: auto !important;
	height: 155px;
	padding-right: 100px;
	line-height: 1.6em;
}

.showit_plus_func5 {
	background: url(/img/misc/show_it_plus_image.jpg) top right no-repeat;
	clear: left;
	float: left;
	width: 305px;
	margin-right: 50px;
	line-height: 1.6em;
	padding: 0 100px 0 50px;
	height: 120px;
}

.showit_plus_func6 {
	background: url(/img/misc/show_it_plus_audio.jpg) top right no-repeat;
	position: relative;
	float: left;
	width: 323px;
	line-height: 1.6em;
	padding-right: 100px;
	height: 120px;
}

.showit_plus_func7 {
	background: url(/img/misc/show_it_plus_full.jpg) top right no-repeat;
	clear: left;
	float: left;
	padding: 0 100px 0 50px;
	width: 305px;
	margin-right: 50px;
	line-height: 1.6em;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.showit_plus_func8 {
	background: url(/img/misc/show_it_plus_download.jpg) top right no-repeat;
	position: relative;
	float: left;
	padding-right: 100px;
	width: 323px;
	line-height: 1.6em;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.showit_plus_func9 {
	min-height: 190px;
	height: auto !important;
	height: 190px;
	background: url(/img/misc/show_it_plus_all.jpg) top right no-repeat;
	clear: left;
	float: left;
	width: 305px;
	line-height: 1.6em;
	padding: 0 100px 0 50px;
	margin-right: 50px;
}

.showit_plus_func10 {
	position: relative;
	float: left;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	width: 423px;
	line-height: 1.6em;
	padding: 0;
}

.easyplayer_func1 {
	background: url(/img/products/flash.jpg) 25px 0 no-repeat;
	clear: left;
	line-height: 1.6em;
	padding: 20px 0 0 160px;
	height: 116px;
}

.easyplayer_func2 {
	background: url(/img/products/show_it_social.jpg) top right no-repeat;
	padding: 25px 300px 0 50px;
	height: 176px;
	line-height: 1.6em;
}

.easyplayer_func3,
.easyplayer_func4,
.easyplayer_func5 {
	padding: 0 50px;
	position: relative;
}

.easyplayer_func4 {
	margin: -25px 0 10px;
	padding: 25px 300px 0 50px;
	height: 163px;
}

.easyplayer_func4 a.zoom {
	position: absolute !important;
	top: 0;
	right: 50px;
	width: 165px;
	height: 163px;
}

.easyplayer_func3 {
	padding: 100px 50px 0 369px;
	height: 228px;
	margin: -80px 50px 0 50px;
	overflow: visible;
}

.easyplayer_func3 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 319px;
	height: 268px;
}

.showtime_func1,
.showtime_func2,
.showtime_func3,
.showtime_func4,
.showtime_func5,
.showtime_func6,
.showtime_func7,
.paytime_func1,
.paytime_func2,
.paytime_func3,
.paytime_func4,
.paytime_func5,
.paytime_func6,
.paytime_func7,
.broadcast_func1,
.broadcast_func2,
.broadcast_func3,
.broadcast_func4,
.broadcast_func5,
.webcast_func1,
.webcast_func2,
.webcast_func3,
.webcast_func4,
.webcast_func5,
.webcast_func6,
.webcast_func7,
.webcast_func8,
.rec247_func1,
.rec247_func2,
.rec247_func3,
.rec247_func4,
.rec247_func5,
.filedelivery_func1,
.filedelivery_func2,
.filedelivery_func3,
.filedelivery_func4,
.filedelivery_func5,
.filedelivery_func6,
.filedelivery_func7 {
	padding: 0 50px;
	position: relative;
}

.broadcast_func1,
.webcast_func1,
.rec247_func1 {
	background: url(/img/products/format_logos_wm.jpg) top left no-repeat;
	float: left;
	margin: 0 50px 30px;
	line-height: 1.6em;
	padding: 5px 0 0 522px;
}

.broadcast_func2,
.webcast_func2 {
	background: url(/img/products/cdn.jpg) top right no-repeat;
	float: left;
	margin: 0 50px 35px;
	line-height: 1.6em;
	padding: 40px 245px 0 0;
	height: 133px;
}

.broadcast_func3,
.webcast_func3 {
	float: left;
	padding: 0 50px 0 330px;
	margin-bottom: 40px;
}

.webcast_func4,
.webcast_func5,
.webcast_func6,
.webcast_func7,
.webcast_func8 {
	float: left;
}

.webcast_func3 {
	height: 180px;
}

.broadcast_func3 a.zoom,
.webcast_func3 a.zoom {
	position: absolute !important;
	top: 0;
	left: 50px;
	width: 243px;
	height: 180px;
}

.broadcast_func4,
.webcast_func8 {
	background: url(/img/products/ipblocking.jpg) top right no-repeat;
	float: left;
	margin: 0 50px 0;
	line-height: 1.6em;
	padding: 0px 150px 0 0;
	height: 103px;
}

.showtime_func4 {
	padding: 50px 250px 0 0;
	height: 200px;
	margin: 0 50px;
	overflow: visible;
}

.showtime_func4 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 195px;
	height: 200px;
}

.showtime_func5 {
	padding: 50px 0 0 262px;
	height: 200px;
	margin: -20px 50px 0 50px;
	overflow: visible;
}

.showtime_func5 a.zoom {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 207px;
	height: 200px;
}

.showtime_func6 {
	padding: 50px 286px 0 0;
	height: 200px;
	margin: 0 50px;
	overflow: visible;
}

.showtime_func6 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 231px;
	height: 200px;
}

.showtime_func7 {
	padding: 70px 0 0 257px;
	height: 180px;
	margin: -50px 50px 0 50px;
	overflow: visible;
}

.showtime_func7 a.zoom {
	position: absolute !important;
	top: 0;
	left: 0px;
	width: 207px;
	height: 200px;
}

.paytime_func4 {
	padding: 50px 250px 0 0;
	height: 200px;
	margin: 0 50px;
	overflow: visible;
}

.paytime_func4 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 195px;
	height: 200px;
}

.paytime_func5 {
	padding: 50px 0 0 262px;
	height: 200px;
	margin: -20px 50px 0 50px;
	overflow: visible;
}

.paytime_func5 a.zoom {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 207px;
	height: 200px;
}

.paytime_func6 {
	padding: 50px 286px 0 0;
	height: 200px;
	margin: 0 50px;
	overflow: visible;
}

.paytime_func6 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 231px;
	height: 200px;
}

.paytime_func7 {
	padding: 70px 0 0 257px;
	height: 180px;
	margin: -50px 50px 0 50px;
	overflow: visible;
}

.paytime_func7 a.zoom {
	position: absolute !important;
	top: 0;
	left: 0px;
	width: 207px;
	height: 200px;
}

.easyplayer_func5 {
	margin: 0 50px 0 35px;
	padding: 50px 0 0 320px;
	height: 175px;
	line-height: 1.6em;
}

.easyplayer_func5 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 319px;
	height: 268px;
}

.rec247_func1 {
	margin-bottom: 50px;
}

.rec247_func2 {
	background: url(/img/screenshots/mitschnitt.jpg) top right no-repeat;
	float: left;
	margin: 0 50px 30px;
	line-height: 1.6em;
	padding: 60px 250px 0 0;
	height: 149px;
}

.rec247_func3,
.rec247_func4 {
	margin-bottom: 50px;
}

.rec247_func3 {
	float: left;
	line-height: 1.6em;
}

.rec247_func4 {
	background: url(/img/products/multiformat_transcoding.jpg) top left no-repeat;
	float: left;
	margin: 0 50px;
	line-height: 1.6em;
	padding: 40px 0 0 200px;
	height: 189px;
}

.rec247_func5 {
	background: url(/img/products/isilon.jpg) top right no-repeat;
	float: left;
	margin: 0 50px;
	line-height: 1.6em;
	padding: 0 350px 0 0;
	height: 189px;
}

.rec247_func6 {
	background: url(/img/screenshots/recordall2.jpg) top left no-repeat;
	float: left;
	margin: 0 50px;
	line-height: 1.6em;
	padding: 40px 0 0 310px;
	height: 275px;
}

.filedelivery_1 {
	float: left;
	background: url(/img/products/cdn.jpg) top right no-repeat;
	padding: 30px 250px 0 0;
	height: 143px;
}

.filedelivery_2 {
	float: left;
	background: url(/img/products/isilon.jpg) top left no-repeat;
	padding: 60px 0 0 310px;
	height: 129px;
}

.filedelivery_func1 {
	background: url(/img/products/isilon_s.jpg) top right no-repeat;
	float: left;
	margin: 0 50px 25px;
	line-height: 1.6em;
	padding: 0 250px 0 0;
	height: 120px;
}

.filedelivery_func2 {
	background: url(/img/products/greenpower.jpg) top left no-repeat;
	float: left;
	margin: 0 50px 25px;
	line-height: 1.6em;
	padding: 12px 0 0 120px;
	height: 88px;
}

.filedelivery_func3,
.filedelivery_func5,
.filedelivery_func6 {
	float: left;
	line-height: 1.6em;
}

.filedelivery_func4 {
	background: url(/img/products/multiformat_transcoding.jpg) top left no-repeat;
	float: left;
	margin: 0 50px;
	line-height: 1.6em;
	padding: 40px 0 0 200px;
	height: 189px;
}

.filedelivery_func7 {
	background: url(/img/zoompics/t_merkel.jpg) top right no-repeat;
	float: left;
	margin: 0 50px 0 0;
	padding: 50px 250px 0 50px;
	line-height: 1.6em;
	height: 180px;
}

.filedelivery_func7 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 207px;
	height: 200px;
	margin: 0 !important;
}

.adi3 {
	padding: 11px 0 0 318px;
	height: 189px;
	line-height: 1.6em;
}

.adi3 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 319px;
	height: 268px;
}

.adi4 {
	padding: 11px 0 0 241px;
	height: 169px;
	line-height: 1.6em;
}

.adi4 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 191px;
	height: 160px;
}

.adi6 {
	padding: 65px 285px 0 0;
	height: 130px;
	line-height: 1.6em;
}

.adi6 a.zoom {
	position: absolute !important;
	top: 0;
	right: 0px;
	width: 235px;
	height: 160px;
}

.adi5 {
	background: url(/img/screenshots/oma_5.jpg) top right no-repeat;
	line-height: 1.6em;
	padding: 25px 300px 0 0;
	height: 265px;
}

.mobilstream1 {
	padding: 11px 0 0 241px;
	height: 260px;
	line-height: 1.6em;
}

.mobilstream1 a.zoom {
	position: absolute !important;
	top: 0;
	left: 20px;
	width: 191px;
	height: 145px;
}


.mobilstream2 {
	background: url(/img/products/blackberry.jpg) top right no-repeat;
	line-height: 1.6em;
	padding: 25px 270px 0 0;
	height: 365px;
}

.mobilstream3 {
	line-height: 1.6em;
	padding: 25px 45px 0 0;
	height: 275px;
}

.mobilstream4 {
	padding: 11px 0 0 13px;
	height: 140px;
	line-height: 1.6em;
}
/*********************************************
Inner Accordion
*********************************************/

.inner_acc {
	padding: 0;
/* 	background: url(/img/frame/233_bottom.gif) bottom left no-repeat; */
}

.inner_acc .toggler {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	padding: 13px 13px 8px 13px;
	border-top: 1px solid #ddd;
	margin: 0 1px;
	color: #333;
}

.inner_acc .toggler span.sub {
	display: block;
	color: #aaa;
	font-size: 0.92em;
	padding: 5px 0 5px 10px;
	background: url(/img/misc/arr_right.gif) left center no-repeat;
}

.inner_acc .selected span.sub {
	background-image: url(/img/misc/arr_down.gif);
	color: #f36d00;
}

.inner_acc .toggler span.noarr {
	background: no-repeat;
	padding-left: 0;
}

.inner_acc .first {
	border-top: none;
}

.inner_acc .tab {
	padding: 0 13px;
}

.inner_acc .tab p {
	padding-bottom: 15px;
}

.inner_acc .tab p img {
	display: block;
	margin: 0 0 15px;
}

.inner_acc .arrlink { font-size: 1.1em; font-weight: 700; }

/*********************************************
Uniques
*********************************************/

.mission .inner {
	height: 612px;
}

.team .inner {
	height: 359px;
}

.figures {
	background: url(/img/misc/figures.jpg) bottom no-repeat !important;
}


#frame_teaserbox1,
#frame_teaserbox2,
#frame_teaserbox3 {
	margin: 0 0 16px 16px;
}

#frame_subteaserbox2 {
	margin: 0 16px 16px 0;
}

#frame_teaserbox1 {
	margin-left: 0;
}

#logo_greencdn {
	display: block;
	text-align: center;
	margin: 0 auto 20px auto;
}

/*********************************************
OverBox Navigation
*********************************************/

.boxnav {
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

.boxnav h1 {
	text-align: left;
	font-size: 2.2em;
	font-weight: 700;
	color: #555;
}

.boxnav ul {
	position: absolute;
	right: 0;
	bottom: 0;
}

.boxnav li {
	display: block;
	float: left;
}

.boxnav a {
	color: #909090;
	font-size: 1.1em;
}

.boxnav a:hover {
	color: #f36d00;
}

.boxnav a.active {
	color: #000;
	font-weight: 700;
}

/*********************************************
Columns inline
*********************************************/

.inline_3col {
	margin-bottom: 35px;
	overflow: hidden;
}

.inline_3col .cell {
	float: left;
	padding: 0 15px;
	width: 280px;
	text-align: center;
}

.inline_3col .cell a.title {
	display: block;
	font-weight: 700;
	text-align: left;
	color: #333;
	margin-top: -45px;
	font-size: 1.4em;
}

.inline_3col .cell a.title:hover {
	text-decoration: none;
}

.inline_3col .cell p {
	text-align: left;
	font-size: 1.1em;
}

.t1box h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

.q1box h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

.t1box a.more,
.q1box a.more {
	display: block;
	font-weight: 700;
}

/*********************************************
Homepage Tabbox
*********************************************/

#tabbox {
	min-height: 408px;
	height: auto !important;
	height: 408px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

#tabbox .tabbox_tab {
	background: transparent;
	clear: left;
	color: #000;
	cursor: pointer;
	float: left;
	position: relative;
	z-index: 2;
}

#tabbox .tabbox_tab_active {
	background: #fea610 url(/img/misc/home_tabcorner.gif) top left no-repeat;
	color: #fff !important;
	cursor: default;
}

#tabbox .tabbox_tab_hover {
	color: #ff9900;
}

#tabbox .tabbox_tab .tabbox_tabwrap {
	padding: 18px 20px;
	width: 287px;
}

#tabbox .tabbox_tab_active .tabbox_tabwrap {
	background: url(/img/misc/home_tabcorner.gif) bottom left no-repeat;	
}

#tabbox .tabbox_tab h2 {
	font-size: 1.55em;
}

#tabbox .tabbox_tab p {
	font-size: 1.1em;
}

#tabbox .tabbox_slide {
	background: #fea610 url(/img/misc/home_tabcorner.gif) top left no-repeat;
	display: none;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

#tabbox .tabbox_slide .wrap {
	background: url(/img/misc/home_tabcorner.gif) bottom left no-repeat;
	padding: 10px;
	width: 638px;
}

#tabbox .tabbox_slide_active {
	display: block;
}

/*********************************************
Suche
*********************************************/

.search-result,
.search-suggest {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding: 0 15px 15px;
}

.search-result .pagetitle {
	display: block;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 4px;
}

.search-result .description {
	color: #333;
	display: block;
	font-size: 1.2em;
	width: 600px;
}

.search-result .description strong {
	background: #fffedf;
	border: 1px solid #edecc5;
	font-weight: 700;
	padding: 0 3px;
}

.search-result .description strong.abbr {
	background: none;
	border: none;
	color: #999;
	font-weight: normal;
	padding: 0;
}

.search-suggest { font-size: 1.2em; font-weight: 700; }
.search-suggest i { font-style: normal; }

.pdfentry { background: url(/img/misc/pdf.png) 15px 0 no-repeat; padding-left: 55px; }
.pagination-top {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.pagination-top .search-prevpage { position: absolute; top: 0; left: 0; }
.pagination-top .search-nextpage { position: absolute; top: 0; right: 0; }

.search-prevpage,
.search-nextpage {
	float: left;
	font-size: 1.3em;
	font-weight: 700;
	
}

.search-nextpage { float: right; text-align: right; }

.boxnav h1 {
	color: #fff;
	padding-bottom: 4px;
	text-shadow: 0 1px 2px #000;
}

.boxnav li { line-height: 30px; margin-left: 15px;}

.boxnav a.active,
.boxnav a.active:hover {
	background: #F19821;
	color: #fff;
}

.boxnav a {
	background: #000;
	color: #fff;
	font-weight: 700;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px 5px;
}

.boxnav a:hover { background: #F19821; color: #fff; text-decoration: none; }
.boxnav .button a { background: #fff; border: 1px solid #F19821; color: #000; padding: 2px 4px; }



/* Hintergrundfotos */
body { background-attachment: fixed; background-position: top center; background-repeat: no-repeat; }
body.online-video-toolkit { background-image: url(/img/background/hg_pic_ovt.jpg); }
body.ad-insertion, body.adtime { background-image: url(/img/background/hg_pic_ad_insertion.jpg); }
body.body-dicas,
body.body-newsletter,
body.body-pressdownloads,
body.body-medientage,
body.content-delivery-network { background-image: url(/img/background/hg_pic_content_delivery_network.jpg); }
body.body-pressarticle,
body.easy-player { background-image: url(/img/background/hg_pic_easyplayer.jpg); }
body.file-delivery { background-image: url(/img/background/hg_pic_filedelivery.jpg); }
body.iptv-producer { background-image: url(/img/background/hg_pic_iptv_producer.jpg); }
body.multiformat-transcoding { background-image: url(/img/background/hg_pic_multitranscoding.jpg); }
body.online-media-analytics { background-image: url(/img/background/hg_pic_onlinemediaanalytic.jpg); }
body.body-partner { background-image: url(/img/background/hg_pic_partner.jpg); }
body.body-references { background-image: url(/img/background/hg_pic_referenzen.jpg); }
body.paytime { background-image: url(/img/background/hg_pic_paytime.jpg); }
body.body-search,
body.record-all,
body.body-unternehmen { background-image: url(/img/background/hg_pic_recordall.jpg); }
body.sharetime { background-image: url(/img/background/hg_pic_sharetime.jpg); }
body.showitplus { background-image: url(/img/background/hg_pic_show-it-plus.jpg); }
body.body-showit { background-image: url(/img/background/hg_pic_show-it.jpg); }
body.showtime { background-image: url(/img/background/hg_pic_showtime.jpg); }
body.startpage,
body.leaf { background-image: url(/img/background/hg_pic_start.jpg); }
body.body-streaming { background-image: url(/img/background/hg_pic_streaming.jpg); }
body.body-jobs { background-image: url(/img/background/hg_pic_reserve.jpg); }
body.body-donovan { background-image: url(/img/background/hg_pic_donovan.jpg); }
body.hd-stream { background-image: url(/img/background/hg_pic_kinosaal.jpg); }