/* ----------------------------
  | TYPO3 CSS Re-Definitions:  |
   ----------------------------*/

.productdesc {
	margin-left: 50px;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

.csc-menu  {
	margin:0px;
	padding:0px;
}

.csc-section {
	list-style-type:none;
	/*margin-left:-40px;*/
        color:#000000;
        font-size:0.85em;
        line-height:18px;
}

.csc-linkToTop {
	text-align:right;
	color: #E43144;
	font-size:0.75em;
}

.csc-mailform {
	border:0px;
	margin-left:0px;
	padding:0px;
}

.csc-textpic-caption {
	font-size: 0.85em;
	color: #000000;
	background-color:#FFFFFF;
}

.tx-indexedsearch-rules {
	display:none;
}

.tx-indexedsearch-info {
	display:none;
}
.tx-indexedsearch-descr descr {
	display:none;
}

.tx-indexedsearch-sw {
	font-style:normal !important;
}

.tx-indexedsearch-searchfor {
	display:block;
	float:left;
	width:100px;
	height:22px !important;
	vertical-align:middle;
}

.tx-indexedsearch-searchbox-sword {
	border:0px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	height:20px !important;
	vertical-align:middle;
}

.tx-indexedsearch-searchbox-button {
	color:#62524E;
	background-color: #D5D5D5;
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.tx-macinasearchbox-pi1 {
	margin-top:10px;
}
.internal-link {
	white-space:nowrap 
}

/* tt_news: */

.news-list-container {}
.news-list-item {border:0px;margin-top:10px;}
.news-list-item h3 {margin:5px 0px 10px 0px;}
.news-list-item h3 a {text-decoration:none;font-size:18.75px;font-weight:normal;}
.news-list-date {color:#54A8E7;font-size:10px;}
.news-list-morelink {text-align:right; padding-bottom:5px; border-bottom:1px solid #CCCCCC;}
hr.clearer {display:none;}


/* Mailform: */


fieldset.csc-mailform {
	border:0px;
	padding:0px;
	margin:0px;
}

.csc-mailform-label {
	font-size:0.85em;
	font-weight:bold;
}

.csc-mailform-field label{
	display:block;
	float:left;
	width:100px;
}

.csc-mailform-field select, .csc-mailform-field input {
	border:1px solid #D1D1D1;
	width:250px;
	font-size:0.85em;
	margin: 2px 0px 5px 0px;
}


.csc-mailform-field select{
	width:252px;
}

.csc-mailform-field textarea {
	border:1px solid #D1D1D1;
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

#mailformformtype_mail {
	width:100px !important;
	border:1px solid #000000 !important;
	background:#D1D1D1 !important;
	margin:10px 0px 0px 100px;
	color:#000000;
	cursor:pointer;
}

/*---Gallery classes---*/

#tx-lzgallery-pi1-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
}

#tx-lzgallery-pi1-listing {
	border: 0px;
	width:480px;
}

#tx-lzgallery-pi1-listing tr.line1 td{
	background-color:#FFFFFF;	

}

#tx-lzgallery-pi1-listing tr.sorting td{
	padding-top:10px;
}
#tx-lzgallery-pi1-listing td.title {
	padding-left:0px;
}

#gallery-fotos{
	width:100%;
	text-align:center;
}

#tx-lzgallery-pi1-fotos{
	margin:auto;
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-fotos td {
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-fotonav{
	background-color:#FFFFFF;
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-title{
	border-bottom-color:#D21034;
}

.tx-newloginbox-pi1 h3 {
	display:none;
}

/*--- Guestbook ---*/
.tx-guestbook-list-table {border: 1px solid #326CB3;} 
.tx-guestbook-list-header { background-color:#FFF57C; color:#326CB3; font-weight:bold; } 
.tx-guestbook-list-row { background-color: #FFFFFF; } 
.tx-guestbook-list-rowleft { background-color: #FFFFFF; } 
.tx-guestbook-list-entrycomment-title {font-weight: bold; } 
.tx-guestbook-list-entrycomment { font-style: italic; } 
.tx-guestbook-list-small { font-size: 9px; color: #666666; } 
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; } 
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; } 
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; } 
.tx-guestbook-latest-header {color: #FFFFFF; font-weight:bold; } 
.tx-guestbook-latest-small { font-size: 9px; color: #666666; } 
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:100px; } 
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:150px; } 
.tx-guestbook-form-textarea { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:250px; } 
.tx-guestbook-form-obligationfield { color: #326CB3; } 
.tx-guestbook-form-error { color:#326CB3; }

/* ----------------------------
  | TYPO3 CSS Re-Definitions:  |
   ----------------------------*/
.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

.csc-menu  {
	margin:0px;
	padding:0px;
}

.csc-section {
	list-style-type:none;
	/*margin-left:-40px;*/
        color:#000000;
        font-size:0.85em;
        line-height:18px;
}

.csc-linkToTop {
	text-align:right;
	color: #E43144;
	font-size:0.75em;
}

.csc-mailform {
	border:0px;
	margin-left:0px;
	padding:0px;
}

.csc-textpic-caption {
	font-size: 0.85em;
	color: #000000;
	background-color:#FFFFFF;
}

.tx-indexedsearch-rules {
	display:none;
}

.tx-indexedsearch-info {
	display:none;
}
.tx-indexedsearch-descr descr {
	display:none;
}

.tx-indexedsearch-sw {
	font-style:normal !important;
}

.tx-indexedsearch-searchfor {
	display:block;
	float:left;
	width:100px;
	height:22px !important;
	vertical-align:middle;
}

.tx-indexedsearch-searchbox-sword {
	border:0px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	height:20px !important;
	vertical-align:middle;
}

.tx-indexedsearch-searchbox-button {
	color:#62524E;
	background-color: #D5D5D5;
	border:0px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.tx-macinasearchbox-pi1 {
	margin-top:10px;
}
.internal-link {
	white-space:nowrap 
}

/* Mailform: */


fieldset.csc-mailform {
	border:0px;
	padding:0px;
	margin:0px;
}

.csc-mailform-label {
	font-size:0.85em;
	font-weight:bold;
}

.csc-mailform-field label{
	display:block;
	float:left;
	width:100px;
}

.csc-mailform-field select, .csc-mailform-field input {
	border:1px solid #D1D1D1;
	width:250px;
	font-size:0.85em;
	margin: 2px 0px 5px 0px;
}


.csc-mailform-field select{
	width:252px;
}

.csc-mailform-field textarea {
	border:1px solid #D1D1D1;
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

#mailformformtype_mail {
	width:100px !important;
	border:1px solid #000000 !important;
	background:#D1D1D1 !important;
	margin:10px 0px 0px 100px;
	color:#000000;
	cursor:pointer;
}

/*---Gallery classes---*/

#tx-lzgallery-pi1-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
}

#tx-lzgallery-pi1-listing {
	border: 0px;
	width:480px;
}

#tx-lzgallery-pi1-listing tr.line1 td{
	background-color:#FFFFFF;	

}

#tx-lzgallery-pi1-listing tr.sorting td{
	padding-top:10px;
}
#tx-lzgallery-pi1-listing td.title {
	padding-left:0px;
}

#gallery-fotos{
	width:100%;
	text-align:center;
}

#tx-lzgallery-pi1-fotos{
	margin:auto;
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-fotos td {
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-fotonav{
	background-color:#FFFFFF;
	border-color:#CCCCCC;
}

#tx-lzgallery-pi1-title{
	border-bottom-color:#D21034;
}

.tx-newloginbox-pi1 h3 {
	display:none;
}

/*--- Guestbook ---*/
.tx-guestbook-list-table {border: 1px solid #326CB3;} 
.tx-guestbook-list-header { background-color:#FFF57C; color:#326CB3; font-weight:bold; } 
.tx-guestbook-list-row { background-color: #FFFFFF; } 
.tx-guestbook-list-rowleft { background-color: #FFFFFF; } 
.tx-guestbook-list-entrycomment-title {font-weight: bold; } 
.tx-guestbook-list-entrycomment { font-style: italic; } 
.tx-guestbook-list-small { font-size: 9px; color: #666666; } 
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; } 
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; } 
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; } 
.tx-guestbook-latest-header {color: #FFFFFF; font-weight:bold; } 
.tx-guestbook-latest-small { font-size: 9px; color: #666666; } 
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:100px; } 
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:150px; } 
.tx-guestbook-form-textarea { border-style: solid; border-width: 1px; border-color:#326CB3; font-size:14px; color:#333333; width:250px; } 
.tx-guestbook-form-obligationfield { color: #326CB3; } 
.tx-guestbook-form-error { color:#326CB3; }


#tx-ttproducts-pi1-list .productimg{
	width:100px;
	float:left;
}
#tx-ttproducts-pi1-list .productdesc{
	width:500px;
	float:right;
	clear:right;
}
#tx-ttproducts-pi1-list .productdesc h1{ 
	padding:0px;
	margin-top:0px;
	font-weight:normal;
}

#tx-ttproducts-pi1-list .artikelanzahlbox input{
	height:12px;
	width:22px;
	font-size:0.9em;
}

#tx-ttproducts-pi1-list .artikelanzahlbox input#inputimage_list{
	height:21px;
	width:auto;
}


#tx-ttproducts-pi1-list .order_form #inputimage_list{
	float:left;
}
#tx-ttproducts-pi1-list .tt_products_item_list{
	float:left;
}

#tx-ttproducts-pi1-list #genresongs{
margin-top:15px;
}
#tx-ttproducts-pi1-list #genresongs td{
vertical-align:top;
}

#payment_box{
	background-color:#EFEBEF;
	border:2px solid #DEDFDE;
	margin-right:5px;
	padding:0px 5px;
	font-size:0.9em;
}

#kontodaten {
	margin:10px 20px;
}

#kontodaten label{
	display:block;
	width:120px;
	float:left;
}

.tt_products_basket #kontodaten input{}

#tx-ttproducts-pi1-list #genresongs tr.tabletitles td{
	font-weight:bold;
	font-size:1.2em;
	padding:10px 0px;
}

#tx-ttproducts-pi1-list #genresongs td.songtitle{ 
	height:40px;
	width:50%;
}
#tx-ttproducts-pi1-list #genresongs td.songtitle .orange{ 
	width:100%;
	display:block;
}
#tx-ttproducts-pi1-list #genresongs td.sample, #tx-ttproducts-pi1-list #genresongs td.auswahl{ 
	text-align:center;
}
#tx-ttproducts-pi1-list #genresongs td.songtitle, #tx-ttproducts-pi1-list #genresongs td.sample{ 
padding-top:5px;
}

.tt_products_basket_info label{
	width:150px;
	display:block;
	float:left;
	clear:left;
}
.tt_products_basket_info label.checkbox{
	width:auto;
	display:inline;
	float:none;
}
.tt_products_basket_info input,
.tt_products_basket_info select{
	margin-bottom:2px;
}
.tt_products_basket_info select{
	display:block
}

.tt_products_basket_info label.checkbox{
	width:auto;
}

.tt_products_singleitem{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	border-bottom:3px solid #d1d1d1;
}
#tx-ttproducts-pi1-single .back{
	float:left;
	clear:left;
	margin-bottom:20px;
}

#tx-ttproducts-pi1-single .next{
	float:right;
	clear:right;
	text-align:right;
	margin:0px 30px 20px 0px;
}


/*
#tx-ttproducts-pi1-orders,
#tx-ttproducts-pi1-tracking,
#tx-ttproducts-pi1-bill,
#tx-ttproducts-pi1-delivery,
.csc-uploads {
	margin-left:185px;
}
*/

#right #tx-ttproducts-pi1-single .next, #right #tx-ttproducts-pi1-single .back{
	width:215px;
}


#right #tx-ttproducts-pi1-single #PRODUCT_TITLE_SINGLE{
	margin:10px 0px;
	width:100%;
	clear:both;
}
#right #tx-ttproducts-pi1-single #PRODUCT_NOTE_SINGLE{
	clear:both;
}

#tx-ttproducts-pi1-single .floatbox_SINGLE_left{
	float:left;
}

#tx-ttproducts-pi1-single .floatbox_SINGLE_right{
	width:480px;
	float:right;
}

#tx-ttproducts-pi1-single #backtolist_SINGLE{
	float:left;
	clear:both;
	margin-top:20px;
}
#tx-ttproducts-pi1-single #info{
	font-size:0.85em;
}

.tt_products_basket_payment .form_control {
	margin-top:10px;
}

.minibasket_item a{
	text-decoration:none;
	font-size:0.9em;
	text-align:left;
}
.minibasket_item a:hover{
	text-decoration:underline;
}

* +html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-bottom:7px;
}


.tx_tipafriend_formfield{
	margin-top:3px;
}
.tx_tipafriend_formfield label{
	width:180px;
	display:block;
	float:left;
}

.tx_tipafriend_formfield  .tx_tipafriend_codetext {	
	margin-left:180px;
}

.tx_tipafriend_error_text {
	color:red;
}