@charset "UTF-8";
/*
   Atlanticos Band - CSS Style File
   Copyright 2009, Frank Liebelt
*/

/* ----- BASE SETTINGS ----- */

html, body {
	/*background: #000 url(../images/atback3.jpg);
	background: #000 url(../images/atback4.jpg);
	background-repeat: no-repeat; */
	background: #000 url(../images/atback.gif);
	font: 12px Helvetica, sans-serif, Arial;
	color: #FFF;
	margin: 0;
	padding: 0;
}
img, div {
	behavior: url(png4IE6.htc);
}
img {
	border: 0px;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
	background-color: #EEE;
	color: #000;
	margin-left: 10px;
	padding-left: 10px;
	width: 780px;
	opacity: 0.55;
}
h2 {
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
	color: #000;
	padding-left: 30px;
	width: 600px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding-left: 30px;
	width: 600px;
}
hr {
	width: 620px;
	height: 1px;
	color: #A43A11;
}
/* ----- TEXTATTRIBUTE ----- */

.headline {
	color: #A43A11;
	font-weight: bold;
	font-size: 14px;
}
.grey {
	color: #222;
}
.black {
	color: #000;
}
.author {
	color: #000;
	font-size: 10px;
	text-align: justify;
	text-decoration: underline;
}
.readmore {
	color: #A43A11;
	font-size: 10px;
	text-decoration: underline;
}
.inlay {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.videotext {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
.powered {
	color: #FFF;
	font-size: 8px;
	text-decoration: none;
}
/* ------- CONTAINER ------- */

.releasebox {
	background-image: url(../images/testbg.png);
	width:310px;
	height:288px;
	padding: 10px;
	padding-top: 20px;
	z-index: 30;
	position: absolute;
}

.flowplayer {
	background: #000 url(../images/vidback.jpg) no-repeat; 
	width:400px;
	height:300px;
	position: absolute;
	z-index: 89;
}

.videogallery {
	background-color: #000;
	border: 1px solid #A47911;
	width:400px;
	height:300px;
	position: absolute;
	z-index: 89;
}

.videogallery a {
	color: #FFF;
	text-decoration: underline;
}

#videos {
	display: block;
	left: 10px;
	top: 10px;
	width:400px;
	height:300px;
	position: relative;
	z-index: 89;
}

#menu {
	background-color: #000;
	width: 100%;
	height: 29px;
	z-index: 99;
}

#starthead {
	width: 100px;
	text-align: left;
	top: 10px;
	left: 200px;
	position: relative;
}
#starthead2 {
	width: 100px;
	top: 62px;
	left: 100px;
	position: absolute;
	z-index: 69;
}
#start {
	background-color: #000;
	width: 640px;
	height: 320px;
	max-height:320px;
	top: 105px;
	left: 200px;
	position: relative;
}
#gal {
	background-color: #000;
	width: 840px;
	height: 630px;
	top: 10px;
	left: 100px;
	position: relative;
}
#galdescription {
	background-color: #EEE;
	width: 820px;
	height: 30px;
	top: 5px;
	left: 100px;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#newshead {
	width: 100px;
	text-align: left;
	top: 470px;
	left: 200px;
	position: absolute;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#news {
	width: 620px;
	top: 500px;
	left: 200px;
	padding: 10px;
	position: absolute;
	z-index: 99;
}

#newstrans {
	background-color: #cdcab7;
	width: 620px;
	top: 480px;
	left: 200px;
	padding: 0 10px 0 10px;
	position: absolute;
	z-index: 98;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#newstrans p.infotext_head {
	font-weight: bold;
	color: #A43A11;
	width: 620px;
	left: 0px;
	text-align: left;
}

#newstrans p.infotext_main {
	font-weight: bold;
	color: #000;
	width: 620px;
	left: 0px;
	text-align: left;
}

#newstrans p.copy {
	background-color: #000;
	width: 640px;
	left: -10px;
	bottom: -12px;
	text-align: center;
	position: relative;
}

#fullnewshead {
	width: 100px;
	text-align: left;
	top: 50px;
	left: 200px;
	position: absolute;
}

#fullnews {
	background-color: #cdcab7;
	width: 620px;
	top: 80px;
	left: 200px;
	padding: 10px;
	position: absolute;
}

#copyright {
	background-color: #000;
	width: 640px;
	height: 20px;
	top: 1060px;
	left: 200px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}

#copyright2 {
	background-color: #000;
	width: 840px;
	height: 20px;
	top: 10px;
	left: 100px;
	text-align: center;
	position: relative;
}
#copyright span {
	font-weight: bold;
	color: #FFF;
	height: 20px;
	vertical-align: middle;
}

#disclaimertrans {
	background-color: #cdcab7;
	height: 630px;
	padding: 10px;
	top: 50px;
	left: 20px;
	width: 800px;
	position: absolute;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#disclaimer {
	padding: 10px;
	top: 50px;
	left: 20px;
	width: 800px;
	position: absolute;
}

#disclaimer p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#bandbanner {
	left: 20px;
	top: 30px;
	width:408px;
	height: 153px;
	position: absolute;
	z-index: 90;
}
#introdescription {
	left: 10px;
	top: 40px;
	width:180px;
	position: absolute;
	z-index: 88;
}
#contactbg {
	left: 110px;
	top: 50px;
	width:450px;
	height:500px;
	position: absolute;
	z-index: 85;
}
#contact {
	left: 154px;
	top: 120px;
	width:450px;
	height:420px;
	position: absolute;
	text-align: left;
	z-index: 86;
}
#buybanner1 {
	background-color: #000;
	left: 90px;
	top: 420px; /* 810 */
	width:645px;
	height:36px;
	position: absolute;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	z-index: 86;
}
#buybanner2 {
	background-color: #000;
	left: 90px;
	top: 420px;
	width:645px;
	height:36px;
	position: absolute;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	z-index: 86;
}
#animcd1 {
	background-color: #000;
	left: 420px;
	top: 90px; /* 480 */
	width:320px;
	height:320px;
	position: absolute;
	z-index: 87;
}
#animcd2 {
	background-color: #000;
	left: 420px;
	top: 90px;
	width:320px;
	height:320px;
	position: absolute;
	z-index: 87;
}
#videoplayer {
	left: 220px;
	top: 10px;
	width:400px;
	height:300px;
	position: absolute;
	z-index: 89;
}

#audioplayerhead {
	width: 100px;
	top: 62px;
	left: 90px;
	position: absolute;
	z-index: 69;
}
#audioplayerback1 {
	background-color: #000;
	left: 90px;
	top: 90px; /* 480 */
	width:320px;
	height:320px;
	position: absolute;
	z-index: 89;
}
#audioplayerback2 {
	background-color: #000;
	left: 90px;
	top: 90px;
	width:320px;
	height:320px;
	position: absolute;
	z-index: 89;
}

#audioplayer1 {
	left: 10px;
	top: 10px;
	width:300px;
	height:300px;
	position: relative;
	z-index: 89;
}
#audioplayer2 {
	left: 10px;
	top: 10px;
	width:300px;
	height:300px;
	position: relative;
	z-index: 89;
}
#tv {
	padding-left: 120px;
	width:400px;
	height:300px;
	z-index: 89;
}
#biotext {
	position: absolute;
	left: 34px;
	top: 200px;
	z-index: 90;
}
#biotext p {
	font-weight: bold;
	background-color: #EEE;
	color: #000;
	width: 780px;
	padding: 10px;
}
#histext {
	position: absolute;
	left: 34px;
	top: 50px;
	z-index: 90;
}
#histext p {
	font-weight: bold;
	background-color: #EEE;
	color: #000;
	width: 780px;
	padding: 10px;
}
#slider {
	position: absolute;
	left: 30px;
	top: 50px;
	z-index: 90;
}
#partners {
	z-index: 10;
	position: absolute;
	top: 120px;
	left: 30px;
	width: 800px;
}
#nuno {
	color: #333;
	z-index: 13;
	position: absolute;
	top: 200px;
	left: 30px;
	padding: 10px;
	width: 800px;
	height: 263px;
}
#dave {
	z-index: 11;
	position: absolute;
	top: 494px;
	left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 800px;
	height: 242px;
}
#ralf {
	z-index: 12;
	position: absolute;
	top: 774px;
	left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 800px;
	height: 226px;
}
#manuel {
	color: #333;
	z-index: 13;
	position: absolute;
	top: 1074px;
	left: 30px;
	padding: 10px;
	width: 800px;
	height: 297px;
}
#jan {
	z-index: 10;
	position: absolute;
	top: 1410px;
	left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 800px;
	height: 263px;
}
#manuel p, #ralf p, #dave p, #jan p, #nuno p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

