* {
	margin: 0px; padding: 0px;
}

BODY {
	background: #dbc7a9 url(img/bl.jpg) top repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center; 
}

DIV#ton-container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

DIV#header {
	width: 100%; height: 300px;
	background: url(img/tontrans.gif) no-repeat center bottom;
}

DIV#logo {
	padding: 0;
	padding-left: 270px;
	padding-top: 10px;	
	width: 470px;
}

DIV#navi {
	margin: 0;
	padding-left: 270px;
	width: 470px;
}

DIV#content {}

DIV#main1 {
	width: 840px;
}

DIV#main2 {
	float: left;
	width: 640px;
}

DIV#border {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
}

DIV#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #6c5b41;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;	
	color: #6c5b41;
	line-height: normal;
	width:100%;
}

DIV#footer A {
	color: #6c5b41;
}


/***************************************************************************************/
/* General element styles:                                                             */
/***************************************************************************************/
H1, H2, H3, P, TD, UL, OL, DL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #3c2e16; 
}

P {
	margin: 7px 0px;
}

UL, OL, DL, PRE, TABLE, FORM,
DIV.csc-frame, 
DIV.csc-textpic, 
DIV.tx-tongigs-pi1-list, 
DIV.tx-veguestbook-pi, 
DIV.tx-lzgallery-pi1 {
	margin: 10px 0px;
}

DIV#right DIV.csc-frame {
	margin-top: 0px;
}

P, TD, UL, OL, DL, INPUT, TEXTAREA, SELECT, BLOCKQUOTE { 
	font-size: 11px;
}

TH {
	font-size: 12px;
	font-weight: bold;
}

PRE { 
	font-family: monospace;
}

BLOCKQUOTE {
	margin-left: 50px;
}

HR {
	border-top: 1px dotted #6c5b41;
	background-color: transparent;
	height: 1px;
}

A { 
	color: #6c5b41; 
	text-decoration: none; 
	font-weight: bold;
}

A:hover { 
	color: #6c5b41; 
	text-decoration: underline; 
}


/* link to top */
P.csc-linkToTop { 
	text-align: right; 
}
P.csc-linkToTop A { 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
	padding-left: 8px; 
	background:  url(../images/gfx/totop.gif) no-repeat left; 
}

/* Frames */
DIV#border DIV.csc-frame H2 {
	text-transform: none;
}

DIV.csc-frame-invisible { 
	display: none; 
}
DIV.csc-frame-rulerBefore { 
	border-top: 1px dotted #6c5b41; 
}
DIV.csc-frame-rulerAfter {
	border-bottom: 1px dotted #6c5b41; 
}
DIV.csc-frame-indent { 
	padding-left: 10%; 
}
DIV.csc-frame-indent3366 { 
	padding-left: 33%; 
}
DIV.csc-frame-indent6633 { 
	padding-right: 33%; 
}
DIV.csc-frame-frame1 { 
	background: #f3ece3; 
	padding: 2px 4px 2px 4px; 
	border: 1px solid #6c5b41;
}
DIV.csc-frame-frame2 { 
	padding: 2px 4px 2px 4px; 
	border-left: 1px solid #6c5b41; 
}

DIV.csc-frame-frame1 DIV.csc-header, 
DIV.csc-frame-frame2 DIV.csc-header { 
	margin-top: 0px; 
}

/* Headers plain */
DIV.csc-header {
	margin-top: 15px;
}

DIV.csc-header-n1 {
	margin-top: 0px;
}

H1 { 
	font: bold 20px Arial, Helvetica, sans-serif; 
	color: #3c2e16; 
	text-transform: uppercase; 
}
H2 { 
	font: bold 16px Arial, Helvetica, sans-serif; 
	color: #3c2e16; 
	text-transform: uppercase; 
}
H3 { 
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #3c2e16; 
}

H1 A:hover,
H2 A:hover,
H3 A:hover {
	text-decoration:none;
}

/* Header date */
P.csc-header-date { 
	font-size: 9px;
	margin-bottom: 3px;
}

/* Subheader, general */
P.csc-subheader { 
	font: italic bold 13px Arial, Helvetica, sans-serif; 
	margin-top: 3px;
}

P.bodytext { 
	font-size: 11px; 
	color: #000; 
	line-height: 150%; 
}

/* Bulletlists, general */
UL.csc-bulletlist LI, LI { 
	margin: 2px 0px 0px 0px; 
}
/* Bulletlists, specifically */
UL.csc-bulletlist { 
	margin-left: 4.5ex; 
}
UL.csc-bulletlist-0 { } /* Punktliste*/
UL.csc-bulletlist-1 { /*Aufzählungsliste*/
	list-style-type: decimal; 
} 

/* Images / Captions */
P.csc-caption, .csc-textpic-caption { 
	font: italic 10px Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px;
	margin-top: 0px;
}

DIV.csc-textpic-imagewrap {
	margin: 5px 0px 0px 0px;
}

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3 { 
	margin-top: 0px; 
}


/* Tables, generally */
TABLE.contenttable {}

TABLE.contenttable-1,
TABLE.contenttable-2,
TABLE.contenttable-3 {
	border: 1px #6c5b41 solid; 
	border-collapse:collapse; 
}

TABLE.contenttable TR TD { 
	padding: 1px 3px 1px 3px; vertical-align: top; 
}
TABLE.contenttable-1 TR.tr-even,
TABLE.contenttable-2 TR.tr-even,
TABLE.contenttable-3 TR.tr-even { 
	background-color: #dbc7a9; 
}
TABLE.contenttable-1 TR.tr-odd,
TABLE.contenttable-2 TR.tr-odd,
TABLE.contenttable-3 TR.tr-odd { 
	background-color: #eadecb; 
}

/* Tables, specifically */
TABLE.contenttable-1 TR TD,
TABLE.contenttable-2 TR TD,
TABLE.contenttable-3 TR TD { 
	border: 1px dotted #6c5b41; 
}

/* Table head */
TABLE.contenttable-1 TR.tr-0 TD,
TABLE.contenttable-2 TR TD.td-0,
TABLE.contenttable-3 TR TD.td-0, 
TABLE.contenttable-3 TR.tr-0 TD { 
	background-color: #FFF; 
	color: #FFFFFF; 
	font-weight: bold; 
}

/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { 
	border-collapse:collapse; 
}
TABLE.csc-uploads P { 
	margin: 0px;
}
TABLE.csc-uploads-1,
TABLE.csc-uploads-2,
TABLE.csc-uploads-3 { width:100%; }
TABLE.csc-uploads TR TD { vertical-align: top; }
TABLE.csc-uploads TR.tr-even { background-color: #eadecb; border-top: 1px dotted #6c5b41; border-bottom: 1px dotted #6c5b41; }
TABLE.csc-uploads TR.tr-odd { background-color: #dbc7a9; border-top: 1px dotted #6c5b41; border-bottom: 1px dotted #6c5b41; }
TABLE.csc-uploads-1 TR TD.csc-uploads-icon { width:18px; padding: 2px 10px 2px 0px; text-align:left; }
TABLE.csc-uploads-2 TR TD.csc-uploads-icon,
TABLE.csc-uploads-3 TR TD.csc-uploads-icon { width:75px; padding: 2px 10px 2px 0px; text-align:left; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { padding: 2px 0px 2px 0px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { text-align:right; white-space: nowrap; padding: 2px 0px 2px 10px; }

/* Filelinks, specifically */
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }

/* Sitemap / Menu */
UL.csc-menu {
	list-style-type: none;
} 

UL.csc-menu UL {
	list-style-type: square;
	margin-left: 30px;
	margin-top: 0; 
}

LI.csc-section A {
	font-weight: normal;
}

/* Forms */
FIELDSET.csc-mailform {
	border: none;
}

.csc-mailform-label {
	font: bold 14px Arial, Helvetica, sans-serif;
}

DIV.csc-mailform-field {
	margin: 5px 0px;
	width: 200px;
}

DIV.csc-mailform-field INPUT,
DIV.csc-mailform-field TEXTAREA {
	width: 200px;
}

LABEL {
	display: block;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

INPUT#mailformName,
INPUT#mailformeMail,
INPUT#mailformBetreff,
TEXTAREA#mailformNachricht {
	width: 300px;
}

SELECT#mailformEmpfänger {
	width: 150px;
}

INPUT#mailformformtype_mail {
	width: 100px;
}


/* other */
.clear-left {
	clear: left;
}

.clear-all {
	clear: both;
}

.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
}


/* tt_news */
DIV.news-latest-container A P.bodytext,
DIV.news-list-container A P.bodytext {
	font-weight: normal;
	color: #000;
}

DIV.news-latest-container A:hover P.bodytext,
DIV.news-list-container A:hover P.bodytext {
	font-weight: normal;
	color: #6c5b41;
}

DIV.news-latest-container IMG, DIV.news-list-container IMG { margin: 10px 10px 10px 0px; float: left; }
DIV.news-single-img {
	float: right;
	margin: 5px 0px 10px 10px;
	padding-left: 10px;
}

DIV.news-single-additional-info {
	clear: right;
	margin-top:30px;
}

DIV.news-single-additional-info DL {
	background: #dbc7a9;
	border-top: 1px dotted #6c5b41;
	border-bottom: 1px dotted #6c5b41;
	padding: 2px 0px;
}

DIV.news-single-additional-info DL DT {
	font-weight: bold;
	margin-bottom: 3px;
}
DIV.news-single-additional-info DL DD {
	vertical-align: middle;
}

DIV.news-single-additional-info DL DD P.bodytext {
	margin:0px;
}

DIV.news-single-additional-info DL DD A {
	vertical-align: middle;
}

DIV.news-single-additional-info DL DD IMG {
	margin: 0px 3px 0px 0px;
	vertical-align: middle;
}

DIV.news-single-additional-info DL DD P.bodytext A {
	padding-left: 18px; 
	background:  url(../images/gfx/link.gif) no-repeat left;
}

DIV.tx-ttnews-browsebox {
	font-size: 11px;
	text-align: center;
	margin: 15px 0;
}

/* tx-irfaq ***************************************************************************************************/
DIV.tx-irfaq-pi1 DL DT {
	font-weight: bold; 
	color: #6c5b41; 
	margin: 5px 0px;
}

DIV.tx-irfaq-pi1 DL DD P {
	margin: 0px 0px 15px 13px;
	padding: 1px 3px 2px 3px;
	background: #f3ece3;
	border-top: 1px dotted #6c5b41;
	border-bottom: 1px dotted #6c5b41;
}

/* tx-lzgalery-pi1 ********************************************************/
DIV.tx-lzgallery-pi1 TABLE#tx-lzgallery-pi1-fotonav {
	margin: 0px;
}

DIV.tx-lzgallery-pi1 DIV.csc-frame {
	width: 218px;
	float: left;
	border: 1px solid #6c5b41;
	padding: 5px;
	margin: 7px;
}

DIV.tx-lzgallery-pi1 DIV.tx-lzgallery-pi1-preview {
	background: url(../images/gfx/nopics.gif) center center no-repeat;
	text-align: center;
	width: 218px;
	height: 164px;
}

DIV.tx-lzgallery-pi1 SPAN.tx-lzgallery-pi1-viewSelector SELECT {
	width: 60px;
}

DIV.tx-lzgallery-pi1 SPAN.tx-lzgallery-pi1-pageSelector SELECT {
	width: 40px;
}

DIV.tx-lzgallery-pi1 #tx-lzgallery-pi1-fotos {
	width: 100%;
	text-align: center;
	border-collapse: seperate;
}

DIV.tx-lzgallery-pi1 #tx-lzgallery-pi1-fotos td {
	background: #FFFFFF;
	text-align: center;
	padding: 2px;
	border: 1px solid #6c5b41;
}

DIV.tx-lzgallery-pi1 P.csc-caption {
	background: none;
	color: #6c5b41;
}

DIV.tx-lzgallery-pi1 DIV.tx-lzgallery-pi1-single IMG {
	margin: 20px 0px;
}

/* tx-veguestbook-pi ******************************************************************************************/
DIV.tx-veguestbook-pi1-header {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #000; 
	margin-bottom: 5px;
}

DIV.tx-veguestbook-pi1-links {
	float:right;
}

DIV.tx-veguestbook-pi1-date {
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 3px;
	color: #6c5b41;
}

DIV.tx-veguestbook-pi1-comment P.bodytext {
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #6c5b41;
	font-style: italic;
	color: #6c5b41;
}

INPUT.tx-veguestbook-form-inputfield {
	width: 190px;
}

TEXTAREA.tx-veguestbook-form-textarea {
	width: 525px;
	height: 171px;
}


/* tx-tonlinks ************************************************************************************************/
DIV.tx-tonlinks-pi1 DL DT { 
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #000; 
	margin-bottom: 3px;
}

/* tx-tongigs-pi1 **************************************************************************************/
DIV.tx-tongigs-pi1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

DIV.tx-tongigs-pi1-teaser UL {
	list-style: none;
}

TABLE.tx-tongigs-pi1-table {
	width: 100%;
	border-collapse:collapse; 
}

TABLE.tx-tongigs-pi1-table TR TD {
	padding: 3px; 
	vertical-align: top; 
	border-top: 1px dotted #6c5b41;
	border-bottom: 1px dotted #6c5b41;
}

TR.tx-tongigs-pi1-row-odd {
	background: #eadecb;
}

TR.tx-tongigs-pi1-row-even {
	background: #dbc7a9;
}

TD.tx-tongigs-pi1-more {
	text-align: right;
}

DIV.tx-tongigs-pi1-single DIV.tx-tongigs-pi1-single-img {
	float: right;
	margin: 5px 0px 10px 10px;
}

/* ton_songs */
UL.tx-tonsongs-pi1-list {
	list-style: none;
}

/* Stats */
TABLE.tx-czcountstat-pi1-table {
	width: 95%;
	border-spacing:0px;
	border: 0px;
	margin: 5px 0px;
}
TD.tx-czcountstat-pi1-date {
	font-weight: bold;
}
TD.tx-czcountstat-pi1-label {
	padding: 1px 2px 1px 0px;	
}
TD.tx-czcountstat-pi1-data {
	padding: 1px 0px 1px 2px;
	text-align: right;
	font-weight: bold;
}

/* nf-downloads **************************/
TABLE.nf-downloads {
	border-collapse: collapse;
}
TABLE.nf-downloads TD.filetypeimage {
	width: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #6c5b41;
	border-bottom: 1px dotted #6c5b41;
	padding: 5px 0px;	
}
TABLE.nf-downloads TH.headline {
	border-top: 1px dotted #6c5b41;
	padding-top: 5px;
	text-align: left;
}
TABLE.nf-downloads TD.filesize {
	font-weight: bold;
}
TABLE.nf-downloads TD.description {}
TABLE.nf-downloads TD.note {}
TABLE.nf-downloads TD.download {
	border-bottom: 1px dotted #6c5b41;
	padding-bottom: 5px;
}

DIV.tx-fechangepassword-pi1 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* TON-tt_products *********************************************************/

DIV.tt_products_item_list DIV.listitem,
DIV.tt_products_item_single_display {
	background: #f3ece3;
	padding: 2px 4px 2px 4px; 
	border: 1px solid #6c5b41; 
	margin: 10px 0px;
	clear: left;
}

DIV.page_prev,
DIV.browse_links,
DIV.page_next {
	float: left;
	width: 33%;
	text-align: center;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	margin: 5px 0px;
}

DIV.orderForm {
	clear: left;
}

SELECT.selectColor,
SELECT.selectSize {
	width: 100px;
}

h2.category_title { margin-top: 15px; text-transform: none; }

P.listitem_subheader,
P.subheader { font-style: italic; font-weight: bold; }

DIV.listitem IMG,
DIV.tt_products_item_single_display IMG { 
	border: 1px solid black; 
	padding: 5px; 
	margin: 10px 10px 10px 0px;
	float: left;
	background-color: white;
}

DIV.listitem P.price {
	float: right;
	text-align: right;
	font-weight: bold;
}

P.link {
	clear: left;
	text-align: right;
}

.product_note {
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}

FIELDSET {
	padding: 15px 10px 10px 10px; 
	border: 1px solid #6c5b41; 
	margin: 15px 0px;
}

LEGEND {
	font: bold 12px verdana, tahoma, arial, helvetica, sans-serif; 
	color: #000;
	border: 1px solid #6c5b41;
	padding: 2px 4px; 
}

LABEL {
	display: block;
	float: left;
	margin: 2px 0px;
}

LABEL.fixedWidth {
	width: 150px;
}

INPUT#name,
INPUT#address,
INPUT#city,
INPUT#country,
INPUT#phone,
INPUT#email,
TEXTAREA#note,
INPUT#statusEmail,
SELECT#subject,
TEXTAREA#comment,
/* KONTAKTFORMULAR */

INPUT#subject,
TEXTAREA#message {
	width: 300px;
	margin: 2px 0px;
}

/* KONTAKTFORMULAR */
SELECT#recipient {
	width: 100px;
	margin: 2px 0px;
}

INPUT#zip {
	width: 75px;
	margin: 2px 0px;
}

INPUT#agb,
INPUT#mailAlert {
	float: left;
	margin: 2px 4px 2px 0px;
}

/* KONTAKTFORMULAR */
INPUT#usercopy {
	float: left;
	margin: 2px 4px 2px 100px;
}

TABLE.basket,
TABLE.tracking {
	border-collapse: collapse;
}

TR.basketHeadRow TH,
TR.trackingHeadRow TH {
	border-top: 2px solid #6c5b41;
	border-bottom: 2px solid #6c5b41;	
	padding: 5px 0px;
}

TR.basketArticleRow IMG { 
	border: 1px solid black; 
	padding: 5px; 
	margin-right: 10px;
	float: left;
	background-color: white;
}

TR.basketArticleRow TD,
TR.basketShippingRow TD,
TR.basketNetRow TD,
TR.trackingRow TD {
	border-bottom: 1px solid #6c5b41;	
	padding: 5px 0px;	
}

TR.basketPaymentRow TD {
	border-bottom: 2px solid #6c5b41;	
	padding: 5px 0px;
}

TR.basketVatRow TD {
	padding: 5px 0px;
}

TR.basketGrossRow TD {
	border-top: 2px solid #6c5b41;	
	border-bottom: 3px solid #6c5b41;	
	padding: 5px 0px;
}

IMG.shopStatus {
	margin-top: 15px;
}

DIV#tx-ttproducts-pi1-bill {
	margin-top: 10px;
	font-size: 11px;
}
