
/* **************** layout *********************************************** 008ea4 0b536b ***************** */
#site {
	margin: 0px auto;
	min-height: 100%;
	width: 1000px;
	text-align: left;
}
#bodyCMS #site {
	width: 1020px;
}
* HTML #site {
	height: 100%;
}
#devHelp {
	width: 1000px;
	margin: 0px;
	margin-bottom: 1em;
}
#devHelp .left {
	float: left;
	width: 45%;
}
#devHelp .right {
	float: right;
	text-align: right;
	width: 45%;
}

#siteBody {
	min-height: 400px;
	background: url(/global/img/bg_siteBody.gif) repeat-y;
}
#bodyCMS #siteBody {
	background: url(/global/img/bg_siteBodyCMS.gif) repeat-y;
}
* HTML #siteBody {
	height: 500px;
}
#siteBody #mainMenu {
	/*background: url(../img/bg_menu.jpg) top left repeat-x;*/
	color: inherit;
	float: left;
	min-height: 520px;
	width: 140px;
}
* HTML #siteBody #mainMenu {
	height: 500px;
}
#siteBody #mainMenu UL {
	border-top: 1px solid white;
	min-height: 200px;
	list-style-type: none;
	list-style-image: none;
	margin: 0 10px 10px 10px;
}
#siteBody #mainMenu LI {
	border-bottom: 1px solid white;
	font-weight: bold;
	padding: 6px 0 6px 5px;
}
#siteBody #mainMenu LI A {
	color: #fff;
	text-decoration: none;
}
#siteBody #mainMenu #menu LI A:hover, 
#siteBody #mainMenu LI.active A {
	color: #f68d36;
}

#siteBody #mainMenu #partner {
	background-color: transparent;
	color: #fff;
	font-size: .9em;
	line-height: 1.4em;
	padding-left: 12px;
}
#siteBody #mainMenu #partner #logo_wt {
	margin: 0 0 6px 0;
}

#siteBody #mainMenu #loginStatus {
	border-top: 1px solid white;
	color: #fff;
	font-size: .9em;
	margin: 20px 10px 0 10px;
	padding: 2px 0 20px 5px;
}

#siteBody #mainContent {
	float: right;
	padding: 20px 0 0 20px;
	width: 840px;
	box-sizing: content-box;
}
#bodyCMS #siteBody #mainContent {
	padding-right: 20px;
}
#siteBody #mainContent #content {
	float: left;
	line-height: 1.4em;
	padding: 0 0 0 0;
	margin-bottom: 2em;
	width: 640px;
}
#siteBody #mainContent #contentCMS {
	float: left;
	line-height: 1.4em;
	padding: 0 0 0 0;
	margin-bottom: 2em;
	width: 100%;
}
#siteBody #mainContent #contentCMS .breadcrumb {
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#siteBody #mainContent #contentCMS .breadcrumb .active {
	color: #444;
}
#siteBody #mainContent #contentCMS .breadcrumb A.root {
	color: #002e79;
	font-weight: bold;
	text-decoration: none;
}
#siteBody #mainContent #contentCMS .breadcrumb A.tree {
	color: #002e79;
	text-decoration: none;
}
#siteBody #mainContent #contentCMS .breadcrumb SPAN.root {
	font-weight: bold;
}
#siteBody #mainContent #contentCMS .breadcrumb SPAN.tree {
}

#siteBody #mainContent #content .breadcrumb {
	font-size: .9em;
	margin: 0 0 20px 0;
}
#siteBody #mainContent #content .breadcrumb .active {
	color: red;
}
#siteBody #mainContent #service {
	float: right;
	width: 164px;
}
#siteBody #mainContent #service #linkToCart {
	float: right;
	height: 20px;
	margin: 0 0 15px 0;
	width: 164px;
}
#siteBody #mainContent #service #linkToCart IMG {
	float: left;
	margin: 0 6px 0 36px;
}
#siteBody #mainContent #service #linkToCart A {
	font-weight: bold;
	text-decoration: none;
}
#siteBody #mainContent #service #serviceTeaser {
	float: right;
	font-size: .9em;
}
#siteBody #mainContent #service #serviceTeaser A {
	font-weight: bold;
	text-decoration: none;
}
#siteBody #mainContent #service #serviceTeaser IMG {
	margin: 10px 0;
}
#siteBody #mainContent #service #serviceTeaser .header {
	background-color: #0b536b;
	color: #fff;
	/* font-weight: bold; */
	padding: 6px 10px;
}
#siteBody #mainContent #service #serviceTeaser .content {
	background-color: #fff;
	border: 1px solid #aaa;
	border-top: none;
	line-height: 1.4em;
	padding: 6px 10px;
}

#siteFooter {
}

#siteBody #mainContent #content #orderContentHomeSteps {
	background-color: #c1daee;
	color: #003273;
	padding: 10px;
	border-radius: 10px;
}
#siteBody #mainContent #content #orderContentHomeSteps TD {
	padding: 5px;
	vertical-align: top;
}
#siteBody #mainContent #content #orderContentHomeSteps TD:first-child SPAN {
	padding: 3px 6px;
	border-radius: 10px;
	background-color: #fff;
}
/* ************************************************************************************ */
#mainForm {
	width: 640px;
}
#mainForm #buttonRow {
	margin-top: 1em;
	width: 100%;
}
#mainForm .buttonRow {
	margin-top: 1em;
	width: 100%;
}
#mainForm #buttonRow DIV#buttonLeft {
	float: left;
	width: 33%;
}
#mainForm #buttonRow DIV#buttonCenter {
	float: left;
	text-align: center;
	width: 33%;
}
#mainForm #buttonRow DIV#buttonRight {
	float: right;
	text-align: right;
	width: 33%;
}
#mainForm #buttonRow INPUT {
	width: 75%;
}
#mainForm .buttonRow DIV.buttonRight {
	float: right;
	text-align: right;
	width: 33%;
}
#mainForm .buttonRow INPUT {
	width: 75%;
}

#mainFormLarge {
	width: 100%;
}
#mainFormLarge #buttonRow {
	margin-top: 1em;
	width: 100%;
}
#mainFormLarge .buttonRow {
	margin-top: 1em;
	width: 100%;
}
#mainFormLarge #buttonRow DIV#buttonLeft {
	float: left;
	width: 33%;
}
#mainFormLarge #buttonRow DIV#buttonCenter {
	float: left;
	text-align: center;
	width: 33%;
}
#mainFormLarge #buttonRow DIV#buttonRight {
	float: right;
	text-align: right;
	width: 33%;
}
#mainFormLarge #buttonRow INPUT {
	width: 75%;
}
#mainFormLarge .buttonRow DIV.buttonRight {
	float: right;
	text-align: right;
	width: 33%;
}
#mainFormLarge .buttonRow INPUT {
	width: 75%;
}
.border1px .buttonRow {
	padding: 0 10px;
}
.border1px .buttonRow DIV {
	padding-bottom: 10px;
}

.formTable {
	width: 100%;
}
.formTable SELECT {
	width: 100%;
}
.formTable INPUT, TEXTAREA {
	width: 99%;
}
*+HTML .formTable TEXTAREA {
	width: 100%;
}
.formTable TD {
	/*border: 1px solid #000;*/
	padding: 2px 5px;
	vertical-align: top;
}
.formTable TR.columnControl {
	height: 1px;
}
.formTable TR.columnControl TD.label {
	width: 190px;
}
.formTable TR.columnControl TD.input {
	width: 428px;
}
.formTable .formTable TR.columnControl TD.label {
	width: 185px;
}
.formTable .formTable TR.columnControl TD.input {
	width: 423px;
}
.formTable TR.columnControl TD.invoicePos {
	width: 40px;
}
.formTable TR.columnControl TD.invoiceItem {
	width: 420px;
}
.formTable TR.columnControl TD.invoicePrice {
	width: 190px;
}
.formTable TR.subTitle {
	background-color: #14637E;
	color: #ddd;
	font-weight: bold;
	/* übernommen aus .gradient, da word mit zuteilung von 2 klassen nicht klarkommt */
	background-image: -webkit-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -moz-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -ms-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -o-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14637E', endColorstr='#004255');
}
.formTable TR.subTitle .collapseProductForms {
	float: right;
	font-weight: normal;
	cursor: pointer;
}

.formTable TR.gradient {
	background-color: #14637E;
	color: #ddd;
	font-weight: bold;
}
.formTable TR.subTitle TD {
	padding-top: 6px;
	padding-bottom: 6px;
}
.formTable TR.gradient TD {
	padding-top: 6px;
	padding-bottom: 6px;
}
.formTable TR.subTitle A {
	font-weight: normal;
	color: #ddd;
}
.formTable TR.gradient A {
	font-weight: normal;
	color: #ddd;
}

.formTable .descriptionText, .descriptionText {
	font-style: italic;
}
.formTable .booked {
	color: #002e79;
}
.formTable .booked .descriptionText {
	color: #444;
}
.formTable .subTotal {
	text-align: right;
	font-weight: bold;
}
DIV.linkIllustration {
	font-weight: bold;
}
DIV.linkIllustration A {
	float: left;
	text-decoration: none;
}
DIV.linkIllustration A.show {
	color: #f37a11;
}
DIV.linkIllustration A.hide {
	color: #082d74;
}
DIV.linkIllustration A:hover {
	text-decoration: underline;
}
DIV.Illustration {
	border: 1px solid #fff;
	border-bottom: 1px solid silver;
	padding: 10px 4px 10px 4px;
	margin: 10px 0 10px 0;
}
DIV.Illustration .left {
	border-right: 1px solid silver;
	float: left;
	padding-right: 14px;
	width: 420px;
}
DIV.Illustration .right {
	float: right;
	width: 180px;
}

INPUT[readonly] {
	background-color: #ddd;
}
INPUT.checkbox {
	margin: 2px;
	width: auto;
}
INPUT.radio {
	margin: 2px 2px 0 0;
	width: auto;
}
DIV.Illustration .right {
	float: right;
	width: 180px;
}
INPUT.w2em, SELECT.w2em {width: 2em !important;}
INPUT.w3em, SELECT.w3em {width: 3em !important;}
INPUT.w4em, SELECT.w4em {width: 4em !important;}
INPUT.w10em, SELECT.w10em {width: 10em !important;}
INPUT.w14em, SELECT.w14em {width: 14em !important;}
DIV.CompanyTag {
	padding: 0 0 6px 0;
}

.overviewTable {
	width: 100%;
}
.overviewTable TH {
	background-color: #ddd;
	font-weight: bold;
	padding: 2px;
}

.overviewTable TR.subTitle {
	background-color: #14637E;
	color: #ddd;
	font-weight: bold;
	/* übernommen aus .gradient, da word mit zuteilung von 2 klassen nicht klarkommt */
	background-image: -webkit-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -moz-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -ms-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -o-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14637E', endColorstr='#004255');
}
.overviewTable TR.subTitle TD {
	padding-top: 6px;
	padding-bottom: 6px;
}
.overviewTable TR.subTitle A {
	font-weight: normal;
	color: #ddd;
}
.overviewTable TD {
	vertical-align: top;
}
.overviewTable TFOOT {
	background-color: #ddd;
	font-weight: bold;
	padding: 2px;
}
.rowColorSub {
	background-color: #e2e2e2;
}
.rowColor0 {
	background-color: #fefefe;
}
.rowColor1 {
	background-color: #efefef;
}
.overviewTable TD {
	/*border: 1px solid #000;*/
	padding: 2px;
}
.indexGroup {
	margin-top: 0.5em;
}
.indexEntry {
	margin-top: 0.5em;
}
.indexText {
	float: none;
	padding-left: 2.5em;
}
.indexCheckbox {
	float: left;
	vertical-align: middle;
}
.indexFoldingImg {
	float: left;
	vertical-align: middle;
	margin: 3px;
	cursor: pointer;
}
.selectedIndex {
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 4px;
}
.CompanyTags .floatLeft,
.CompanyKeywords .floatLeft,
.CompanyTextNews .floatLeft,
.Jobs .floatLeft,
.ProductPresentation .floatLeft {
	width: 195px;
}
.CompanyTags .floatRight,
.CompanyKeywords .floatRight,
.CompanyTextNews .floatRight,
.Jobs .floatRight,
.ProductPresentation .floatRight {
	width: 420px;
}
.CompanyTags .remove,
.CompanyKeywords .remove,
.CompanyTextNews .remove,
.Jobs .remove,
.ProductPresentation .remove,
.ProductInnovation .remove,
.EventNews .remove {
	text-align: right;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.CompanyKeywords SPAN.descriptionText {
	display: block;
}
.entryWithLogo {
	font-weight: normal;
	color: green;
}
#messaging {
	margin: 1.5em 0 1em 0;
}
.errorMessage {
	color: red;
}
#messaging .errorMessage {
	border: 2px solid red;
	color: red;
	padding: 4px;
}
.infoMessage {
	color: #009933;
}
#messaging .infoMessage {
	border: 2px solid #009933;
	color: #009933;
	padding: 4px;
}
.successMessage {
	color: #009933;
}
#messaging .successMessage {
	border: 2px solid #009933;
	color: #009933;
	padding: 4px;
}
.warningMessage {
	border: 2px solid #8f1393;
	color: #8f1393;
	padding: 4px;
}
#totalPrice {
	font-weight: bold;
	padding-top: 4px;
}
#totalPrice .left {
	float: left;
}
#totalPrice .right {
	float: right;
	text-align: right;
	
}
#totalPriceConfirmation {
	padding-top: 4px;
	text-align: right;
	
}

#productTable {
	margin-top: 2em;
	width: 100%;
}
#productTable TD {
	width: 216px;
	padding: 0 0 2em 0;
	vertical-align: top;
}
#productTable .subTitle {
	width: 206px;
	height: 18px;
	padding: 5px;
	background-image: url(/global/img/button_orange.jpg);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#productTable .descriptionText {
	width: 204px;
	display: none;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: none;
}
.ImageButtonBlue {
	width: 206px;
	height: 18px;
	padding: 5px;
	background-image: url(/global/img/button_blue.jpg);
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.ButtonBlue {
	float: left;
	cursor: pointer;
	background-color: rgb(0,50,115);
	overflow: hidden;
}
.ButtonBlue,
.ButtonBlue DIV {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.ButtonBlue DIV {
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background-image: -webkit-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -moz-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -ms-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: -o-linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	background-image: linear-gradient(top, rgb(20,99,126), rgb(0,66,85));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14637E', endColorstr='#004255');
}
.note {
	font-weight: bold;
	padding-left: 25px;
	background: url(/global/img/icon_note.png) no-repeat left center;
}
#ExportFilterForm {
	margin-bottom: 1em;
	width: 50%;
}
#ExportFilterForm FIELDSET {
	padding: 10px;
}
#ExportFilterForm FIELDSET LEGEND {
	border: 1px solid #bbb;
	padding: 0 0.5em;
}
#ExportFilterForm FIELDSET LEGEND SPAN {
	font-weight: bold;
	cursor: pointer;
}
#ExportFilterForm #ExportFilter {
}

#ExportFilterForm #ExportFilter TD:first-child {
	padding-right: 10px;
	vertical-align: top;
}
TABLE#ExportFilter {
	width: 100%;
}



#AdMatStatisticForm {
	margin-bottom: 1em;
	width: 50%;
}
#AdMatStatisticForm FIELDSET {
	padding: 10px;
}
#AdMatStatisticForm FIELDSET LEGEND {
	border: 1px solid #bbb;
	padding: 0 0.5em;
}
#AdMatStatisticForm FIELDSET LEGEND SPAN {
	font-weight: bold;
	cursor: pointer;
}

#AdMatStatisticForm #AdMatStatistic TD, #AdMatStatisticForm #AdMatStatistic TH {
	padding-right: 10px;
	vertical-align: top;
}
TABLE#AdMatStatistic {
	width: 100%;
}

.proofTable {
	width: 100%;
}
.proofTable TD {
	/*border: 1px solid #000;*/
	padding: 0 2px 1px 2px;
	vertical-align: top;
}
.proofTable TD TABLE TD {
	padding: 0 2px 1px 0;
	vertical-align: top;
}
.proofTable TR.columnControl {
	height: 1px;
}
.proofTable TR.columnControl TD.label {
	width: 200px;
}
.proofTable TR.columnControl TD.input {
	width: 420px;
}
.proofTable TR.subTitle {
	background-color: #ddd;
	font-weight: bold;
}
.proofTable TD.image {
	padding-top: 4px;
	padding-bottom: 4px;
}

.statsTable {
	border: 1px solid #efefef;
	margin-bottom: 1em;
}
.statsTable TR.subTitle {
	font-weight: bold;
}
.statsTable TD {
	padding: 2px 2em 2px 2px;
	vertical-align: top;
}

/* filterCompanies ************************************************************************************ */
#filter {
	margin: 10px 0 10px 0;
	padding: 0 5px 0 5px;
}
#filter TABLE {
	margin: 0 0 10px 0;
}
#filter .filterAlpha {
	
}
#filter .filterAlpha A, #filter .filterAlpha SPAN {
	display: block;
	float: left; 
	font-weight: bold;
	text-align: center;
	padding: 0 2px 0 0;
	text-decoration: none;
	width: 18px;
}
#filter .filterAlpha A.active {
	color: #6ca8d8;
}
#filter .filterAlpha SPAN {
	color: #aaa;
}
#filter .filterAlpha A.all {
	text-align: left;
	width: 28px;
}
/* ************************************************************************************ */

.legend {
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.legend IMG {
	vertical-align: middle;
	margin: 0 0.2em;
}
.CharCounter {}
.CharCounter INPUT {
	width: 2.5em;
	margin-right: 0.5em;
	border: none;
	text-align: right;
}

.bookedRelatedProduct {
	color: #999;
}
.bookedRelatedProduct input.checkbox {
	display: none;
}




/* ComapnyText, CompanyContact */
.CompanyText .remove,
.CompanyContact .remove {
	text-align: right;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.CompanyTextEntry TR.correction TD {
    background-color: #ddd;
}

/* fine-uploader customizing for single file */
.single-file-uploader .qq-uploader {
    min-height: 0 !important;
    padding: 5px !important;
    border-radius: 0 !important;
}
.single-file-uploader .qq-upload-button {
	margin-bottom: 0;
    border-radius: 0 !important;
}
.single-file-uploader .qq-upload-list li:first-child {
	margin-top: 10px;
}
.single-file-uploader .qq-upload-pause, .qq-upload-continue {
    background-color: #ddd;
    color: #000;
    border-color: #ccc;
}
.single-file-uploader .qq-upload-pause:hover, 
.single-file-uploader .qq-upload-continue:hover,
.single-file-uploader .qq-upload-button-hover {
    background-color: inherit;
}
.single-file-uploader .qq-upload-button {
    background: #ddd;
    color: #000;
    border: 1px solid #ccc;
	box-shadow: none;
}
.single-file-uploader BUTTON[type="submit"],
.single-file-uploader BUTTON[type="button"] {
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 0.4em;
}
.single-file-uploader .qq-progress-bar {
    border-radius: 0;
}