p
{
    margin: 0px;
    text-align: justify;
    padding: 0px;
}

ul
{
	margin-top: 10px;
    margin-bottom: 10px;
}

ol

{
	margin-top: 10px;
    margin-bottom: 10px;
}


h3
{
	font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    display: block;
    clear: both;
    margin: 0px;
    color: #2F2F2F;
}


.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;
}

.TextXXS
{
	font-size: 7px;
}

.TextS
{
	font-size: 11px;
}

.TextM
{
	font-size: 12px;
}

.TextL
{
	font-size: 13px;
}

.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: #C0C0C0;
}

.TextWhite
{
	color: #FFFFFF;
}


.TextBlue
{
	color: #3366CC;
}

.TextBold
{
	font-weight: bold;
}

.TextNormal
{
	font-weight: normal;
}

.NonDisplay
{
	display: none;
}

.BlockDisplay
{
	display: block;
}


.TextLink
{
    font-size: 10px;
    font-family: Verdana;
    color: #4F4F4F;
    font-weight: bold;
	text-decoration: underline;
}
.TextLink:link 		{}
.TextLink:active 	{}
.TextLink:visited 	{}
.TextLink:hover 	{text-decoration: none;}

.TextLinkL
{
    font-size: 12px;
    font-family: Verdana;
    color: #AFAFAF;
    font-weight: bold;
	text-decoration: none;
}
.TextLinkL:link 	{}
.TextLinkL:active 	{}
.TextLinkL:visited 	{}
.TextLinkL:hover 	{color: #848284;}

.TextLinkSmall
{
    font-size: 10px;
    font-family: Verdana;
    color: #AFAFAF;
    font-weight: bold;
	text-decoration: underline;
}
.TextLinkSmall:link 		{}
.TextLinkSmall:active 	{}
.TextLinkSmall:visited 	{}
.TextLinkSmall:hover 	{text-decoration: none;}

.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: #0B5182;
	text-decoration: underline;
    font-family: Verdana;
    font-size: 10px;
   	font-weight: bold;
}
.TextLinkMore:link 	{}
.TextLinkMore:active 	{}
.TextLinkMore:visited 	{}
.TextLinkMore:hover 	{text-decoration: none;}

.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: 38%;
}

.ContentBoxSmallR
{
	float: left;
    width: 45%;
}

.ContentBoxSmaller
{
	float: left;
    width: 25%;
}

.ContentBoxBig
{
	float: left;
    width: 62%;
    overflow: hidden;
}

.ContentBoxBigR
{
	float: left;
    width: 55%;
    overflow: hidden;
}

.ContentBox
{
	float: left;
    width: 49%;
}

.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;
}


.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
{
	background-color: #990A28;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    width: 350px;
    margin-bottom: 40px;

}

.InputSelectArtist
{
	background-color: #01648E;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    width: 160px;
    margin-right: 11px;
}

.InputSelectContact
{
	background-color: #F47C53;
    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
{
    width: 100%;
    padding-left: 5px;
    height: 19px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
    margin-bottom: 5px;
    display: block;
}

.HeadLineN
{

	background-image: url(http://kindervate.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;
}

.Links
{
	margin-left: 20px;
    margin-top: 10px;
}

.EventText
{
	clear: both;
    padding-top: 10px;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.NewsEventText
{
	clear: both;
	border-left: 5px solid #ACE2FD;
    padding: 2px;
    margin-top: 2px;
}

.GbText
{
	clear:both;
    padding-top: 2px;
    overflow: hidden;
    width: 494px;
}

.GalleryDiv
{
	float: left;
    width: 140px;
    text-align: center;
    display: block;
}

.GbImg
{
	margin-top: 2px;
}

.GbDate
{
	margin-top: 2px;
    display: block;
    float: left;
    margin-right: 3px;
}

.LinkDiv
{
	margin-top: 2px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.ChartDiv
{
	margin-top: 2px;
    padding: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
    border-bottom: 1px solid #FFFFFF;
    width: 98%;
}

.OuterNews
{
    width: 100%;
    position: relative;
    top: 0px;
}

.OuterGb
{
	margin-left: auto;
    margin-right: auto;
    width: 494px;
}

.TopicLong
{
	background-image:url(../_gfx/topic_long.gif);
    background-repeat: no-repeat;
    width: 700px;
    height: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 1px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 10px;
}

.EventText2
{
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

.Flag
{
	margin-bottom: -2px;
    margin-right: 2px;
}

.Tab
{
	display: block;
    margin-left: 20px;
}

.TourdatesTable
{
 width: 100%;
}


.TourdatesTd
{
	padding: 3px;
	background-color: transparent;
	border: 0px solid black;
    margin: 2px;
}

.TourdatesDay
{
	font-weight: bold;
    width: 25%;
	font-size: 10px;
}


.TourdatesName
{
 vertical-align: top;
 font-size:11px;
 width:50%
}

.TourdatesDisco
{
 vertical-align: top;
 font-size:11px;
 width: 25%
}

.BigLines
{
	line-height: 18px;
}

.HeadLineImage
{
	margin-left: -50px;
    margin-right: -50px;
}

.BusinessloginBox
{
	width: 215px;
    height: 90px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(../_gfx/businesslogin.gif);
    background-repeat: no-repeat;
}



.InputTextUser
{
	background-color: transparent;
    width: 120px;
    height: 13px;
    display: block;
    position: relative;
	top: 40px;
    left: 77px;
    padding: 1px;
    margin: 0px;
    border: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.InputTextPw
{
	top: 48px;
    left: 77px;
	background-color: transparent;
    height: 13px;
    width: 84px;
    display: block;
    position: relative;
    padding: 1px;
    margin: 0px;
    border: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.InputSubmitGo
{
	background-color: transparent;
    width: 32px;
    height: 19px;
    left: 170px;
    top: 33px;
    display: block;
    position: relative;
    padding: 0px;
    border: 0px;
    margin: 0px;
	cursor: hand;
}

.TrackTable
{
	margin-left: auto;
    margin-right: auto;
    display: table;
    width: 760px;
}

.Ttd
{
	border-bottom: 1px solid #000000;
}

.Tttd
{
	font-size: 12px;
}

.ProjektPlayerFrame
{
	width: 360px;
    height: 210px;
    margin: 0px;
    margin-left: 10px;
    display: block;
    padding: 0px;
    background-color: transparent;
    margin-top: 15px;
    clear: both;
}

.NewsTable
{
	background-color: #7D1322;
    border: 15px solid #550C16;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.ContentBoxSSR
{
	float: left;
    width: 30%;
}

.LeftLink
{
	height: 14px;
    display: block;
    float: left;
}

.RightLink
{
	height: 14px;
    display: block;
    position: relative;
    float: left;
}

.LinkClear
{
	clear: both;
    height: 3px;
    width: 100%;
    font-size: 0px;
}

.LinkBild
{
	width: 636px;
    height: 316px;
	background-image: url(../_gfx/links.gif);
    background-repeat: no-repeat;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 40px;
}

.TdWhite
{
    height: 205px;
    background-color: white;
}

.RedDivider
{
	height: 3px;
    width: 100%;
    font-size: 0px;
    background-color: #7D1322;
    margin-bottom: 2px;
}