/*  Style ogólne */
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: CFDAE7;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1.8em 0 0.8em;
}
H1 {
	font-size: 145%;
	font-weight: bold;
	margin: 1em 0 1.1em;
}
H2 {
	font-size: 130%;
	font-weight: bold;
}
H3 {
	font-size: 115%;
	font-weight: bold;
}
H4 {
	font-size: 100%;
	font-weight: bold;
}
H5 {
	font-size: 90%;
	font-weight: bold;
}
p, div, span, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td img {display: block;}

p img, div img, h1 img, h2 img, h3 img, h4 img, h5 img {display: inline;}

ol ul {
	margin: 0.2em 0 0.6em;
	padding: 0
}

/* Ogólne, sekcja menu dolne */

.menu_dolne {
	position: relative;
	left: 163px;
	top: 34px;
	width: 600px;
	height: 40px;
}
.m_d_pozycja {
	display: inline;
	padding: 0 0.7em;
}



/* Ogólne, sekcja treści */

.content {
	margin: 10px 0 10px 30px;
}

.image {
	position: relative;
	top: 0px;
	left: 0px;
	width: 170px;
	height: inherit;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

.image img {
	display: block;
	margin-bottom: 10px;
	max-width: 160px;
	overflow: hidden;
}

.text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 540px;
	margin: 0;
	float: left;
	text-align: justify;
}

.tylko_text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 715px;
	margin: 0;
	text-align: justify;
}

.bottom_contact_us {
	margin: 10px 0 30px;
	padding: 0;
}



/* Ogólne, sekcja menu */

.menu_container {
	position: relative; left: 0; top: 0; width: 220px; height: inherit; padding: 4px; float: right;
}

.menu_content {
	border: 1px solid black ;padding: 2px; text-align: left;
}

.menu_label {
	padding: 4px 0; background-color: #D3EFF8;
}

.menu_item {
	margin: 0.4em 0;
}



/* dla formularzy */

table.form {
	border: 1px solid black; border-collapse: collapse;
}

table.form th {
	padding: 6px; background-color: #D3EFF8; border: 1px solid black; border-collapse: collapse;
}

table.form td {
	text-align: left; padding: 4px; border: 1px solid #666666; border-right: 0; border-left: 0; border-collapse: collapse;
}

table.form td.label {
	width: 40%;
}


/*  Style dla pierwszej strony */

.index_title {
	width: 100%;
	padding: 0.4em 0.4em;
	margin: 1em 0 0.4em;
	background-color: #D3EFF8;
}
p.index {
	padding: 0;
	margin: 0.4em 0;
}

/* Style dla stron treści */

.content_title {
	margin-left: 20px;
}



/* Style odnośników */

a {
	color: #275FB1;
}
a:active {
	color:#FF0080;
}
a:hover {
	color:#153564;
}
a:visited {
	color: #275FB1;
}
