/* 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: #f2f5fa url(../../gfx/header_back.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #24597f;
	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: 999px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

/* część nagłówkowa - wys. do końca granatowego gradientu */
#header {
	width: 999px;
	height: 206px;
	background: url(../../gfx/header.jpg);
	margin: 0 auto 0 auto;
	text-align: left;
}

/* menu nad logo */
#mtlogo {
	position: relative;
	top: 35px;
	right: 38px;
	float: right;
	width: 400px;
	height: 30px;
	text-align: right;
	color: white;
	font-size: 12px;
}
#mtlogo a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#mtlogo a:hover {
	color: white;
	text-decoration: underline;
}

/* logo */
#logo {
	display: block;
	position: relative;
	top: 40px;
	right: 38px;
	float: right;
	clear: both;
	width: 230px;
	height: 75px;
}
/* I poziom menu w nagłówku */
#mtop {
	position: relative;
	top: 70px;
	right: 38px;
	float: right;
	clear: right;
	width: 600px;
	height: 25px;
	text-align: right;
	color: white;
	font-size: 12px;	
	}
#mtop a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#mtop a:hover {
	color: white;
	text-decoration: underline;
}

/* okienko search-a */
#menu-search {
	position: relative;
	width: 180px;
	height: 25px;
	top: 66px;
	left: 200px;
	float: left;
	font-size: 12px;
	color: white;
}
#menu-search input {
	width: 120px;
	height: 14px;
}
/* menu z lewej strony - czyli poziom II i III */
#mleft {	
	background: #004481 url(../../gfx/menu_left_back.jpg) no-repeat;
	vertical-align: top;
	color: white;
    width: 189px;
	min-height: 802px;
	height: 100%;
	float: left;
	}
#mleft ul {
	display: block;
	margin: 70px 0 0 0;
	list-style: none;
	font-size: 14px;
	width: 189px;
	height: 100%;
	padding: 0;
	overflow: hidden;
}
#mleft ul li {
	display: table;
	border-top: 1px solid white;
	height: 34px;
	width: 179px;
	padding: 0 0 0 10px;
	vertical-align: middle; 
}
#mleft ul li a, #mleft ul li.mlname a, #mleft ul li.mlpodmenu a {
	line-height: 12px;
	display: table-cell;
	vertical-align: middle;
	height: 34px;
	color: white;
}
#mleft ul li.mlname a {
	color: #004481;
}
#mleft ul li.mlname {
	background: white;
	font-size: 16px;
	color: #004481;
}
#mleft ul li.mlpodmenu, #mleft ul li.mlpodmenu_akt {
	background: #1a5790 url(../../gfx/strzalka_menu_nieakt.jpg) no-repeat;
	font-size: 16px;
	padding-left: 20px;
	width: 169px;
	color: #c5d3e2;
	font-style: italic;
	font-size: 12px;
}
#mleft ul li.mlpodmenu_akt {
	background: #1a5790 url(../../gfx/strzalka_menu.jpg) no-repeat;
}
	
/* sciezka menu nad treścią strony */
#sciezka_menu {
	float: left;
	width: 710px;
	height: 20px;
	margin: 10px 10px 0 15px;
	color: #24597f;
}
#sciezka_menu a {
	color: #24597f;
}
/* menu poziom 4 */
#menu4 {
	float: left;
	width: 730px;
	height: 16px;
	margin: 10px 10px 0 15px;
	padding: 0 20px 0 0;
}
#menu4 a, #menu4 a.sel {
	display: block;
	float: left;
	background: #f3f7f9 url(../../gfx/menu4_a.jpg) repeat-x;
	height: 14px;
	padding: 2px 5px 0 5px;
	color: #24597f;
}
#menu4 a.sel {
	background: white url(../../gfx/menu4_a_sel.jpg) repeat-x;
	height: 15px;
	z-index: 100;
	position: relative;
}

#menu4 div.st, #menu4 div.dsel {
	display: block;
	float: left;
	background: #f3f7f9 url(../../gfx/menu4_l.jpg) no-repeat;
	width: 5px;
	height: 16px;
}
#menu4 div.en {
	float: left;
	background: #f3f7f9 url(../../gfx/menu4_r.jpg) no-repeat;
	width: 5px;
	height: 16px;
}
#menu4 div.dsell {
	background: #f3f7f9 url(../../gfx/menu4_l_sel.jpg) no-repeat;
	height: 17px;
	z-index: 100;
	position: relative;
}
#menu4 div.dselr {
	background: #f3f7f9 url(../../gfx/menu4_r_sel.jpg) no-repeat;
	height: 17px;
	z-index: 100;
	position: relative;
}

/* div w którym wyświetlana jest treść */
#container {
	background: white;
	border: 1px solid #7598ba;
	float: left;
	width: 710px;
	min-height: 700px;
	margin: 0 10px 0 15px;
	padding: 30px 20px;
	height: 100%;
	color: black;
}


/* stopacz */
#footer {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

/* input dla pola 'szukaj' */
input.search_txt {
	width: 180px;
	float: left;
	font-size: 11px;
	height: 15px;
	margin: 0 0 0 10px;
}


/* 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 */

