/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* no body no... */
body {
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}

/* ogólne formatki */
p {
	margin: 10px 0 10px 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

/* div trzymający całą stronę - pojemnik na całość */
#mainpage {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

/* część nagłówkowa */
#header {
	width: 960px;
	height: 160px;
	background: url(../../gfx/header.jpg);
	margin: 0;
	text-align: left;
}

#mtop {
	margin: 10px 0 10px 0;
	padding: 5px 10px 2px 10px;
	width: 935px;
	height: 20px;
	background: #ccc;
	color: inherit;
	text-align: right;
	vertical-align: top;
}
#mtop span {
	margin-right: 10px;
}
#mtop #newsmail {
	padding: 0 0 2px 0;
	font-size: 10px;
	margin: 0;
	height: 12px;
}
#mtop #sbm {
	vertical-align: top;
	font-size: 11px;
	height: 21px;
	}
	
/* menu z lewej strony - czyli poziom II i III */
#mleft {	
	background: #ccc;
	vertical-align: top;
	color: inherit;
    width: 220px;
	min-height: 400px;
	padding: 30px 10px;
	height: 100%;
	float: left;
	}
#mleft a {
	line-height: 12px;
	vertical-align: middle;
	height: 34px;
	color: white;
}

/* div w którym wyświetlana jest treść */
#container {
	background: #ccc;
	float: left;
	width: 660px;
	min-height: 400px;
	margin: 0 0 0 15px;
	padding: 30px 20px;
	height: 100%;
	color: inherit;
}


/* stopacz */
#footer {
	width: 960px;
	height: 120px;
	background: url(../../gfx/footer.jpg);
	text-align: center;
	float: left;
}

#designnet {
	width: 960px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	float: left;
}
/* cms-owe bzdety - tabelka uniwersalka */
			table.wpis {
				margin: 10px 30px;
			}
			table.wpis td.etykieta {
				vertical-align: top;
				padding-right: 10px;
			}
			table.wpis td.wartosc {
				vertical-align: top;
				font-weight: bold;
				width: 400px;
			}
#message {
	float: left;
	margin: 20px;
}
 /* eo cms-owe bzdety */

