html {
	height: 101%
}

body {
	margin: 0px;
	background-color: black;
}


/* ----------------------------------- header_styles ---------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 3px 0px 4px 10px;
	/* border: 1px solid #000000; */
	color: white;
}

.head_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	/* padding: 3px 0px 4px 10px; */
	/* border: 1px solid #000000; */
	color: #222222;
}

.red_headline {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 3px 0px 4px 10px;
	/* border: 1px solid #000000; */
	color: white;
	background-color: #ff0000;
}


/* ----------------------------------- leftmenu_styles -------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

.buttons {
	/* position: relative; */
	/* left: 75px; */
	width: 259px;
	overflow: hidden;
	display: block;
	/* float: none; */
}

.whitespace {
	width: 159px;
	height: 10px;
}

/* -----------------LEFT MENU ------------------------------- */
/* ---------------------------------------------------------- */

.buttons a, .buttons a:visited, .buttons a:active, .buttons a:link /* last one rules unvisited link */ {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px 0px 4px 50px;
	border-bottom: 1px solid #DDDDDD;
	/* border-left: 4px solid #ff0000; */
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	display: block;
	background-color: #ff0000; /*#591d60;*/
	color: #ffffff;
	text-decoration: none;
}


/* ----------------- subbuttons -------------------------- */

.subbuttons a, .subbuttons a:visited, .subbuttons a:active, .subbuttons a:link /* last one rules unvisited link */ {
	display: block;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px 0px 3px 55px;
	border-bottom: 1px solid #ffffff;
	/* border-left: 4px solid #ff0000; */
	text-decoration: none;
	text-align: left;
}

.subbuttons a:hover {
	display: block;
	background-color: #ff0000;
	padding: 3px 0px 3px 55px;
	/* border-left: 1px solid #ffda0e; */
	color: white;
	text-decoration: none;
}

.spacer {
	display: block;
	color: white;
	padding: 0px 0px 0px 0px;
	/* border-left: 4px solid #ff0000; */
}


/* ----------------------------------- content styles ---------------------------------------- */
/* ------------------------------------------------------------------------------------------- */

.cont_img {
	border: 1px solid #999999;
}
.contimg_dash {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

/* ----------------------------------- OLD STYLES -------------------------------------- */
/* ------------------------------------------------------------------------------------- */


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #222222;
	letter-spacing: 1px;
	line-height: 16px;
}
.text1 a:link {
	color: #0066CC;
	text-decoration: none;
	letter-spacing: 1px;
}
.text1 a:visited {
	color: #0066CC;
	text-decoration: none;
	letter-spacing: 1px;
}
.text1 a:hover {
	color: #0000FF;
	text-decoration: underline;
	letter-spacing: 1px;
}
.text1 a:active {
	color: #0066CC;
	text-decoration: none;
	letter-spacing: 1px;
}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #dddddd;
	letter-spacing: 1px;
}

.bottomtext a:link, .bottomtext a:visited, .bottomtext a:active {
	color: #dddddd;
	text-decoration: none;
}

.bottomtext a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.bold-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	letter-spacing: 1px;
}


/* ----------------------------------- lang select -------------------------------------- */

.lang_select {
	border-bottom: 2px solid #ff0000;
}

.lang_noselect {
	border-bottom: 2px solid #eeeeee;
}


/* +++++++++++++++++++++++++++++++++++++ program tables ++++++++++++++++++++++++++++++++++++ */

.programheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

#programtitle {
	background-color: #ff0000;
	padding: 5px 0px 5px 9px;
	/* border: 1px solid #eeeeee; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}

#table_grey {
	/* background-color: #f9f6f9; */
	background-color: #fafafa;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #222222;
	letter-spacing: 1px;
	line-height: 16px;
}


#table_grey td {
	border: 1px solid #eaeaea;
	vertical-align: top;
}

.tablebar {
	background-color: #fafafa;
	/* padding: 3px 5px; */
	border-bottom: 1px solid #dddddd;
	/*border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #222222;
	letter-spacing: 1px;
	line-height: 16px;
}

#tablefree {
	/* display: block; */
	/* float: left; */
	padding: 4px 6px;
}

#tableartist a:link, #tableartist a:visited, #tableartist a:active {
	display: block;
	padding: 4px 6px;
	color: #000000;
	text-decoration: none;
}

#tableartist a:hover {
	/* display: block; */
	overflow: hidden;
	padding: 4px 6px;
	/* background-color: #666666; */
	color: #000000;
	text-decoration: underline;
}

#tableplace a:link, #tableplace a:visited, #tableplace a:active {
	display: block;
	padding: 4px 0px 4px 8px;
	color: #000000;
	text-decoration: none;
}

#tableplace a:hover {
	display: block;
	padding: 4px 0px 4px 8px;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
}

#tabletime {
	display: block;
	padding: 4px;
	color: #000000;
	text-decoration: none;
}

.kunstnercv {
	/* position: relative; */
	/* left: 75px; */
	width: 150px;
	overflow: hidden;
	display: block;
	/* float: none; */
}

.kunstnercv a:link, .kunstnercv a:visited, .kunstnercv a:active {
	display: block;
	background-color: #fafafa;
	padding: 4px 0px 4px 7px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.kunstnercv a:hover {
	display: block;
	background-color: #ff0000;
	padding: 4px 0px 4px 7px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


/* +++++++++++++++++++++++++++++++ right menu styles +++++++++++++++++++++++++++++ */

.right_img_text {
	display: block;
	padding: 2px 20px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;
	line-height: 13px;
	text-align: left;
}

.presse_text {
	/* display: block; */
	padding: 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #222222;
	letter-spacing: 1px;
	line-height: 13px;
	text-align: left;
}

#rightlink a:link, #rightlink a:visited, #rightlink a:active {
	display: block;
	padding: 5px 5px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

#rightlink a:hover {
	display: block;
	padding: 5px 5px;
	color: #ffffff;
	background-color: #666666;
	border-bottom: 1px solid #cccccc;
}

/* +++++++++++++++++++++++++++++++ middle menu styles ++++++++++++++++++++++++++++ */

.mid_menu {
	width: 610px;
	overflow: hidden;
	display: block;
}

.mid_menu a, .mid_menu a:visited, .mid_menu a:active, .mid_menu a:link /* last one rules unvisited link */ {
	display: block;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #eeeeee;
	/* border-left: 4px solid #ff0000; */
	text-decoration: none;
	text-align: left;
}

.mid_menu a:hover {
	display: block;
	background-color: #ff0000; /*#666666;*/
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}