/*
* File: fmv_main.css
* Project: Flamenco Mi Vida
* Author: P. Smith / SmithData
* Version: 0.0.1 - 03/05/2008
*/

/* general tags change */
body {
	text-align: center; 
	background-color: #000000; /*#2C1A0B; */
}
/* general divs */
#main, #main_flamenco {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 955px;
	height: 591px;
	margin-left: -477px;
	margin-top: -295px;
}
#main {
	background-image: url(../_img/flamenco1.jpg);
}
#main_flamenco {
	background-image: url(../_img/flamenco2.jpg);
}
#text_index {
	position: absolute;
	top: 80px;
	left: 770px;
	line-height: 1.8em;
	/* letter-spacing: -0.5px; */
	text-align: left;
}
#welcome_btn {
	position: absolute;
	top: 360px;
	left: 425px;
	border: 1px solid #FFFFFF;
	padding: 4px 12px;
	cursor: pointer;
}
#trailer {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 80px;
	left: 80px;
}
#impressum {
	position: absolute;
	bottom: 15px;
	left: 20px;
}
#back {
	position: absolute;
	bottom: 15px;
	left: 190px;
	text-align: left;
}

/* second page */
#text_main {
	position: absolute;
	width: 395px;
	top: 170px;
	left: 190px;
	height: 408px;
	text-align: left;
	line-height: 1.2em;
	overflow: auto;
	padding-right: 10px;
}
#text_bio {
	position: absolute;
	width: 280px;
	top: 360px;
	left: 630px;
	height: 190px;
	text-align: left;
	line-height: 0.8em;
	overflow: auto;
	padding: 10px;
	background-color: #CCCCCC;
	border: 3px solid #CB702F;
}
#text_act {
	position: absolute;
	width: 150px;
	left: 30px;
	top: 75px;
	text-align: left;
	line-height: 1.0em;
}


/* text classes */
.txt_index {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a.txt_index:link, a.txt_index:visited, a.txt_index:hover, a.txt_index:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_welcome {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a.txt_welcome:link, a.txt_welcome:visited, a.txt_welcome:hover, a.txt_welcome:active {
	color: #FFFFFF;
	text-decoration: none;
}
.txt_backlink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.txt_backlink:link, a.txt_backlink:visited, a.txt_backlink:hover, a.txt_backlink:active {
	color: #000000;
	text-decoration: none;
}
.txt_link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a.txt_link:link, a.txt_link:visited, a.txt_link:hover, a.txt_link:active {
	color: #000000;
	text-decoration: underline;
}
.txt_main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
.txt_bio {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txt_act {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}