a:link {
	color:#fff; 
	text-decoration:underline;
}

a:visited {
	color:#fff; 
	text-decoration:underline;
}

a:active {
	color:#fff; 
	text-decoration:underline;
}

a:hover {
	color:#feff8a; 
	text-decoration:underline;
}

body {
    background: url(../gfx/bg.png);
    margin: 0px;
}

/******
 * TD *
 ******/
td {
    color: #fff;
    font: 11px verdana,arial,tahoma,sans-serif;
}
 
td.menu_left {
    background: url(../gfx/bg_menu_left.png);
}

td.menu_right {
    background: url(../gfx/bg_menu_right.png);
}

td.flyer_border_top {
    height: 11px;
    width: 176px;
    background: url(../gfx/flyer_top.png);
}

td.flyer_border_top_left {
    height: 8px;
    width: 15px;
    background: url(../gfx/flyer_top_left.png);
}

td.flyer_border_top_right {
    height: 8px;
    width: 21px;
    background: url(../gfx/flyer_top_right.png);
}

td.flyer_border_middle_left {
    width: 15px;
    background: url(../gfx/flyer_middle_left.png);
    font-size: 1px;
}

td.flyer_border_middle_right {
    width: 21px;
    background: url(../gfx/flyer_middle_right.png);
    font-size: 1px;
}

td.flyer_border_bottom_left {
    height: 8px;
    width: 15px;
    background: url(../gfx/flyer_bottom_left.png);
}

td.flyer_border_bottom_right {
    height: 8px;
    width: 21px;
    background: url(../gfx/flyer_bottom_right.png);
}

td.flyer_border_bottom {
    height: 11px;
    width: 176px;
    background: url(../gfx/flyer_bottom.png);
}


/*************
 * Menuitems *
 *************/ 

div.menu_home {
    background: url(../gfx/menu_home.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_home_hover {
    background: url(../gfx/menu_home_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_events {
    background: url(../gfx/menu_events.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_events_hover {
    background: url(../gfx/menu_events_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_ticketshop {
    background: url(../gfx/menu_ticketshop.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_ticketshop_hover {
    background: url(../gfx/menu_ticketshop_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_impressionen {
    background: url(../gfx/menu_impressionen.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_impressionen_hover {
    background: url(../gfx/menu_impressionen_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_visuals {
    background: url(../gfx/menu_visuals.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_visuals_hover {
    background: url(../gfx/menu_visuals_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_videos {
    background: url(../gfx/menu_videos.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_videos_hover {
    background: url(../gfx/menu_videos_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_newsletter {
    background: url(../gfx/menu_newsletter.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_newsletter_hover {
    background: url(../gfx/menu_newsletter_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_partner {
    background: url(../gfx/menu_partner.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}
div.menu_partner_hover {
    background: url(../gfx/menu_partner_hover.png);
    cursor: pointer;
    height: 20px;
    margin-right: 10px;
    width: 103px;
}

div.menu_kontakt {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_kontakt.png);
    cursor: pointer;
    height: 18px;
    width: 59px;
}
div.menu_kontakt_hover {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_kontakt_hover.png);
    cursor: pointer;
    height: 18px;
    width: 59px;
}

div.menu_anfahrt {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_anfahrt.png);
    cursor: pointer;
    height: 18px;
    width: 60px;
}
div.menu_anfahrt_hover {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_anfahrt_hover.png);
    cursor: pointer;
    height: 18px;
    width: 60px;
}

div.menu_impressum {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_impressum.png);
    cursor: pointer;
    height: 18px;
    width: 84px;
}
div.menu_impressum_hover {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_impressum_hover.png);
    cursor: pointer;
    height: 18px;
    width: 84px;
}

div.menu_login {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_login.png);
    cursor: pointer;
    height: 18px;
    width: 39px;
}
div.menu_login_hover {
    position: relative;
    float: left;
    left: 300px;
    background: url(../gfx/menu_login_hover.png);
    cursor: pointer;
    height: 18px;
    width: 39px;
}

/*************
 * Headlines *
 *************/

div.headline_home {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_home.png);
    display: none;
} 
div.headline_events {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_events.png);
    display: none;
}
div.headline_ticketshop {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_ticketshop.png);
    display: none;
} 
div.headline_impressionen {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_impressionen.png);
    display: none;
} 
div.headline_visuals {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_visuals.png);
    display: none;
}
div.headline_videos {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_videos.png);
    display: none;
}
div.headline_newsletter {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_newsletter.png);
    display: none;
}
div.headline_partner {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_partner.png);
    display: none;
}
div.headline_kontakt {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_kontakt.png);
    display: none;
}
div.headline_anfahrt {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_anfahrt.png);
    display: none;
}
div.headline_impressum {
    position: absolute;
    left: 366px;
    top: 12px;
    width: 135px;
    height: 25px;
    background: url(../gfx/headline_impressum.png);
    display: none;
} 



/******************/

div.moveOutBox {
    /* IE6-Fix only */
    background: url(../gfx/bg_move_out_box.png); background-position: right;
}

#content {
    height: 442px;
    margin-right: 7px;
    overflow: auto;
    overflow-x: hidden;
}

td.content_shadow {
    background: url(../gfx/bg_content_shadow.png);
}

/*****************/

/*************
 * Span      *
 *************/
 
span.error {
    color: #ff8000;
    font: bold 10px verdana,arial,tahoma,sans-serif; 
}

