a.inv,a.inv:hover
{
	color: #CCCCCC;
}

p
{
    margin: 0px;
    text-align: justify;
    padding: 0px;
}

ul
{
	margin-top: 10px;
    margin-bottom: 10px;
}

ol

{
	margin-top: 10px;
    margin-bottom: 10px;
}

.NavUserHr
{
	width: 98%;
    background-color: #7B7D7B;
    height: 1px;
	margin-right:5px;
}

.LiWhiteFake
{
	display: list-item;
	margin-left: 20px;
    margin-bottom: 1px;
    color:white;
    list-style-type: square;
}

.MenuArrow
{
	margin-left: 4px;
    margin-top: 2px;
}


.RenderTime
{
	clear: both;
	text-align: center;
    width: 100%;
    font-size:11px;
    font-family: Verdana;
    color: #5A5D5A;
    margin-top: 30px;
    padding-bottom: 10px;

}

.Clear
{
	clear: both;
    height: 3px;
}

.TextIndent
{
	margin-left: 20px;
}

.TextXS
{
	font-size: 10px;
}

.TextS
{
	font-size: 11px;
}

.TextM
{
	font-size: 12px;
}

.TextL
{
	font-size: 14px;
}

.TextXL
{
	font-size: 15px;
}

.TextXXL
{
	font-size: 18px;
}

.TextCXL
{
	font-size: 44px;
}

.TextVerdana
{
	font-family: Verdana;
}

.TextTahoma
{
	font-family: Tahoma;
}

.TextArial
{
	font-family: Arial;
}

.TextJustify
{
	text-align: justify;
}

.TextRight
{
	text-align: right;
}

.TextLeft
{
	text-align: left;
}

.TextCenter
{
	text-align: center;
}

.TextRed
{
	color: #DE0000;
}

.TextBlack
{
	color: #000000;
}

.TextGray
{
	color: #9699A0;
}

.TextLightgrey
{
	color: lightgrey;
}

.TextGrey
{
	color: #5F5F5F;
}

.TextWhite
{
	color: #FFFFFF;
}


.TextBlue
{
	color: #3366CC;
}

.TextOrange
{
	color: #FF8604;
}

.TextBold
{
	font-weight: bold;
}

.TextNormal
{
	font-weight: normal;
}

.NonDisplay
{
	display: none;
}

.BlockDisplay
{
	display: block;
}


.TextLinkL2
{
	text-decoration: none;
}
.TextLinkL2:link 	{}
.TextLinkL2:active 	{}
.TextLinkL2:visited {}
.TextLinkL2:hover 	{}


.TextLinkXL
{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    color: #FF8604;
	text-decoration: underline;
}
.TextLinkXL:link 	{}
.TextLinkXL:active 	{}
.TextLinkXL:visited 	{}
.TextLinkXL:hover 	{text-decoration: none;color: #8F8F8F;}


.TextLinkL
{
    font-size: 12px;
    font-family: Verdana;
    color: #FF8604;
	text-decoration: underline;
}
.TextLinkL:link 	{}
.TextLinkL:active 	{}
.TextLinkL:visited 	{}
.TextLinkL:hover 	{text-decoration: none;color: #8F8F8F;}

.TextLinkFooter
{
    font-size: 11px;
    font-family: Tahoma;
    color: #AFAFAF;
	text-decoration: underline;
}
.TextLinkFooter:link 		{}
.TextLinkFooter:active 	{}
.TextLinkFooter:visited 	{}
.TextLinkFooter:hover 	{text-decoration: none;}

.TextLink
{
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    color: #FF8604;
    font-weight: bold;
	text-decoration: underline;
}
.TextLink:link 		{}
.TextLink:active 	{}
.TextLink:visited 	{}
.TextLink:hover 	{text-decoration: none;color: #8F8F8F;}

.TextLinkSmall
{
    font-size: 10px;
    font-family: Verdana, sans-serif;
    color: #000000;
    font-weight: bold;
	text-decoration: none;
}
.TextLinkSmall:link 		{}
.TextLinkSmall:active 	{}
.TextLinkSmall:visited 	{}
.TextLinkSmall:hover 	{color: #8F8F8F;}

.TextLinkRelated
{
    font-size: 10px;
    font-family: Verdana;
    color: #AFAFAF;
    font-weight: bold;
	text-decoration: underline;
}
.TextLinkRelated:link 		{}
.TextLinkRelated:active 	{}
.TextLinkRelated:visited 	{}
.TextLinkRelated:hover 		{text-decoration: none;}

.TextLinkButton
{
    font-size: 10px;
    font-family: Verdana;
    color: #0B5182;
	text-decoration: none;
    padding-left: 12px;
    display: block;
    margin-left: auto;
    width: 80px;
	background-image:url(http://emag.florian-kaiser.net/www/_gfx/_symbols/dot.png);
    background-position: center left;
	background-repeat: no-repeat;
}
.TextLinkButton:link 	{}
.TextLinkButton:active 	{}
.TextLinkButton:visited {}
.TextLinkButton:hover 	{color: #848284;}

.TrLink
{
    font-size: 10px;
    font-family: Tahoma;
    color: #2F2F2F;
    font-weight: bold;
    text-decoration: underline;
}
.TrLink:link 	{}
.TrLink:active 	{}
.TrLink:visited {}
.TrLink:hover 	{text-decoration: none;}

.TextLinkMore
{
	clear: both;
	display: block;
    text-align: right;
    color: #FF8604;
	text-decoration: underline;
    font-family: Verdana;
    font-size: 10px;
   	font-weight: bold;
}
.TextLinkMore:link 	{}
.TextLinkMore:active 	{}
.TextLinkMore:visited 	{}
.TextLinkMore:hover 	{text-decoration: none;}

.DeadLink
{
	color: #000000;
    text-decoration: none;
}
.DeadLink:link 		{}
.DeadLink:active 	{}
.DeadLink:visited 	{}
.DeadLink:hover 	{text-decoration: underline}

.SubPagesLink
{
    font-size: 11px;
    font-family: Verdana;
    color: #0B5182;
	text-decoration: none;
}
.SubPagesLink:link 		{}
.SubPagesLink:active 	{}
.SubPagesLink:visited 	{}
.SubPagesLink:hover 	{color: #848284;}

.SubPagesActual
{
	font-family: Verdana;
	font-size: 12px;
    color: black;
    font-weight: bold;
}

.TextBreakL
{
	line-height: 200%;
}

.TextBreakM
{
	line-height: 150%;
}

.TextBreakS
{
	line-height: 100%;
}

.MarginTop20
{
	margin-top: 20px;
}

.ContentBoxSmall
{
	float: left;
    width: 33%;
}

.ContentBoxSmallD
{
	float: left;
    width: 30%;
}

.ContentBoxSmallR
{
	float: left;
    width: 45%;
}

.ContentBoxSmaller
{
	float: left;
    width: 25%;
}

.ContentBoxBig
{
	float: left;
    width: 67%;
    overflow: hidden;
}

.ContentBoxBigD
{
	float: left;
    width: 70%;
}

.ContentBoxBigR
{
	float: left;
    width: 55%;
    overflow: hidden;
}

.ContentBoxSSR
{
	float: left;
    width: 40%;
}

.ContentBox
{
	float: left;
    width: 50%;
}

.Portrait
{
	border: 1px solid #FFFFFF;
    padding: 1px;
    margin: 3px 3px 3px 3px;
}

.Picture
{
	border: 3px double #000000; /*#4C7CA4;*/
    padding: 0px;
    margin: 3px 5px 3px 3px;
	display: block;
}


.PictureCenter
{
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.InfoBoxSmall
{
	width: 330px;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	display: block;
    clear: both;
}

.LegendSmall
{
	font-weight: bold;
    font-size: 10px;
    margin-bottom: 6px;
    color: #000000;
}

.InfoBox
{
	width: 700px;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	display: block;
    clear: both;

}

legend
{
	font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
    color: #5A5D5A;
}


.LiBlackFake
{
	display: list-item;
	margin-left: 20px;
    margin-bottom: 1px;
    color: black;
    list-style-type: square;
}

.SelectBox
{
	width: 300px;
    background-color: #F5F4F3;
    margin-left: 20px;
    font-weight: bold;
}

.InputTextSearch
{
    /*background-color: #F5F5F5;
    border: 1px solid #000000;*/
    padding: 1px;
    width: 110px;
}

.InputSubmit
{
	background-color: gainsboro;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    width: 170px;
}

.InputSubmitS
{
	background-color: gainsboro;
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    width: 100px;
}

.InputSubmitGo
{
	background-color: gainsboro;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    width: 270px;
    padding: 1px;
    margin: 3px;
    font-weight: bold;
}

.InputSubmitGoS
{
	background-color: gainsboro;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    width: 100px;
    padding: 2px;
    margin: 3px;
    font-weight: bold;
}

.InputSelect
{
	background-color: #FFFFFF;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    width: 200px;
}


.InputSelectGallery
{
	background-color: #01648E;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    width: 200px;
}

.InputSelectRelease
{
    padding: 1px;
    width: 200px;
    background-color: lightgrey;
}

.InputSelectArtist
{
    padding: 1px;
    width: 200px;
    background-color: lightgrey;
}

.InputSelectContact
{
	background-color: #01648E;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    width: 200px;
}

.InputSelectS
{
	background-color: #FFFFFF;
    color: black;
    font-family: Verdana;
    font-size: 10px;
    width: 200px;
}


.InputSelectMultiple
{
	background-color: #FFFFFF;
    color: black;
    font-family: Verdana;
    font-size: 12px;
    width: 350px;
    height: 150px;
    border: 1px solid #000000;
}

.InputText
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
	width: 200px;
}

.InputTextSmall
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
	width: 60px;
}

.InputTextMiddle
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
	width: 130px;
}

.InputTextarea
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
    width: 410px;
    height: 200px;
	display: block;
}

.InputTextareaMiddle
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
    width: 200px;
    height: 100px;
}

.InputTextareaSmall
{
	font-family: Verdana;
    color: black;
    font-size: 11px;
    width: 200px;
    height: 60px;
}


.FormListTable
{
	background-color: #eeeeee;
    padding: 0px;
    width: 471px;
}

.ListTable
{
	clear: both;
    table-layout: fixed;
	background-color: #eeeeee;
    padding: 0px;
    width: 471px;
}

.FormHeadListTd
{
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma;
    color: #4F4F4F;
    padding: 2px;
    width: 176px;
}

.ListTr
{
	background-color: #FFFFFF;
}

.ListTdRight
{
    font-size:10px;
    padding: 3px;
    background-color: #FFFFFF;
}


.FormListTd
{
	width: 380px;
    padding: 2px;
}


.ListHeadTd
{
    font-size: 10px;
    font-family: Tahoma;
    color: #2F2F2F;
    font-weight: bold;
    padding: 2px;
    background-color: lightgrey; /*#9CCFFF*/
}

.ListTd
{
	padding: 3px;
    font-family: Tahoma;
    font-size: 11px;
}

.ListTrWhite
{
	background-color: #FFFFFF;
}

.ListTrGrey
{
	background-color: #F5F4F3;
}

.ListTrForum
{
	background-color: darkgray;
}


.CommentBox
{
	border: 1px solid #C0C0C0;
    padding: 5px;
    margin-bottom: 10px;
    width: 459px;
}



.RegisterBox
{
	width: 440px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    display: block;
}

legend
{
	font-weight: bold;
    font-size: 12px;
    font-family: Tahoma;
    margin-bottom: 10px;
    color: #5A5D5A;
}

.FormRightDiv
{
	padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    width: 75%;
    text-align:left;
}

.FormLeftDiv
{
	padding-top: 3px;
    padding-bottom: 3px;
    float:left;
    width: 25%;
    text-align: left;

}

.FormSubmitDiv
{
	clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 355px;
    margin-top: 30px;
}

.TextQuote
{
	padding: 5px;
	margin: 3px;
    margin-left: 0px;
    width: 95%;
    border: 1px solid #000000;
    background-color: #F5F4F3;
}

.HeadLine
{
    border-bottom: 3px double #4C7CA4;
    vertical-align: bottom;
    width: 681px;
    margin-left: 5px;
    height: 23px;
}

.HeadLineN
{
	background-image: url(http://zooland.t-webdesign.net/www/_gfx/newstopic.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 25px;
    margin-top: 20px;
    vertical-align: top;
    width: 544px;
}

.HeadLineGallery
{
    margin-top: 5px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 544px;
    height: 25px;
}

.HeadLineGb
{
    margin-top: 5px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 690px;
    border-bottom: 1px solid #FFFFFF;
    height: 18px;
}

.HeadLineInLeftN
{
	float: left;
    width: 268;
    padding: 2px;
    padding-top: 9px;
    text-align: left;
    vertical-align: top;
}

.HeadLineInRightN
{
	float: right;
    width: 268;
    padding: 2px;
    padding-right: 45px;
    text-align: right;
    vertical-align: top;
}

.HeadLineInLeft
{
	float: left;
    width: 268;
    padding: 2px;
    padding-left: 5px;
    text-align: left;
    vertical-align: top;
}

.HeadLineInRight
{
	float: right;
    width: 268;
    text-align: right;
    padding: 2px;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 10px;
}

.TourDateRepeat
{
	margin-bottom: 5px;
}

.GalleryText
{
    margin-left: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
}

.ShoppingKasten
{
    background-image: url(../_gfx/track.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 216px;
}

.ShoppingKastenA
{
    background-image: url(../_gfx/tracka.gif);
    background-repeat: no-repeat;
    width: 280px;
    height: 193px;
}

.ShoppingKasten2SmallTop
{
    background-image: url(../_gfx/content_header_small.gif);
    background-repeat: no-repeat;
    width: 570px;
    height: 37px;
    padding: 0px;
    padding-top: 2px;
}

.ShoppingKasten2Top
{
    background-image: url(../_gfx/content_header.gif);
    background-repeat: no-repeat;
    width: 837px;
    height: 37px;
    padding: 0px;
    padding-top: 2px;
}

.ShoppingKasten2
{
    background-image: url(../_gfx/content_repeat.gif);
    background-repeat: repeat-y;
    width: 837px;
    height: 39px;
}

.ShoppingKasten2Small
{
    background-image: url(../_gfx/content_repeat_small.gif);
    background-repeat: repeat-y;
    width: 570px;
    height: 39px;
}

.ShoppingLineBottom2
{
    background-image: url(../_gfx/content_footer.gif);
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 624px;
    vertical-align: top;
    padding-top: 6px;
}


.ShoppingLineBottom3
{
    background-image: url(../_gfx/content_footer3.gif);
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 624px;
}

.ShoppingLineBottom3Small
{
    background-image: url(../_gfx/content_footer3_small.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 30px;
}

.ShoppingLineBottomNot
{
    background-image: url(../_gfx/content_footer2.gif);
    background-repeat: no-repeat;
    height: 29px;
    padding-left: 624px;
    vertical-align: top;
    padding-top: 6px;
}


.ShoppingTable
{
	margin-top: 5px;
}

.ShoppingLine
{
	margin-left: 16px;
    margin-top: 11px;
    margin-bottom: 10px;
}

.ShoppingLineBig
{
	margin-left: 18px;
    margin-top: 10px;
}


.Cover
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 115px;
    height: 115px;
    margin-left: 10px;
}

.CoverKlein
{
	margin: 0px;
    border: 1px solid #000000;
    width: 36px;
    height: 36px;
    padding: 0px;
}

.CoverKlein2
{
	margin: 0px;
    border: 1px solid #000000;
    width: 76px;
    height: 76px;
    padding: 0px;
}

.CoverSoon
{
	margin: 0px;
    border: 1px solid #000000;
    width: 75px;
    height: 75px;
    padding: 0px;
}

.CoverG2
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 100px;
    /*height: 210px;*/
    margin-left: 10px;
}

.CoverG
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 210px;
    /*height: 210px;*/
    margin-left: 10px;
}

.CoverG3
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 210px;
    /*height: 210px;*/
    margin-left: 0px;
}

.CoverG4
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 100px;
    /*height: 210px;*/
    margin-left: 10px;
	margin-bottom: 0px;
}

.CoverS
{
	margin: 1px;
    border: 1px solid #2F2F2F;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    margin-right: 3px;
}


.ShoppingLineBottom
{
	margin-left: 29px;
    padding-top: 13px;
    clear: both;
}

.ShoppingLineBottomLink1 {}
.ShoppingLineBottomLink2 {margin-left: 46px;}
.ShoppingLineBottomLink3 {margin-left: 28px;}


.ChartsFirst
{
	height: 22px;
    padding-left: 10px;
    border: 1px solid #000000;
    background-color: #444444;
}

.MoreTracks
{
	height: 15px;
    padding-left: 5px;
    border: 1px solid #B1B0B0;
    background-color: #CCCCCC;
    width: 812px;
    margin-left: auto;
    margin-right: auto;
}

.ShoppingCartTracks
{
	height: 20px;
    padding-left: 5px;
    border: 1px solid #B1B0B0;
    background-color: #CCCCCC;
    width: 812px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.PreviewPlayerFrame
{
	width: 33px;
    height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.TextBox
{
	width: 850px;
	margin-left: auto;
    margin-right: auto;
    line-height: 150%;
}


.TextBox2
{
	width: 700px;
	margin-left: auto;
    margin-right: auto;
    line-height: 150%;
}

.DivCenter
{
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.TopDL
{
	width: 274px;
    border: 1px solid #444444;
    height: 42px;
    margin: 2px;
}


.TopDL2
{
	width: 274px;
    border: 1px solid #444444;
    margin: 2px;
}


.ComingSoon
{
	width: 274px;
    border: 1px solid #444444;
    margin: 2px;
}

.LabelImage
{
	display:block;
    float: right;
    margin-right: 10px;
}

.ArtistKasten
{
	width: 235px;
    height: 237px;
    background-image:url('../_gfx/artist_bg.gif');
    background-repeat: no-repeat;

}

.ReleaseTable
{
    background-image: url(../_gfx/content_footer3.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 120px;
}

.Ituneslink
{
	display: block;
	margin-top: 30px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: 20px;
	width: 100px;
}
