/* 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: 11pt;

	font-family: Verdana, arial, sans;
	background: #eee;
	text-align: justify;
}
h1, h2, h3, div#navig a, div#footer {
	font-family: Georgia, sans-serif;
	font-style: italic;
}
h1 {
	font-size: 230%;
}
h2 {
	font-size: 170%;
	margin: 1.6em 0 0.8em 3em;
}
h3 {
	font-size: 150%;
	margin: 1.4em 0 0 4em;
}
p {
	margin: 1em 0;

}
a {
	text-decoration: none;
}
a:link {
	color: #0040d0;
}
a:visited {
	color: #002090;
}
a:link:hover, a:visited:hover {
	color: #000;
}

acronym {
	font-style: italic;
	border: none;
	cursor: help;
}
/* img {
	float: left;
	margin: 1em 1.6em 0.8em 0;
	border: solid #999 1px;
	padding: 2px;
}
 */

ul {
	list-style-type: square;
	list-style-position: inside;
}

ol { 
margin-left: 15px;}

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

div#container {

	/* Here you can set page width */
	width: 50em;

	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('top.png') 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;
}

/* zmiany tekstu */
.przypisy { font-size: 7pt;}
.i {font-style: italic}
.b {font-weight: bold}
.wyr {background-color: #ffff00}
.big {font-size: 130%; line-height: 130%;}

#oferta {

border: groove 2px ;
margin: 30px 10px 30px 10px;
width: 90%;
padding: 15px;
font-size: 110%;

}


/* paragrafy z roznym ustawieniem */
.lewa {text-align: left;}
.prawa { text-align: right;}
.center {text-align: center;}
.justify {text-align: justify}

.inicjal p:first-letter {font-size: 150%; line-height: 105%;}

.testymonial { border: solid 2px; background-color: yellow; line-height: 130%; padding: 5px; font-style: italic;}

.tick { list-style-image: url(images/tick1.gif); font-size: 110%; line-height: 19pt;}
.naglowek { font-size: 120%; font-weight: bold;}
.przekreslony { text-decoration: line-through; }
.italic {font-style: italic;}

