@CHARSET "UTF-8";

body, table, td, p, b, div{
font-family: Tahoma, Arial;
text-decoration: none;
color: #333333;
font-size: 9pt;
margin: 0pt;
}

a:link{
	font-size: 9pt;
	color: #195785;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	font-size: 9pt;
	color: #195785;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	font-size: 9pt;
	color: #003155;
	text-decoration: none;
	font-weight: normal;
}

#body{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url('img/background.gif');
	background-repeat: repeat-x;
	z-index: 0;
}

#site{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
	width: 1000px;
}

.top{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 0px;
	z-index: 20;
	width: 959px;
	height: 2px;
	background-color: #0e3283;
	font-size: 2px;
	text-align: right;
}

.left{
	position: absolute;
	left: 0px;
	top: 145px;
	z-index: 5;
	width: 50%;
	height: 303px;
	background-color: #f1f2f6;
}

.right{
	position: absolute;
	right: 0px;
	top: 650px;
	z-index: 5;
	width: 50%;
	height: 10px;
	background-color: #dddde0;
	font-size: 2px;
}

.cien{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 531px;
	z-index: 4;
	width: 1000px;
	height: 120px;
	background-image: url('img/cien.gif');
	background-repeat: no-repeat;
}

#top{
	position: absolute;
	top: 2px;
	width: 1000px;
	height: 95px;
	background-image: url('img/top.gif');
	background-repeat: no-repeat;
}

#menu_cont{
	position: absolute;
	top: 97px;
	z-index: 3;
	width: 100%;
	height: 80px;
	background-image: url('img/menu_cont.gif');
	background-repeat: repeat-x;
}

#menu_back{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 0px;
	z-index: 11;
	width: 959px;
	height: 40px;
	background-image: url('img/menu_back.gif');
	background-repeat: repeat-x;
}

#content{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 145px;
	z-index: 9;
	width: 959px;
	height: 393px;
}

#img_area{
	width: 637px;
	height: 303px;
	float: left;
	background-image: url('img/image.jpg');
	background-repeat: no-repeat;
	border-left: solid 1px;
	border-color: #ffffff;
}

#karteczka{
	width: 170px;
	height: 125px;
	float: right;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#quick_contact{
	width: 637px;
	height: 87px;
	float: left;
	background-image: url('img/quick_contact.jpg');
	background-repeat: no-repeat;
	border-left: solid 1px;
	border-color: #ffffff;
	margin-top: 2px;
}

#quick_l{
	width: 250px;
	height: 67px;
	margin-left: 100px;
	margin-top: 10px;
	float: left;
}

#quick_r{
	width: 250px;
	height: 67px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

#offer_l{
	width: 230px;
	height: 67px;
	margin-left: 100px;
	margin-top: 15px;
	float: left;
}

#offer_c{
	width: 250px;
	height: 67px;
	margin-left: 30px;
	margin-top: 15px;
	float: left;
}

#offer_r{
	width: 280px;
	height: 67px;
	margin-left: 40px;
	margin-top: 15px;
	float: left;
}

#content_txt{
	width: 319px;
	height: 392px;
	float: right;
	overflow: auto;
	background-image: url('img/content_txt.gif');
	background-repeat: repeat-y;
}

#bottom{
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 650px;
	z-index: 15;
	width: 959px;
	border-top: solid 10px;
	border-color: #dddde0;
	padding: 0px;
	font-size: 1px;
}

#bottom_l{
	width: 659px;
	float: left;
	text-align: left;
}

#bottom_r{
	width: 300px;
	float: right;
	text-align: right;
}

/* ----------- menu top ----------- */

.menu:link{
	width: 137px;
	height: 34px;
	float: left;
	background-image: url('img/menu.gif');
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

.menu:hover {
	width: 137px;
	height: 34px;
	float: left;
	background-image: url('img/menu_h.gif');
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

.menu:visited {
	width: 137px;
	height: 34px;
	float: left;
	background-image: url('img/menu.gif');
	background-repeat: repeat-x;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

/* ----------- menu bottom ----------- */

.menu_bottom:link{
	font-size: 8pt;
	color: #acadb4;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
}

.menu_bottom:hover {
	font-size: 8pt;
	color: #2f97d5;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
}

.menu_bottom:visited {
	font-size: 8pt;
	color: #acadb4;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 20px;
}

/* ----------- other ----------- */

.topic{
	font-size: 10pt;
	font-weight: bold;
}

.more:link{
	font-size: 8pt;
	color: #195785;
	text-decoration: none;
	font-weight: normal;
}

.more:hover{
	font-size: 8pt;
	color: #3285c2;
	text-decoration: none;
	font-weight: normal;
}

.more:visited{
	font-size: 8pt;
	color: #195785;
	text-decoration: none;
	font-weight: normal;
}