body {
  	background-color: #ffffff;
  	margin: auto;
  	padding: 0px;
  	text-align: center;
  	width: 672px;
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #666666;
	line-height: 14px;
}

table {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #666666;
	line-height: 14px;
}

table.tabelka {
  	font-family: Tahoma;
  	font-size: 10px;
  	color: #666666;
	line-height: 14px;
	font-size: 11px;
}

tr.trka {
  	font-family: Tahoma;
  	font-size: 10px;
  	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
}

tr.trkan {
  	font-family: Tahoma;
  	font-size: 10px;
  	color: #666666;
	line-height: 14px;
}

a {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #666666;
  	text-decoration: underline;
}

a:hover {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #0000ff;
  	text-decoration: underline;
}

a.tree {
  	font-family: Tahoma;
  	font-size: 10px;
  	color: #555555;
  	text-decoration: none;
  	font-weight: none;
}

a.tree:hover {
  	font-family: Tahoma;
  	font-size: 10px;
  	color: #555555;
  	text-decoration: underline;
  	font-weight: none;
}

a.stopka {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #ffffff;
  	text-decoration: none;
}

a.stopka:hover {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #ffffff;
  	text-decoration: underline;
}

a.left_menu {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #555555;
  	text-decoration: none;
}

a.left_menu:hover {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #555555;
  	text-decoration: underline;
}

div.main {
  	display: block;
  	width: 672px;
  	text-align: center;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

div.stopka {
  	background: url(../images/stopka.jpg);
  	color: #ffffff;
  	display: block;
  	width: 672px;
  	height: 26px;
  	text-align: right;
  	float: left;
  	margin-top: 20px;
  	margin-bottom: 0px;
}

div.gfx_left {
  	display: block;
  	width: 336px;
  	text-align: left;
  	float: left;
}

div.gfx_right {
  	display: block;
  	width: 336px;
  	text-align: left;
  	float: left;
}

div.block {
  	display: block;
  	width: 208px;
  	text-align: left;
  	float: left;
  	margin-top: 10px;
  	margin-bottom: 10px;
  	text-align: center;
}

div.menu_left_subpage {
  	display: block;
  	width: 155px;
  	text-align: left;
  	float: left;
  	margin-top: 10px;
  	margin-bottom: 10px;
}

div.rest_subpage {
  	display: block;
  	width: 505px;
  	text-align: left;
  	float: left;
  	margin-top: 10px;
  	margin-bottom: 30px;
	overflow:hidden;
}

div.horizontal_n {
  	display: block;
  	width: 12px;
  	height: 20px;
  	text-align: left;
  	float: left;
}

div.horizontal_z {
  	display: block;
  	width: 12px;
  	height: 20px;
  	text-align: left;
  	float: left;
}

div.all {
  	display: block;
  	width: 672px;
  	text-align: center;
  	margin-top: 0px;
  	margin-bottom: 0px;
}

div.naglowek_home {
  	font-size: 13px;
  	font-weight: bold;
  	color: #ff0000;
  	text-align: left;
}

div.home_text {
  	font-size: 11px;
  	text-align: justify;
}
.formualarz_kontaktowy{
}
.formualarz_kontaktowy input[type='text'], .input_text{
	border:1px solid #888888;
	float:right;
	width:300px;
}
.formualarz_kontaktowy input[type='submit'],.submit_button{
	border:1px solid #888888;
	float:right;
	background-color:#F5F5F5;
}
.formualarz_kontaktowy textarea{
	border:1px solid #888888;
	width:100%;
	height:100px;
}
.formualarz_kontaktowy table{
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
.formualarz_kontaktowy table td{
	padding-bottom:5px;
}
.niewypelnione_pole{
	color:#FF0000;
	font-weight:bold;
}
.formularz_poprawny{
	font-size:13px;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:10px;
	color:green;
}
.formularz_niepoprawny{
	font-size:13px;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:10px;
	color:red;
}