@charset "utf-8";
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body {
	background-image: url(../gfx/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #157140;
	
}

#Table_01 #content {
	background-image: url(../gfx/pociete_14.png);
	background-repeat: repeat-y;
	font-family: "Arial Unicode MS", "Arial Narrow";
	font-size: 12px;
	line-height: 14px;
	color: #0a4831;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Table_01 #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00ae6d;
	font-style: normal;
	font-weight: normal;
	display: inline;
}
#Table_01 a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.link {
	color: #FFFFFF;
	text-decoration: none;
}

