/* ------- CONTENT -------- */
.content { font-size: 1em; /* 11px */ text-align: left; line-height: 1.63em; padding: 1em 0; }

/* ------- LINKI -------- */
a { color: #363535; text-decoration: none }
a:hover { color: #363535; text-decoration: underline }

/* ------- ODSTEPY -------- */
.content p,
.content ul,
.content ol,
.content dl,
.content address,
.content form { margin-bottom: 1.2em; font-size: 1em; line-height: 1.63em }
.content ul { margin-left: 1em;}
.content ul li { padding-left: 12px; }
.content ul li { background: transparent url('../img/arrow_list.gif') no-repeat 0 7px; }
.content ol { margin-left: 2.3em; list-style-type: decimal }

/* ------- NAGLOWKI -------- */
.content h1,
.content h2 { font-size: 2.0em; }
.content h3,
.content h4,
.content h5,
.content h6 { margin: .5em 0 .6em; color: #006383; font-weight: 500; clear: both; text-align: left; }
.content h3 { font-size: 2.0em; margin-top: 0; }
.content h4 { font-size: 1.5em }
.content h5 { font-size: 1.34em }
.content h6 { font-size: 1.1em; font-weight: 700; }
.content h3 a, .content h3 a:hover,
.content h4 a, .content h4 a:hover,
.content h5 a, .content h5 a:hover,
.content h6 a, .content h6 a:hover { color: #56ac2a; text-decoration: none }
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover { color: #006383; text-decoration: none }

/* ------- LINIA POZIOMA -------- */
hr { height: 1px; border: none; background-color: #ddd; color: #ddd; clear: both; }

#tooltip {
	position: absolute;
        left: 0; top: 0;
	z-index: 3000;
	border: 1px solid #ababab;
	background-color: #fff;
	padding: 5px;
	opacity: 0;
        font-size: 0.85em;
        color: #000;
        width: 500px;
}
#tooltip h3, #tooltip div { margin: 0; }
