html {
	height: 100%;
	}

body {
	margin: 0;
	height: 100%;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	
}

table#wrapper {	
	height: 100%;
	background: #fff;
}

table#content {
	text-align: left;

}

a:link, a:visited {
	text-decoration: none;
	color: #80ad07;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 0 10px 10px 10px;
	line-height: 1.3;
}

dd p {
	margin: 5px 0 0 0;
	padding: 0;
	color: #ccc;
}

dl a:link, dl a:visited {
	color: #efa00a;
}

h1 {
	margin: 15px 10px 10px 10px;
	padding: 0;
	font-size: 22px;
	font-style: none;
	font-weight: normal;
	color: #000;
}

h2 {
	margin: 15px 10px 3px 10px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	font-size: 13px;
	font-style: none;
	font-weight: bold;
	color: #2B76C3;
}

/* ----- MENU ------- */
td#menu {
	background: url(pix/bg_menu.gif) no-repeat;	
}

#menu ul {
	margin: 15px 30px 25px 10px;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0 10px 0 0;
	padding: 6px 0 6px 27px;
	border-bottom: 1px dashed #e2e2e2;
	background: url(pix/bullet_leaf.gif) no-repeat 0 2px;
}

#menu a:link, #menu a:visited {
	font-weight: bold;
	font-family: tahoma;
}

dl {
	margin: 10px 30px 10px 10px;
}

dt {
	margin: 0 0 3px 0px;
	padding: 1px 8px 1px 8px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #ccc;
	background: #F3F3F3;
	clear: both;
}

dl img {
	margin-left: 5px;
}

html > body dl img {
	margin-bottom: 10px;
}

dt .rok {
	color: #2B76C3;
	font-weight: normal;
}

dd {
	margin: 3px 0 10px 0;
	padding: 3px 8px 10px 8px;
	line-height: 1.3;
	background: url(pix/bg_news.gif) bottom repeat-x;
}

dd:first-line {
	font-weight: bold;
}



/* ----- promo -------*/
td#promo {
	background: url(pix/bg_paski.gif);
}

/* ---------- stopka ------------- */
#stopka {
	padding: 8px;
	border-top: 2px solid #90c66f;
	background: url(pix/bg_stopka.gif) #639445;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

div.bread {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	height: 22px;
	font-size: 10px;
	background: url(pix/bg_bread.gif) no-repeat;
}