/*START: RESET DEFAULT STYLES*/
/******************************************************************************/

html, body, div, ul, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p,table,dl,dt,dd{
     margin: 0;
     padding: 0;
}

table{
     border-collapse: collapse;
}

ul,li{
     list-style: none;
}


html,
body{
     width: 100%;
     position: relative;
}

h1, h2, h3, h4, h5, h6{
     font-size: 12px;
}

a{
     color: #000;
}

a:hover{
     text-decoration: none;
}

.hidden{
     display: none;
}

div img{
     border: 0;
}

.clear{
     clear: both;
     height: 0px;
     visibility: hidden;
     font-size: 0;
     line-height: 0;
     display: block;
}

/*END: RESET DEFAULT STYLES*/
/******************************************************************************/


body{
     width: 100%;
     position: relative;
     background: url(../img/rozcestnik_02.jpg) center top no-repeat;
     font-family: Arial, sans-serif;
}

h1{
     text-align: center;
     font-size: 200%;
     padding-top: 80px;
}

h1.logo{
     position: absolute;
     top: 170px;
     width: 271px;
     height: 100px;
     left: 50%;
     margin-left: -153px;
     overflow: hidden;
}

h1.logo span{
     position: absolute;
     width: 271px;
     height: 100px;
     top: 0;
     left: 0;
     display: block;
     background: url(../img/logo_hp.jpg);
}

#main{
     width: 800px;
     margin: 0 auto;
     position: relative;
     /*height: 800px;*/
}

#link_content_1,
#link_content_2,
#link_content_3{
     position: absolute;
     width: 145px;
     height: 145px;
     background: url(../img/btn_red3.png);
     top: 190px;
     left: 215px;
     top: 184px;
     
     left: 170px;
}


#link_content_3 strong,
#link_content_1 strong,
#link_content_2 strong{
     display: none;
}


#link_content_3{
     background: url(../img/btn_orange.png);
     right: 311px;
     width: 150px;
     height: 149px;
     top: 187px;
     left: auto;
}

#link_content_2{
     background: url(../img/btn_green3.png);
     right: 200px;
     left: auto;
     
     right: 148px;
}

#links{
     position: absolute;
     width: 800px;
     text-align: center;
     top: 420px;
     font-family: Calibri, Arial, sans-serif;
}

#links li{display: inline;}

#links li a{text-decoration: none;}

#keywords{
     position: absolute;
     width: 800px;
     top: 730px;
     text-align: center;
     font-weight: bold;
     font-size: 14px;
     color: #c6c6c6;
}

#logo_festival{
     width: 196px;
     height: 60px;
     background: url(../img/logo_festival.png);
     position: absolute;
     display: block;
     overflow: hidden;
     text-indent: -5000px;
     left: 50%;
     margin-left: -75px;
     top: 339px; 
}

#author{
     position: absolute;
     top: 480px;
     width: 300px;
     text-align: center;
     left: 50%;
     margin-left: -150px;
     font-size: 11px;
     color: #777;
     font-weight: normal;
}

#author a{
     color: #999;
}