body{
    background: #454545 url("img/back_pat5.jpg") repeat scroll -24px 0;
    color: #f2f2f2;
    font-size: 13px;
}
#back{
    background: url(img/back2.png) no-repeat 9px 80px;
    width: 1144px;
    margin: 0 auto 0;
}
#wrapper{
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding: 6px 0 20px;
}
#header{
    background: url(img/header.jpg) no-repeat 2px 0;
    height: 270px;
}
#header_img{
    position: absolute;
    left: 25px;
    top: 36px;
}
#header_img img{
    border: none;
    margin: 0;
}
#content{
    background: url(img/background.jpg) repeat-y 7px 0;
    min-height: 400px;
    _height: 400px;
}
#content_bg{
    background: url("img/tlo2.jpg") no-repeat scroll 26px top;
}
#footer{
    background: url(img/footer.jpg) no-repeat 7px 0;
    height: 30px;
    position: relative;
}
#footer p{
    position: absolute;
    right: 20px;
    bottom: -25px;
    font-size: 11px;
    color: #b5ac99;
}
#footer a{color: #c9bda4; }
#footer a:hover{color: #e1d6bf; }

#left_col{
    width: 249px;
    float: left;
    margin: 1px 0 1px 26px
}
#text{
    width: 540px;
    float: right;
    margin: 10px 55px 10px 0;
}

h1{
    color: #ffe374;
    font-size: 24px;
    margin: 15px 0 15px 0;
    border-bottom: 2px solid #ffe374;
    background: url(img/herb.png) no-repeat 516px 5px;
    letter-spacing: 1px;
    line-height: 29px
}
h2{
    color: #ffe374;
    font-size: 18px;
    margin: 15px 0 10px 0;
    border-bottom: 1px solid #ffe374;
    letter-spacing: 1px;
}
h3{
    color: #ffe374;
    font-size: 16px;
    margin: 15px 0 5px 0;
    letter-spacing: 1px;
    line-height: 18px;
}
h4{
    font-size: 14px;
    margin: 8px 0 5px 0;
    color: #fff;
    font-weight:bold;
}
p{
    margin: 10px 20px 10px;
    text-indent: 10px;
    color: #f2f2f2;
}
a{
   color: #EFDA86;
   text-decoration: underline;
}
a:visited{
   color: #EFDA86;
   text-decoration: underline;
}
a:active{
    color: pink;
}
a:hover{
    color: #fff2d7;
    text-decoration: underline;
}
ul, ol{
    margin: 0 30px 10px;
}
img{
    border: 2px solid #222;
    /*padding: 1px;*/
    margin: 5px 10px;
}
hr{margin: 4px 0 1px 0; color: #999;}
#text li{padding-bottom: 2px;}
.r{
    float: right;
}
.l{
    float: left;
}
.start{
    display: block;
    position: absolute;
    width: 260px;
    height: 165px;
    top: 68px;
    left: 600px;
}
/******* ZAKLADKI ************/
#menu{
    position: absolute;
    left: -47px;
    top: 6px;
}
#menu ul{margin: 0;}
#menu li{list-style: none;}
a.z1{
    background:url("img/zakladka1a.png") no-repeat scroll 3px 4px transparent;
    display:block;
    height:132px;
    width:57px;
}
a.z2{
    background:url("img/zakladka2a.png") no-repeat scroll -54px -10px transparent;
    display:block;
    height:111px;
    margin-left:8px;
    width:47px;
}
a.z2:hover{
    background:url("img/zakladka2a.png") no-repeat scroll -101px -10px transparent;
    display:block;
    height:111px;
    margin-left:12px;
    width:43px;
}
a.z3{
    background: url("img/zakladka4.png") no-repeat scroll -54px -13px transparent;
    display: block;
    height: 100px;
    margin-left: 6px;
    width: 47px;
}
a.z3:hover {
    background: url("img/zakladka4.png") no-repeat scroll -101px -13px transparent;
    margin-left: 10px;
    width: 43px;
}
/********* MENU *********/
#nav{
    border: 2px solid #989898;
    width: 249px;
    background: #303030 url(img/menu_grad.jpg) repeat-x;
}
ul.menu_1, ul.menu_2{
    margin: 0;
    text-align: center;
    list-style: none;
}
ul.menu_1{
    margin: 2px 0 6px 0;
    font-size: 16px;
}
ul.menu_1 li{
    width: 249px;
    line-height: 23px;
    padding-top: 4px;
}
ul.menu_1 a, ul.menu_1 a:link{
    display: block;
    height: 23px;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;
    background: #454545;
    color: #bfbfbf;
    text-decoration: none;
}
ul.menu_1 a:visited{color: #bfbfbf;  text-decoration: none;}

ul.menu_1 a.haschildren{
    background: #454545 url(img/haschildren.jpg) no-repeat 230px center;
}
ul.menu_1 a:hover{
    background: #5e5e5e;
    color: #ddd;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
ul.menu_1 a.haschildren:hover{
    background: #5e5e5e url(img/haschildren_hover.jpg) no-repeat 230px center;
}
#content ul.menu_1 a.active{
    background: #898989 url(img/menu_act.jpg) no-repeat 0 0;
    color: #000;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

ul.menu_2{
    margin: 5px 0 3px;
}
ul.menu_2 li{
    line-height: 20px;
    padding-top: 0;
}
ul.menu_2 a, ul.menu_2 a:link{
    height: 22px;
    font-size: 14px;
    color: #aaa;
    /*background: none;*/
    background: url(img/menu_pod_n.jpg) no-repeat 0 20px;
    border: none;
}
ul.menu_2 a:hover{
    color: #dfd6b1;
    background: url(img/menu_pod_act.jpg) no-repeat 0 20px;
    border: none;
}
#content ul.menu_2 a.active{
    height: 22px;
    font-size: 14px;
    color: #ffe374;
    background: url(img/menu_pod_act.jpg) no-repeat 0 19px;
    border: none;
}
/******** END MENU *********/
.admin_menu{
    margin-left: 20px;
}
.mod_ymovie{
    margin-left: 30px;
}
/**** BOX ****/
.box{
    background: #3d3d3d;
    border: 2px solid #989898;
    width: 249px;
    margin: 10px 0 1px;
}
.box span{
    display: block;
    height: 24px;
    background: url(img/top_col.jpg) no-repeat;
    margin: 0 0 5px 0;
    text-align: center;
    color: #eee;
    line-height: 24px;
    font-size: 14px;
}
.box p{
    margin: 5px 10px;
    line-height: 17px;
    font-size: 12px;
}
.box_list{
    width: 124px;
    margin: 0;
}
.box_list ul{margin: 3px 7px 10px}
.box_list li{list-style: none;}
.box_list a{
    display: block;
    width: 110px;
    height: 40px;
    margin-bottom: 5px;
    color: #f8dea6;
    text-decoration: none;
}
.logo_list{margin: 8px 0 10px 14px;}
.logo_list li{list-style: none;}
.logo_list a{
    display: block;
    width: 220px;
    height: 92px;
    margin-bottom: 5px;
    color: #f8dea6;
    text-decoration: none;    
}
a.myspace{background: url("img/loga/myspace.jpg") no-repeat;}
a.myspace:hover{background: url("img/loga/myspace_h.jpg") no-repeat;}
a.allegro{background: url("img/loga/allegro.jpg") no-repeat;}
a.allegro:hover{background: url("img/loga/allegro_h.jpg") no-repeat;}
a.nk{background: url("img/loga/nk.jpg") no-repeat;}
a.nk:hover{background: url("img/loga/nk_h.jpg") no-repeat;}
a.youtube{background: url("img/loga/youtube.jpg") no-repeat;}
a.youtube:hover{background: url("img/loga/youtube_h.jpg") no-repeat;}
a.lastfm{background: url("img/loga/lastfm.jpg") no-repeat;}
a.lastfm:hover{background: url("img/loga/lastfm_h.jpg") no-repeat;}
a.independent{background: url("img/loga/independent.jpg") no-repeat;}
a.independent:hover{background: url("img/loga/independent_h.jpg") no-repeat;}
a.reds{background: url("img/loga/reds.jpg") no-repeat;}
a.reds:hover{background: url("img/loga/reds_h.jpg") no-repeat;}
a.facebook{background: url("img/loga/facebook.jpg") no-repeat;}
a.facebook:hover{background: url("img/loga/facebook_h.jpg") no-repeat;}
a.folk24{background: url("img/loga/folk24.jpg") no-repeat;}
a.folk24:hover{background: url("img/loga/folk24_h.jpg") no-repeat;}
a.walhalla{background: url("img/loga/walhalla.jpg") no-repeat; height: 99px;}
a.walhalla:hover{background: url("img/loga/walhalla_h.jpg") no-repeat; height: 99px;}



/*.box_list a:visited{ color: #dfbc72;}*/
.box_list a:hover{ color: #dfbc72;}
.border{ border-right: 1px solid #515151;}
/**** END BOX ******/

ul.imagegallery{
    margin: 10px 14px;
}
ul.imagegallery li{
    list-style:none;
    /*float: left;*/
    display: inline;
    margin: 0px;
    padding: 0;
}
.imagegallery img{
    margin: 0px;
}
ul.imagegallery img, .galeriazdjec img{
    border: 2px solid #bbb;
}
ul.imagegallery img:hover,.galeriazdjec img:hover{
    border: 2px solid #fff;
}

/****** SKLAD *********/
div.sklad{
    width: 210px;
    margin: 10px;
    float: left;
}
div.sklad p{
    text-align: center;
    text-indent: 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: bold;
}


.linki{
    width: 260px;
}
.historia tr:hover{
    background: none;
}
