 
body
{
	background: #2B8ACE;
	margin: 0;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;
}

div#container
{
	width: 950px;
	margin: 0 auto 0 auto;
	background: url('./images/background.jpg') top center repeat-y;
	text-align: left;
}

div#mainCol
{
	margin: -5px 0 0 0;
	padding: 0 48px 0 48px;
	color: #f0f0f0;
	background: url('./images/background_top.jpg') no-repeat;
}


/**
 * Topbar Element
 */

div#top
{
	background: url('./images/topbar.jpg') repeat-x;
	margin: 5px 0px 5px 5px;
	height: 32px;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	color: #5c5c5c;
}

div#top span.l,div#top span.r
{
	height: 32px;
	width: 8px;
	overflow: hidden;
	display: block;
	float: left;
}

div#top span.l
{
	background: url('./images/topbar_l.jpg') no-repeat;
}

div#top span.r
{
	background: url('./images/topbar_r.jpg') no-repeat;
	float: right;
}

div#top span.date
{
	background: url('./images/topbar_seperator.jpg') no-repeat;
	height: 24px;
	display: block;
	width: 384px;
	float: left;
	padding: 8px 0 0 15px;
	overflow: hidden;
}
div#top span.witamy
{
	background: url('./images/ikona2.gif') 5px 5px no-repeat;
	height: 20px;
	display: block;
	width: 375px;
	float: left;
	padding: 8px 0 0 25px;
	overflow: hidden;
}

div#top span.licznik
{
	background: url('./images/pion.PNG') 5px 5px no-repeat;
	height: 20px;
	display: block;
	width: 375px;
	float: left;
	padding: 8px 0 0 25px;
	overflow: hidden;
}


/**
 * Column structure
 */

div#center
{
	width: 232px;
	background: #32C1E4;
	display: block;
	float: center;
	
}

div#left
{
	width: 232px;
	background: #32C1E4;
	float: left;
	margin: 5px;
}

div#content
{
	background: #32C1E4;
	float: left;
	width: 604px;
}


/**
 * User Login Elements
 */

form input.text
{
	background: url('./images/input_text.jpg') no-repeat;
	height: 22px;
	width: 185px;
	border: 0;
	font-size: 11px;
	color: #555555;
	padding: 3px;
	overflow: hidden;
}

/**
 * Box Elements
 */

div#content div.item
{
	background: #32C1E4;
	margin: 5px 2px 5px 2px;
	padding: 6px;
}

div#content h1
{
	background: url('./images/content_header.jpg') repeat-x;
	margin: -5px -5px 3px -5px;
	padding: 2px;
	height: 16px;
	font-size: 11px;
}

div#content h2
{
	background: url('./images/content_header2.jpg') repeat-x;
	margin: -5px -5px 3px -5px;
	padding: 2px;
	height: 30px;
	font-size: 11px;
}


p.foot
{
	background: url('./images/bar.jpg') top center no-repeat;
	padding: 5px 0 0 0;
	font-size: 10px;
	width: 80%;
	margin: 10px 10% 0 10%;
}
p.foot span
{
	float: right;
}
p.foot a
{
	text-decoration: none;
}


/**
 * stopka Element
 */
 
div#stopka
{
	clear: both;
	height: 13px;
	background: url('./images/stopka.jpg') repeat-x;
	font-size: 10px;
	padding: 5px;
}




/** 
 * Global Stying
 */

.center
{
	text-align: center;
}

a img
{
	border: 0;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

p
{
	padding: 5px;
	margin: 0;
}

a
{
	color: #CD1F1F;
        text-decoration: none;
}
a:visited
{
	color: #ffa400;
	font-style: arial;
}