* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 0.9em;
	font-family: verdana, sans-serif;
	voice-family: inherit;
	line-height: 140%;
}
img { border: 0; }
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p { margin: 10px; }


#header {
	width: 700px;
	height: 85px;
	margin: 0 auto;
	background: url('logo.png') no-repeat center top;
}

#header a {
	width: 420px;
	height: 55px;
	margin: 0 auto;
	display: block;
}
#header h2 {
	padding: 5px 10px 0 0;
	text-align: right;
	position: relative;
	font-size: 12pt;
	color: #4D6280;
	font-variant: small-caps;
	font-family: Verdana,Helvetica, sans-serif;
}


#content {
	width: 700px;
	margin: 0 auto;
}

#content h1, #content h2, #content h3 {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: georgia, book antiqua, times;
    letter-spacing: 1px;
	font-weight: normal;
	color: #4D6280;
	margin: 25px 0 0 0;
	padding: 5px 10px;
}

#content h1 {
    font-weight: bold;
	font-size: 1.8em;
	border-bottom: solid #BBB 1px;
}

#content h2 {
	font-size: 1.6em;
	border-bottom: solid #BBB 1px;
}
#content h3 {
	font-size: 1.3em;
}

#content p {
	margin: 10px;
	font-family: verdana, sans-serif;
	voice-family: inherit;
	text-align: justify;
}


p.date {
	width: 700px;
	margin: 5px auto;
	text-align: right;
	font-size: 10px;
}


#nav {
	width: 700px;
	margin: 0 auto;
	padding: 2px 5px;
	font-size: 11px;
	background-color: #EEE;
	border: 1px solid #CCC
}

#nav div {
	float: left;
	width: 232px;
}

#nav a, #footer a {
	color: #333;
	text-decoration: none;
}

#nav a:hover, #footer a:hover {
	color: #000;
	text-decoration: underline;
}


#footer {
	width: 700px;
	margin: 0 auto;
}

#footer p {
	float: left;
	width: 350px;
	margin: 5px auto;
	font-size: 10px;
}


#titlepage {
	text-align: center;
}
#titlepage h1 {
	font-size: 1.8em;
	margin: 20px 0 5px 0;
	padding: 5px;
}
#titlepage h2 {
	font-size: 1.2em;
	margin: 0 auto 5px;
	padding: 5px;
	width: 440px;
	border-top: solid #BBB 1px;
}

/* spis tresci */
#index, #index ul, ul.pr, ul.pr ul, ul.changelog {
	list-style-type: none;
}
#index {
	width: 400px;
	margin: auto;
}
#index ul, ul.pr ul { margin: 0 0 5px 35px; }
#index li, ul.pr li { color: #999; }
ul li a {
	color: #333;
	text-decoration: none;
}
ul li a:hover {
	color: #000;
	text-decoration: underline;
}


/* pr - rozdzialy w sekcjach */
p.pr {
	margin: 0px 10px 10px;
	padding: 0;
}


ul.author li { margin: 5px 0; }
ul.changelog ul { margin-bottom: 10px; }

#content p.preface {
	margin: -10px 15px 10px;
	padding: 0;
	font-size: 11px;
	text-align: right;
}


.tab {
	margin: 0 auto;
    border: 1px solid #BBB;
}

.tab td.nag {
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	background-color: #EEE;

}

.tab td {
	padding: 1px 10px;
}

/* tabela bibliotek */
#lib {
	text-align: center;
}
#lib td.nag {
	text-align: center;
	font-size: 7pt;
}
#lib td { padding: 1px 8px; }


.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

ul, ol {
	margin-left: 30px;
}

blockquote { margin: 5px 40px; }

hr {
	margin: 30px 0 10px;
	padding: 10px;
    height: 0;  /* dla IE */
	border: 0;
	border-top: 1px solid #CCC;
}

code {
	font-weight: bold;
	font-size: 13px;
}

code.codesnip, code.codesnipbig {
	display: block;
	width: 520px;
	margin: 0px auto;
	padding: 3px 5px;
	font: 13px Courier New;
	font-weight: normal;
	border: 1px solid #CCC;
	background-color: #EEE;
    overflow: auto;
	white-space: pre; /* zachowane sa biale znaki */
}
code.codesnipbig { width: 640px; }

.xml1-attributename { color: #808000; }
.xml1-attributevalue { color: #0000FF; }
.xml1-cdatasection { color: #996666; font-style: italic; }
.xml1-comment { color: #008000; font-style: italic; }
.xml1-doctypesection { color: #800000; font-style: italic; }
.xml1-elementname { color: #800080; }
.xml1-entityreference { color: #800000; }
.xml1-namespaceattributename { color: #808000; }
.xml1-namespaceattributevalue { color: #000080; }
.xml1-processinginstruction { color: #FF68FF; font-weight: bold; font-style: italic; }
.xml1-symbol { color: #800080; }
.xml1-text { color: #000000; }
.xml1-whitespace { color: #008080; }

.cpp1-assembler { color: #FF0000; font-style: italic; }
.cpp1-character { }
.cpp1-comment { color: #008000; font-style: italic; }
.cpp1-float { color: #000080; }
.cpp1-hexadecimal { color: #000080; }
.cpp1-identifier { }
.cpp1-illegalchar { }
.cpp1-number { color: #000080; }
.cpp1-octal { color: #0000FF; }
.cpp1-preprocessor { }
.cpp1-reservedword { font-weight: bold; }
.cpp1-space { color: #008080; font-style: italic; }
.cpp1-string { color: #800000; }
.cpp1-symbol { }

