body {
	background-color: #dedbdb;
	background-attachment: fixed;
	background-image: url('../gfx/background_main.gif');
	background-position: center top;
	background-repeat: no-repeat;
}

body, table, td, th, a, p, div, ul, li, h1, h2, h3, font {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000;
}

p {
	margin: 0 0 8px 0;
}

input, textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-variant: normal;
	color: #000;
}

h2 {
	font-size: 14px;
}

h3 {
	margin-bottom: 5px;
}

div {
	color: #000;
}

/*
a:link	{			COLOR: #29A1D5; TEXT-DECORATION: none;	}
a.novisit:link {	COLOR: #29A1D5; TEXT-DECORATION: none;	}
a.novisit:visited {	COLOR: #29A1D5; TEXT-DECORATION: none;	}
a:visited {			COLOR: #29A1D5; TEXT-DECORATION: none;	}
a:hover	{			TEXT-DECORATION: underline;	}
a.novisit:hover {	TEXT-DECORATION: underline;	}
*/

#mainMenu,
#navigation 
{
	width: 862px;
	height: 55px;
	margin: 0 auto 0;
	padding: 0 0 5px 0;
}

table#alignMenu {
	width: 100%;
}

#mainTop {
}

#mainContent {
	border: 0px solid green;
	width: 860px;
	min-width: 860px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#mainContainerLeft {
	float: left;
	border: 0px solid red;
	min-width: 658px;
	width: 658px;
	height: auto;
}

#mainContainerRight {
	float: right;
	border: 0px solid gray;
	width: 193px;
	height: auto;
}

#subContainerLeft,
#cartContainerLeft,
#pixContainerLeft {
	float: left;
	border: 0px solid yellow;
	width: 193px;
	height: auto;
}

#subContainerRight,
#cartContainerRight,
#pixContainerRight {
	float:left;
	margin-left: 10px;
	border: 0px solid orange;
	width: 455px;
	height: auto;
	overflow: hidden;
}

#cartContainerRight,
#pixContainerRight {
	width: 655px;
}


.newsletterForm {
	padding: 0 10px;
}

.gustbookform {
	padding: 0 10px 0 0;
}

.newsletterForm .bsInput {
	background: transparent url('../gfx/box_s_input.gif') no-repeat 0 0;
	width: 175px;
	height: 29px;
	padding: 4px 10px 1px 8px;
}

.newsletterForm input[type="text"] {
	border: 1px solid #fff;
	width: 155px;
}

.newsletterForm input[type="image"] {
	padding-left: 22px;
}

.newsEntry {
	background: transparent url('../gfx/bgNewsEntry.gif') no-repeat 0 0;
	margin: 0 10px;
	width: 175px;
	height: 134px;
}


.newsEntry .preview {
	float: left;
	margin: 6px 0 0 6px;
}

.newsEntry .preview img {
	width: 46px;
	height: 46px;
	border: 1px dotted #29A1D5;
}

.newsEntry .title {
	float:left;
	color: #fff;
	margin: 18px 0px 0px 5px;
	width: 110px;
	font-weight: bold;
	font-size: 11px
}

.newsEntry .body {
	padding: 3px 7px;
	width: 175;
	height: 53px;
	color: #fff;
	font-size: 11px
}

.newsEntry .body p,
.newsEntry .body div {
	font-size: 11px;
	color: #fff;
}

.newsEntry .body a {
	font-size: 11px;
	color: #29A1D5;
}

.newsEntry .more {
	margin: 0 0 0 103px;
}

.eventEntry {
	margin: 0 10px;
}

.eventFullEntry {
	margin: 0 10px;
}

.eventEntry span,
.eventsTickerEntry span {
	font-size: 11px;
	font-weight: bold;
}


.eventEntry p,
.eventsTickerEntry p {
	font-size: 11px;
}

.eventFullEntry div,
.eventFullEntry p {
	font-size: 12px;
}

.imgNews {
	width: 100px;
}

.imgNewsPreview {
	width: 70px;
}

.imgCartPreview {
	width: 50px;
	margin: 4px;
	border: 1px solid #29A1D5;
}

a.trackPreviewLink  {
	color: #11ee00;
	text-decoration: none;
	font-size: 11px;
}

/* boxes */
.boxS {
	width: 193px;	
}

.boxSHead 
{
	width: 193px;
	height: 42px;
	background-image: url('../gfx/box_s_head.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.boxSHead h3 {
	color: #fff;
	font-family: Verdana;
	padding: 6px 10px 0 10px;
	text-align: right;
}

.boxSBG {
	width: 193px;
	background-image: url('../gfx/box_s_bg.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.boxSBG div {
	/* padding: 0 10px; */
}

.boxSBG hr {
	padding: 0;
	margin: 0;
	width: 80%;
}


.boxSFooter {
	width: 193px;
	height: 15px;
	background-image: url('../gfx/box_s_footer.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}




.boxL {
	width: 455px;
}

.boxLHead,
.boxDJZoneHead,
.boxArtistsHead,
.boxLinksHead,
.boxGuestbookHead,
.boxBookingHead,
.boxImprintHead,
.boxContactHead,
.boxTourdatesHead,
.boxSearchHead,
.boxShopHead
.boxTShirtShopHead
{
	width: 455px;
	background-position: center top;
	background-repeat: no-repeat;
}

.boxLHead {
	background-image: url('../gfx/box_l_head.png');
	height: 44px;
}

.boxImprintHead {
	background-image: url('../gfx/box_imprint_head.png');
	height: 110px;
}

.boxContactHead {
	background-image: url('../gfx/contact_head.png');
	height: 110px;
}

.boxTourdatesHead {
	background-image: url('../gfx/box_tourdates_head.png');
	height: 110px;
}

.boxBookingHead {
	background-image: url('../gfx/box_booking_head.png');
	height: 110px;
}

.boxShopHead {
	background-image: url('../gfx/box_shop_head.png');
	height: 110px;
}

.boxTShirtShopHead {
	background-image: url('../gfx/box_tshirtshop_head.png');
	height: 110px;
}

.boxGuestbookHead {
	background-image: url('../gfx/guestbook_head.png');
	height: 110px;
}

.boxLinksHead {
	background-image: url('../gfx/links_head.png');
	height: 110px;
}

.boxArtistsHead {
	background-image: url('../gfx/artists_head.png');
	height: 110px;
}

.boxDJZoneHead {
	background-image: url('../gfx/djzone_head.png');
	height: 110px;
}

.boxSearchHead {
	background-image: url('../gfx/search_head.png');
	height: 110px;
}

.boxLHead h3 {
	color: #fff;
	font-family: Verdana;
	padding: 6px 10px 0 10px;
	text-align: center;
}

.boxShopHead h3,
.boxTShirtShopHead h3,
.boxArtistsHead h3,
.boxBookingHead h3 {
	color: #fff;
	font-family: Verdana;
	text-align: center;
	font-size: 12pt;
	padding: 55px 10px 0;
}

.boxBookingHead h3 {
	padding: 70px 10px 0;
}

.boxLBG {
	width: 455px;
	background-image: url('../gfx/box_l_bg.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.boxLBG .boxContent {
	padding: 0 10px 0 13px;
}

.boxLBG .boxContent div,
.boxLBG .boxContent h2,
.boxLBG .boxContent span,
.boxLBG .boxContent td,
.boxLBG .boxContent p {
	color: #fff;
}

.boxLBG hr {
	padding: 0;
	margin: 0;
	width: 80%;
}

.boxLFooter {
	width: 455px;
	height: 21px;
	background-image: url('../gfx/box_l_footer.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


.boxXL,
.boxXL .boxPicturesHead,
.boxXL .boxCartOverviewHead,
.boxXL .boxCartUserDataHead,
.boxXL .boxCartBillPreviewHead,
.boxXL .boxXLBottom1,
.boxXL .boxXLBottom2 {
	width: 655px;
	background-position: center top;
	background-repeat: no-repeat;
}

.boxXL .boxPicturesHead  {
	background-image: url('../gfx/pictures_head.png');
	height: 122px;
}

.boxXL .boxPicturesHead h3 {
	font-family: Verdana;
	padding: 62px 10px 0 10px;
	text-align: center;
	color: #fff;
}

.boxXL .boxPicturesHead a {
	font-family: Verdana;
	color: #fff;
}

.boxXL .boxCartOverviewHead  {
	background-image: url('../gfx/cart_1_head.png');
	height: 122px;
}

.boxXL .boxCartUserDataHead  {
	background-image: url('../gfx/cart_2_head.png');
	height: 122px;
}

.boxXL .boxCartBillPreviewHead  {
	background-image: url('../gfx/cart_3_head.png');
	height: 122px;
}

.boxXL .boxCartSubmitHead  {
	background-image: url('../gfx/cart_4_head.png');
	height: 122px;
}

.boxXL .boxXLBottom1  {
	background-image: url('../gfx/boxxl_bottom1.png');
	height: 11px;
}

.boxXL .boxXLBottom2  {
	background-image: url('../gfx/boxxl_bottom2.png');
	height: 10px;
}

.boxXL .boxXLBG1 {
	width: 655px;
	background-image: url('../gfx/boxxl_bg1.png');
	background-repeat: repeat-y;
}

.boxXL .boxXLBG2 {
	width: 655px;
	background-image: url('../gfx/boxxl_bg2.png');
	background-repeat: repeat-y;
}

.boxXL .boxXLBG1 .content {
	padding: 10px 30px 10px 30px;
	color: #fff;
}

.boxXL .boxXLBG1 .content th {
	color: #000;
	font-weight: bold;
	text-align: center;
}

.boxXL .boxXLBG1 .content td,
.boxXL .boxXLBG1 .content h2,
.boxXL .boxXLBG1 .content h3,
.boxXL .boxXLBG1 .content p {
	font-size: 12px;
	color: #fff;
}

.boxXL .boxXLBG1 .content h3 {
	font-size: 14px;
}

.boxXL .boxXLBG1 .content h2 {
	font-size: 16px;
}

.content .userData {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid gray;
	width: 100%;
}

.content .userData td {
	padding: 5px 0 3px 10px;
}

.boxDetail,
.boxDetailHead,
.boxBDetailBG,
.boxDetailFooter {
	width: 428px;	
}

.boxDetailHead 
{
	height: 8px;
	background-image: url('../gfx/box_detail_header.png');
	background-position: center top;
	background-repeat: no-repeat;
}


.boxDetailBG {
	background-image: url('../gfx/box_detail_bg.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}


.boxDetailBG .bookingDetailEntry {
	padding: 0px 0px 0px 5px;
	width: 415px;
}

.boxDetailBG .bookingDetailEntryLeft {
	float: left;
	background: transparent url('../gfx/news_img_background.png') no-repeat 0 0;
	padding: 2px;
	width: 132px;
	height: 132px;
}

.boxDetailBG .trackDetailEntryLeft {
	float: left;
	margin: 5px 25px 5px 10px;
	width: 80px;
	height: 80px;
}

.boxDetailBG .trackList {
	padding: 10px 15px 10px 15px;
	width: 390px;
}

.boxDetailBG .trackListArtist {
	padding: 5px 10px 5px 0px;
	width: 390px;
}

.psDWL {

}

.boxDetailBG .trackList td,
.boxDetailBG .trackList a,
.boxDetailBG .trackList span {
	color: #fff;
	font-size: 14px;
}
.boxDetailBG .trackList td {
	padding-bottom: 5px;
}


.boxDetailBG .tshirtshopDetailEntryLeft {
	float: left;
	padding: 2px;
	width: 255px;
}

.boxDetailBG .bookingDetailEntryLeft img,
.boxDetailBG .shopProductEntry .shopProductEntryPreview img {
	width: 115px;
	height: 115px;
	margin: 6px;
}

.boxDetailBG .tshirtshopDetailEntryLeft img {
	width: 250px;
	height: 500px;
	margin: 6px;
}

.boxDetailBG .trackDetailEntryLeft img {
	width: 80px;
	height: 80px;
	margin: 1px;
	border: 1px dotted #29A1D5;
}

.boxDetailBG .bookingDetailEntryRight {
	float: left;
	padding-left: 0px;
	padding-top: 5px;
	width: 270px;
}

.boxDetailBG .tshirtshopDetailEntryRight {
	float: left;
	padding-left: 0px;
	padding-top: 5px;
	width: 145px;
}

.boxDetailBG p,
.boxDetailBG p font,
.boxDetailBG a,
.boxDetailBG h3 {
	font-size: 8pt;
	color: #fff;
}

.boxDetailBG h3 {
	font-size: 10pt;
}

.boxDetailBG .boxDetailEntry,
.boxDetailBG .bookingDetailEntryInfo {
	color: #fff;
	padding: 5px 10px 10px 10px;
}

.boxDetailBG .tshirtshopTitle {
	padding: 5px 10px 10px 10px;
	text-align: right;	
}



.boxDetailBG .bookingDetailEntryInfo a,
.boxDetailBG .bookingDetailEntryInfo li,
.boxDetailBG .bookingDetailEntryInfo ul,
.boxDetailBG .bookingDetailEntryInfo div,
.boxDetailBG .bookingDetailEntryInfo span,
.boxDetailBG .bookingDetailEntryInfo font,
.boxDetailBG .bookingDetailEntryInfo p,
.boxDetailBG .bookingDetailEntryInfo h3 {
	color: #fff;
}

.bookingDetailEntryInfo ul,
.bookingDetailEntryInfo li,
.bookingDetailEntryRight ul,
.bookingDetailEntryRight li {
	list-style-position: inside;
	list-style-type: disc;
	font-size: 8pt;
}

.boxDetailBG .bookingDetailEntryRight a,
.boxDetailBG .bookingDetailEntryRight li,
.boxDetailBG .bookingDetailEntryRight ul,
.boxDetailBG .bookingDetailEntryRight div,
.boxDetailBG .bookingDetailEntryRight span,
.boxDetailBG .bookingDetailEntryRight font,
.boxDetailBG .bookingDetailEntryRight p,
.boxDetailBG .bookingDetailEntryRight h3 {
	color: #fff;
}


.boxDetailBG .boxDetailEntry p,
.boxDetailBG .boxDetailEntry ul,
.boxDetailBG .boxDetailEntry li,
.boxDetailBG .boxDetailEntry h3 {
	color: #fff !important;
}



.boxDetailFooter {
	height: 9px;
	background-image: url('../gfx/box_detail_footer.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


.boxDetailBG .shopProductEntryRow {
	padding-left: 12px;
}

.boxDetailBG .shopProductEntry {
	width: 134px;
	float: left;
}

.boxDetailBG .shopProductEntry .shopProductEntryPreview {
	background: transparent url('../gfx/news_img_background.png') no-repeat 0 0;
	padding: 2px 2px 0 2px;
	width: 132px;
	height: 132px;
}

.boxDetailBG .shopProductEntry .shopProductEntryAction {
	position: relative;
	top: -3px;
}

.boxDetailBG .shopProductEntry .shopProductEntryTitle {
	width: 132px;
	height: 28px;
	color: #fff;
	margin: 0 5px 0 5px;
	overflow: hidden;
	font-size: 8pt;
	font-family: Verdana;
}

.boxDetailBG .shopProductEntry .shopProductEntryPrice {
	width: 132px;
	color: #fff;
	margin: 0 5px 15px 5px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
}

.boxSBG .boxCategory,
.boxSBG .boxSelectedCategory {
	background: transparent url('../gfx/category_background.gif') no-repeat 0 0;
	width: 182px;
	height: 23px;
	margin-left: 6px;
	text-align: center;
	padding-top: 4px;
}

.boxSBG .boxSelectedCategory a,
.boxSBG .boxCategory a 
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.boxSBG .boxSelectedCategory a {
	color: #29A1D5;
}

.boxSBG .boxCategory a {
	color: #ffffff;
}

.boxSBG .boxCategory a:hover {
	color: #29A1D5;
}


.eventFullEntry a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#29A1D5;
}



.cornerBox {
	position: relative;
	background: #fff;
	/* width: 100%; */
}

.corner {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url('../gfx/circle.gif') no-repeat;
	font-size: 0%;
}
.cornerBoxInner {
	padding: 4px 2px 4px 2px;
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -5px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -5px; }
.BR { bottom: 0; right: 0; background-position: -5px -5px; }

.picGalEntry,
.picGalEntryHot {
	width: 175px;
	height: 95px;
	padding: 0 0;
	margin: 0 10px;
}

.picGalEntry {
	background: transparent url('../gfx/bgGalleryEntry.gif') no-repeat 0 0;
}

.picGalEntryHot {
	background: transparent url('../gfx/bgGalleryEntry_hot.gif') no-repeat 0 0;
}

.content .picGalThumbnail {
	margin: 5px;
	padding: 0px;
	border: 1px dotted #29A1D5;
}

.content .picGallery {
}

.picGalEntry .galCalendar,
.picGalEntryHot .galCalendar {
	float: left;
	width: 60px;
	height: 50px;
	border: 0px solid #fff;
}

.picGalEntry .galCalendar .galDay,
.picGalEntryHot .galCalendar .galDay {
	margin: 8px 0px 0px 10px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.picGalEntry .galCalendar .galDate,
.picGalEntryHot .galCalendar .galDate {
	margin: 7px 0px 0px 12px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.picGalEntry .galView,
.picGalEntryHot .galView {
	float: left;
	margin: 20px 0px 0px 20px;
	height: 16px;
}


.picGalEntry .galTitle {
	color: #fff;
	font-weight: bold;
	padding: 10px 5px 0px 5px;
	font-size: 12px;
}

.picGalEntryHot .galTitle {
	color: #000;
	font-weight: bold;
	padding: 10px 5px 0px 5px;
	font-size: 12px;
}


.roundedInput {
	width: 268px;
	padding: 0;
	margin: 5px;
}

.roundedInput dl {
	width: 268px;
	background: transparent url('../gfx/tbBottom.png') no-repeat scroll left bottom;
}

.roundedInput dd {
	width: 268px;
	background: transparent url('../gfx/tbTop.png') no-repeat scroll left top;
}

.roundedInput input,
.roundedInput textarea {
	margin: 5px 10px 5px 10px;
	font-size: 12px;
	width: 248px;
	border: 1px solid #fff;
}

.userDataForm {
	margin: 0 20px 0 20px;
}

.userDataForm select,
.userDataForm textarea,
.userDataForm input[type="text"],
.userDataForm input[type="password"]  {
	margin: 0 5px 0 5px;
	font-size: 12px;
	border: 1px solid #fff;
}

.userDataForm .cornerBox {
	margin: 2px 10px;
}

.userDataForm input[type="checkbox"] {
	margin: 2px 5px 2px 15px;
}

.boxContent .guestbookHeader span,
.boxContent .guestbookFeedbackHeader span {
	color: #999;
	font-size: 11px;
}

.boxContent .guestbookHeader a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.boxContent .guestbookFeedbackHeader {
	border-top: 1px dotted #29A1D5;
	padding-top: 3px;
	margin-top: 15px;
	color: #29A1D5;
	font-size: 12px;
}
.boxContent .guestbookFeedbackHeader td {
	color: #29A1D5;
	font-size: 12px;
}

.boxContent .guestbookComment {
	padding: 10px 5px 10px 5px;
	color: #ddd;
	font-size: 12px;
}



.guestbookForm label,
.guestbookForm span,
.userDataForm label,
.userDataForm span,
.requestForm span,
.requestForm label {
	color: #ccc;
	/*color: #29A1D5;*/
	font-weight: bold;
	font-size: 13px;
}

.guestbookForm .LV_validation_message,
.newsletterForm .LV_validation_message,
.userDataForm .LV_validation_message,
.requestForm .LV_validation_message {
	font-size: 0;
	line-height: 0;
	height: 0;
	display: none;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field,
input.LV_invalid_field,
textarea.LV_invalid_field {
    border: 1px solid #CC0000;
    background-color: #fecaca;
}

.txtExample {
	color: #a0a0a0;
}

/* ooo place */
#oooPlace {
	border: 0px solid gray;
	overflow: hidden;
	width: 860px;
	height: auto;
	margin-bottom: 5px;
}

.boxStartHead 
{
	height: 15px;
	background-image: url('../gfx/start_top.png');
	background-position: center top;
	background-repeat: no-repeat;
}


.boxStartBG {
	background-image: url('../gfx/start_bg.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 15px;
}

.boxStartBottom {
	height: 15px;
	background-image: url('../gfx/start_bottom.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}



/* tourdates */
#tourdates {
	background: transparent url('../gfx/tourdates_background.png') no-repeat 0 0;
	width: 860px;
	height: 76px;
}

#tourdates h3 {
	color: #fff;
	font-family: Verdana;
	padding: 5px 10px 0 15px;
	text-align: left;
	margin-bottom: 0;
}

#tourdates-container {
	position:relative;
	top: 5px;
	left: 15px;
	width: 830px;
	height: 39px;
	border: 0px solid red;
}


/* sitemap */
#footer {
	margin: 10px auto;
	width: 840px;
	line-height: 1.5em;
	clear: both;
}

#footer p {
	float: left;
	margin: 1px 0 0 5px;
}

#footer a,
#footer p {
	color: #808080;
	font-size: 8pt;
}

#footer ul a {
	color: #29A1D5;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #808080;
	text-decoration: none;
}

#footer ul a:hover {
	text-decoration: underline;
}

#footer ul a img {
	padding-top: 3px;
}

#footer ul a.first {
	border-left: 0 none !important;
	margin-left: 0 !important;
}

#footer #copyright {
	border-top: 1px dotted #808080;
	clear: both;
}

#footer #language,
#footer #language ul{
	float: right;
}

#footer ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

#footer li {
	float: left;
	display: inline;
}



/* < PAGING -- */
.paging {
	border: 0px solid gray;
	padding: 3px;
	display: table-cell;
}

.paging div {
	padding-left: 5px;
}

.paging span {
	margin: 0;
	padding: 0;
}

.pagingPage {
	color: #29A1D5;
}

.pagingPage a {
	color: #29A1D5;
	text-decoration: none;
	font-weight: bold;
}

.pagingPage a:hover {
	color: #000000;
	text-decoration: none;
}

.pagingCurrentPage a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.pagingCurrentPage a:hover {
	color: #29A1D5;
}

.picGalPager div 
{
	padding-left: 2px !important;
}

.picGalPager div a
{
	font-size: 11px !important;
}

.picGalPager div img
{
	height: 12px;
}
/* -- PAGING >*/
