body {
	background-color: #343F47;
	font-family: Verdana;
	font-size: 11px;
}

#container {
	margin: auto;
	width: 780px;
	height: 570px
}

h1 {
	font-size: 19px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 5px 0px;
}

a {
	color: #000066;
	font-weight: bold;
}

hr {
	height: 1px;
	border: none;
	background-color: #666666;
}

#titel {
	position: absolute;
	width: 780px;
	height: 90px;
	background-image: url(images/titel.gif);
}

#text {
	position: absolute;
	margin-top: 90px;
	margin-left: 10px;
	
	width: 760px;
	height: 447px;
	
	/* background-color: #A5FEAC; */
	background-color: #91C7F5;
}

#navi {
	position: absolute;
	margin-top: 538px;
	margin-left: 10px;
	
	width: 760px;
	height: 32px;
	
	/* background-color: #3BBB30; */
	background-color: #8DD8F8;
}
#navi img {
	border: none;
}


#tour_info {
	display: none;
	
	position: absolute;
	margin-left: 103px;
	padding-right: 20px;
	
	-moz-opacity: 0.8;
	filter: Alpha(opacity=80, finishopacity=0, style=0);
	
	width: 287px;
	height: 47px;
	
	text-align: right;
	line-height: 23px;
	
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	
	/* background-color: #90ff85; */
	background-color: #84CAFE;
}


.song {
	float: left;
	width: 460px;

	line-height: 16px;

	border: 1px solid #000000;

	background-color: #EEEEEE;

	padding: 1px 5px 1px 5px;
	margin: 3px 0px 3px 0px;
}

.song object {
	float: right;
	position: relative;
	margin-top: -16px;
}


.gal_album {
	color: black;
	padding: 2px 2px 2px 10px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 21px;
	
	background-color: #91C7F5;
	border: 1px solid #343F47;
	
	cursor: pointer;
}

.gal_date {
	color: #343F47;
	font-size: 13px;
	line-height: 21px;
	vertical-align: top;
}

.gal_container {
	display: none;
	border: 1px solid #343F47;
	border-top: none;
	padding: 10px 0px 0px 10px;
}

.gal_thumb {
	float: left;
	width: 72px;
	height: 72px;
	line-height: 72px;
	
	margin: 0px 10px 10px 0px;
	border: 1px solid #91C7F5;
	
	background-color: black;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

