body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #333333;
}


body * {
	outline: none;
}


h1 {
	margin: 0;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

dfn {
	font-style: normal;
}

p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a,a:hover {
	color: #333333;
	text-decoration: none;
}

img {
	border: 0;
}

.align-right {
	float: right;
}

#webshopIframe {
	width: 1000px;
	height: 770px;
	overflow: hidden;
	overflow-y: auto;
	border: 0;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img,div.csc-textpic-border div.csc-textpic-single-image img
	{
	border: 1px solid #cccccc;
}



#mac_quick_download_button, #linux_quick_download_button, #default_quick_download_button {
	display: none;
}

/** standard button **/
input[type="button"],input[type="submit"],input[type="reset"] {
	border: 0;
	padding: 0px 20px 0 20px;
	background: url("../images/pfeil_weiss_rechts.png") 10px center #D3052C no-repeat;
	text-align: center;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #ffffff;
	cursor: pointer;
	
}


input[type="button"]:FIRST-LETTER,input[type="submit"]:FIRST-LETTER,input[type="reset"]:FIRST-LETTER {
	text-transform: capitalize;
}





#shadow {
	width: 1000px;
	margin: auto;
	position: relative;
	z-index: 10;
}



#header {
	height: 62px;
	width: 100%;
	position: relative;
}

.headerLogo {
	position: absolute;
	left: 0;
	top: 10px;
}







#leftcontent {
	width: 221px;
	float: left;
	margin-right: 10px;
}

#mainContent {
	float: left;
	width: 769px;
	margin-bottom: 10px;
}

#mainContentBanner {
	clear: both;
	/*margin-bottom: 10px;
	width: 1000px;*/
}

#content {
	clear: both;
	width: 769px;
}



/** breadcrumb **/
#breadcrumb {
	margin-bottom: 10px;
	height: 15px;
}

#breadcrumb a,#breadcrumb a:hover {
	float: left;
	color: #CACACA;
	line-height: 10px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 10px;
	display: block;
	background: url("../images/pfeil_rechts_bc_hell.png") left top no-repeat;
}

#breadcrumb a:hover,#breadcrumb a.active {
	color: #999;
	background: url("../images/pfeil_rechts_bc_dunkel.png") left top
		no-repeat;
	text-decoration: none;
}

/** tag cloud, social media part **/
a.socialMedia {
	
}

.gplusone {
	margin-bottom: 2px;
}

#g-plusone {
	float: right !important;
	margin-left: 3px;
}

a.GooglePlusOne {
	float: left;
	margin-left: 5px;
	color: #999999;
	line-height: 15px;
	vertical-align: middle;
}

.faceBookLike, .fb_iframe_widget {
	float: right !important;
	border:none; 
	overflow:hidden !important;
	margin-left: 3px !important;
	height: 21px;
	width: 48px;
}


.FB_UI_Hidden {
	width: 0px !important;
}

.twitterShareButton {
	float: right;
	text-decoration: none;
	margin-left: 1px;
	width: 69px; /* new */
}


#breadcrumb .twitterShareButton { /* for breadcrumb */
	margin-left: 3px; 
	width: 71px;
}


.in-the-net-box a.Twitter, .in-the-net-box a.Facebook {
	margin-left: 0px !important;
}



a.Engagement {
	background: url("../images/icon_engagement.png") left center
		no-repeat;
	vertical-align: middle;
	/* line-height: 18px !important; */
	display: block;
	padding-left: 18px;
}





/** direct upload box **/
.direct_upload_box {
	width: 200px;
}

.direct_upload_box h1 {
	background: url("../images/direktupload_box.png") left top no-repeat;
	padding-left: 65px;
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	margin-bottom: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.direct_upload_box a {
	display: block;
	margin-left: 65px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/** Silver offer box **/
.silverOfferBox {
	width: 100%;
	height: 192px;
	position: relative;
}

.offerBoxImage {
	position: absolute;
	top: 5px;
	left: 0;
}

.silverOfferBox h1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	z-index: 120;
}

.silverOfferBox h2 {
	position: absolute;
	color: #C8082A;
	font-size: 14px;
	top: 5px;
	right: 10px;
	z-index: 100;
}

.silverOfferBox p {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}



/** subpage content specific css **/
#subpageContent h1,#subpageContent h2, #subpageContent h2 a{
	color: #333333;
	font-weight: normal;
}

#subpageContent h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

#subpageContent h2, #subpageContent h2 a {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#subpageContent h3 {
	font-size: 13px;
	margin: 0;
	margin-bottom: 3px;
}

#subpageContent p {
	padding-bottom: 16px;
}

#subpageContent a {
	text-decoration: none;
	color: #D9022E;
}

#subpageContent a:hover {
	color: #D9022E;
	text-decoration: underline;
}

#subpageContent ul{
	margin: 0;
	margin-bottom: 10px;
	padding-left: 15px;
}
#subpageContent .csc-textpic-imagerow ul{
	padding-left: 0px;
}

#subpageContent ol {
	margin: 0;
	margin-bottom: 10px;
	padding-left: 20px;
}

#subpageContent .csc-default {
	margin-bottom: 20px;
}

#quickStartGuideContainer .csc-default {
	margin-bottom: 0 !important;
}

.ol1 {
	list-style-image: url("../images/liste_1.png");
}

.ol2 {
	list-style-image: url("../images/liste_2.png");
}

.ol3 {
	list-style-image: url("../images/liste_3.png");
}

.ol4 {
	list-style-image: url("../images/liste_4.png");
}

.ol5 {
	list-style-image: url("../images/liste_5.png");
}

.ol6 {
	list-style-image: url("../images/liste_6.png");
}

.ol7 {
	list-style-image: url("../images/liste_7.png");
}

.ol8 {
	list-style-image: url("../images/liste_8.png");
}

.ol9 {
	list-style-image: url("../images/liste_9.png");
}

#subpageContent ul li {
	list-style-image: url("../images/pfeil_rechts_bc_dunkel.png");
	list-style-position: inherit;
}


/* hide li arrow for socialSharePrivacy container */
#socialSharePrivacy li {
	list-style-image: none !important;
}


#subpageContent table {
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin-bottom: 20px;
	border-collapse: collapse;
}

#subpageContent td {
	border: 0;
	border-left: 2px solid #ffffff;
	padding-left: 2px;
	padding-right: 4px;
	font-size: 11px;
}

#subpageContent th {
	background-color: #e4e4e4;
	border: 0;
	border-left: 2px solid #ffffff;
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding: 2px 2px 2px 4px;
	font-size: 11px;
}

#subpageContent td:FIRST-CHILD, #subpageContent th:FIRST-CHILD {
	border-left: 0;
}


/**
Tabellen-Zeilen Formatierung
**/
.tr-odd {
	backround-color: #fff;
}


.tr-even {
	background-color: #f3f3f3;
}




/** start page boxes, standard css **/
.startpage-box {
	background: url("../images/verlauf_infobox.jpg") left bottom #fff
		repeat-x;
	position: relative;
	background-color: #fff;
}

.startpage-box h2 {
	font-size: 16px;
	line-height: 1.2;
	padding-left: 10px;
	margin: 10px 0 10px 0;
}


.cd-versandtaschen-box {
	width: 219px;
	height: 144px;
	margin-bottom: 10px;
}

.cd-versandtaschen-box h2 {
	line-height: 2;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	color: #333;
	margin: 0;
	padding-left: 10px;
}

.cd-versandtaschen-box p {
	padding: 5px 10px 5px 10px;
}

/** start page support box **/
.help-and-support-box {
	width: 219px;
	height: 146px;
	border: 1px solid #cccccc;
	position: relative;
	background: url("../images/telefonsupport_s1.jpg") 0px 20px no-repeat;
	margin-bottom: 10px;
}

.help-and-support-box h2, .profibereich-small-box h2 {
	line-height: 2;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	margin: 0;
	background-color: #ffffff;
}

/* .help-and-support-button a, .dynamic-box-260-221 a, .profibereich-small-box a, .cd-versandtaschen-box a, .page-boxes a, .customers-opinions-preview a {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/pfeil_weiss_rechts.png") 10px center #D3052C
		no-repeat; 
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 25px;
	padding-right: 25px;
	color: #ffffff;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}


.page-boxes a.image-link {
	position: relative !important;
	padding: 0 !important;
}

.help-and-support-button a:FIRST-LETTER, .dynamic-box-260-221 a:FIRST-LETTER, .profibereich-small-box a:FIRST-LETTER, .cd-versandtaschen-box a:FIRST-LETTER, .page-boxes a:FIRST-LETTER, .customers-opinions-preview a:FIRST-LETTER {
	text-transform: capitalize;
}


.help-and-support-button a:hover, .dynamic-box-260-221 a:hover, .profibereich-small-box a:hover, .cd-versandtaschen-box a:hover, .page-boxes a:hover, .customers-opinions-preview a:hover {
	color: #fff !important;
} */

#sendCouponEmail input {
	width: 200px;
	margin-right: 10px;
	margin-bottom: 0px;
}


#sendCouponEmail input[type="button"] {
	background: url("../images/pfeil_weiss_rechts.png") 10px center #D3052C
		no-repeat; 
	line-height: 22px;
	height: 22px;
	padding-left: 25px;
	padding-right: 25px;
	color: #ffffff;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	margin-bottom: 6px;
}

#sendCouponEmail input[type="button"]:FIRST-LETTER {
	text-transform: capitalize;
}


#sendCouponEmail p {
	padding-bottom: 3px !important;
}

.cd-versandtaschen-box a {
	width: 69px;
}

.help-and-support-text {
	width: 120px;
	position: absolute;
	top: 35px;
	left: 105px;
}


/** profibereich kleiner box **/
.profibereich-small-box {
	width: 219px;
	height: 95px;
	border: 1px solid #cccccc;
	position: relative;	
	margin-bottom: 10px;
	background: url("../images/verlauf_infobox.jpg") repeat-x scroll left bottom #fff transparent;
}

.profibereich-small-box  h2{
	background: url("../images/profi_upload_s1.jpg")  no-repeat scroll 125px 50% transparent;
}

.profibereich-small-box p {
	padding-top: 5px;
	padding-left: 10px;
}

/** dynamische Box 260x221px **/
.dynamic-box-260-221 {
	width: 219px;
	height: 258px;
	position: relative;
	border: 1px solid #cccccc;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-color: #fff;
}

.dynamic-box-260-221 h2 {
	line-height: 2;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	background-color: #ffffff;
	margin: 0;
}

.dynamic-box-260-221 p {
	padding-top: 10px;
	padding-left: 10px;
}
	

/** profi-upload box **/
.profi_upload_box, .online-shop-box {
	width: 200px;
	padding-bottom: 10px;
}

.profi_upload_box h2 {
	background: url("../images/profi_upload_s1.jpg") right center no-repeat;
	padding-left: 10px;
	width: 180px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
}

.online-shop-box h2 {
	padding-left: 10px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #ccc;
}

.profi_upload_box p {
	font-size: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.1;
}

.profi_upload_box img, .online-shop-box img {
	padding: 8px 0 0 25px;
}

/** download column **/
.download_column_box {
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.download_column_part_header {
	height: 31px;
	/* background: url("../images/balken_rot_download_s1.jpg") left top
		no-repeat; */
	color: #333;
	font-weight: bold;
}

.download_column_part_header_windows {
	background: url("../images/windows_download_s1.png") 10px center
		no-repeat;
	line-height: 31px;
	vertical-align: middle;
	padding-left: 40px;
}

.download_column_part_header_apple {
	background: url("../images/apple_download_s1.png") 10px center no-repeat;
	line-height: 31px;
	vertical-align: middle;
	padding-left: 40px;
}

.download_column_part_header_linux {
	background: url("../images/linux_download_s1.png") 10px center no-repeat;
	line-height: 31px; 
	vertical-align: middle;
	padding-left: 40px;
}

/* .download_column_part_download_left {
	height:50px;
	padding: 8px 5px 5px;
	font-size: 10px;
	background: url("../images/verlauf_kleine_box_links.jpg") top left repeat-x;
} */

.download_column_part_download {
	padding: 5px 0px;
	font-size: 10px;
}

.download_column_part_description_1 {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	padding-left: 40px;
	background: url("../images/download_1_s1.png") 15px 10px no-repeat;
}

.download_column_part_description_2 {
	padding-top: 5px;
	padding-left: 40px;
	background: url("../images/download_2_s1.png") 15px 5px no-repeat;
}

.download_column_part_description_3 {
	padding-top: 5px;
	padding-left: 40px;
	background: url("../images/download_3_s1.png") 15px 5px no-repeat;
}



/** neue webseite, Ihre meinung ist uns wichtig, startpage **/
.newwebsite-box {
	float: left;
	width: 366px;
	height: 146px;
}

.newwebsite-box h2 {
	margin-bottom: 10px;
}
	
.newwebsite-box p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}	



/** newsletter plugin css **/
.newsletter-subscribe-errors {
	color: #D3052C;
	/*font-weight: bold;*/
	clear: both;
	margin-bottom: 5px;
}


.newsletter-form-left-col {
	width: 200px;
	float: left;
	clear: both;
	margin-top: 5px;
}

.newsletter-form-right-col {
	float: left;
	margin-top: 5px;
}


.newsletter-form-right-col select{
	width: 159px;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 0 !important;
}


.newsletter-form-right-col input[type="text"] {
	width: 155px;
	margin: 2px;
	border: 1px solid #ccc;
}


/** wir im netz box, startpage **/
.in-the-net-box {
	float: left;
	width: 156px;
	height: 146px;
	background-color: #fff;
}

.in-the-net-box div.social {
	background: url("../images/verlauf_infobox.jpg") left bottom #fff repeat-x;
	height: 25px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	/*padding-right: 5px;*/
}

.in-the-net-box h2 {
	padding-right: 5px;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 10px;
	margin: 10px 0 10px 0;
}

.in-the-net-box a {
	height: 33px;
	padding-left: 45px;
	display: block;
	background-position: 10px 1px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.in-the-net-box p {
	margin-bottom: 10px;
	padding-left: 10px;
}

.in-the-net-box a.Twitter {
	background-image: url("../images/twitter_gross_s1.png");
}

.in-the-net-box a.Facebook {
	background-image: url("../images/facebook_gross_s1.png");
}




ul.browsebox, .browsebox li {
	float: left !important;
	list-style: none !important;
	margin-right: 10px !important;
	padding-left: 0 !important;
}

.tx-indexedsearch-icon img {
	margin-top: 3px;
}

.tx-indexedsearch-searchbox table {
	border: 0 !important;
}

.tx-indexedsearch-searchbox td {
	font-size: 13px !important;
}

.tx-indexedsearch-searchbox input[type="text"] {
	border: 1px solid #ccc;
	margin: 0 !important;
	height: 16px !important;
	vertical-align: baseline;
}

.tx-indexedsearch-searchbox input[type="submit"] {
	vertical-align: baseline;
}

.tx-indexedsearch-res {
	clear:both;
}

.tx-indexedsearch-res table {
	border: 0 !important;
}

.tx-indexedsearch-res td {
	font-size: 13px !important;
}

.tx-indexedsearch-descr {
	padding-bottom: 10px;
	padding-right: 10px !important;
}

/** extension tx_cwcustomersopinions **/
#customers_opinions_maincontent {
	
}

.customers_opinions_pagebrowser {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

.customers_opinions_pagebrowser a {
	font-size: 12px;
	color: #CACACA;
}

.customers_opinions_pagebrowser a:hover {
	color: #999999;
}

.customers_opinions_opinion_box {
	width: 354;
	background: url("../images/verlauf_infobox.jpg") left bottom #fff
		repeat-x;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
}

.customers_opinions_opinion_header {
	border-bottom: 1px solid #e9e9e9;
	height: 34px;
	width: 100%;
}

.customers_opinions_opinion_stars {
	width: 200px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
}

.customers_opinions_opinion_caption {
	font-size: 10px;
	padding-top: 5px;
	float: left;
}

.customers_opinions_opinion_content {
	padding: 10px;
}

.customers_opinions_smallcaption {
	font-family: Arial, sans-serif;
	color: #D3052C;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
	text-align: left;
}

.customers_opinions_leftcol {
	width: 346px;
	float: left;
	text-align: left;
	margin-right: 20px;
}

.customers_opinions_rightcol {
	width: 350px;
	float: left;
	text-align: left;
	margin-top: 10px;
}

.customers_opinions_inputopinion_rightcol {
	float: left;
	text-align: left;
	vertical-align: top;
	/*margin-right: 20px;*/
}

.customers_opinions_inputopinion_rightcol select, .customers_opinions_inputopinion_rightcol input {
	width: 165px;
	border: 1px solid #ccc;
	margin-right: 5px;
}


.customers_opinions_inputopinion_rightcol input[type="checkbox"] {
	width: 20px;
}

.customers_opinions_inputopinion_leftcol {
	width: 80px;
	float: left;
	text-align: left;
	vertical-align: top;
}

.customers_opinions_textarea {
	width: 340px;
	height: 150px;
	font: Arial sans-serif 12px #333333;
	border: 1px solid #cccccc;
}

.customers_opinions_inputopinion_row {
	clear: both;
	margin-bottom: 10px;
}

.customers_opinions_inputopinion_row_ta {
	clear: both;
	height: 165px;
	margin-bottom: 10px;
}

.customers_opinions_inputtext {
	width: 337px !important;
	font: Arial sans-serif 12px #333333;
	border: 1px solid #ccc;
}

.customers_opinions_note_text {
	line-height: 22px;
	vertical-align: middle;
}

.customers_opinions_note {
	float: right;
	width: 150px;
	text-align: right;
}

.customers_opinions_hinttext {
	margin-bottom: 10px;
	font-size: 10px;
	color: #333333;
	text-align: left;
}

#cw_customersopinions_reset {
	margin-right: 10px;
}



.customers-opinions-facebook {
	background: url("../images/facebook_gross_s1.png") left top no-repeat;
	padding-left: 40px;
}

.customers_opinions_comment {
	/*margin-left: 20px;*/
}


/** sr_freecap classes **/
img.tx-srfreecap-pi2-image {
	margin-left: 0 !important;
	margin-right: 0 !important;
}



/**
	Profi informationen email
**/

.saal-digital-profi-information-email {
	width: 90%; 
	padding-left: 5px !important; 
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}


/** saal support formular, profi bereich, proposal email **/
.saalsupport-formular-profi {
	position: relative;
	width: 340px;
}


.saalsupport-formular-profi p {
	padding-bottom: 5px !important;
}


.saalsupport-formular-profi textarea {
	width: 331px;
	height: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999;
	border: 1px solid #ccc;
	margin-top: 5px;
}


.saalsupport-formular-profi input[type="text"] {
	width: 330px;
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	vertical-align: middle;
}

.saalsupport-formular-profi input[type="submit"] {
	float: right;
}


/** saal support formular **/
.tx-cwsaalsupport-pi1 h2 {
	margin-bottom: 10px !important;
}

.saalsupport_theme_box {
	width: 403px;
	height: 65px;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background: url("../images/verlauf_infobox.jpg") left bottom #fff repeat-x;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #e9e9e9;
}

.saalsupport_theme_box h2 {
	margin-bottom: 10px !important;
}

.saalsupport_theme_button a {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/pfeil_weiss_rechts.png") 10px center #D3052C
		no-repeat;
	display: block;
	line-height: 20px;
	height: 20px;
	padding: 0px 20px 0px 20px;
	color: #ffffff !important;
	font-size: 12px;
	vertical-align: center;
	text-align: center;
	
}


.saalsupport_theme_button a:FIRST-LETTER {
	text-transform: capitalize;
}


.saalsupport_theme_button a:hover {
	text-decoration: none !important;
}

.saalsupport_faq_box {
	width: 348px;
	float: left;
	background: url("../images/verlauf_infobox.jpg") left bottom #fff
		repeat-x;
	border: 1px solid #e9e9e9;
}

.saalsupport_faq_header {
	height: 45px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.saalsupport_faq_content {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.saalsupport_faq_question {
	font-weight: bold;
	padding-left: 20px;
	background: url("../images/frage_faq_s1.png") top left no-repeat;
}

.saalsupport_faq_answer {
	font-style: italic;
}

.saalsupport_faq_answer p {
	background: url("../images/birne_suche.png") left 3px no-repeat;
	padding-left: 20px;
}

.saalsupport_formular_hint {
	width: 245px;
	font-size: 10px;
	float: left;
	padding-top: 7px;
}

.saalsupport_formular_button {
	float: left;
}

.tx-cwsaalsupport-table h1 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}

.tx-cwsaalsupport-table {
	width: 600px;
	border: 1px solid #AAAAAA;
	margin: 10px 0 10px 0;
	padding: 2px 0 2px 0;
}

.tx-cwsaalsupport-row1 {
	width: 10px;
}

.tx-cwsaalsupport-row2 {
	width: 450px;
}

.tx-cwsaalsupport-row3 {
	width: 100px;
}

.tx-cwsaalsupport-formtable, .formular-table {
	width: 300px;
	margin-left: 0;
	border: 0 !important;
}

.tx-cwsaalsupport-formtable p, .formular-table p {
	padding-bottom: 0px !important;
	padding-top: 5px !important;
}

.tx-cwsaalsupport-input {
	/* width: 170px; */
	width: 135px;
	height: 20px;
	margin-top: 3px;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding-left: 5px;
}


.formular-table td {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.formular-table input{
	width: 95%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding-left: 5px;	
}

.formular-table input[type="radio"] {
	width: 15px !important;
}

.formular-table select {
	width: 169px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	margin-top: 3px;
	font-size: 12px;
	border: 1px solid #cccccc;
	padding-left: 5px;	
	padding-top: 0;
}

.formular-table input[type="submit"] {
	float: right;
	padding-right: 10px;
	width: 120px;
	margin-top: 10px;
	border: 0;
}

.error {
	color: #D9022E !important;
	font-size: 11px;
}


.tx-cwsaalsupport-formtable textarea, .formular-table textarea {
	width: 350px;
	height: 180px;
	font-size: 12px;
	margin-top: 3px;
	border: 1px solid #cccccc;
}


.tx-cwsaalsupport-formtable textarea {
	width: 280px;
}


.formular-table-zip-field {
	width: 43px !important;
	margin-right: 2px !important;
}

.formular-table-city-field {
	width: 106px !important;
} 

.tx-cwsaalsupport-require {
	display: none;
	color: #AA0D2D;
}

.tx-cwsaalsupport-question {
	margin-top: 15px;
	color: #AA0D2D;
}



/** Article presentation images overview **/
#article_presentation_images_resources {
	display: none;
}

#article_presentation_images_content {
	
}

#article_presentation_images_mainpic {
	float: left;
	position: relative;
	width: 408px;
	height: 271px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	border: 1px solid #e9e9e9;
}


.article_presentation_promotion_image {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}


#article_presentation_images_subpic {
	float: left;
	width: 85px;
	height: 265px;
}

#article_presentation_images_overview {
	clear: both;
	width: 502px;
	margin-top: 10px;
	border: 1px solid #e9e9e9;
}

#article_presentation_images_scrollleft {
	width: 35px;
	height: 93px;
	background: url("../images/Pfeil_links_s1.png") center center
		transparent no-repeat;
	cursor: pointer;
	float: left;
}

#article_presentation_images_scrollright {
	width: 35px;
	height: 93px;
	background: url("../images/Pfeil_rechts_s1.png") center center
		transparent no-repeat;
	cursor: pointer;
	float: left;
}

#article_presentation_images_scrollimages {
	float: left;
	background-color: transparent;
	width: 432px;
	overflow: hidden;
	position: relative;
	height: 93px;
}

#article_presentation_images_scrollcontent, #article_presentation_images_scrollcontent_clone {
	position: absolute;
	top: 0;
	left: 0;
}

.article_presentation_single_scrollimage {
	float: left;
	width: 144px;
	height: 93px;
}


.article_presentation_single_scrollimage img {
	width: 98px;
	height: 65px;
}


.article_presentation_single_scrollimage:hover img, .article_presentation_single_scrollimage.selected img {
	width: 135px;
	height: 90px;
}

.article_presentation_single_subpic_off,  .article_presentation_single_subpic_on{
	height: 84px;
	width: 84px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.article_presentation_single_subpic_off {
	background: url("../images/detail_off.jpg") left top no-repeat;
}

.article_presentation_single_subpic_on {
	background: url("../images/detail_aktiv.jpg") left top no-repeat;
}

.article_presentation_subimages img {
	padding-top: 3px;
	padding-left: 1px;
	}


.article_presentation_single_subpic_on p,.article_presentation_single_subpic_off p
	{
	font-size: 12px;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-bottom: 0 !important; 
}

/** download box **/
.download_red_box {
	width: 764px;
	height: 146px;
	padding-left: 5px;
	margin-bottom: 10px;
	background: url("../images/buttons_downloadbox/download_box_s1.jpg") top
		left no-repeat;
}

.download_red_box_container {
	float: left;
	padding-top: 45px;
	width: 330px;
	margin-left: 5px;
	margin-right: 2px;
}

.download_red_box_button a {
	display: block;
	width: 105px;
	height: 42px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

.download_red_box_fotobook a {
	background: url("../images/buttons_downloadbox/fotobuch_off_s1.jpg") top
		left no-repeat;
}

.download_red_box_fotobook a:hover {
	background: url("../images/buttons_downloadbox/fotobuch_on_s1.jpg") top
		left no-repeat;
}

.download_red_box_foto a {
	background: url("../images/buttons_downloadbox/foto_off_s1.jpg") left top
		no-repeat;
}

.download_red_box_foto a:hover {
	background: url("../images/buttons_downloadbox/foto_on_s1.jpg") left top
		no-repeat;
}

.download_red_box_gift a {
	background: url("../images/buttons_downloadbox/fotogeschenk_off_s1.jpg")
		left top no-repeat;
}

.download_red_box_gift a:hover {
	background: url("../images/buttons_downloadbox/fotogeschenk_on_s1.jpg")
		left top no-repeat;
}

.download_red_box_calender a {
	background: url("../images/buttons_downloadbox/fotokalender_off_s1.jpg")
		left top no-repeat;
}

.download_red_box_calender a:hover {
	background: url("../images/buttons_downloadbox/fotokalender_on_s1.jpg")
		left top no-repeat;
}

.download_red_box_poster a {
	background: url("../images/buttons_downloadbox/fotoposter_off_s1.jpg") left
		top no-repeat;
}

.download_red_box_poster a:hover {
	background: url("../images/buttons_downloadbox/fotoposter_on_s1.jpg") left
		top no-repeat;
}

.download_red_box_canvas a {
	background: url("../images/buttons_downloadbox/wanddeko_off_s1.jpg") left
		top no-repeat;
}

.download_red_box_canvas a:hover {
	background: url("../images/buttons_downloadbox/wanddeko_on_s1.jpg") left
		top no-repeat;
}

.download_red_box_linux a {
	float: left;
	margin-left: 5px;
	margin-top: 45px;
	display: block;
	width: 72px;
	height: 90px;
	background: url("../images/buttons_downloadbox/linux_off_s1.jpg") left top
		no-repeat;
}

.download_red_box_linux a:hover {
	background: url("../images/buttons_downloadbox/linux_on_s1.jpg") left top
		no-repeat;
}


.fotobook_formats_table {
	width: auto !important;
	border: 0 !important;
	margin-bottom: 0 !important;
}

.fotobook_formats_table_td:hover {
	filter: progid : DXImageTransform.Microsoft.Alpha ( Opacity=100 )
		!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
		!important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
}


.fotobook_formats_table_td img {
	cursor: pointer;
}

.fotobook_formats_table_td img:hover {
	filter: progid : DXImageTransform.Microsoft.Alpha ( Opacity=80 )
		!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
		!important;
	opacity: 0.8 !important;
	-moz-opacity: 0.8 !important;
	-khtml-opacity: 0.8 !important;
}

.fotobook_formats_table_td {
	border: 0 !important;
	font-weight: bold;
	padding: 2px !important;
	padding-bottom: 0 !important;
	text-align: center;
}

#fotoBookFormatsPresentation {
	border: 1px solid #ccc;
	padding: 20px;;
	margin-right: 7px;
	margin-left: 2px;
}

.fotobook-format-presentation-image {
	float: left;
	margin-right: 20px;
}

.fotobook-format-presentation-content {
	float: left;
	/*margin-right: 10px;*/
	position: relative;
	height: 300px;
	width: 374px;
}

.fotobook-format-presentation-download-container {

}

.fotobook-format-presentation-download {
	float: left;
}

.fotobook-format-presentation-download p {
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 0 !important;
	font-size: 10px;
}

.fotobook-format-presentation-download a {
	display: block;
	width: 105px;
	height: 28px;
	background: url("../images/buttons_gestalten_s1.png") left top no-repeat;
	font-size: 0px;
	margin-top: 3px;
}

.fotobook-format-download-presentation-windows {
	background: url("../images/windows_download_s1.png") left top no-repeat;
	margin-right: 30px;
}

.fotobook-format-download-presentation-mac {
	background: url("../images/apple_download_s1.png") left top no-repeat;
	margin-right: 30px;
}

.fotobook-format-download-presentation-wlinux {
	background: url("../images/linux_download_s1.png") left top no-repeat;
}



/**
	flick images modal div css
**/
.simplemodal-overlay {
	background-color: #000;
	cursor: wait;
}

.simplemodal-container {
	padding: 0 !important;
	border: 1px solid #ccc !important;
	background-color: #ffffff;
}


#flickImagesWrapper {
	padding: 10px;
	display: none;
	position: relative;
	font-size: 16px;
	background: url("../images/verlauf_infobox.jpg") left bottom #fff repeat-x;
}

#flickImagesWrapperClose {
	background: url("../images/kreuz.png") left center #ffffff no-repeat;
	line-height: 16px;
	padding-left: 15px;
	vertical-align: middle;
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 10px;
	font-size: 13px;
}


#flickImagesContainer {
	border: 1px solid #ccc;
	margin-top: 5px;
	/* background: url("../images/verlauf_durchblaettern.png") left bottom repeat-x; */
}

#flickImagesFooter {
	/* position: relative; */
	/* height: 46px; */
}


.flick-images-prev {
	margin-top: 5px;
	margin-left: 0 !important;
}

.flick-images-next {
	margin-top: 5px;
	float: right !important;
}



.download_right_left{
	float:left;
}

.download_right_right{
float:right;
}

/* 
	click and hover buttons
*/
.saal-digital-button {
	display: block;
}

.saal-digital-button img {
	display: none;
}

.saal-digital-button-direct-upload {
	background: url("../images/button_direkt_upload.png") left top no-repeat;
	width: 93px;
	height: 26px;
}

.saal-digital-button-direct-upload:hover {
	background-image: url("../images/button_direkt_upload_over.png");
}

.saal-digital-button-direct-upload.clicked {
	background-image: url("../images/button_direkt_upload_push.png");
}




.saal-digital-button-software-download {
	background: url("../images/button_software_download.png") left top no-repeat;
	width: 93px;
	height: 26px;
}

.saal-digital-button-software-download:hover {
	background-image: url("../images/button_software_download_over.png");
}

.saal-digital-button-software-download.clicked {
	background-image: url("../images/button_software_download_on.png");
}


.saal-digital-button-software-download .textgrey-top {
	position: absolute;
	left: 26px;
	top: 1px;
	color: #3c3c3b;
	font-size: 10px;
	font-weight: bold;
}


.saal-digital-button-software-download:hover .textgrey-top {
	color: #575756;
}


.saal-digital-button-software-download .textred-bottom {
	position: absolute;
	left: 27px;
	top: 9px;
	color: #a71220;
	font-size: 12px;
	font-weight: bold;
}


.saal-digital-button-software-download:hover .textred-bottom {
	color: #dd2651;
}


.textbutton-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 93px;
	height: 26px;
	display: block;
	filter: progid : DXImageTransform.Microsoft.Alpha ( Opacity = 100 )
		!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
		!important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
}





.box-border-with-gradient-bottom {
	border: 1px solid #ccc;
	background: url("../images/verlauf_infobox.jpg") left bottom #fff repeat-x;
}


.box-border-with-gradient-bottom .csc-default {
	margin-bottom: 0 !important;
}


.box-border-with-gradient-bottom p {
	padding-bottom: 10px !important;
}


.tool-box {
	height: 84px;
}

.tool-box .left, .tool-box .right {
	float: left;
	height: 84px;
}

.tool-box .middle {
	height: 64px;
	float: left;
}

.tool-box .left {
	width: 4px;
	background: url("../images/werkzeugbox_links.jpg") left top no-repeat;
}

.tool-box .right {
	width: 4px;
	background: url("../images/werkzeugbox_rechts.jpg") left top no-repeat;
}

.tool-box .middle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	width: 94%;
	overflow: hidden;
	background: url("../images/werkzeugbox_mitte.jpg") left top repeat-x;
}

.c100l .tool-box .middle {
	width: 94.3% !important;
}


.c50l .tool-box .middle {
	width: 93.2% !important;
}

/**
	coupon box
**/
.coupon-box {
	border: 1px solid #C10228;
	width: 170px;
	height:82px;
	background-image: -moz-linear-gradient(top, #F21B4D, #C30329);
	background-image: -o-linear-gradient(top, #F21B4D, #C30329);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F21B4D),to(#C30329));
	background-image: -ms-linear-gradient(top left, #F21B4D, #C30329);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F21B4D', 
                                                   endColorstr='#C30329');
}

.coupon-box h1 {
	line-height: 36px !important;
	vertical-align: middle !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold;
	padding-left: 10px !important;
	margin-bottom: 0 !important;
	/* background: url("../images/balken_rot_download_s1.jpg") left top no-repeat !important; */
}

.coupon-box p {
	line-height: 36px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-bottom: 0px !important;
	background-color: #fff;
	text-align: center;
}

/**
	landing page css
*/
#landingPage {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #efefef;
}

#landingPage .breadcrumb {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	background: url("../images/verlauf_banner_navi_grau_s1.jpg") left top repeat-x;
	border-bottom: 2px solid #D3052C;
}

#landingPage .breadcrumb-caption {
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #fff;
	background: url("../images/verlauf_banner_navi_rot_s1.jpg") left top repeat-x;
	display: table-cell;
}


#landingPage .footer {
	height: 35px;
	border-top: 1px solid #ccc;
}


#landingPage .footer .button {
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
	width: 150px;
	height: 25px;
	display: block;
	background: url("../images/buttons_alle_Produkte.png") left top no-repeat;
}


#landingPage .footer .button:hover {
	background: url("../images/buttons_alle-Produkte_over.png") left top no-repeat;
}

#landingPage .footer .button.clicked {
	background: url("../images/buttons_alle-Produkte_on.png") left top no-repeat;
}

#landingPage .categorie {
	/* margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px; */
	margin: 4px;
	float: left;
	cursor: pointer;
}


#landingPage .categorie img {
	width: 354px;
}

/**
	promotion 
**/
.profibereich-box-promotion, .customers-opinions-promotion {
	background:  url("../images/verlauf_infobox.jpg") left bottom #fff repeat-x;
	position: relative;
	width: 219px;
	height: 67px;
}


.profibereich-box-promotion h2 {
	line-height: 2;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
	background: url("../images_xmas/profi_upload_s1.jpg") no-repeat scroll 125px 50% transparent;
}

.customers-opinions-promotion h2 {
	line-height: 1.5;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin: 0;
}
.customers-opinions-promotion p {
	font-style: italic;
	padding-left: 10px;
	width: 201px;
	line-height: 1.2;
	margin: 0;
}


.recall-order-col {
	float: left;
	width: 50%;
	margin-bottom: 5px;
	
}

.recall-order-col input[type="text"] {
	width: 95%;
	border: 1px solid #ccc;
	line-height: 20px;
	vertical-align: middle;
	height: 20px;
}

.recall-order-col input[type="submit"] {
	position: absolute;
	right: 2px;
	top: 10px;
}


.recall-order-pretty-selector-wrapper {
	height: 30px;
}

.recall-order-pretty-selector-values-wrapper {
	width: 135px;
	border: 1px solid #ccc;
	padding: 2px 2px 0 2px;
	cursor: pointer;
	background-color: #fff;
	position: absolute;
	z-index: 10;
}


.recall-order-pretty-selector-values-wrapper div {
	margin-bottom: 2px;
	padding: 2px;
}

.recall-order-pretty-selector-value {
	background-color: #efefef;
}

.recall-order-pretty-selector-value-alt {
	background-color: #f8f8f8;
}


.recall-order-pretty-selector-value.selected, .recall-order-pretty-selector-value:hover, .recall-order-pretty-selector-value-alt.selected, .recall-order-pretty-selector-value-alt:hover {
	background-color: #ccc;
}


.recall-order-pretty-selector-current-value {
	padding: 2px;
	padding-left: 4px;
	border: 1px solid #ccc;
	width: 135px;
	height: 20px;
	line-height: 20px;
	background: url("../images/selector-element-arrow.jpg") right center no-repeat;;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/** Easter eggs **/
/*
#easterEgg {
	height: 40px;
}

#easterEgg div {
	height: 40px;
	float: left;
}

.saal-digital-easter-poster {
	width: 45px;
	background: url("../images/ei_poster.jpg") left top no-repeat;
	cursor: pointer;
	margin-right: 10px;
}


.saal-digital-easter-poster.open {
	background: url("../images/ei_poster_offen.jpg") left top no-repeat;
}


.saal-digital-easter-canvas {
	width: 45px;
	background: url("../images/ei_leinwand.jpg") left top no-repeat;
	cursor: pointer;
	margin-right: 10px;
}

.saal-digital-easter-canvas.open {
	background: url("../images/ei_leinwand_offen.jpg") left top no-repeat;
}*/