body {
	background:URL('../files/bg-black.gif') repeat-y 50% #3D3938;
	color:#FFFFFF;
	margin:0px 0px 30px 0px;
	height:100%;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:0.8em;
    text-align:center;
}
a {
	text-decoration:underline;
	color:#FFFFFF;
}
a img {
    border:none;
}

.cleaner {
    clear:both;
    visibility:hidden;
    margin:0em;
    padding:0em;
}

#container {
    position:relative;
	width:600px;
    _width:601px;
	margin:0px auto;
	padding-bottom:20px;
	background:#000000;
	color:#FFFFFF;
    text-align:left;
}
#styleselect {
    position:absolute;
    top:0px;
    right:-12px;
	width:10px;
}
#styleselect div {
    display:none;
	width:10px;
    height:10px;
    margin-bottom:2px;
	background:#000000;
    cursor:pointer;
}
#styleselect div.blue {
    display:none;
	background:#0071BC;
}
#styleselect div.green {
    display:none;
	background:#A8C316;
}
#styleselect div.orange {
    display:none;
	background:#FDB913;
}
#styleselect div.red {
    display:none;
	background:#ED1C24;
}
#styleselect div.white {
    display:none;
	background:#FFFFFF;
}


.langs {
	text-align: right;
	background: #3D3938;
    line-height:20px;
    _padding:5px 0px;
}

#top {
	height:130px;
    margin-left:0px;
    text-align: right;
    position: relative;
}

#top h1 {
	margin:0px;
	padding:0px;
}
#top h1 span {
	display:none;
}
#top a {
	display:block;
	margin:0px;
	padding:0px;
	width:600px;
	height:130px;
}

#photos {
	height:130px;
	/* background-image:URL('../files/fotky1.jpg'); */
	background-position:50%;
	background-repeat:no-repeat;
}

#menu {
	padding:0px;
	_height:1.75em;
	min-height:1.75em;
}
#menu a {
	text-decoration:none;
	display:block;
	float:left;
	font-size:1.2em;
	padding:2px 4px 2px 4px;
	height:1.2em;
}
#menu ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu ul li {
	display:block;
	float:left;
	color:#000000;
	font-weight:bold;
	font-family:Arial,sans-serif;
	position:relative;
    z-index:100;
}
#menu ul li ul {
	position:absolute;
    top:100%;
	left:0px;
    z-index:110;
	visibility:hidden;
}
#menu ul li ul li {
	display:block;
    float:none;
    clear:left;
    z-index:110;
    white-space:nowrap;
    min-width:100px;
}
#menu ul li ul li a {
	display:block;
    float:none;
    clear:left;
    z-index:110;
    min-width:100px;
}
/* Zobrazenie submenu: */
#menu ul li:hover ul,#menu ul li.hover ul {
	visibility:visible;
}
#content {
	padding:30px 20px 30px 20px;
	clear:both;
	font-size:0.87em;
	line-height:1.4em;
	height:100%;
}

.floatingblock {
	height:118px;
	width:128px;
	float:left;
}

.content2 {
	width:427px;
	margin:0px 0px 0px auto;
}
.content2 h3 {
	margin:0px;
	padding:0px;
}
.content2 p {
	margin-bottom:20px;
}

#content h2 {
	display:none;
}

h3 {
	font-size:1.3em;
	font-family:Arial,sans-serif;
	margin:20px 0px 0px 0px;
	padding:0px;
}
h3.albumy {
	margin:5px 0px 10px 0px;
}
p {
	text-align:justify;
	margin:0px;
	padding:0px;
}

.hidden {
	display:none;
}

.albumy {
	border-spacing:10px;
}

.albumy td {
	width:50%;
	text-align:center;
	/* border:1px Solid #FFFFFF; */
	padding:10px;
}

.albumysideblock {
	text-align:center;
	float:left;
	margin-right:30px;
}
.albumysideblock img {
	margin-bottom:10px;
}

/* Tabulka s detailami albumu */
.albumdetails {
	margin-top:10px;
}

.albumdetails .nazov {
	font-weight:normal;
	padding-right:100px;
}

.texty_piesni {
    margin:0px 0px 0px 184px;
}

ol.zoznam_skladieb {
    margin:0px 0px 0px 130px;
    padding:0px;
    line-height:1.5em;
}
ol.zoznam_skladieb li {
    background:URL('../files/note.gif') no-repeat left center;
    padding:0em 0em 0em 20px;
}

h3.band {
    margin:0em 0em 0em 170px;
}
dl.band {
    margin:1em 0em 1em 170px;
}
dl.band dt {
    float:left;
    width:120px;
    margin:0em;
    padding:0em;
}
dl.band dd {
    margin:0em;
    padding:0em 0em 0em 120px;
    border-bottom:1px solid #FFF;
}

/* TOUR 2006 */
#tour {
    margin:0px;
}
#tour h2 {
    display:block;
    background:URL('../files/tour2006/tour_banner.gif') no-repeat top center;
    width:407px;
    margin:20px 15px 0px 15px;
    height:127px;
}
#tour h2 span {
    display:none;
}
#tour ul.skcz {
    height:17px;
    margin:0px 15px 0px 15px;
    padding:0px;
}
#tour ul.point {
    background:URL('../files/tour2006/tour_point.gif') repeat-x center left;
}
#tour ul.skcz li {
    display:inline;
}
#tour ul.skcz li a {
    display:block;
    float:left;
    width:35px;
    height:17px;
    background-color:#000000;
    background-repeat:no-repeat;
    background-position:0px 0px;
}
#tour ul.skcz li a:hover,#tour ul.skcz li a.active {
    background-position:0px -17px;
}
#tour ul.skcz li a.sk {
    background-image:URL('../files/tour2006/tour_sk.gif');
}
#tour ul.skcz li a.cz {
    background-image:URL('../files/tour2006/tour_cz.gif');
}
#tour ul.skcz li a span {
    display:none;
}

#tour .citylist {
    margin:0px 0px 0px 0px;
    padding:0px;
    text-align:left;
    font-size:12px;
    font-family:Helvetica,Verdana;
    padding:10px 190px 0px 270px;
    min-height:190px;
    _height:200px;
}
#tour .citylist.sk {
    background:URL('../files/tour2006/banner_sk.gif') no-repeat top center;
}
#tour .citylist.cz {
    background:URL('../files/tour2006/banner_cz.gif') no-repeat top center;
}
#tour .citylist a {
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    display:block;
}
#tour .citylist a:hover,#tour .citylist a.active {
    color:#BFD730;
}
#tour h3 {
    font-size:30px;
    line-height:40px;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-family:Helvetica,Verdana;
}
#tour h4 {
    background:URL('../files/tour2006/tour_point.gif') repeat-x bottom left;
    font-size:20px;
    line-height:25px;
    padding:0px 0px 12px 0px;
    margin:0px 0px 0px 0px;
    font-family:Helvetica,Verdana;
}
#tour dl {
    margin:8px 0px 0px 0px;
    padding:0px;
    font-family:Helvetica,Verdana;
    font-weight:bold;
    font-size:13px;
    line-height:18px;
}
#tour dt {
    margin:0px;
    padding:0px;
    color:#BFD730;
}
#tour dd {
    margin:0px;
    padding:0px 0px 0px 10px;
    color:#FFFFFF;
    background:URL('../files/tour2006/tour_point.gif') no-repeat 0px 8px;
}
#tour_sponzori {
    margin-top:20px;
    border:none;
    z-index:20;
}

/* Amfiteater Tour */
#AmfiteaterTour {
    margin:0px;
    position:relative;
}
#AmfiteaterTour .citylist {
    margin:0px 0px 0px 0px;
    padding:0px;
    text-align:left;
    font-size:12px;
    font-family:Helvetica,Verdana;
    width:180px;
    height:210px;
    overflow:hidden;
    position:absolute;
    top:25px;
    right:0px;
}
#AmfiteaterTour .citylist a {
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    display:block;
}
#AmfiteaterTour .citylist a:hover,#AmfiteaterTour .citylist a.active {
    color:#BFD730;
}
#AmfiteaterTour h3 {
    font-size:30px;
    line-height:40px;
    padding:8px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-family:Helvetica,Verdana;
}
#AmfiteaterTour h4 {
    background:URL('../files/tour2006/tour_point.gif') repeat-x bottom left;
    font-size:20px;
    line-height:25px;
    padding:0px 0px 12px 0px;
    margin:0px 0px 0px 0px;
    font-family:Helvetica,Verdana;
}
#AmfiteaterTour dl {
    margin:8px 0px 0px 0px;
    padding:0px;
    font-family:Helvetica,Verdana;
    font-weight:bold;
    font-size:13px;
    line-height:18px;
}
#AmfiteaterTour dt {
    margin:0px;
    padding:0px;
    color:#BFD730;
}
#AmfiteaterTour dd {
    margin:0px;
    padding:0px 0px 0px 10px;
    color:#FFFFFF;
    background:URL('../files/tour2006/tour_point.gif') no-repeat 0px 8px;
}

.novinka {
    /* border-bottom:2px dotted #FFF; */
    background:URL('../files/dot.jpg') repeat-x bottom left;
    padding-bottom:10px;
    margin-bottom:10px;
}
.novinka h3, .novinka p {
    padding:0px 0px 0px 138px;
    margin:0em;
}
.novinka .newsfoto {
    width:128px;
    float:left;
    overflow:hidden;
}

.hist {
    /* border-bottom:2px dotted #FFF; */
    background:URL('../files/dot.jpg') repeat-x bottom left;
    padding-bottom:10px;
    margin-bottom:10px;
}
.hist h3, .hist p {
    padding:0px 0px 0px 138px;
    margin:0em;
}
.hist .histfoto {
    width:128px;
    float:left;
    overflow:hidden;
}


#scroller_container {
 position: absolute;
 top:302px;
 _top:310px;
 left:0px;
 color:#FFF;
 width: 600px;
 height: 32px;
 overflow: hidden;
 z-index:1;
}

#scroller {
 white-space: nowrap;
 line-height: 32px;
 font-size: 14px;
 font-weight:bold;
 font-family:Arial;
}

#scroller p {
 padding: 0;
}

#scroller a {
    color:#FFF;
    text-decoration:none;
}

form fieldset {
    margin:0.5em 0;
    border:1px solid #FFF;
}
table.form {
    border-spacing:3px;
    width:99%;
}
table.form td, table.form th {
    background:#252525;
    padding:7px 7px;
}
table th {
    font-size:1em;
    font-weight:normal;
    text-align:right;
    width:30%;
}
table.form input {
    font-size:1em;
}
table.form .text {
    width:250px;
    border:none;
    padding:3px;
}
form input {
    font-size:1em;
}

.form-result {
    background:#F00;
    color:#FFF;
    padding:5px;
}

#nnradio {
    background:#3D3938;
    width:82px;
    position:absolute;
    right:-92px;
    top:10px;
}
#nnradiogo {
    display:block;
    width:82px;
    height:82px;
    background:URL(../files/nn-online-radio.jpg) no-repeat 0px 0px;
}
#nnradiogo:hover {
    /* background-position:-82px 0px; */
}
#nnradiogo span {
    display:none;
}
#nnradiogo64 {
    display:block;
    width:82px;
    text-align:center;
    font-size:0.8em;
}
