html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;  
    font-size: 11px;
    font-family: 'Tahoma', 'Helvetica', sans-serif;
    background: url(../image/template/bg.gif) repeat-x 0 0 #3a3a3a;
}

a {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


.fleft {
    float: left;
    display: inline;
}

.fright {
    float: right;
    display: inline;
}

table, table td, table th {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: top;
    border: none;
}

img {
    border: none;
}

p {
	padding: 0;
	margin: 0.5em 0 1em 0; 	
}

ul {
	margin: 0;
	padding: 0;		
}

ul li {
	margin: 0 0 0 1em;
	padding: 0;
}

form {
	display: inline;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* koniec clearfix */

div.clear {
  clear: both;
  visibility: hidden;
}

table.none {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;	
}