@charset "UTF-8";
html, body{width:100%;height:100%;}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: #EEEEEE;
	font-size: 12px;
	color: #656565;
}

/* OGÓLNE */
a{
	color: #0033CC;
	text-decoration: underline;
}
a:hover{
	color: #988676;
	text-decoration: underline;
}
a img{border-width:0;}

/* PRZYDATNE */
.relative{position: relative;}
.clear{clear: both;}
.fright{float:right;}
.fleft{float:left;}
.right{text-align:right !important;}
.left{text-align:left !important;}
.center{text-align:center !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}
.top{vertical-align:top !important;}
.middle{vertical-align:middle !important;}
.bottom{vertical-align:bottom !important;}


/* GŁÓWKA */
.glowka{
	background: url("gfx/topbg.png") top repeat-x transparent;
	height: 78px;
	vertical-align: bottom;
}
.glowka a#logo{
	background: url("gfx/logo.png") top left no-repeat transparent;
	height: 24px;
	width: 206px;
	margin: 0 0 23px 21px;
	display: block;
	float:left;
	outline: none;
}

.cl,.cr{
	background: url("gfx/topbg.png") top repeat-x transparent;
}

.csl,.csr{
	background: url("gfx/botbg.png") top repeat-x transparent;
}

/* STOPKA */
.stopka td{
	color: #FFFFFF;
	font-size: 12px;
}
.stopka {background: url("gfx/botbg.png") top repeat-x transparent;}
.stopka table{width:100%;}
.stopka table td{padding: 7px 20px 3px 20px;}
.stopka a {
	color: #FFFFFF;
	text-decoration: none;
}
.stopka a:hover {
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}

/* TREŚĆ STRONY */
div.main,
table.main{
	height: 100%;
}
td.body{
	background: url("/gfx/new_look/body-bg.png") top repeat-y transparent;
	padding: 0 4px 15px 4px;
}

