html, body {
	margin: 0;
	padding: 0;
	cursor: default;
}

body {
	background: #fff;
	line-height: 1.3;
	margin: 0 280px;
}
body.installation, body.account {
	margin: 0;
}
body.mpay {
	margin: 0;
	background: #eee;
}

body, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body, td, p, div {
	line-height: 1.6;
}

p {
	margin: 0 0 20px 0;
}

h1, h2 {
	margin: 0 0 20px 0;
	font-weight: normal;
	line-height: 1.3;
	color: #555;
}
h1 br {
	display: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3;
	color: #555;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5, h6 {
	font-size: 14px;
}

a {
	color: #d70;
	text-decoration: none;
	border-bottom: 1px dotted #d70;
}
a.anchor {
	color: inherit;
	text-decoration: inherit;
	border-bottom: none;
	border-bottom: inherit;
}

img {
	border: 1px solid #e80;
	padding: 1px;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

img.clean, a img.clean {
	background-color: transparent;
	padding: 0;
	vertical-align: middle;
	border: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

ul li {
	list-style: square;
	line-height: 1.3;
}

label {
	cursor: pointer;
}

i {
	font-style: normal;
	font-weight: normal;
	background: #e80;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	padding: 0 3px 2px 3px;
	display: block;
}
u, a.selected {
	text-decoration: none;
	background: #e80;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	padding: 0 3px 2px 3px;
	white-space: nowrap;
}
a.selected {
	-webkit-box-shadow: 0 0 6px #aaa;
	-moz-box-shadow: 0 0 6px #aaa;
	text-shadow: 0 0 3px #888;
	display:block;
	margin-left:-3px;
}
u *, i * {
	color: #fff;
	border-color: #fff;
}

:focus {
	outline: 0;
}

iframe#mpay24 {
	background: #eee;
	border: none;
	width: 100%;
	height: 575px;
	overflow: hidden;
}

.image {
	background-color: #fff;
	border: 1px solid #fa2 !important;
	padding: 1px;
}

#container {
	position: relative;
	width: 700px;
	background: #eee;
	padding: 0;
	margin: 150px auto 20px auto;
	-webkit-box-shadow: 0 0 20px #aaa;
	-moz-box-shadow: 0 0 20px #aaa;
	cursor: default;
	z-index: 1;
}
#container #content {
	margin: 25px 25px 24px 25px;
	padding-bottom: 1px;
}
#container #content .mainPage {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	margin-top: 30px;
}
#container #content .mainPage.first {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.logo {
	top: -80px;
	position: relative;
	height: 0;
	overflow: visible;
}

body.installation .logo, body.account .logo {
	text-align: center;
	margin: 40px 0;
}

#startinstall {
	position: absolute;
	z-index: 100;
	top: -140px;
	right: -100px;
	width: 242px;
	height: 243px;
	background: url(/inc/img/startinstall.png) center no-repeat;
}
#startinstall:hover {
	background: url(/inc/img/startinstallglow.png) center no-repeat;
}
#startinstall:active {
	background: url(/inc/img/startinstalldown.png) center no-repeat;
}
#startinstall a {
	display: block;
	position: relative;
	border: none;
	width: 220px;
	height: 200px;
	/* preloader */
	background: url(/inc/img/startinstalldown.png) -500px -500px no-repeat;
	background: url(/inc/img/startinstallglow.png) -500px -500px no-repeat;
}

#menu {
	margin: 0 0 20px 0;
	padding: 0;
	position: absolute;
	left: -180px;
	width: 160px;
	white-space: nowrap;
}
#menu li {
	list-style: none;
	display: block;
	font-size: 16px;
	line-height: 1.6;
	clear: both;
}
#menu li.Ad {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 12px;
}

#menu ul {
	margin: 0 0 0 10px;
	padding: 0;
	display: none;
}
#menu ul li {
	font-size: 12px;
	line-height: 1.2;
	padding: 4px 0;
	float: left;
}

#menu.Produkt ul.Produkt,
#menu.Screens ul.Screens,
#menu.Matrix ul.Matrix,
#menu.Preis ul.Preis,
#menu.TbxVsLite ul.TbxVsLite,
#menu.FAQ ul.FAQ,
#menu.Service ul.Service
#menu.Demozugang ul.Demozugang
{
	display: block;
}

#menu a {
	border: none;
}

ul#footer {
	position: relative;
	top: 20px;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: visible;
	text-align: right;
	width: 700px;
}
ul#footer li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}
ul#footer li, ul#footer a {
	color: #888;
	font-size: 11px;
}
ul#footer a {
	border-bottom: 1px solid #ddd;
}

.step {
	margin: 0;
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 14px;
}
.step li {
	list-style: none;
}

.step li {
	display: inline;
	padding: 0 10px;
}
.step a {
	color: #aaa;
	border: none;
}

.step.step1 .step1 b,
.step.step2 .step2 b,
.step.step3 .step3 b,
.step.step4 .step4 b
{
	font-weight: normal;
	font-size: 32px;
	color: #1E50A0;
	position: relative;
	top: 6px;
}

.step.step1 .step1 a,
.step.step2 .step2 a,
.step.step3 .step3 a,
.step.step4 .step4 a
{
	font-size: 16px;
	color: #1E50A0;
	text-shadow: 0 0 20px #1E50A0;
}

#buttons {
	margin-top: 30px;
	padding-bottom: 25px;
	text-align: right;
}
#buttons input {
	background: #e80;
	border: none;
	color: #fff;
	font-weight: bold;
}
#buttons input:hover {
	cursor: pointer;
	background: #fa1;
}
#buttons input.disabled {
	background: #D5D5D5;
	color: #eee;
	cursor: default;
}

table.input td {
	margin: 0;
	padding: 5px;
}
table.input.summary {
	border-spacing: 0;
}
table.input.summary td {
	color: #1E50A0;
	padding: 0;
}
table.input input.text {
	width: 280px;
}

td.label {
	width: 180px;
	vertical-align: top;
	padding-top: 9px !important;
}
table.input.summary td.label {
	padding: 0 10px 0 0;
	padding-top: 0 !important;
	color: #888;
	text-align: right;
}
table.input.summary td.label.amount {
	color: #d70;
	font-weight: normal;
}

td.error, p.error, div.error, .error a {
	color: #a00;
	border-color: #a00;
	font-weight: bold;
}

.warning, .warning a {
	color: #1E50A0;
	border-color: #1E50A0;
}

ul#payment {
	margin: 0;
	padding: 0;
}
ul#payment li {
	padding-left: 40px;
	list-style: none;
}

.backToTop {
	margin: 0;
	float: right;
	display: none;
}

#AGB {
	margin-top: 30px;
	position: relative;
	font-size: 11px;
	display: none;
	z-index: 0;
}
#AGB .backToTop {
	display: block;
}

p.register {
	text-align: center;
	margin: 60px 0;
}
p.register input.register {
	background: #e80;
	border: none;
	color: #fff;
	font-weight: bold;
	width: 300px;
	height: 50px;
	padding-bottom: 4px;
}
p.register input.register:hover {
	cursor: pointer;
	background: #fa1;
}

td.crossheading {
	color: #888 !important;
	padding: 20px 0 !important;
	font-weight: bold;
}

.info {
	text-align: justify;
	font-size: 10px;
	color: #888;
}

#progress span {
	color: #e80;
	font-size: 72px;
	position: relative;
	top: -30px;
	left: 10px;
}

.hidden {
	position: absolute;
	visibility: hidden;
	display: none;
}

.tbxlink {
	color: #e80;
	text-align: center;
	margin: 80px 0;
	line-height: 30px;
}
.tbxlink a {
	padding: 0 7px 2px 7px;
	font-size: 22px;
	text-shadow: 0 0 15px #d70;
	border: none;
	-webkit-box-shadow: 0 0 20px #D8D8D8;
	-moz-box-shadow: 0 0 20px #D8D8D8;
}

.CDtbxlite, .CDtbxlite a {
	color: #e80 !important;
	border-color: #e80 !important;
}

.CDintevo, .CDintevo a {
	color: #1E50A0 !important;
	border-color: #1E50A0 !important;
}
.CDintevoColor {
	color: #1E50A0 !important;
}

#noScript {
	display: block;
	text-align: center;
	background: #a00;
	color: #fff;
	border-top: 2px solid #e00;
	border-bottom: 1px solid #600;
	margin: 40px 0;
	padding: 5px 0 6px 0;
}

#pwRating {	font-weight: bold; }
#pwRating.weak { color: #a00; }
#pwRating.good { color: #aa0; }
#pwRating.very { color: #0a0; }
#pwRating.excl { color: #0a0; }

.bgSelector {
	border: 2px solid #ddd;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.bgSelector.selected {
	border: 3px solid #999;
	width: 46px;
	height: 46px;
	-webkit-box-shadow: 0 0 15px #999;
	-moz-box-shadow: 0 0 15px #999;
}
#bgPreview {
	clear: left;
	border: 3px solid #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}
.bgSingle {
	border: 1px solid #999;
	float: left;
	width: 16px;
	height: 16px;
}

#faqContainer, #screensContainer {
	margin-bottom: 30px;
}
#faqContainer h2 {
	background: url(img/closed.gif) 0 2px no-repeat;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding: 0 0 0 24px;
	cursor: pointer;
}
#faqContainer h2.opened {
	background: url(img/opened.gif) 0 2px no-repeat;
	color: #d70;
}
#faqContainer h2:hover {
	color: #d70;
}
#screensContainer img {
	float: left;
	margin: 15px 15px 0 0;
	cursor: pointer;
}
#screensContainer img:hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

#matrixContainer table {
	border-spacing: 0;
}
#matrixContainer td {
	border-spacing: 0;
	padding: 10px 6px 9px;
	color: #555;
	font-size: 12px;
	line-height: 1.1;
	border-bottom: 1px solid #ddd;
}
#matrixContainer td b {
	font-size: 14px;
}
#matrixContainer td.f0, #matrixContainer td.f1, #matrixContainer td.f2 {
	text-align: center;
}
#matrixContainer tr.newhead td {
	color: #000;
}
#matrixContainer tr.newhead td:hover, #matrixContainer tr.newhead td.opened {
	color: #d70;
}

.account #customer {
	color: #1E50A0;
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
	cursor: pointer;
}
.account #customername {
	text-shadow: 0 0 10px #4E80D0;
}


td.center {
	vertical-align: middle;
	text-align: center;
}

table.margins #page1, table.margins #page2 {
	background: #fff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #888;
	width: 105px;
	height: 149px;
	position: relative;
	text-align: center;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
}
table.margins #innerpage1, table.margins #innerpage2 {
	line-height: 1.3;
	border: 1px dotted #55f;
	color: #55f;
	background: #eef;
}
table.margins #addr {
	border: 1px dotted #595;
	color: #595;
	background: #efe;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 25px;
	width: 33px;
	height: 20px;
}
table.margins input.mm {
	width:30px;
	text-align: right;
}
table.margins div.head {
	margin-top: 1em;
	font-weight: bold;
}
table.margins div.body {
	margin:10px 0px 0px 40px;
}

.agb h2, .agb h3, .agb h4, .agb h5, .agb h6 {
	text-decoration: underline;
	margin: 10px 0;
}
.agb ul, .agb ol, .agb p {
	margin: 10px 0;
}
