@charset "utf-8";
BODY{
background-image:url(../img/bg.jpg);
background-position:top center;
background-repeat:repeat-x;
background-color:#000000;
margin:0px;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#a9a9a9;
font-size:11px;
}

table, td{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
color:#a9a9a9;
font-size:11px;
}

.box {
width:960px;
margin-left:auto;
margin-right:auto;
}

.t_a{
width:960px;
height:162px;
text-align:center;
}

.t_b{
/*Menu Box*/
width:960px;
height:37px;
}

.t_c{
width:960px;
height:8px;
background-color:#0f0f0f;
}

.t_main{
/*Main*/
width:960px;
height:388px;
background-color:#161616;
}

.t_d{
/*Footer*/
width:960px;
height:105px;
margin-top:20px;
}



a.dolne_menu1{
color:#fff; 
text-decoration:none;
}

a.dolne_menu1 span {
color:#666666;
}

a.dolne_menu2{
color:#ffcb05; 
text-decoration:none;
}

.logo{
margin-top:13px;
}

.m_a{
width:600px;
height:388px;
float:left;
}

.m_b{
background-image:url(../img/bg2.jpg);
background-repeat:no-repeat;
width:280px;
height:388px;
float:left;
}

.m_c{
width:80px;
height:388px;
float:right;
}

.m_d{
width:880px;
height:388px;
float:left;
}

.m_text{
width:98%;
height:352px;
margin-top:18px;
margin-right:22px;
text-align:justify;
font-size:12px;
line-height:120%;
}

a{color:#ffcb05; text-decoration:none;}
a:hover{color:#4884a8; text-decoration:none;}

.f_a{
width:760px;
height:20px;
margin-top:80px;
float:left;
text-align:left;
}
.f_b{
width:200px;
height:20px;
margin-top:80px;
float:right;
text-align:right;
}

#paseczek {color: #a9a9a9;}
#paseczek a {color: #a9a9a9;}
#paseczek a:hover {color: #ffcb05;}



.napis{
margin-bottom:18px;
}

.arrow{
margin-left:225px;
margin-top:3px;
}

/*IMAGE*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#0C0C0C;
padding: 5px;
left: -1000px;
border: 0px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: -1px; /*position where enlarged image should offset horizontally */

}
/*END IMAGE*/

.cbox{
width:600px;
height:180px;
}

.cbox_l{
width:300px;
float:left;
}

.cbox_r{
width:300px;
float:right;
}


