/* xhtml+css: Marcin Teodorczyk, marteo84@plusnet.pl, http://marteo84.info/ */

* {
  margin: 0;
  padding: 0;
  cursor: default;
}

body {

	/* Here you can change default font size. */
	font-size: 9pt;

	font-family: Verdana, sans;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
h1, h2, h3, div#navig a, div#footer {
	font-family: Georgia, sans-serif;
	font-style: italic;
}
h1 {
	font-size: 240%;
	margin-bottom: 10px;
}
h2 {
	font-size: 30px;
	margin-bottom: 10px;

}
h3 {
	font-size: 28px;
	font-weight: bold;
	color: red;

	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
	font-size: 18px;
	
}

p a {
color: black
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	text-decoration: none;
}

ul a {
color: red;}

h1 a {
color: black;}
acronym {
	font-style: italic;
	border: none;
	cursor: help;
}
img {
	float: center;

}
ul li {
	list-style-image: url(check.gif);
	list-style-position: inside;
	font-size: 15px;
	color: red;
	font-weight: bold;
	padding: 1px 2px 1px 2px;

}


input, textarea {
	background: #ddd;
	color: #000;
	border: solid #888 1px;
	padding: 0.5px 0.5px;
}
input:focus, textarea:focus {
	background: #f8f8f8;
}
table {
	font-size: 100%;
	margin: 1px;
}
td {
	padding: 0.1em;
	padding-right: 1em;
}
a.ext:hover {
	cursor: pointer;
}

div#container {

	/* Here you can set page width */
	width: 600px;

	margin: 0 auto;
	text-align: left;
	padding-right: 2em;
}

div#header {
}
div#header h1 {
	margin-top: 42px;
	text-align: right;
	margin-right: 120px;
}

div#navig {
	background: url('top4.jpg') top right no-repeat;
	width: 116px;
	height: 157px;
	float: right;
	margin-top: -75px;
}
div#navig ul {
	width: 32px;
	text-align: left;
	list-style-type: none;
	margin-top: 108px;
	position: relative;
	right: -82px;
}
div#navig a {
	color: #000;
	font-size: 120%;
}
div#navig a#current, div#navig a:hover {
	font-weight: bold;
}

div#content {
	background: #fff;
	border: solid #000 1px;
	padding: 1.6em;
	padding-bottom: 2em;
	margin-right: 41px;
}

a#content_jump {
	display: none;
}
a#top_jump {
	font-size: 95%;
	float: right;
}
p#second_navig {
	text-align: right;
	margin: 0;
	margin-right: 80px;
}
div#footer {
	font-weight: bold;
	font-size: 90%;
	margin-left: 2em;
	margin-top: -0.4em;
	margin-bottom: 4em;
}
div#footer a {
	color: #000;
}

