@CHARSET "UTF-8";

/*Ustawienia ogólne*/
body {
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #07519A;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

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

h4 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #E7EFF3;
}

a:hover {
	text-decoration: underline;
}

/*Ustawienia wspolne*/
div#header, div#content, div#footer {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

div#content, div.title {
	height: 800px;
}

/*Ustawienia wyświetlania stron*/
/*Ustawienia nagłówka*/
div#header {
	position: relative;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	margin: auto;
	height: 126px;
	width: 700px;
}

#contact {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

#logo {
	position: absolute;
	top: 42px;
	left: 40px;
}

/*Ustawienia treści strony*/
div#content {
	position: relative;
	background-color: #FFFFFF;
	/*height: 720px;*/
	width: 700px;
	margin: auto;
}

div.title {
	position: absolute;
	top: 0;
	left: 0;
	/*height: 470px;*/
	width: 100px;
	border-right: 1px solid #CCCCCC;
	font-size: 19px;
	font-family: Arial;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}

div.text {
	position: absolute;
	top: 10px;
	left: 100px;
	height: 470px;
	width: 430px;
	padding: 0 10px;
	text-align: justify;
}

/*div#content a {
	float: left;
	text-align: right;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

div#content div {
	margin-left: 150px;
}

.line {
	clear: left;
}*/

/*Ustawienia stopki*/
div#footer {
	position: relative;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat;
	margin: auto;
	height: 35px;
	width: 700px;
}

div#footer_text {
	position: absolute;
	top: 1px;
	left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #07519A;
}

div#copyright {
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 11px;
	font-weight: bold;
}

/*Ustawienia wydruku strony*/
