body{
	/*background-image: url(../images/background.jpg);*/
	/*background-repeat: repeat-x;*/
	background-color: #00131b;
	/*color: white;*/
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	font-family: arial;
	clear: both;
}

.page{
	width: 1000px;
	/*background: #012837;*/
	background-color: #00131b;
	margin: 0 auto;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.header{
	background-image: url(../images/tingatinga_header.jpg);
	background-repeat: repeat-x;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	margin: 0 auto;
	width: 1000px;
	height: 150px;
}

.subheader{
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	width: 998px;
	height: 22px;
	/*seidliche scrollbar*/
	/*overflow:auto;*/
}

.left_side{
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	text-align: right;
	float: left;
	width: 250px;
	padding: 10px;
}

.right_side{
	background-image: url(../images/content_back3.jpg);
	background-repeat: repeat-x;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	float: left;
	width: 700px;
	line-height: 1.4;
	padding-top: 5px;
	padding-left: 20px;
}

.left_row{
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	float: left;
	margin: 0 auto;
	width: 330px;
	padding-right:20px;
}

.right_row{
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	float: left;
	margin: 0 auto;
	width: 330px;
}
.minor{
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	float: left;
	margin: 0 auto;
	width: 720px;
}

.menu{
	padding-top: 40px;	
}

.artist_box{
	float: left;
	width: 200px;
	padding: 10px;
}

.image_box{
	float: left;
	width: 150px;
	height: 150px;
	padding: 40px;
}

.cover_flow_right {
	position:relative; 
	top:-125px; 
	left:-50px; 
	float: right;
}


/**************************************************/

hr{
	border-width: 0px;
	height: 10px;
  	background: #fff url(../images/snake.jpg) repeat-x scroll center;
}


/**************************************************/

h1{
	color: #85b6c9;
	font-size:large;
	font-weight:bold;
}

h2{
	color: #fff771;
	font-size:large;
	font-weight:bold;
}

h3{
	color: #5395d0;
	font-size:medium;
	font-weight:bold;
}

pAlt{
	color: #fff771;
}
pNeu{
	color: #4ba6c9;
}

picSig{
	color: #4ba6c9;
	font-size: small;
}

copyRight{
	color: #4ba6c9;
	font-size: 8pt;
}

noLink{
	color: 	#4ba6c9;
}

a{
	color: 	#4ba6c9;
	text-decoration:none;
	/*
	font-weight: bold;
	letter-spacing:0.5em;
	*/
}

menu_link{
	color: 	#4ba6c9;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:0.5em;
}

menu_cur{
	color: 	#fff771;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:0.5em;
	
}


a:hover{
	color: 	#fff771;
	text-decoration:none;
	/*
	font-weight: bold;
	letter-spacing:0.5em;
	*/
}


