body {
    background-color: white;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

div.body {
	width: 900px;
	margin:0 auto;	
	background-color: white;
}

div.header {
	width: 100%;
	height: 70px;
}

span.logo {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 203px;
	height: 70px;
}

span.menu_content {
	display: inline-block;
	line-height: normal;
	font-size: 10pt;
	text-align: right;
	color: #56668d;
	width: 670px;
}

/* menu links */

/* unvisited link */
a.menu:link {
	text-decoration: none;
	font-size: 10pt;
	color: #56668d;
}

/* visited link */
a.menu:visited {
	color: #56668d;
}

/* mouse over link */
a.menu:hover {
	color: #56668d;
	text-decoration: underline;
}

/* selected link */
a.footer:active {
	color: #56668d;
}

div.breadcrumb {
	width: 100%;
	height: 12px;
	background-color: #56668d;
	color: white;
	font-size: 6pt;
	padding-top: 2px;
}

span.breadcrumb {
	margin-left: 2px;
}

div.content {
	width: 100%;
	background-color: #e8eaf0;
}

div.site_content {
	padding: 10px 10px 10px 10px;
}

p.site_title {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	color: #56668d;
}

/* site links */

/* unvisited link */
a.site:link {
	text-decoration: none;
	font-size: 12pt;
	color: #56668d;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
}

/* visited link */
a.site:visited {
	color: #56668d;
}

/* mouse over link */
a.site:hover {
	color: #56668d;
	text-decoration: underline;
}

/* selected link */
a.site:active {
	color: #56668d;
}


div.footer {
	width: 100%;
	background: linear-gradient(#495778, #5b6d97);

}

span.footer_menu {
	display: inline-block;
	color: white;
	padding: 10px;
	font-size: 9pt;
	line-height: normal;
	width: 550px;
}

span.footer_onas {
	display: inline-block;
	width: 300px;
	color: white;
	padding: 10px;
	font-size: 9pt;
	line-height: normal;
}


/* footer links */

/* unvisited link */
a.footer:link {
	text-decoration: none;
	font-size: 9pt;
	color: white;
	margin-bottom: 2px;
	margin-top: 2px;
}

/* visited link */
a.footer:visited {
	color: white;
}

/* mouse over link */
a.footer:hover {
	color: white;
	text-decoration: underline;
}

/* selected link */
a.footer:active {
	color: white;
}

p.telefon {
	font-size: 24pt;
	
}

span.dane_kontaktowe {
	display: inline-block;
	vertical-align: top;
	font-size: 14pt;
	width: 400px;
}

span.mapa {
	display: inline-block;

}

/* mouse over link */
a.referencje:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


td {
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	
}