@charset "utf-8";
/* CSS Document */
body{
margin:0; padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
}
a {color:#999999}
html>body #main{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#main{
position:relative;
margin:0 auto;
width:830px;
background:url(images/background.jpg) repeat-y center center;
left:0px;
top:0px;

}
#header{
background:url(images/header.jpg) no-repeat top;
width:565px;
height:320px;
position:relative;/*ie */
position:absolute;
top:0px;
left:0px;
}
.nadpis{
padding-top:230px;
padding-left:40px;
}
#content{
padding-top:320px;
padding-left:40px;
float:left;
width:500px;
text-align:justify;
/*border: 1px solid #00FF33;*/
}
#menu{ 
background:url(images/menu_bg.jpg) no-repeat top;
width:265px;
position:relative;
float:right;

}
#menu ul{list-style-type:none; margin:0; padding:0;}

#menu ul li{
display:box;
line-height:20px;
}
#menu ul li a{ 
	font-size:14px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:3px; 
	color:#b2252f; 
	/*border-bottom:1px solid #CCCCCC;*/

	text-transform:uppercase;
	display:block;
	text-decoration:none;
	line-height:25px;
	padding-left:30px;
	font-weight:bold;
	}
#menu ul li a:hover,#menu ul li a-h { color:#FFFFFF; background-color:#b2252f;}
#novinky{
padding: 10px 30px 0px 20px;
text-align:justify;
}
#clearfooter{clear:both;}
h1,h2 { color:#b2252f; padding-top:0px;}
h3 {
	color:#b2252f;
	padding-top:0px;
	font-weight: normal;
}
p { padding-bottom:10px}

.skryty { visibility:hidden}
.slim{ font-weight:normal}

fieldset{ margin:10px; padding-left:10px; padding-bottom:10px;}
legend{ border:1px solid #fff; font-size:18px; margin-bottom:10px;}

table.diskografia  td {padding-left:10px; }

#pscroller2{
width: 200px;
height: 255px;
color:#999999;
}
.hudba{ padding-top:5px; padding-left:25px;}
#footer{
width:830px; 
height:92px; 
text-align:center; 
padding-top:60px; 
color:#CCCCCC; 
background:url(images/footer.jpg) no-repeat top;
position:relative;
margin:0 auto;
}
hr{ color:#CCCCCC; border: 1px solid #CCCCCC;}