@CHARSET "UTF-8";


.body
{
	font-family: URW gothic L, Verdana, Sans-serif;
	font-size: 10pt;	
	color: #330059;
}

.infoarea
{
	background-image: url(background.jpg);
	background-repeat: no-repeat;	
}

.sidearea
{
	width: 200px;
}

.sidearea .currentsection
{
	color: #39436f;
}

.sidearea .photo
{
	border-color: white; //#39436;
	border-width: 5px;
	border-style: double; //inset, outset, groove, ridge
}

.contentarea .paragraph
{
	margin-bottom: 10px;
}

.song
{
	color: #330059;
}
.song .photo
{
	vertical-align: top;
	padding-top: 5px;
}

.song .tracknr-blue
{
	text-align: right;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	background-color: #5772be;
	font-size:32pt;
	color: white;
}
.song .tracknr-green
{
	text-align: right;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	background-color: #1faa21;
	font-size:32pt;
	color: white;
}
.song .tracknr-red
{
	text-align: right;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	background-color: #ff3f45;
	font-size:32pt;
	color: white;
}
.song .tracknr-yellow
{
	text-align: right;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	height: 100px;
	background-color: #fff177;
	font-size:32pt;
	color: white;
}


.song .title
{
	margin-top: 0px;
	font-size: 12pt;
	font-weight: bold;
}
.song .description
{
	font-size: 10pt;
	color: #330059;
	margin-top: 5px;
	text-align: justify;
}


.lyrics
{
	margin-top: 20px;
}


.lyrics .title
{
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 10px;
}

.lyrics .text
{
		font-size: 10pt;
		margin-bottom: 15px;
		font-style: italic;
		padding-left: 35px;
}
