/* CSS Document */
/*--------------Część górna strony ---------*/
body {
	background:url(../layout/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#8AA4A0;
	width: 843px;
  	min-width: 843px;
  	margin: 0 auto;
	padding: 0px;
	margin-top: 20px;
}

/* -------------- teksty na stronie -------------*/
.menu {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height:16px;
	font-weight:bold;
}

.menu a:link {
	color: #666666;
	text-decoration: none;
}
.menu a:visited {
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	color: #666666;
	text-decoration: underline;
}
.menu a:active {
	color: #666666;
	text-decoration: underline;
}
/* ---- czcionki na stronie --- */

.tekst{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height:16px;
}
.stopka{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	line-height:16px;
}
.menuActive {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height:16px;
	font-weight:bold;
	text-decoration: underline;
}
.submenu {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height:16px;
}

.submenu a:link {
	color: #666666;
	text-decoration: none;
}
.submenu a:visited {
	color: #666666;
	text-decoration: none;
}
.submenu a:hover {
	color: #666666;
	text-decoration: underline;
}
.submenu a:active {
	color: #666666;
	text-decoration: underline;
}
.stopkaLink {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	line-height:16px;
}

.stopkaLink a:link {
	color: #ffffff;
	text-decoration: none;
}
.stopkaLink a:visited {
	color: #ffffff;
	text-decoration: none;
}
.stopkaLink a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.stopkaLink a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tekstKontakt {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height:16px;
}

.tekstKontakt a:link {
	color: #666666;
	text-decoration: none;
}
.tekstKontakt a:visited {
	color: #666666;
	text-decoration: none;
}
.tekstKontakt a:hover {
	color: #666666;
	text-decoration: underline;
}
.tekstKontakt a:active {
	color: #666666;
	text-decoration: underline;
}

