@CHARSET "UTF-8";

body, div {
	font-size: 11pt;
	font-family: sans-serif;
	color: white;
}

body {
	background-color: rgb(200, 210, 230);
	text-align: center;
	margin: 3px;
	padding: 0px;
}

div.page {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: white;
	width: 800px;
	height: 750px;
	margin: 0px auto;
}

#logobox {
	background-image: url(images/logoat.gif);
	background-repeat: no-repeat;
	background-position: 44px 30px;
	width: 160px;
	height: 115px;
	border-bottom: 1px solid white;	
	border-right: 1px solid white;		
	float: left;		
}

#titlebar {
	background-image: url(images/construction.gif);
	background-repeat: no-repeat;
	background-position: -3px 30px;
	width: 639px;
	height: 115px;
	border-bottom: 1px solid white;
	float: right;	
}

#menubar {
	width: 160px;
	height: 634px;
	border-right: 1px solid white;		
	float: left;	
	text-align: left;	
}

#menubar ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

#menubar ul li {
	font-weight: bold;
	font-family: sans-serif;
	height: 30px;
	border-bottom: 1px solid white;
}

#adres {
	font-size: 8pt;
	padding: 10px;
}

#menubar ul li a, #adres a {
	color: white;
	text-decoration: none;
}

#menubar ul li a:hover, #adres a:hover {
	text-decoration: underline;
}

#mainbody {
	background-color: rgb(253, 253, 255);
	margin: 1px 0px 0px 1px;
	width: 638px;
	height: 633px;
	float: right;
	color: navy;
	text-align: center;
}


#footer {
	font-size: 7pt;
	color: white;
	margin: 1px auto;
}

div.plan {
	color: navy;
	text-align: center;
	width: 210px;
	height: 180px;
	float: left;
}

#mainbody h5 {
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
	margin: 0px;
	text-align: justify;
	font-stretch: expanded;
}

.plan h6 {
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	padding: 5px;
	margin: 0px;
}

.plan a img {
	border: 0px solid white;
}

.ofertaTytul {
	color: navy;
	font-weight: bold;
	margin-top: 10px;
}

.plan a {
	color: navy;
	text-decoration: none;
}

.plan a:hover {
	color: navy;
	text-decoration: underline;
}

#rzut {
/*	float: left;*/
}

#opis {
	text-align: left;
	width: 600px; 
	height: 275px;
	margin: 3px;
	overflow: auto;
}

#opis h6 {
	text-align: left;
	padding: 3px;
	margin: 0px;
}

#opis h6 table {
	width: 100%;
	font-size: 10pt;
	border-top: 1px solid navy;
	border-left: 1px solid navy;
}

#opis h6 table tr td {
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	padding: 2px;
}

#opis h6 ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

#opis h6 ul li {
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
}

#rzut img {
	width: 400px;
	border-width: 0px;
}

#rzut, #opis {
	color: navy;
}

.plan a, #rzut a {
	color: navy;
	text-decoration: none;
}

.plan a:hover, #rzut a:hover {
	color: navy;
	text-decoration: underline;
}