body {
	background-color: #000000;
}

#intro_background {
	background-color: transparent;
	margin-top: 50px;
	margin-bottom: 100px;
	color: #FFFFFF;

	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#background
{
	background-position: center;
	background-image: url(img/main_background_new.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	
	height: 800px;
	
}

#main_title_text {
	background-color: transparent;
	height: 165px;
}

/*#border_left, #border_right {
	background-color: #FFFFFF;
	width: 10px;
}*/

#border_bottom {
	background-color: #FFFFFF;
	height: 604px;
	width: 690px;
	vertical-align: bottom;
}

#border_top {
	background-color: #FFFFFF;
	height: 1px;
	width: 800px;
}


#content_background
{
	background-color: transparent;
	width: 800px;
	height: 600px;
}


#main_menu {
	background-color: #000000;
	color: #FFFFFF;

	height: 600px;
	width: 100px;
	
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 0px 5px;
	float: left;

	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;

	
	
/*	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;*/
}







#main_content {
	background-color: transparent;
	background-image: url(/img/background98.png);
	background-repeat: no-repeat;


	margin-left: 110px;
	width: 670px;
	height: 600px;


}




#sub_content_title {

	background-color: transparent;
	color: #FFFFFF;

	height: 40px;

	font-family: Verdana;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;

	padding-left: 10px;
	padding-top: 10px;
}

#sub_content_text, #myTable td, #sub_content_text_lyrics {
	background-color: transparent;
	color: #FFFFFF;

	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#sub_content_text, #sub_content_text_lyrics {
	padding: 10px;
}

#sub_content_text {
	height: 530px;
	overflow: auto;
}

#sub_content_border {
	background-color: #000000;
	height: 1px;

}

#copy {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	height: 10px;
	background-color: transparent;
	padding: 5px;
	margin-left: 10px;
}

/* Link */
a {
  color: #386d89;
  text-decoration: none;
}

a:hover, a_code:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* Überschriften */

h2, h1 {
	font-family:Verdana;
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 9pt;
	color: #FFFFFF;
}

h2 {
	font-size: 9pt;
	color: #386d89;
}
