body {
	font-weight: normal;
	font-family: "Courier New",Courier,monospace;
	font-size: 12px;
	color: #6f6465;
    margin: 0;
    padding: 0;
}

/* defaults */ 
* { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, p, img, ul, li, form { margin: 0; padding: 0; }	
a:focus { outline: none; }
img { border: 0px; }
ul, li { list-style-type: none; list-style: none; }
/* end of defaults */ 

.container {
	width: 1060px;
	height: 624px
}


h1 { 
	position: absolute; 
	z-index: 20;
	top: 109px;
	left: 0px;
	background: url(images/dejnarowicz.gif) no-repeat 0px 0px;
}

h1 a {
	display: block;
	margin-left: 40px;
	width: 135px;
	height: 22px;
	text-indent: -9999px; 
}
	
h2 {
	color: #6f6465;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 16px;
}

h3 {
	color: #e41081;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 16px;
}

p {
	font-size: 12px;	
	margin-bottom: 20px;
	line-height: 16px;
}

#content {
	position: absolute;
	top: 137px;
	left: 195px;
	width: 670px;
	padding-right: 194px;
	z-index: 30;
	height: 477px;
	overflow: auto;
}

.discography #content { 
	width: 600px;
	left: 414px;
	padding-top: 18px;
	height: 452px;
	padding-right: 46px;
}

 
.discography #content p {
	margin-bottom: 13px;
}


.discography .hanging { 
	position: absolute; 
	z-index: 40;
	left: 224px;
	top: 160px;
	width: 160px;
	height: 160px;
	}

#photos {
	margin-left: 28px;
	margin-top: 34px;
	width: 756px;
	height: 396px;
	overflow: auto;
}

.photos #content {
	padding-right: 0px;
	width: 864px;
	overflow: auto;
}

#photos a {
	display: block;
	float: left;
	width: 139px;
	height: 120px;
	* height: 125px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}

#photos img {
	margin-bottom: 1px;
}

#photos a:hover, #photos a:active {
	text-decoration: none;
}

/* news - font colors */

p.news-eng {
	color: #008697;
}

p.news-stars {
	color: #ff4cd2; margin-bottom: 0px; margin-top: -20px;
}

p.news-pl {
	color: #962e66;
}
/* end */



a:link, a:visited { color: #6f6465; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* kolorowanie naglowkow i poczatkow wierszy */
.index h2 { color: #ed1960; }
.news span, .news h2 { color: #ed1960; }
.bio span, .bio h2 { color: #ed2125; }
.discography span, .discography h2 {}
.introduction span, .introduction h2 { color: #ff11e7; }
.photos span, .photos h2 { color: #7af9bb; }
.media span, .media h2 { color: #fc0202; }
.press span, .press h2 { color: #a94242; }
.links span, .links h2 { color: #ff11e4; }
.songbook span, .songbook h2 { color: #5850ff; }
.contact span, .contact h2 { color: #4da964; }
/* end */

/* menu */

#menu {
	position: absolute;
	top: 109px;
	left: 195px;
	width: 865px;
	z-index: 20;
	height: 22px;
	background: url(images/menu-bg.gif) no-repeat 0px 0px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: inline; /* IE6 fix */
	float: left;
	text-indent: -9999px; 
	margin-right: 20px;
	background: url(images/menu.gif) 0px 0px no-repeat;
	height: 22px;
}

/* menu - pozycjonowanie grafik */
#menu a.news { width: 39px; background-position: 0px 0px; }
#menu a.bio { width: 31px; background-position: -59px 0px; }
#menu a.discography { width: 91px; background-position: -110px 0px; }
#menu a.introduction { width: 96px; background-position: -221px 0px; }
#menu a.photos { width: 53px; background-position: -337px 0px; }
#menu a.media { width: 46px; background-position: -410px 0px; }
#menu a.press { width: 46px; background-position: -476px 0px; }
#menu a.links { width: 45px; background-position: -542px 0px; }
#menu a.songbook { width: 69px; background-position: -607px 0px; }
#menu a.contact { width: 60px; background-position: -696px 0px; }

/* menu - klasa current - pozycjonowanie grafik */
#menu .current a.news { background-position: 0px -22px; }
#menu .current a.bio { background-position: -59px -22px; }
#menu .current a.discography { background-position: -110px -22px; }
#menu .current a.introduction { background-position: -221px -22px; }
#menu .current a.photos { background-position: -337px -22px; }
#menu .current a.media { background-position: -410px -22px; }
#menu .current a.press { background-position: -476px -22px; }
#menu .current a.links { background-position: -542px -22px; }
#menu .current a.songbook { background-position: -607px -22px; }
#menu .current a.contact { background-position: -696px -22px; }

/* menu - hover - pozycjonowanie grafik */
#menu a.news:hover { width: 39px; background-position: 0px -22px; }
#menu a.bio:hover { width: 31px; background-position: -59px -22px; }
#menu a.discography:hover { width: 91px; background-position: -110px -22px; }
#menu a.introduction:hover { width: 96px; background-position: -221px -22px; }
#menu a.photos:hover { width: 53px; background-position: -337px -22px; }
#menu a.media:hover { width: 46px; background-position: -410px -22px; }
#menu a.press:hover { width: 46px; background-position: -476px -22px; }
#menu a.links:hover { width: 45px; background-position: -542px -22px; }
#menu a.songbook:hover { width: 69px; background-position: -607px -22px; }
#menu a.contact:hover { width: 60px; background-position: -696px -22px; }

/* backgrounds */
.index { background: url(images/bg-index.gif) no-repeat 0px 0px; }
.news {	background: url(images/bg-news.gif) no-repeat 0px 0px; }
.bio { background: url(images/bg-bio.gif) no-repeat 0px 0px; }
.discography { background: url(images/bg-discography.gif) no-repeat 0px 0px; }
.introduction {	background: url(images/bg-introduction.gif) no-repeat 0px 0px; }
.photos { background: url(images/bg-photos.gif) no-repeat 0px 0px; }
.media { background: url(images/bg-media.gif) no-repeat 0px 0px; }
.press { background: url(images/bg-press.gif) no-repeat 0px 0px; }
.links { background: url(images/bg-links.gif) no-repeat 0px 0px; }
.songbook { background: url(images/bg-songbook.gif) no-repeat 0px 0px; }
.contact { background: url(images/bg-contact.gif) no-repeat 0px 0px; }
/* end of backgrounds */


/* backgrounds loading on front page */
.bg1 { width: 1px; height: 1px; background: url(images/bg-news.gif) 0px -10px no-repeat; }
.bg2 { width: 1px; height: 1px; background: url(images/bg-bio.gif) 0px -10px no-repeat; }
.bg3 { width: 1px; height: 1px; background: url(images/bg-discography.gif) 0px -10px no-repeat; }
.bg4 { width: 1px; height: 1px; background: url(images/bg-introduction.gif) 0px -10px no-repeat; }
.bg5 { width: 1px; height: 1px; background: url(images/bg-photos.gif) 0px -10px no-repeat; }
.bg6 { width: 1px; height: 1px; background: url(images/bg-media.gif) 0px -10px no-repeat; }
.bg7 { width: 1px; height: 1px; background: url(images/bg-press.gif) 0px -10px no-repeat; }
.bg8 { width: 1px; height: 1px; background: url(images/bg-links.gif) 0px -10px no-repeat; }
.bg9 { width: 1px; height: 1px; background: url(images/bg-songbook.gif) 0px -10px no-repeat; }
.bg10 { width: 1px; height: 1px; background: url(images/bg-contact.gif) 0px -10px no-repeat; }
