body, td, th, input, select, textarea, button	{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size:13px;
}

a { 
	color: #003399; 
	text-decoration: none 
}
a:hover { 
	text-decoration: none 
}

input	{ 
	color: #000000; 
	font: 11px verdana; 
	font-weight: none; 
}

INPUT, TEXTAREA, SELECT {
	font-size:13px;
	background: #FFFFF4;
	border-width: 1px;
	border-style: solid;
	border-color: #A8B8C0;
	padding: 2px 2px 2px 2px;
}

.naglowek { 
	border-bottom: 1px solid #B6B6B6;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 5px;
}

INPUT.button { background-color: #808080; color: #FFFFFF; font-weight: bold; FONT-SIZE: 11px; font-family: verdana, helvetica, arial, tahoma;  border-width: .1em; border-style: solid; border-color: #474747;}

.m0l0iout {
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l0iover {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #808080;
	background: #D4D0C8;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #0A246A;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #808080;
	background: #D4D0C8;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #808080;
	background: #0A246A;
}

/* level 2 inner */
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #808080;
	background: #D4D0C8;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #808080;
	background: #0A246A;
}

/* TABS */
#header ul { 
	text-align: left; 
	margin: 1em 0 1em 0; 
	font: bold 11px verdana, arial, sans-serif; 
	border-bottom: 1px solid #808080; 
	list-style-type: none;
	padding: 3px 10px 3px 10px; 
}

#header li { 
	display: inline;
	margin-right: 10px;

}

#header a { 
	padding: 3px 4px; 
	border: 1px solid #808080; 
	background-color: #D4D0C8; 
	color: #000000; 
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
}

#header a:hover { 
	background: #fff; 
}
	
#header #selected a {
	position: relative;
	/*top: 1px;*/
	background-color: #FFFFFF;
	color: black;
}


	



