html, body, div, p,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea,
img, pre, object, hr, a{
margin:0px;
padding:0px;
border:0px;
}

body{
background-color:#000;
color:#a7bf65;
font-family:Verdana;
}
#footer{
clear:both;
padding:25px;
text-align:center;
}
.reklama_google{
}

/* wbudowane komunikaty frameworka*/
div.fw_msg_info, div.fw_msg_error, div.fw_msg_ok{
margin:4px 10px;
text-align:center;
border:solid 2px;
}
div.fw_msg_info strong, div.fw_msg_error strong, div.fw_msg_ok strong{
display:block;
padding:3px 0px;
color:#FFF;
}
div.fw_msg_tresc{
padding:10px;
}
div.fw_msg_info{
border-color:#4444FF;
}
div.fw_msg_info strong{
background-color:#4444FF;
}
div.fw_msg_error{
border-color:#FF0000;
}
div.fw_msg_error strong{
background-color:#FF0000;
}
div.fw_msg_ok{
border-color:#009900;
}
div.fw_msg_ok strong{
background-color:#009900;
}

/* uniwersalne klasy */
.left{
text-align:left;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.cb{
clear:both;
}

/* opis */
h2.opis{
font-family:lucida Console;
font-size:21px;
width:649px;
clear:both;
padding-top:30px;
margin:0px auto 0px;
font-weight:normal;
text-align:center;
}
div.opis{
width:649px;
margin:0px auto;
background-image:url('/images/informacje-ramka-middle.gif');
}
div.opis_top{
height:32px;
background-image:url('/images/informacje-ramka-top.gif');
}
div.opis_tresc{
margin:0px 25px;
}
div.opis_bottom{
height:32px;
background-image:url('/images/informacje-ramka-bottom.gif');
}