/* CSS Document */
body
{
	background: url(/gfx/bg-body.gif) repeat-x #FFF top;
	margin: 0px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
}
div#container
{
	width: 870px;
	text-align: left;
	margin: 0px auto;
}
div#header
{
	height: 50px;
	width: 870px;
}
div#page
{
	width: 870px;
	/*height: 200px;*/
	background: #FFF;
}
div#top
{
	width: 869px;
	height: 127px;
	text-align: center;
	background: url(/gfx/top.gif) no-repeat center #FFF;
	margin-bottom: 5px;
}

div#main
{
	width: 655px;
	background: url(/gfx/dt-v.gif) repeat-y right #FFF;
	float: left;
}
div#freeMenu
{
	width: 200px;
	float: right;
	margin-right: 9px;
}
* html * div#freeMenu
{
	margin-right: 5.5px;
}
div#master
{
	float: left;
	width: 432px;
	background: url(/gfx/dt-v.gif) repeat-y right;
	margin-left: 8px;
}
div#slave
{
	width: 425px;
}
* html * div#master
{
	margin-left: 4px;
}
div#menu
{
	float: right;
	width: 200px;
	margin-right: 8px;
}
* html * div#menu
{
	margin-right: 4px;
}
div#footer
{
	height: 60px;
	background: url(/gfx/bg-footer.gif) repeat-x;
	clear: both;
}

div.copyright
{
	width: 870px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#footer span.others {
	clear: both;
	text-align: left;
	width: 870px;
	margin: 0px auto;
}

div.head
{
	width: 200px;
	height: 27px;
	background: url(/gfx/header.gif) no-repeat #FFF;
	margin: 0px auto;
}
div.headMain
{
	width: 425px;
	height: 27px;
	background: url(/gfx/header-main.gif) no-repeat left #FFF;
	position: relative;
}
p.headName
{
	margin: 0px;
	padding: 7px 0px 0px 8px;
	font-size: 10px;
}
div.line
{
	background: url(/gfx/line.gif) repeat-x center;
	height: 10px;
	width: 100%;
}
div.txt
{
	padding: 3px;
	text-align: justify;
}


/* panel w topie */
div#logo
{
	width: 215px;
	height: 45px;
	padding-top: 5px;
}
div#logo img
{
	padding: 0px;
	border: none;
}

#nav
{
	font-size: 0.9em;
	/* margin: -38px 0px 0px 210px; */
	margin: -38px 0px 0px 295px;
}
#nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li
{
	display: inline;
	margin: 0px 0px 0px 2px;
	padding: 0px;
}
#nav a
{
	float: left;
	background: url(/gfx/tab.gif) no-repeat left top;
	margin: 0 0 0 10px;
	padding: 0px 2px 0px 1px;
	text-decoration: none;
	color: #fff;
}
#nav a span
{
	float: left;
	display: block;
	background: url(/gfx/tab.gif) no-repeat right top #ffc333;
	padding: 6px;
}

/* hide from Mac IE5 \*/
#nav a span { float: none; }
/* end hack */

#nav a:hover
{
	background: url(/gfx/tab-hover.gif) no-repeat left top;;
}

#nav a:hover span
{
	color: #000;
	background: url(/gfx/tab-hover.gif) no-repeat right top #fff;
}


#menu p.menu_txt
{
	text-align: left;
}

/* news */
p.news
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
	background: url(/gfx/dt-h.gif) repeat-x bottom;
}

.news img {
	border: 1px solid #E2E2E2;
	outline: 0 none;
}

p.newsLast
{
	padding: 0px 0px 14px 0px;
	margin: 0px;
}
span.date
{
	color: #d5d5d5;
}
h3
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
}


/* aktualnosci*/
h2
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
h2 a
{
	color: #373737;
	text-decoration: underline;
}
h2 a:hover
{
	color: #373737;
	text-decoration: none;
}
img.thumbs
{
	padding: 4px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #e2e2e2;
	background: #fff;
}
span.newsLeft
{
	width: 165px;
	float: left;
}
span.newsRight
{
	float: left;
	width: 254px;
	margin: 0px;
}
span.newsMore
{
	clear: both;
	display: block;
	text-align: right;
}

#footer span {
	display: block;
	margin-bottom: 5px;
}

/* links */
div.headMain a
{
	color: #f5ac0f;
	text-decoration: underline;
}
div.headMain a:hover
{
	color: #f5ac0f;
	text-decoration: none;
}
a
{
	color: #f5ac0f;
	text-decoration: none;
}
a:hover
{
	color: #f5ac0f;
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}