body
{
	background-color: #ededed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 0px;
}

div.page
{
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

div.header
{
	position: relative;
	margin: 0px auto;
	width: 960px;
	height: 205px;
}

div.header div.logo
{
	position: absolute;
	top: 25px;
	left: 0px;
}

div.header div.contact
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/bg_contact.png);
	background-repeat: no-repeat;
	width: 336px;
	height: 188px;
}

div.header div.contact div.title
{
	position: absolute;
	top: 10px;
	left: 20px;
	font-family: Tahoma;
	font-size: 20px;
	color: #1c2165;
	letter-spacing: 0.5px;
}

div.header div.contact div.address
{
	position: absolute;
	top: 45px;
	left: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.5px;
	line-height: 20px;
}

div.header div.contact div.phone
{
	position: absolute;
	top: 130px;
	left: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #1c2165;
	letter-spacing: 0.5px;
	line-height: 20px;
}

div.header div.contact div.phone a, div.header div.contact div.phone a:link, div.header div.contact div.phone a:visited
{
	color: #1c2165;
	text-decoration: none;
}

div.header div.contact div.phone a:hover, div.header div.contact div.phone a:active
{
	text-decoration: underline;
	color: #222222;
}

div.menu
{
	margin: 0px auto;
	width: 960px;
	height: 40px;
	line-height: 40px;
	background-color: #1c2165;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.menu ul
{
	list-style-type: none;
	margin: 0px; 
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

div.menu ul li
{
	display: inline;
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	margin-right: 100px;
}

div.menu ul li:last-child
{
	margin-right: 0px;
}

div.menu a, div.menu a:link, div.menu a:visited
{
	text-decoration: none;
	color: #ffffff;
}

div.menu a:active, div.menu a:hover
{
	color: #dddddd;
}

div.content
{
	margin: 0px auto;
	width: 960px;
	background-color: #ffffff;
	border-bottom: 3px solid #1c2165;
}

div.content div.homepage
{
	float: left;
	width: 275px;
	margin-left: 27px;
	margin-right: 13px;
	margin-top: 35px;
}

div.content div.homepage div.picture
{
	width: 275px;
	height: 110px;
	margin-bottom: 17px;
}

div.content div.homepage div.title
{
	margin-left: 10px;
	font-family: Tahoma;
	font-size: 20px;
	letter-spacing: 0.5px;
	color: #000000;
}

div.content div.homepage div.title img
{
	padding-right: 5px;
	vertical-align: middle;
}

div.content div.homepage div.title a, div.content div.homepage div.title a:link, div.content div.homepage div.title a:visited
{
	text-decoration: none;
	color: #0922b0;
}

div.content div.homepage div.title a:hover, div.content div.homepage div.title a:active
{
	color: #000000;
}

div.content div.homepage div.txt
{
	margin-top: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #444444;
	text-align: left;
}

div.content div.homepage div.findout
{
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	color: #0922b0;
}

div.content div.homepage div.findout a, div.content div.homepage div.findout a:link, div.content div.homepage div.findout a:visited
{
	color: #0922b0;
	text-decoration: none;
	font-weight: bold;
}

div.content div.homepage div.findout a:hover, div.content div.homepage div.findout a:active
{
	text-decoration: underline;
}
br.clear
{
	clear: both;
}

div.content div.titlet
{
	padding-top: 25px;
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 20px;
	letter-spacing: 0.5px;
	color: #0922b0;
}

div.content div.titlet img
{
	padding-right: 5px;
	vertical-align: middle;
}

div.content div.txtt
{
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
	letter-spacing: auto;
}

div.content div.txtt h2
{
	font-size: 14px;
	margin-top: 20px;
}


div.footer
{
	position: relative;
	margin: 0px auto;
	margin-bottom: 25px;
	width: 960px;
	background-color: #ffffff;
	height: 35px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}

div.footer div.copyright
{
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: Verdana;
	font-size: 11px;
}

div.footer div.bottom_menu
{
	position: absolute;
/*	left: 205px; */
	left: 255px;
	top: 10px;
	font-family: Verdana;
	font-size: 11px;
}

div.footer div.bottom_menu ul
{
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}

div.footer div.bottom_menu ul li
{
	display: inline;
	font-family: Verdana;
	font-size: 11px;
	color: #3e3e3e;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #3e3e3e;
}

div.footer div.bottom_menu ul li:last-child
{
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}

div.bottom_menu a, div.bottom_menu a:link, div.bottom_menu a:visited
{
	text-decoration: none;
	color: #3e3e3e;
}

div.bottom_menu a:hover, div.bottom_menu a:active
{
	text-decoration: underline;
}

div#beenet
{
	position: absolute;
	left: 810px;
	top: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

div#beenet2
{
	position: absolute;
	left: 885px;
	top: 4px;
}

img
{
	border: 0px;
}

/* /////////////// */

table.kontakt
{
	width: 460px;
	text-align: center;
	border: 0px;
	padding: 5px;
}

table.kontakt td.lewa
{
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	width: 130px;
	padding-left: 0px;
	padding-bottom: 5px;
}

table.kontakt td.prawa
{
	font-family: verdana, arial;
	font-size: 11px;
	text-align: left;
	width: 330px;
	padding: 0px;
	padding-bottom: 5px;
}

.contact_input
{
	width: 320px;
	height: 16px;
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
	font-size: 12px;
	padding-top: 2px;
	font-family: verdana, arial;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.contact_textarea
{
	width: 460px;
	height: 200px;
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
	font-size: 12px;
	padding: 4px;
	font-family: verdana, arial;
}

.contact_button
{
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
	font-size: 12px;
	padding: 5px;
	font-family: verdana, arial;
	margin-right: 10px;
}

a.contact, a.contact:link, a.contact:visited
{
	text-decoration: none;
	color: #333333;
}

a.contact:hover, a.contact:active
{
	text-decoration: underline;
}