/*
 *   GLOBALS
 */
body
{
	margin: 0px;
	background-image: url('../png/body_bg.png');
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10px;
}
a
{
	color: #000000;
	text-decoration: none;
}
img
{
	border: 0px;
}
.no_underline
{
   text-decoration: none !important;
   border-bottom: 0;
}
.forbidden
{
	color: #808080;
	cursor: default;
}
.shadow
{
	display: block;
	position: relative;
	left: 3px;
	top: 3px;
	background-image: url('../png/shadow_outer.png');
}
.shadow > div, .shadow > span
{
	display: block;
	position: relative;
	right: 1px;
	bottom: 1px;
	background-image: url('../png/shadow_middle.png');
}
.logo_2012 {
    margin-left: 854px;
    margin-top: -47px;
    position: absolute;
}
.shadow > div > div, .shadow > span > span
{
	display: block;
	position: relative;
	right: 1px;
	bottom: 1px;
	background-image: url('../png/shadow_inner.png');
}
.shadow > div > div > div, .shadow > span > span > span, .shadow > div > div > a
{
	position: relative;
	right: 1px;
	bottom: 1px;
	border: 1px solid #989898;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.clear
{
	clear: both !important;
	float: none !important;
}
/*
 *   Header
 */
.header
{
   position: relative;
   z-index: 1;
	background-image: url('../png/header_logo.png');
	background-repeat: no-repeat;
	height: 134px;
   background-position:-90px -15px;
}
.header_menu_place
{
   padding-left: 428px;
   float:left;
   width:428px;
}
.header_menu
{
	background-color: #ffffff;
	height: 19px;
	width: 300px;
	overflow: hidden;
	border-top: 0px !important;
}
.header_menu a
{
	display: block;
	float: left;
	width: 75px;
	text-align: center;
	margin-top: 3px;
}
/*
 *   Top Menu
 */
.menuPointBigBorder
{
	float: left;
	border: 1px solid #e1e1e1;
	border-bottom: 0px;
	border-right: 0px;
	position: relative;
	top: 2px;
	z-index: 2;
}
.menuPointsmallBorder
{
	position: relative;
	top: 2px;
	float: left;
	margin-top: 9px;
	z-index: 2;
}
.menuPointBig, .menuPointBigActive
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	float: left;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ececec;
}
.menuPointBigActive
{
	display: block;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
.menuPointSmall
{
	display: block;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	float: left;
	border-bottom: 1px solid #777777;
	background-color: #878787;
}
.menuPointSmall, .menuPointSmall > a
{
	color: #ffffff;
	font-size: 9px;
	text-align: center;
}
.menuSpacerOneLeft, .menuSpacerOneLeftActive, .menuSpacerOneLeftActiveRight
{
	float: left;
	width: 12px;
	height: 23px;
	background-image: url('../png/menu_spacer_1_left.png');
}
.menuSpacerOneLeftActive
{
	background-image: url('../png/menu_spacer_1_left_active.png');
}
.menuSpacerOneLeftActiveRight
{
	background-image: url('../png/menu_spacer_1_right_active.png');
}
.menuSpacerTwo, .menuSpacerTwoActiveRight, .menuSpacerTwoActiveLeft
{
	float: left;
	width: 12px;
	height: 23px;
	background-image: url('../png/menu_spacer_2.png');
}
.menuSpacerTwoActiveRight
{
	background-image: url('../png/menu_spacer_2_right_active.png');
}
.menuSpacerTwoActiveLeft
{
	background-image: url('../png/menu_spacer_2_left_active.png');
}
.menuSpacerFour, .menuSpacerFourActive, .menuSpacerFourActiveRight
{
	float: left;
	width: 9px;
	height: 15px;
	background-image: url('../png/menu_spacer_4.png');
}
.menuSpacerFourActive
{
	background-image: url('../png/menu_spacer_4_active.png');
}
.menuSpacerFourActiveRight
{
	background-image: url('../png/menu_spacer_4_active_right.png');
}
.menuSpacerFive, .menuSpacerFiveActive, .menuSpacerFiveActiveRight
{
	float: left;
	width: 10px;
	height: 15px;
	background-image: url('../png/menu_spacer_5.png');
}
.menuSpacerFiveActive
{
	background-image: url('../png/menu_spacer_5_active.png');
}
.menuSpacerFiveActiveRight
{
	background-image: url('../png/menu_spacer_5_active_right.png');
}
.menuEndOne, .menuEndOneActive, .menuEndOneActiveRight
{
	width: 13px;
	height: 23px;
	background-image: url('../png/menu_spacer_3.png');
	float: left;
	position: relative;
	top: 3px;
	z-index: 1;
}
.menuEndOneActive
{
	background-image: url('../png/menu_spacer_3_active.png');
}
.menuEndOneActiveRight
{
	background-image: url('../png/menu_spacer_3_active_right.png');
}
.menuEndTwo, .menuEndTwoActive
{
	width: 10px;
	height: 15px;
	background-image: url('../png/menu_spacer_6.png');
	float: left;
	margin-top: 9px;
	position: relative;
	top: 2px;
	z-index: 1;
}
.menuEndTwoActive
{
	background-image: url('../png/menu_spacer_6_active.png');
}
/*
 *   Content
 */
.inner_body
{
	width: 1005px;
}
.content_left
{
	float: left;
	width: 618px;
	margin-left: 23px;
}
.mainContainer
{
	background-color: #ffffff;
/*	min-height: 450px;*/
}
.mainContainerOrange
{
	background-image: url('../png/light_orange_stripes.png');
/*	min-height: 450px;*/
}
.mainContainerOrange .title
{
	padding: 13px;
	font-size: 18px;
}
.previewEntry
{
	padding: 13px;
	padding-bottom: 0px;
}
.previewEntry img
{
	float: left;
	display: block;
}
.previewEntry .text
{
	margin-left: 142px;
	padding-right: 100px;
}
.mehr
{
	display: inline;
	text-decoration: underline;
}
.ticket
{
	display: block;
	float: left;
	background-image: url('../png/ticket_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 6px;
	padding-right: 8px;
	text-decoration: underline;
}
.previewEntry .title
{
	padding: 0px;
	font-size: 11px;
	text-decoration: underline;
	margin-bottom: 3px;
}
.line
{
	height: 1px;
	border-top: 1px dashed #000000;
}
.toTop
{
	text-decoration: underline;
	text-align: right;
	padding: 13px;
	padding-top: 0px;
}
.headline
{
	padding: 13px;
	padding-bottom: 7px;
	line-height: 13px;
	vertical-align: middle;
}
.leftArrow
{
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../png/arrow_left.png');
}
.rightArrow
{
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../png/arrow_right.png');
}
.week, .month, .actual, .preview
{
	background-color: #ffff00;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
.month, .preview
{
	text-decoration: underline;
	background-color: #ffffff;
}
.actual
{
	margin-left: 8px;
	margin-right: 8px;
	text-transform: uppercase;
}
.viewList, .viewThumb, .viewList_active, .viewThumb_active
{
	width: 13px;
	height: 13px;
	float: right;
	margin-left: 6px;
}
.viewList
{
	background-image: url('../png/icon_list.png');
}
.viewThumb
{
	background-image: url('../png/icon_thumb.png');
}
.viewList_active
{
	cursor: default;
	background-image: url('../png/icon_list_active.png');
}
.viewThumb_active
{
	cursor: default;
	background-image: url('../png/icon_thumb_active.png');
}
.articleOne
{
	margin: 13px;
}
.genre
{
	background-color: #ffff00;
	float:left;
}
.articleOne .text, .articleThree .text, .articleTwo .text
{
	margin-top: 5px;
}
.articleOne .title, .articleThree .title, .articleTwo .title
{
	text-decoration: underline;
}
.articleOne .details, .articleThree .details, .articleTwo .details
{
	margin-top: 4px;
	margin-bottom: 4px;
}
.articleThree
{
	float: left;
	width: 188px;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 13px;
}
.articleTwo
{
	float: left;
	width: 289px;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 13px;
}
/*
 *   Content right
 */
.content_right
{
	float: right;
	width: 234px;
   margin-right:117px;
}
.languageSwitch
{
	font-size: 10px;
	margin-top: 4px;
	border: 1px solid #666666;
	margin-bottom: 8px;
	height: 11px;
	line-height: 10px;
	background-color: #ffcccc;
	width: 60px;
	text-align: center;
}
.rightContainer
{
	background-color: #ffffff;
	padding: 9px;
}
.rightContainer .title
{
	font-size: 18px;
}
.rightContainer input
{
	width: 164px;
	height: 17px;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 3px;
	float: left;
}
.rightContainer .img
{
	margin-left: 172px;
	padding-top: 3px;
}
.tagsYellow
{
	background-image: url('../png/light_yellow_stripes.png');
	padding: 10px;
}
.rightContainerYellow
{
	border: 1px solid #ffffcc;
	background-image: url('../png/yellow_stripes.png');
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rightContainerYellowInner
{
	background-color: #ffffcc;
}
.rightContainerBlue
{
	display: block;
	font-weight: bold;
	font-size: 18px;
	background-image: url('../png/blue_stripes.png');
	padding: 6px;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
}
.rightContainerOrange
{
	display: block;
	font-weight: bold;
	font-size: 18px;
	background-image: url('../png/orange_stripes.png');
	padding: 6px;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
}
.rightContainerOrange .title, .rightContainerBlue .title
{
	display: block;
	font-size: 24px;
}
.thumbEntry
{
	float: left;
	width: 280px;
	margin-right: 10px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
}
.thumbEntry .text
{
	margin-left: 90px;
}
.thumbEntry .title
{
	display: block;
	text-decoration: underline;
	width: 190px;
}
.thumbEntry .ticket
{
	margin-top: 4px;
}
.thumbEntry .genre
{
	float: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
.hasDropdownMenu
{
   position: relative;
}
.isDropDownMenu
{
	display: none;
	position: absolute;
	right: -10px;
	bottom: 14px;
	width: 130px;
	z-index: 5;
   top: 0px;
}
.isDropDownMenu span, .isDropDownMenu a
{
	display: block;
	text-align: left;
}
.isDropDownMenu .subMenuPoints
{
	border-left: 0px;
	border-top: 0px;
	padding: 5px;
	background-color: #cccccc;
	text-align: center;
	color: #000000;
	padding-left: 9px;
}
.isDropDownMenu .subMenuPoints span:hover, .isDropDownMenu .subMenuPoints a:hover
{
	background-color: #878787;
	color: #ffffff;
}
.subMenuTitle
{
	color: #000000;
	cursor: default;
}
.subMenuTitle span, .subMenuTitle a
{
	background-color: #cccccc;
	text-align: center !important;
	margin-right: 10px;
	height: 15px;
	padding-left: 4px;
}
.listEntry
{
	background-image: url(../png/yellow_line_BG.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
.listEntry div, .listEntryMap div
{
	float: left;
}
.listEntry .date, .listEntryMap .date
{
	width: 95px;
	padding-left: 2px;
	height: 26px;
}
.listEntry .time
{
	width: 40px;
	margin-left: 20px;
}
.listEntry .place .artistEntry
{
	width: 15px;
	margin-left: 10px;
}
.listEntry .place
{
	width: 23px;
	overflow: hidden;
}
.listEntry .text
{
	width: 300px;
	margin-left: 20px;
}
.listEntry .title
{
	float: none;
}
.listEntry .ticket
{
	float: right;
	text-decoration: underline;
	margin-top: 0px;
}
.yellowVersion, .menuPointSmallyellowVersion
{
	background-color: #ffffcc;
}
.redVersion
{
	background-image: url('../png/red_stripes.png');
	min-height: 0px;
	padding: 7px;
}
.redVersion > div
{
	padding: 6px;
	background-image: url('../png/red_stripes_middle.png');
}
.redVersion .title
{
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 12px;
}
.redVersion a
{
	display: block;
	background-image: url('../png/ticket_arrow.png');
	background-repeat: no-repeat;
	padding-left: 15px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 2px;
	background-position: left center;
}
.menuPointSmallyellowVersion
{
	border-bottom: 1px solid #ffffcc;
}
.menuPointSmallyellowVersion > a
{
	color: #515151;
}
.textBlock, .textBlockSpuren
{
	margin:13px;
}
.pagetitle
{
	margin: 8px;
	font-size: 16px;
}
.articleOne > .pagetitle
{
	margin-left: 0px;
}
.link
{
	text-decoration: underline;
}
.subTitle
{
	font-size: 13px;
	font-weight: bold;
}
.mainMenu
{
	bottom: 1px;
	position: relative;
	z-index: 4;
}
.textBlock a, .text a
{
	text-decoration: underline;
}
.hpg_detail
{
	background-image: url('../png/white_stripes.png');
}
.greyTextBox
{
	background-color: #cccccc;
}
.inputDescription
{
	float: left;
	width: 100px;
}
.inputsLeft
{
	float: left;
	width: 250px;
}
.inputsRight
{
	margin-left: 260px;
}
.inputsRight > div > div
{
	margin-left: 20px;
	margin-bottom: 5px;
}
.inputsLeft input, .inputsRight input
{
	margin-bottom: 5px;
}
.inputsLeft .inputDescription
{
	width: 70px;
}
.inputShort
{
	float: left;
	width: 95px;
}
.shortInputs input
{
	width: 30px;
	float: left;
	position: relative;
	bottom: 3px;
}
input
{
	border: 1px solid #a0a0a0;
}
.pic_links
{
	float: right;
}
.pic_link 
{
	cursor: pointer;
	margin-left: 5px;
	text-decoration: underline;
}
#detail_main_image_copy
{
	float: right;
	background-color: #ffffff;
	position: relative;
	top: 250px;
	padding: 2px;
	left: 8px;
	text-transform: uppercase;
	font-size: 10px;
}
.textBlockSpuren
{
	background-image: url('../png/beute.jpg');
	background-repeat: no-repeat;
	width: 590px;
	height: 405px;
}
.spurenEintrag, .spurenEintragDetail
{
	background-color: #ffff00;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	display: block;
}
.spurenEintrag
{
   text-transform: uppercase;
}
.textBlockSpuren .shadow
{
	float: left;
	margin: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.rolloverText, .defaultRolloverText
{
	display: none;
}
.listEntryMap
{
	background-repeat: repeat-y;
	background-image: url('../png/yellowBG.png');
	padding-left: 35px;
}
.listEntryMap a
{
	text-decoration: underline;
}
.title
{
	text-transform: uppercase;
}
.kuenstler_menu
{
	padding: 4px;
	background-color: #e1e1e1;
}
.kuenstler_menu a
{
	display:block;
}
.kuenstler_menu a:hover
{
	background-color: #878787;
	color: #ffffff;
}
.leftAddon
{
	float: left;
	width: 350px;
}
.rightAddon
{
	margin-left: 365px;
}
.leftAddon .title, .rightAddon .title
{
	background-image: url(../png/blue_stripes.png);
	font-size: 16px;
	padding: 2px;
	margin-bottom: 6px;
}
.leftAddon img
{
	float: left;
	margin-right: 5px;
}
.leftAddon .text
{
	font-size: 11px;
	text-transform: uppercase;
	
}
.leftAddon a
{
	background-image: url('../png/ticket_arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 7px;
	margin-top: 3px;
	display: block;
	float: left;
	text-decoration: underline;
}
.rightAddon a
{
	display: block;
	text-decoration: underline;
	padding-left: 3px;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 3px;
}

.attention
{
   color:red;
   font-weight:bold;
}

.blockImage img
{
   display: block;
}
.userBlock
{
   float: left;
   width: 280px;
   margin-bottom: 12px;
}

.userPic
{
   width: 100px;
   float: left;
}

.userText
{
	width: 160px;
	float: right;
	margin-right:18px
}

/*
   V 1.3 New Top-Calendar
*/
.topCalendar
{
   padding-top: 30px;
   width: 420px;
   float:left;
}
.topCalendar span, .topCalendar a
{
   display: block;
   width: 30px;
   height: 15px;
   float: left;
   text-align: center;   
   color: #ffffff;
   font-weight: bold;
   font-size: 13px;
}
.topCalendar .headDays
{
   height: 15px;
   width: 420px;
   overflow: hidden;
}
.topCalendar .headDays span
{
   color: #666666;
}
.topCalendar .headBar
{
   padding: 2px;
   background-color: #868686;
   text-align: center;
   font-size: 11px;
   color: #ffffff;
   height: 15px;
   line-height: 15px;
   vertical-align: middle;
   overflow: hidden;
}
.topCalendar .left, .topCalendar .right
{
   width: 100px;
   height: 15px;
   cursor: pointer;
}
.topCalendar .left
{
   background-image: url(../png/calendar_left.png);
   float: left;
}
.topCalendar .right
{
   background-image: url(../png/calendar_right.png);
   float: right;
}
.topCalendar .activeDay
{
   color: #FFFF00;
}
.topCalendar .headBar a
{
   float: none;
   font-weight: normal;
   width: auto;
}
.topCalendar .hiddenInfo
{
   display: none;
}
.header-link
{
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 428px;
   height: 135px;
   background-position: -90px -15px;
   background-repeat: no-repeat;
   z-index: 2;
}
.calendarDownload
{
text-align:center;
margin-left:50px;
margin-top:-13px;
text-transform:uppercase;
}
