/* STYLE ------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
    font-size: inherit;
}

body {
	background-color: #FFFFFF;
	font-size: 0.75em;
	color: #636363;
    behavior: url("csshover3.htc");
    line-height:2em;
    text-align:justify;
}

a, a:visited, a:hover {
	color: #636363;
    text-decoration:none;
}

td {
    vertical-align: top;
}

input, textarea, select {
    border: 1px solid #272626;
}
input[type=radio] {
    background-color: transparent !important;
    border: none !important;
}

h1,h2,h3,h4 { color: #CA0000; }
h2 a, h3 a, h4 a, h2 a:visited, h3 a:visited, h4 a:visited { color: #CA0000; }
h2 { font-size: 1.45em; margin-bottom: 1em;font-weight:normal }
h3 { font-size: 1.10em;	margin: 0.50em 0; font-weight:normal }
h4 { font-size: 1.05em;	margin: 0.25em 0; }

ol, ul {
	padding-left: 25px;
}

a.colorbox { }
a.colorbox img { border: 0; }

img { border:0; }

#firstColumn,
.lewa {
	width: 48%;
	float: left;
    clear: left;
}

#secondColumn,
.prawa {
	width: 48%;
	float: right;
}
